body {
  background: #000000;
  font: normal 14px/22px Arial, Helvetica, sans-serif;
  color: #ffffff;
}

.textbox {
  font: normal 12px/14px Arial, Helvetica, sans-serif;
  background: url('../images/south_textbox.gif?1') no-repeat;
  color: #ffffff;
  padding: 4px 3px;
}

.textarea {
  font: normal 12px/14px Arial, Helvetica, sans-serif;
  background: url('../images/south_textarea.gif?1') no-repeat;
  color: #ffffff;
  padding: 4px 3px;
}

.submit {
  font: normal 16px/26px Arial, Helvetica, sans-serif;
  color: #000000;
  width: 170px;
  height: 30px;
  background: url('../images/south_submit.gif?1') no-repeat;
}
h1, h2, h3 {
  color: #ffd200;
}
a {
  color: #ffd200;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Editable content image */
.edy-positionable-container-left {
  margin-right: 15px;
}
.edy-positionable-container-right {
  margin-left: 15px;
}
.edy-image-container-with-title:after {
  display: block;
  padding: 4px;
  font-size: 10px;
  line-height: 1.3em;
  content: attr(data-title);
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.content-hyphenate {
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.gray {
  color: #FFFFFF;
}

.blue {
  color: #ffd200;
}

#header {
  font-size: 50px;
  line-height: 55px;
  color: #ffd200;
  font-weight: bold;
}

#langmenu a {
  color: #ffffff;
}

#langmenu a.active {
  font-weight: bold;
  color: #ffd200;
}

#mainmenu a, #submenu a {
  color:#ffffff;
background: #000000;
}

#mainmenu a.active, #submenu a.active {
  font-weight: bold;
  color: #ffd200;
}
.gs-snippet {
color: black;
}
#bottomgif {
display: none;
}
.form_field_file {
  color: white;
}
.form_submit input:disabled {
  color: #fff;
  color: rgba(255,255,255,.5);
}
body .add-article {
  margin-bottom: 15px;
  display: inline-block !important;
}

/* article tags */
.article-tags { margin-top: 20px; font-size: 14px; min-height: 1em;  }
.edy-tag-input { outline: none; color: white; }
div.edy-taglist-openarrow:after {
    border-color: #ffffff transparent transparent !important;
}
.article-tag-icon {
    width: 16px;
    height: 16px;
    float: left;
    background: url('../images/tag-white.png') no-repeat center center;
    opacity: 0.5;
    filter: alpha(opacity=50);
    margin-right: 7px;
    margin-top: 4px;
}
.svg .article-tag-icon { background: url('../assets/tag-white.svg') no-repeat center center; }
.tagged-list-header {
    font-size: 24px;
    padding-top: 0px;
    padding-bottom: 30px;
    background: none;
    text-align: center;
}
.header-tag-icon {
    width: 24px;
    height: 24px;
    background: url('../images/tag-big-white.png') no-repeat center center;
    opacity: 0.5;
    filter: alpha(opacity=50);
    top: 5px;
    margin-right: 15px;
    position: relative;
    display: inline-block;
}
.svg .header-tag-icon { background: url('../assets/tag-big-white.svg') no-repeat center center; }
.tagged-list-header  a {border: none; text-decoration: none;}
.tagged-list-header  a:hover { border-bottom: 1px solid #BEBEBE; }
.article-tags .edy-taglist { margin-left: 25px; }

/* Voog cms style overrides */
#wrap .edy-empty-bordered {
  color: rgba(255,255,255,.33);
  border-color: rgba(255,255,255,.33);
}
#wrap .edy-texteditor-view.placeholder {
  color: rgba(255,255,255,.5);
}
#wrap .edy-content-element-hover {
  border-color: rgba(255,255,255,.1);
}
#wrap .edy-texteditor-active {
  outline-color: rgba(255,255,255,.2);
}

#wrap .edy-fe-field-active,
#wrap .edy-fe-active .edy-fe-field:hover {
  outline-color: rgba(255,255,255,.1);
}
a.edy-cbtn>div {
  color: #000000 !important;
}
a.edy-cbtn>div:before {
  background-color: rgba(226,222,219,.5) !important;
}

a.edy-cbtn>div:hover:before {
  background-color: rgba(226,222,219,1) !important;
}

#wrap .edy-taglist {
  border-color: rgba(255,255,255,.2);
}

#wrap .edy-tag-input::-webkit-input-placeholder {
  color: inherit;
  opacity: .5;
}
#wrap .edy-tag-input:-ms-input-placeholder {
  color: inherit;
  opacity: .5;
}
#wrap .edy-tag-input::-moz-placeholder {
  color: inherit;
  opacity: .5;
}
#wrap .edy-tag-input:-moz-placeholder {
  color: inherit;
  opacity: .5;
}

#wrap .edy-btn-removecomment {
  position: relative;
  top: 1px;
  color: rgba(255,255,255,1) !important;
  line-height: 0 !important;
}