body {
  color: #fff;
  background: #fff url('../images/east_bg-2.jpg?1') repeat-x top center;
}

#container {
  background: url('../images/east_container.png?1') repeat-y top center;
}

a {
  color: #e1f15c;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 a {
  color: white;
}

img { border: none; }

/* 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;
}

#mainmenu a, #langmenu a {
  color: #20E3E9;
}
#submenu a {
color: white;
}

#langmenu a.active, #mainmenu a.active {
  text-decoration: underline;
}


#submenu a.active {
	text-decoration:underline;
}


/* #header-table .title, */ .blog-date, .comment-count {
  border-right: 1px solid #e1f15c;
}

#header-table .title a {
  color: #20e3e9;
}

#header-table .title a:hover {
  text-decoration: none;
}

.blog .tags, .blog-information, .comment-information, .comments .submit {
  color: #e1f15c;
}

#search .textbox {
  border: 1px solid #23d1d7;
  background:#fff;
  color: #20e3e9;
}

.comments .textbox {
  background: #20e3e9;
  color: white;
}

#sidebar-top {
  background: #20e3e9;
}

.sidebar-header {
  background: #20e3e9;
}
.rss {
  background: #3a0906;
}

.rss a  {
  color: white;
}

#edicy {
  background: #20e3e9;
}

#edicy a  {
  color: white;
}

#tags a {
  color: #fff;
}

.news a {
  color: white;
}

.news a.colorlink {
  color: #e1f15c;
}
#search {
background: #20e3e9;
text-align: center;
}
#search div {
margin: 13px 0;
}
#search input {
border: 1px solid #23d1d7;
background: #fff;
height: 18px;
width: 126px;
color: white;
padding: 2px 0 0 2px;
color: black;
}
* html .fci-active {
  color: black;
}
.news .first {
color: #e1f15c;
}
#submenu {
background: #86d80d;
}
#searchcontainer-close a {
  color: #20E3E9;
}
.gs-result a {
    color: #20E3E9;
}
.gs-result {
  color: black;
}
.untranslated {
  background: #f7f9e4;
}
#submenu a.untranslated {
  color: #000 !important;
  color: rgba(0,0,0,.5) !important;
}
body .add-article {
  margin-bottom: 15px;
  display: inline-block !important;
  text-decoration: none;
}

/* 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: 3px;
}
.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;
}
@media screen and (max-width: 480px) {
    .tagged-list-header {
        padding-top: 20px;
    }
}
.header-tag-icon {
    width: 24px;
    height: 24px;
    float: left;
    background: url('../images/tag-big-white.png') no-repeat center center;
    opacity: 0.5;
    filter: alpha(opacity=50);
    margin-top: 0px;
    margin-right: 15px;
    margin-left: 4px;
}
.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 */
#container .edy-empty-bordered {
  color: rgba(255,255,255,.33);
  border-color: rgba(255,255,255,.33);
}
#container .edy-texteditor-view.placeholder {
  color: rgba(255,255,255,.5);
}
#container .edy-content-element-hover {
  border-color: rgba(255,255,255,.2);
}
#container .edy-texteditor-active {
  outline-color: rgba(255,255,255,.3);
}
#container .edy-fe-field-active,
#container .edy-fe-active .edy-fe-field:hover {
  outline-color: rgba(255,255,255,.2);
}