﻿/*
PROJECT: Inovator Site;
AUTHOR: Matic Krajnc;
*/

body { 
	margin:0; 
	padding:0; 
	background:#000; 
	font-family: Tahoma, Helvetica, sans-serif;
	font-weight: normal;
	font-size:11px;
	color:#fff;
	 }
	 
img { border: none; }

a { color: #fff; text-decoration: none;}
a:hover {text-decoration: none;}

#wrapper { width:800px; height:511px; border:1px solid #fff; margin:10px auto;}

#header { width:100%; background-color:#fff; height:116px; }

	#logo { float: left; background: #fff url(../template/logo.png) no-repeat; width:255px; height:116px;}
	
	/* horizontalni meni */	
	#meni { float: right; color: #000;  text-align: center; margin: 15px 20px 0 10px;}
	#meni li { display: inline;}
	#meni li a { 
		float: left; 
		color: #6b6e7d; 
		text-align: center; 
		font-size: 14px; 
		font-weight: bold; 
		text-decoration: none; 
		padding: 0 5px 0 5px; 
		border-right: 2px solid #e3e5e0;
		padding: 20px 15px 0 15px;
		height: 40px;
		font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	}
	#meni li a.last { border:none; }
	#meni li a.last:hover { color: #343b4e; text-decoration:  underline;}
	#meni li a.last.current { color: #343b4e; text-decoration: underline;}
	
	#meni li a:hover { color: #343b4e; text-decoration: underline;}
	#meni li a.current { color: #343b4e; text-decoration: underline;}	
	
#content { background-color: #343b4e; height: 375px; padding: 10px 0 10px 0;}

	#left_empty { float: left; width: 60px; height: 377px; background-color: #b8b6b7; }
	
	#left_numbers { float: left; width: 25px; height: 375px; border: 1px solid #fff; }
	
		.number { height: 20px; text-align: center; font-weight: bold;  font-size: 11px; border-bottom: 1px solid #fff; padding-top: 5px;}
		.number_current { height: 20px; text-align: center; font-weight: bold;  font-size: 11px; border-bottom: 1px solid #fff; background-color: #67972a; padding-top: 5px; text-decoration: none;}
		
	#picture { float: left; width: 261px; height: 375px; border-top:1px solid #fff; border-right:1px solid #fff; border-bottom:1px solid #fff; }
	
	#main_part {
	float: left;
	width: 451px;
	height: 375px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}
	
		#title { border-left: 10px solid #67972a; margin: 20px 30px 20px 30px;}
			#title .big { font-size: 14px; font-weight: bold; padding: 0 0 10px 15px; }
			#title .small { font-size: 11px; font-weight: normal; padding: 0 0 10px 15px; }
			
		hr { width: 90%; height: 1px; background-color: #5c6170; border: none;}
		
		#text {margin: 0 30px 0 30px; height: 140px;}
		#text2 {margin: 0 10px 0 10px; height: 140px;}	
		
		#paginator { text-align: center; font-size: 11px; margin: 10px 0 10px 0; height: 10px;}
		#paginator ul { margin-left:0; padding-left:0; display: inline; } 
		#paginator ul li { margin-left: 0; padding: 0; border-left: 2px solid #fff; list-style: none; display: inline; }
		#paginator ul li.first { margin-left: 0; border-left: none; list-style: none; display: inline; }
		
		#paginator li a { color: #67972a; text-align:center; font-size:11px; font-weight:bold; text-decoration: none; padding: 0 5px 0 5px; }
		#paginator li a:hover { color: #fff; text-decoration: underline;}
		#paginator li a.current { color: #fff; font-weight: bold; }
		
		/* NAVIGACIJA */
		#paginator #nav {color: #70776F; font-size: 11px; }
		#paginator #nav span { color: #67972a; text-align:center; font-size:14px; font-weight:bold; text-decoration: none; padding: 0 5px 0 5px;  }
		#paginator #nav a img { position: relative; top: 2px;}
		
		#paginator #nav a { color: #67972a; text-align:center; font-size:12px; font-weight:bold; text-decoration: none; padding: 0 5px 0 5px; }
		#paginator #nav a:hover { color: #fff; text-decoration: none; }
		#paginator #nav a.current { color: #fff; font-weight: bold; }
		
		/* CSS ZA CROSSFADER */

		#look_more { margin: 5px 30px 0 30px; border: 1px solid #fff; height: 110px; width: 391px;}
		
		#look_more #news {margin: 5px; position: absolute; overflow:hidden; font-size:11px; line-height: 14px;}
		#look_more #news p { margin: 0px; padding: 0px; }
		#look_more #news .slide-wrapper { width: 370px; height: 106px; margin: 0px; padding: 0px; overflow: hidden;}

		#look_more #news .more a { font-size: 11px; line-height:20px; }
		#look_more #news .slide { width: 370px; height: 106px; float: left; position: relative; margin-right: 10px; overflow:hidden;}
		#look_more #news #slide-position { position: relative; left: 0px; height: 110px; overflow: hidden; }
		#look_more #news .slide p { font-size: 11px; color: #202220; line-height: 14px; }
		#look_more #news .slide h3 {margin: 0px; padding: 0 0 5px 0; font-weight: bold; font-size: 14px; color:#176297; }
		
#footer { background-color: #343b4e; height: 40px; margin:10px 0 0 0; border: 1px solid #fff; color: #67972a;}
	#footer a { border:none; color: #67972a;}
	#footer a:hover { color: #fff; text-decoration:  underline;}

