/*------------------------------------------------------------------
[Info]

	Project:				Veliki brat
	Version:				1.0
	Created:				29/09/08
	Author:					

[Colors]
	main (blue):			#346ba1;
	second (pink):			#d00000;
	
	

  
[Table of contents]

	=Reset CSS
	=Basic
	=Body
		=Container
			=Header
				=Navigation
			=Content
			=Footer
		
------------------------------------------------------------------- =Reset CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*----------------------------------------------------------------- =Basic */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #666;
}

h1 {
	font-size: 1.8em;
	padding-left: 5px;
	margin-top:15px;
	color:#606637;
}

h2 {
	font-size: 1.6em;
	font-style: italic;
	margin-bottom: 10px;
}

h3 {
	color: #d00000;
	font-size: 1.4em;
	margin-top: 10px;
}

h4 {
	color: #346ba1;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 10px;
}

h5 {
	color: #606637;
	font-size: 1.2em;
	font-weight: bold;
	margin-left: 10px;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

ul li {
	padding-left: 10px;
}
p {
	margin-bottom: 1.8em;
}
		
a:link,
a:visited {
	color: #606637;
	text-decoration: none;
}

a:hover,
a:active {
	text-decoration: underline;
}

/*----------------------------------------------------------------- =Body */

body {
	background: #fff url(../images/header-bg.jpg) no-repeat top center; width:100%;
}

	/*----------------------------------------------------------------- =Container */

	.container {
		font-size: 1.3em;
		line-height: 1.6em;
		margin: 0 auto;
		text-align: left;
		width: 940px;
	}
	
	/*----------------------------------------------------------------- =Header */
	
	#header {
		height: 115px;
		position: relative;
	}
	
		#header a.logo img {
			margin: 23px 0 0 20px;
		}
		
		#header a.ot img {
			position: absolute;
			right: 32px;
			top: 0px;
		}
		
			#header ul {
				margin: 9px 0 0 300px;
				overflow: hidden;
			}
			
				#header ul li {
					float: left;
					line-height: 29px;
					padding: 0;
				}
				
				#header ul li.active {
					background: url(../images/nav-bg-left.gif) no-repeat left;
				}
				
					#header ul li a {
						color: #346ba1;
						display: block;
						font-weight: bold;
						height: 29px;
						padding: 0 10px 0 22px;
					}
					
					#header ul li a:hover {
						color: #d00000;
						text-decoration: none;
					}
					
					#header ul li.active a {
						background: url(../images/nav-bg-right.gif) no-repeat right;
						color: #fff;
					}
					
	/*----------------------------------------------------------------- =Nav */
	
		#navigation {
			background:url(../images/nav_bg.jpg) no-repeat left top;
			height:37px; margin-top:15px; display:block;}

		
		#navigation ul {
				margin: 0px 0 0 20px;
				overflow: hidden;
			}
			
		#navigation ul li {
					background: url(../images/nav-bg-li.jpg) no-repeat left center;
					float: left;
					line-height: 36px;
					padding: 0;
					margin:0 10px;
					width:93px;
					height:36px;
				}

				
		#navigation ul li.active {
					background: url(../images/nav-bg-left.jpg) no-repeat left;
					height:36px;
				}
				
		#navigation ul li a {
						color: #f29627;
						display: block;
						font-weight: bold;
						height: 29px;
						width:93px;
						float:left;
						text-align:center;
					}
					
		#navigation ul li a:hover {
						color: #c87d20;
						text-decoration: none;
					}
					
		#navigation ul li.active a {
						background: url(../images/nav-bg-rightt.gif) no-repeat right;
						color: #f29627;
						height:38px;
					}
						
	/*----------------------------------------------------------------- =Content */
	
	#content {
		clear:both;
		overflow: hidden;
		padding-bottom: 20px;
	}
	
		.lead img {
			float: left;
			margin: 4px 10px 0 0;
		}
	
		.box {
			float: left;
			margin: 0 10px 20px 0;
			display: inline;
		}
		
		.width_150 {
			width: 150px;
		}
		
		.width_180 {
			width: 180px;
		}
		
		.width_200 {
			width: 195px;
		}
		
		.width_220 {
			width: 215px;
		}
		
		.width_230 {
			width: 230px;
		}
		*html .width_230 {
			width: 225px;
		}
		
		.width_250 {
			width: 250px;
		}
		
		.width_280 {
			width: 280px;
		}
		
		.width_300 {
			width: 300px;
		}
		
		.width_310 {
			width: 310px;
		}
		
		.width_355 {
				width:355px;
				}
		
		.width_400 {
			width: 400px;
		}
		
		.width_520 {
			width: 520px;
		}
		
		.width_720 {
			width: 720px;
		}
		
		.width_760 {
			width: 760px;
		}
		
		.width_830 {
			width: 830px;
		}
		
		.width_920 {
			width: 920px;
		}
		
		.width_940 {
			width: 940px;
		}
		
		.last {
			margin-right: 0;
		}
	
			.box h2 {
				border-bottom: 1px solid #c2d2e2;
				color: #606637;
				margin-top: 10px;
				margin-bottom:0;
				padding-bottom: 5px;
			}
			
			.box ul li,
			.gfg-list div a {
				
			}
			
			.gfg-list div a {
				padding-left: 10px;
			}
			
			.gfg-listentry-highlight a {
				text-decoration: underline;
			}
			.gfc-resultsHeader { border-bottom:0;}
			
		.tabs { float:left; width:100%; clear:both;}
		.comercial2 { display:block;
						float:left;
						height:281px;
						margin-top:30px;
						width:150px;}
		
		.floatleft { float:left;}
		.floatright { float:right;}
		
			/*----------------------------------------------------------------- =Students */
			
			.kwicks {
				/* recommended styles for kwicks ul container */
				list-style: none;
				position: relative;
				margin: 5px auto 5px;
				padding: 0;
				width:570px;
				float:left;
			}
			.kwicks li{
				/* these are required, but the values are up to you (must be pixel) */
				width: 84px;
				height: 130px;
				background: #fff;
				position: relative;
			
				/*do not change these */
				display: block;
				overflow: hidden;
				padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
			}
			.kwicks.horizontal li {
				/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
				margin-right: 10px; /*Set to same as spacing option. */	
				float: left;
			}
			
			.kwicks.horizontal li dl {
				width: 84px;
				margin: 0;
			}
			.kwicks.horizontal li dl dt {
				width: 84px;
				float: left;
				text-align:center;
			}
			
			.kwicks.horizontal li dl dt a {
				line-height:14px;
			}
			
			.kwicks.horizontal li dl dd.desc {
				width: 85px;

				float: left;
			}
			.kwicks.horizontal li dl dd.ukucanin_img {
				float: left;
			}
			
			/*----------------------------------------------------------------- =Student */
			
			#slider {
				width: 930px;
				position: relative;
			}
			
			.scroll {
				height: 650px;
				width: 580px;
				overflow: hidden;
				position: relative;
				margin-left: 10px;
			}
			*html .scroll { width:570px;}
			
			.scrollContainer div.panel {
				height: 710px;
				width: 580px;
			}
			
			*html .scrollContainer { width:570px;}
			
				.scrollContainer div.panel div {
					padding: 0 10px;
				}
			
			ul.ukucanin {
				list-style: none;
				margin: 0 10px 0 0;
				padding: 0;
				float: left;
				clear:left;
				width: 340px;
			}
			
			ul.ukucanin li {
				float: left;
				padding: 0;
			}
			
			ul.ukucanin a img {
				border: 1px solid #fff;
				width: 82px;
			}
			
			ul.ukucanin a:hover img {
				border-color: #346ba1;
			}
			
			ul.ukucanin a.selected img{
				border-color: #d00000;
			}
			
			ul.ukucanin a:focus {
				outline: none;
			}
			
			/*.scrollButtons {
				position: absolute;
				top: 150px;
				cursor: pointer;
			}
			
			.scrollButtons.left {
				left: -20px;
			}
			
			.scrollButtons.right {
				right: -20px;
			}*/
			
			.hide,
			.gfg-title,
			.gf-relativePublishedDate {
				display: none!important;
			}
			.gfg-entry {
				padding:0 0 10px 0;
				height:105px;
				}
			.gf-title {
				font-size: 1.15em;
			}
			.gf-title a{ color:#007092; }
			
			.gf-snippet {
				height:auto;
				line-height:1.2em;
			}
			
			 .box .news-list-horizontal_playlist { float:right; height:345px; overflow:hidden; width:288px;}
			 .box .news-list-horizontal_playlist li { float:left;  width:288px;  background-image:none; display:block; margin:0 0 5px 0;}
			 .box .news-list-horizontal_playlist li a { background-image:none; line-height:20px;}
			 .box .news-list-horizontal_playlist li div { width:205px; display:block; padding-left:10px; padding-top:10px;}
			 .box .news-list-horizontal_playlist li div a { line-height:10px; font-size:14px; color:#606637; font-weight:bold;}
			 
			 .box .news-list-horizontal { float:left; clear:left;}
			 .box .news-list-horizontal li { float:left;  width:145px; height:140px;  background-image:none; display:block; margin:0 0px 5px 0;}
			 .box .news-list-horizontal li a { background-image:none; line-height:11px; width:130px;}
			 
			 .play_content { border-bottom: 1px solid #C2D2E2; display:inline-block; padding:5px;}
			 .playindex { padding:0; width:420px; float:left;}
			 .playvideo { width: 720px; text-align:center; float:left; }
			 .play { float:left;  border-bottom: 1px solid #c2d2e2; display:inline-block; width:940px; margin-bottom:20px; background-color:#f8f8f8; padding:10px;}
			 
			 .yellow_team { display:block; width:335px; height:20px; background-color:#fcd353;}
			 .violet_team { display:block; width:335px; height:20px; background-color:#7a4763; }
			 .violet_team h5 {color:#fcd353;}
			 .yellow li img { border:2px solid #fcd353;}
			 .violet li img { border:2px solid #7a4763;}
			 
			 #feeddiv ul {	margin: 0 0 10px 00px;	padding: 0;	}
			#feeddiv ul li {margin:2px 0; background: url(../images/bullet-blue.gif) no-repeat left 6px;}
			#feeddiv ul li a {	font-weight: normal;color: #606637;	font-size:16px;	}
			.box {	float: left; margin: 0 10px 0px 0;display: inline;	}
			.gfc-resultsHeader {  width: 100%;  border-bottom: none;  margin-bottom : 4px;  margin-top:30px;  }
			.gf-title a{ color:#007092; margin-top:20px; }
			.ticker_title {color:#007092; font-style:italic;}
			.banner { float:right; width:300; height:250px; margin:20px 0 0 0; background-color:#F8F8F8; padding:10px 10px 20px 10px;}
			.paddingR60 { padding-right:60px;}
			
			
	/*----------------------------------------------------------------- =Footer */
	
	#footer {
		background: url(../images/footer-bg.gif) repeat-x;
		overflow: hidden;
		padding: 0 10px;
	}
	
		#footer .box ul li {
			background: url(../images/bullet-pink.gif) no-repeat left 6px;
		}
		
		#footer h2 {
			color: #d00000;
		}
		
		#footer a {
			color: #346ba1;
		}
		
		#footer p {
			clear: both;
			padding-top: 20px;
			text-align: center;
		}
		
	.tickerbg { background:url(../images/nav_bg2.jpg) no-repeat right top ;
			 display:block;
			 margin-top:10px;
			 height:33px;
			 padding-top:2px;
			 }
	.ticker_title {
			float:left;
			line-height:15px;
			padding-left:10px;
			width:60px;
			
			
		}
	.ticker { float:right; width:830px; margin-right:10px; }
	
