/*
	project: internet broadcast template
	author: luka cvrk (www.solucija.com) 
	
*/
   
/* default styles */
body { padding: 5px 0 0 0; margin: 0; font: .7em Tahoma, Arial, sans-serif; line-height: 1.7em; background: #fff url(images/bg.gif) repeat-x; color: #454545; }
a { color: #2F637A; background: inherit; }
a:hover { color: #808080; background: inherit; }
p {	margin: 0 0 5px 0; }
h1 {	font: bold 2.2em Arial, Sans-Serif; padding: 8px 0 0 0; margin: 0; letter-spacing: -1px; }
h2 { margin: 0 0 5px; padding: 0; font: bold 1.8em Arial, Sans-Serif; letter-spacing: -1px; }
h1 a, h2 a { color: #000; background: inherit; text-decoration: none; }
ul { margin: 0; padding : 0; list-style : none; }
img { border: 0; }


/* layout */
#content { margin: 10px auto; width: 960px; }
#logo { margin: 0 0 10px 0; }
#slogan { font-size: 0.9em; margin: 0 0 10px 2px; padding: 0; color: #808080; background: #fff; }
#top_info { line-height: 27px; float: right; color: #808080; background: #fff; margin: 12px 5px 7px 0; text-align: right; height: 74px; }

/* round blue login button */
#loginbutton a { text-decoration: none; width: 24px; padding: 7px 30px; margin: 0 0 0 8px; height: 28px; background: #fff url(images/lb.gif) no-repeat; color: #000; }
#loginbutton a:hover{ background: #fff url(images/lbhover.gif) no-repeat; color: #000;}

/* main horizontal menu */
#tablist,#tablist2,#tablist3 { padding: 3px 0; margin: 0; float: left; }
	#tablist li, #tablist2 li, #tablist3 li { list-style: none; display: inline; margin: 0; }
	#tablist li a,#tablist2 li a, #tablist3 li a{
		text-decoration: none;
		padding: 4px 5px;
		margin-right: 2px;
		background: #808080 url(images/corner.gif) no-repeat top right;
		font-weight: bold;
		color: #fff;
	}
	#tablist li b,#tablist2 li b, #tablist3 li b{
		text-decoration: none;
		padding: 4px 2px;
		margin-right: 2px;
		background: #C0C0C0 url(images/corner.gif) no-repeat top right;
		font-weight: bold;
		color: #fff;
	}
	#tablist li a:hover,#tablist2 li a:hover, #tablist3 li a:hover{
		background: #6495AB url(images/corner.gif) no-repeat top right;
		color: #fff;
	}
	#tablist li a.current,#tablist2 li a.current,#tablist3 li a.current{
		background: #9FC7D8 url(images/corner.gif) no-repeat top right;
		color: #2F637A;
		padding: 6px 5px;
	}
	#tablist .key,#tablist2 .key,#tablist3 .key { text-decoration: underline; }
	
	#tablist2 li a, #tablist2 li b{
		padding: 4px 20px;
	}
		
	#tablist2 li a.current{
    padding: 6px 20px;
	}
	
	#tablist {height:18px;}

/* main menu topics */
#topics {
	clear: left;
	float: left;
	width: 640px;
	background: #B0D0DC url(images/topicsbg.gif) repeat-x left bottom;
	padding: 8px 5px;
	margin: 0 0 5px 0;
	color: #000;
	height: 59px;
}

#topics2 {
  width: 625px;
	background: #B0D0DC url(images/topicsbg.gif) repeat-x left top;
  height: 25px;
  text-align:center;
  padding-top:5px;
}

#topics4 {
  width: 635px;
	background: #B0D0DC url(images/topicsbg.gif) repeat-x left top;
  height: 25px;
  text-align:center;
  padding-top:5px;
  font-weight: bold;
}

#topics2 a,#topics2 b {font-size: 1.2em; padding: 0 8px 0 8px; text-decoration:none;font-weight: normal;}
#topics2 b {color: Maroon;  }
#topics2 a:hover {text-decoration: underline;}

.cleaner {
border: 0; 
margin: 0px; 
padding: 0px;  
clear: both; 
height: 0px; 
line-height: 0px; 
font-size: 0px; 
visibility: hidden;
}


.topics3 {
	width: 625px;
	height: 15px;
  background: #B0D0DC url(images/topicsbg.gif) repeat-x left top;
  text-align: center;
  font-size: 0px;
	line-height: 0px;
	margin-bottom: 5px;
}

.topics4 {
	width: 625px;
	height: 15px;
  background: #B0D0DC url(images/topicsbg.gif) repeat-x left top;
  text-align: center;
  font-size: 0px;
	line-height: 0px;
	margin-bottom: 5px;
	clear: both;
	border: 0;
}



#topics li a { background-image: url(images/bullet.gif); background-repeat: no-repeat; background-position: center left;  padding: 0 0 0 12px; }

/* main menu search */
#search {
	float: right;
	text-align: right;
	background: #fff url(images/searchbg.gif) no-repeat;
	color: #000;
	padding: 32px 20px 12px 20px;
	height: 31px;
	width: 270px;
}
	/* search form styling */
	form, form p { margin: 0; padding: 0; line-height: 25px; }
	
    textarea { width: 98%; height:60px; border: 1px solid #357994; background: #fff; color: #478F36; padding: 4px; font-weight: bold; font-size: 1.3em;  }
 		.search { width: 170px; border: 1px solid #357994; background: #fff; color: #478F36; padding: 4px; margin: 0; font-weight: bold; font-size: 1.3em;  }
		.button, .button2 { padding: 4px; font: bold 1em Arial, Sans-Serif; }
		.button2 {margin-top:10px; margin-left:45%}
    
/* left side */
#left {
	float: left;
	width: 635px;
	margin: 0 0 10px 0;
}
	.subheader {
		margin: 0 0 10px 0;
		padding: 6px;
		background: #f4f4f4 url(images/bgshade.gif) repeat-x;
		color: #808080;
		border-bottom: 1px solid #ccc;
		text-align:center;
    height: 15px;

	}
	
	.left_articles, .left_articles_neinfo, .televizetipy, .claneknadpis, .menudvd  {
		margin: 0px 0 10px 0;
		background: #fff url(images/bgshade.gif) repeat-x;
		color: #454545;
		padding: 5px 0px 5px 10px;
		height: 549px;
	}
	
	.menudvd  {height: 48px;}
	

	.dvdvlevo {float:left; width:48%; padding-right:10px;}
	.dvdvpravo {float:right; width:48%;}
	
	.claneknadpis {height: 62px;}
	.left_articles_neinfo {height: 90px;}
	.televizetipy {height: 175px;}
	
	.cesta2 {padding:0 0 10px 0;}
	.cesta2 a {text-decoration: none;} 

		.date { font-size: .9em; padding: 0 0 0 12px; background: #fff url(images/news.gif) no-repeat center left; color: #808080; }
		.cesta { font-size: 1.2em; padding: 0 0 0 0px; background: #fff;  color: #808080; }
		.bigimage {
			float: left;
			clear: left;
			border: 1px solid #ccc;
			background: #eee;
			color: #000;
			width: 280px;
			height: 400px;
			margin: 0 15px 10px 0;
		}
		
		  
  
   .film {width:155px;text-align:left;float:left;display:inline} 
   .film span {padding:0 10px 0 2px;display:block}
 
   
   .nadpis {padding: 3px 0; margin: 10px 0 0 0; }
   .nadpis a{
    text-decoration: none;
		margin-right: 2px;
		font-weight: bold;
		background: #9FC7D8 url(images/corner.gif) no-repeat top right;
		color: #2F637A;
		padding: 6px 5px;
	  }
	 .smazat {color: red;}
   #tvtip {float:left; width:380px; padding-right:10px; border-right:1px solid #ccc;}
   #dvdtip {float:left; width:300px;padding-right:10px; border-right:1px solid #ccc;}
   #tvtip p, #dvdtip p {clear:right;}
   
   #tvtipy {float:right; width: 220px; background: #fff;}
   #dvdtipy {float:right; width: 300px; background: #fff;}
   #dvdtipy p {color: #2F637A; background: inherit; text-decoration:underline;}
   #tvtipy b,#tvtip b,#dvdtip b {float:right;font-weight: normal;}
   #tvtipy a,#tvtip a,#dvdtip a {float:left;}
   
   
   .smallimage, .tvimage {
		  border: 1px solid #ccc;
			background: #eee;
			color: #000;
			width: 140px;
			height: 100px;
    }
	 .tvimage {float:left;margin: 5px 5px 5px 0px;}	
	 	
		
	.left_box,.dvd_box,.film_box,.komentar_box {
		background: #f4f4f4;
		color: #000000;
		border-top: 1px dotted #ccc;
		border-bottom: 1px dotted #ccc;
		padding: 10px;
		margin: 0 0 15px 0px;
		
		}
		
		.left_box,.komentar_box {
		font: 1.2em arial;
		line-height: 1.5em;
		}
		
	 .left_box h2 {clear:right;} 
	 .dvd_box {height:210px;}
	 .komentar_box {min-height:100px;}
	
	 .center {text-align:center;font-weight:bold;}
    
	 #reklama {text-align:center; }
	 #news,#top8 {
		margin: 0px 0 10px 0;
		background: #fff url(images/bgshade.gif) repeat-x;
		color: #454545;
		padding: 15px 0px 5px 10px;
    height: 255px;
	} 
	
	#top8 {height: 65px;}
	
  .thirds {
		float: left;
		width: 186px;
		padding: 0 10px 0 10px;
	}	
  .thirds li{
		padding: 0 0 0 15px;
	}	
  .image2 { width: 70px; height: 100px; padding: 2px 9.3px 0 0; float:left;}
  .avatar { width: 64px; height: 64px; margin: 0 10px 0 15px; float:left; clear:right; border: 1px solid;}
  .image3 { width: 70px; height: 100px; padding: 2px 0px 0 0px; float:left;}
  .image4 { width: 70px; height: 100px; padding: 2px 0px 0 0px; float:right;}
  .image5 { width: 70px; height: 100px; padding: 5px 3px 5px 3px;}
  .dvd { width: 140px; height: 200px; padding: 0 10px 0 0; float:left;}
  .dvd2 { width: 140px; height: 200px; padding: 0 10px 0 0;}
  .minitrailer { width: 70px; height: 100px; padding: 0px 0px 0 0; }  	
  .osoba { height: 166px; padding: 0 10px 0 25px; float: left;}
  .studio {border: 1px solid;}
  
  #podpis, #nick {font-size:0.8em; padding-left:15px;float: left;}
  #nick {font-weight: bold;}
  #komentare {font-size:0.8em;float: right;padding-right:15px;width:85px;}
  
  .seznamfil {margin: 0 0 0 50px;}
  .seznamfil p {margin-bottom: 0px;font-weight:bold;}
  .cislodilu {width:50px;text-align:right;float:left;clear:left;}
  .ceskynazev,.originalnazev {width:200px;float:left;}
		
/* right side */
#right {
	float: right;
	width: 310px;
	margin: 0 0 10px 0;
}

	.right_articles, .right_pull, .right_pulr {
		border: 1px solid #ccc;
		padding: 8px;	
		margin: 0 0 10px 0;
		background: #eee;
		color: #454545;
	}
	
	.right_pull {
  	float: left;
	  width: 130px;
	  height: 605px;
	  text-align:left;
  }
  .right_pull p {text-align:center; font-weight:bold;}
  
  .right_pulr {
  	float: right;
	  width: 130px;
	  height: 605px;
	  text-align:center;
  }
  
	
	
	.image { float: right; margin: 0 9px 3px 0; }
	.imagep { border: 1px solid; margin: 0 15px 8px 15px; }
	.notes {
		border-top: 1px dotted #ccc;
		border-bottom: 1px dotted #ccc;
		padding: 17px 10px 17px 17px;	
		margin: 0 14px 10px 0;
		font-size: 6em;
		background: #fff url(images/star.jpg) no-repeat center right;
		color: #454545;
		height: 102px;
	}
/* footer */
#footer { 
	clear: both; 
	color: #808080;
	background: #FFF;
	padding: 10px 15px;
	border-top: 1px solid #ccc;
	
}
	#footer .right { float: right; }


#trailers {clear:both}
#trailers .inner {}
#trailers .inner2 {float:left;padding-bottom:15px;width:200px;overflow:hidden}
.trailer {width:80px;margin:9px 9px 0 9px;text-align:center;float:left;display:inline}
.trailer img, .box4 img, .blog-box img {border:1px solid #808080}
.trailer span {font-size:.9em;padding-top:5px;display:block}
#left-arrow, #right-arrow {height:100px;width:41px;background:url('/player/images/btn_prev.gif') no-repeat 12px 19px;display:block;float:left}
#right-arrow {background:url('/player/images/btn_next.gif') no-repeat 0px 19px}
#right-arrow a, #left-arrow a, .rev a, .fest a {width:100%;height:100%;display:block}
.trailer a:hover img {border:1px solid white}
#tr-in {height:100px;width:600px;left:-50px}

.error 		 {COLOR: #FF0000; FONT-SIZE: 11px; FONT-WEIGHT: bold; FONT-FAMILY: Tahoma,Arial,Helvetica,sans-serif; TEXT-DECORATION: none}

