/*------------------------------------------------------------------
[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;
	margin: 20px 0;
	padding-left: 5px;
}

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;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

ul li {
	padding-left: 10px;
}
p {
	margin-bottom: 1.8em;
}
		
a:link,
a:visited {
	color: #d00000;
	text-decoration: none;
}

a:hover,
a:active {
	text-decoration: underline;
}

/*----------------------------------------------------------------- =Body */

body {
	background: #fff url(../images/header-bg.jpg) no-repeat top center;
}

	/*----------------------------------------------------------------- =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: 29px;
			top: 13px;
		}
		
			#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 {
					float: left;
					line-height: 36px;
					padding: 0;
					width:auto;
				}

				
		#navigation ul li.active {
					background: url(../images/nav-bg-left.gif) no-repeat left;
					height:38px;
				}
				
		#navigation ul li a {
						color: #346ba1;
						display: block;
						font-weight: bold;
						height: 29px;
						padding: 0 18px 0 18px;
						float:left;
					}
					
		#navigation ul li a:hover {
						color: #d00000;
						text-decoration: none;
					}
					
		#navigation ul li.active a {
						background: url(../images/nav-bg-right.gif) no-repeat right;
						color: #fff;
						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_280 {
			width: 280px;
		}
		
		.width_300 {
			width: 300px;
		}
		
		.width_400 {
			width: 400px;
		}
		
		.width_520 {
			width: 520px;
		}
		
		.width_720 {
			width: 720px;
		}
		
		.width_760 {
			width: 760px;
		}
		
		.width_920 {
			width: 920px;
		}
		
		.width_940 {
			width: 940px;
		}
		
		.last {
			margin-right: 0;
		}
	
			.box h2 {
				border-bottom: 1px solid #c2d2e2;
				color: #346ba1;
				margin-top: 10px;
			}
			
			.box ul li,
			.gfg-list div a {
				background: url(../images/bullet-blue.gif) no-repeat left 6px;
			}
			
			.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:right;
						height:281px;
						margin-top:30px;
						width:150px;}
		
		
		
			/*----------------------------------------------------------------- =Students */
			
			.kwicks {
				/* recommended styles for kwicks ul container */
				list-style: none;
				position: relative;
				margin: 0 auto 10px;
				padding: 0;
			}
			.kwicks li{
				/* these are required, but the values are up to you (must be pixel) */
				width: 84px;
				height: 125px;
				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: 720px;
				position: relative;
			}
			
			.scroll {
				height: 1500px;
				width: 460px;
				overflow: hidden;
				position: relative;
				margin-left: 10px;
			}
			
			.scrollContainer div.panel {
				height: 710px;
				width: 460px;
			}
			
				.scrollContainer div.panel div {
					padding: 0 20px;
				}
			
			ul.ukucanin {
				list-style: none;
				margin: 0;
				padding: 0;
				float: left;
				width: 252px;
			}
			
			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;
			}
			
	/*----------------------------------------------------------------- =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; }
	
