body {
  color: #fff;
  background: #000 url('../images/bg.jpg?1') repeat-x top center;
}

#container {
  background: url('../images/container.png?1') repeat-y top center;
}

a {
  color: #b0160e;
  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, #submenu a {
  color: white;
}

#langmenu .active, #mainmenu .active {
  color: #fe0000;
}


#submenu a.active {
	text-decoration:underline;
}


/* #header-table .title, */ .blog-date, .comment-count {
  border-right: 1px solid #99828b;
}

#header-table .title a {
  color: white;
}

#header-table .title a:hover {
  text-decoration: none;
}

.blog .tags, .blog-information, .comment-information, .comments .submit {
  color: #b1170f;
}

#search .textbox {
  border: 1px solid #333;
  background:#000;
  color: white;
}

.comments .textbox {
  background: #141414;
  color: white;
}

#sidebar-top {
  background: #b1170f;
}

.sidebar-header {
  background: #000;
}
.rss {
  background: #3a0906;
}

.rss a  {
  color: white;
}

#edicy {
  background: #141414;
}

#edicy a  {
  color: white;
}

#tags a {
  color: #fff;
}

.news a {
  color: white;
}

.news a.colorlink {
  color: #b0160e;
}
#search {
text-align: center;
}
#search div {
margin: 13px 0;
}
#search input {
border: 1px solid #494949;
background: #5b5b5b;
background: rgba(255, 255, 255, 0.1);
height: 18px;
width: 126px;
color: #e5e5e5;
padding: 3px;
}
.voog-search-mobile-mode {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: auto;
  width: auto;
  margin-bottom: 90px;
}
* html .fci-active {
  color: black;
}
.gs-result {
  color: black;
}
.form_field_file {
  color: white;
}
body .add-article {
  margin-bottom: 15px;
  display: inline-block !important;
}

/* Voog cms style overrides */
#content .edy-empty-bordered,
#header-table .edy-empty-bordered {
  color: rgba(255,255,255,.33);
  border-color: rgba(255,255,255,.33);
}
#content .edy-texteditor-view.placeholder,
#header-table .edy-texteditor-view.placeholder {
  color: rgba(255,255,255,.5);
}
#content .edy-content-element-hover,
#header-table .edy-content-element-hover {
  border-color: rgba(255,255,255,.1);
}
#content .edy-texteditor-active,
#header-table .edy-texteditor-active {
  outline-color: rgba(255,255,255,.2);
}
#content .edy-fe-field-active,
#content .edy-fe-active .edy-fe-field:hover,
#header-table .edy-fe-field-active,
#header-table .edy-fe-active .edy-fe-field:hover {
  outline-color: rgba(255,255,255,.1);
}

/* Voog cms blog editor overrides */
#wrap .edy-btn-removecomment {
  position: relative;
  top: 2px;
  color: rgba(255,255,255,1) !important;
  line-height: 0 !important;
}