/* CSS Document */

@import url("./sidebar.css");
@import url("./articles.css");
@import url("./menu.css");
@import url("./paginator.css");

body {
	background-color: #000000;      /*#171616;*/
	background-image: url(../images/background1.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

.flash {
	background-color:#FFFFDD;
	border:1px solid #FFD700;
	padding: 10px;
	font-weight: bold;
}


a:link, a:visited {
	color: #555;
}

a:hover {
	text-decoration: none;
}

#header {
	margin-top: 275px;
	width: 950px;
} 

#wrapper {
	background-color: #e5e5e5;
	background-image: url(../images/wrapper_background.png);
	background-position: left top;
	background-repeat: repeat-x;
	width: 950px;
}

#top {
	width: 950px;
	background-image: url(../images/epizody_background.png);
	background-position: left top;
	background-repeat: repeat-x;
	width: 100%; /* 510px */
	height: 150px;
	border-bottom: 1px solid #eee;


  }	


span.nazev {
  margin-left: 1px;
	background-color: #000;
	color: #fff;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
  
}

#top .episode {
    margin-top: 25px;
    margin-left: 1px;
    
	display: inline-block;
	width: 90px;
	height: 90px;
}

#top .download {

 	font-family: arial;
	font-size: 12px; 
 	font-weight: bold; 
  color:  #fff;
	background-color: #000;
	position: absolute;
	width: 90px;
	height: 90px;
	border: 0px;
}

#top .download img{
	margin-top: 7px;
	border: 0px;
}
  



#content {
	background-color: #fff;
	background-position: left top;
	background-repeat: repeat-x;
	display: block;
}

#main {
	float: left;
	width: 650px;
}

#footer {
	width: 950px;
	height: 50px;
	line-height: 50px;
	text-align: right;
}

#footer p {
	font-weight: bold;
	color: #fff;
	font-size: 90%;
}

/** OTHERS */
.padding {
	display: block;
	padding: 10px;
}

.clear {
	clear: both;
}

.center {
	position:relative;
	left: 50%;
	margin-left: -475px;
}

.hid {
	display: none;
}

.highlight
{
	color: #696250;
}

.border {
	border: 1px solid #eee;
}
