body {
  color: #fff;
  background: #000 url('../images/bg.jpg') repeat-x top center;
}

#container {
  background: url('../images/container - original.png') repeat-y top center;
}
	* html div#container {
		background-image: none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/container - original.png');
	} 

a {
  color: #c937b4;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 a {
  color: white;
}


#mainmenu a, #langmenu a, .submenu a {
  color: white;

}

#mainmenu a, .submenu a{
  display:block;
  float:left;
  padding:4px 10px;
  font-size: 15px;
  font-weight: bold;
}


#langmenu .active, #mainmenu .active {
  color: #c937b4;
}
.submenu a {
	background:#440300;
}
.submenu a.active {
	text-decoration:underline;
}

/* #header-table .title, */ .blog-date, .comment-count {
  border-right: 1px solid #c937b4;
}

#header-table .title a {
  color: white;
}

#header-table .title a:hover {
  text-decoration: none;
}

.blog .tags, .blog-information, .comment-information, .comments .submit {
  color: #c937b4;
}

.comments .textbox {
  background: #141414;
  color: white;
}

#sidebar-top {
  background: #902781;
}

.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: #c937b4;
}