body {
  color: #06181e;
  background: #06181e;
}

#wrap {
  background: url('../images/bg.gif?1') no-repeat top center;
}

.blog-info {
  background: url('../images/seperator.gif?1') repeat-x center center;
}

.blog-info div {
  background: #e2c46a;
  display: inline;
  padding: 0 8px;
}

a {
  color: #186078;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#header {
  color: #e2c46a;
}
#langmenu {
      color: #544e3c;
}
#mainmenu {
      color: #544e3c;
}
#footer {
    color: #e2c46a;
}

#langmenu li a, #mainmenu li a {
  color: #544e3c;
}

#langmenu li a:hover, #mainmenu li a:hover {
  text-decoration: underline;
}

#langmenu li a.active, #mainmenu li a.active {
  color: #e2c46a;
}

#mainmenu ul.submenu {
  border-right:1px solid #544e3c;
	}

#content {
  background: #e2c46a;
}

.highlight {
  color: #186078;
}

.comment-number {
  color: #186078;
  border-right: 1px solid #bab06d;
}

.textbox {
  border: 1px solid #968248;
  background: #edcd6f;
  color: #06181e;
}

.submit {
  border: none;
  background: none;
  color: #186078;
}

#edicy a {
  color: #4f4b3b;
}
#search {
text-align: right;
padding: 0 152px 15px 0;
}
#search input {
border: none; 
background: #544e3c; 
width: 115px; 
height: 19px;
color: #E2C46A;
padding-top:4px;
padding-left: 3px;
}
#footer .form_field_file {
  color: #E2C46A;
}

/* Image container styles */
.edy-positionable-container-center:first-child,
.edy-positionable-container-left-block:first-child,
.edy-positionable-container-right-block:first-child,
.edy-texteditor-container-wrapper-center:first-child,
.edy-texteditor-container-wrapper-left-block:first-child,
.edy-texteditor-container-wrapper-right-block:first-child {
  margin-top: 0;
}

.edy-positionable-container-center:last-child,
.edy-positionable-container-left-block:last-child,
.edy-positionable-container-right-block:last-child,
.edy-texteditor-container-wrapper-center:last-child,
.edy-texteditor-container-wrapper-left-block:last-child,
.edy-texteditor-container-wrapper-right-block:last-child {
  margin-bottom: 0;
}

.edy-positionable-container-center,
.edy-positionable-container-left-block,
.edy-positionable-container-right-block,
.edy-texteditor-container-wrapper-center,
.edy-texteditor-container-wrapper-left-block,
.edy-texteditor-container-wrapper-right-block {
  margin-top: 20px;
  margin-bottom: 20px;
}

.edy-positionable-container-left,
.edy-texteditor-container-wrapper-left {
  margin-right: 20px;
}

.edy-positionable-container-right,
.edy-texteditor-container-wrapper-right {
  margin-left: 20px;
}

.edy-image-container-with-title:after {
  display: block;
  padding: 4px;
  font-size: 12px;
  line-height: 1.3em;
  content: attr(data-title);
}

#content iframe {
  max-width: 100%;
}

/* Voog cms blog editor overrides */
#wrap .edy-btn-removecomment {
  position: relative;
  top: 1px;
  line-height: 0 !important;
} 