/*------------------------------------------------------------------
[Info]

	Project:				Operacija Trijumf
	Version:				1.0
	Created:				29/09/08
	Author:					Milan Živkovic

[Colors]
	main (blue):			#346ba1;
	second (pink):			#e82866;
	
	

  
[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: #e82866;
	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: #e82866;
	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.2em;
		line-height: 1.8em;
		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: #e82866;
						text-decoration: none;
					}
					
					#header ul li.active a {
						background: url(../images/nav-bg-right.gif) no-repeat right;
						color: #fff;
					}
					
						
	/*----------------------------------------------------------------- =Content */
	
	#content {
		overflow: hidden;
		padding-bottom: 20px;
	}
	
		.lead img {
			float: left;
			margin: 4px 10px 0 0;
		}
	
		.box {
			float: left;
			margin: 0 20px 20px 0;
			display: inline;
		}
		
		.width_200 {
			width: 200px;
		}
		
		.width_220 {
			width: 215px;
		}
		
		.width_300 {
			width: 300px;
		}
		
		.width_400 {
			width: 400px;
		}
		
		.width_720 {
			width: 720px;
		}
		
		.width_920 {
			width: 920px;
		}
		
		.width_940 {
			width: 940px;
		}
		
		.last {
			margin-right: 0;
		}
	
			.box h2 {
				border-bottom: 1px solid #c2d2e2;
				color: #346ba1;
				margin-top: 20px;
			}
			
			.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;
			}
			
			/*----------------------------------------------------------------- =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: 82px;
				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: 5px; /*Set to same as spacing option. */	
				float: left;
			}
			
			.kwicks.horizontal li dl {
				width: 275px;
				margin: 0;
			}
			.kwicks.horizontal li dl dt {
				font-weight: bold;
				width: 185px;
				float: right;
				display: inline;
			
			}
			.kwicks.horizontal li dl dd.desc {
				width: 185px;
				height: 50px;
				float: right;
			}
			.kwicks.horizontal li dl dd.student_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.student {
				list-style: none;
				margin: 0;
				padding: 0;
				float: left;
				width: 252px;
			}
			
			ul.student li {
				float: left;
				padding: 0;
			}
			
			ul.student a img {
				border: 1px solid #fff;
				width: 82px;
			}
			
			ul.student a:hover img {
				border-color: #346ba1;
			}
			
			ul.student a.selected img{
				border-color: #e82866;
			}
			
			ul.student 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;
			}
			
			.gf-title {
				font-size: 1.2em;
			}
			
			.gf-snippet {
				height: 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: #e82866;
		}
		
		#footer a {
			color: #346ba1;
		}
		
		#footer p {
			clear: both;
			padding-top: 20px;
			text-align: center;
		}
