/* General */

body {
	margin: 0;
	background: #f5f5f5;
	/*background: url("images/bg.gif");*/
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width: 1004px;
}

/* Header */
#header {
	width: 100%;
	height: 320px;
	background-image: url(wp-content/themes/pokljuka/images/ozadja/rezanje.png);
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 35px;	
		left: 80px;
		z-index: 10;
	}
	
	#header #header-info {
		z-index: 11;
	}
	
	#header #header-info h1 {
		color: #FFFFFF;
		font: 24px "Helvetica", Helvetica;
		z-index: 12;
	}
	
	#header #header-info h1 a {
		color: #FFFFFF;
		text-decoration: none;
		z-index: 13;
	}
	#header #header-info h1 a img{
		z-index: 14;
	}
	
	#header #header-info .description {
		color: #FFFFFF;
		font: bold 15px "Helvetica", Helvetica;
		z-index: 15;
	}
	
	/* Header - Menu */
	/*
	#header #header-menu {
	position: relative;
		top: 0px;
		left: 40px;
		right:20px;
		height: 28px;
		z-index: 300;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 28px;
	}
	
	#header #header-menu ul li {
		height: 28px;
	}
	
	#header #header-menu ul li a {
	
padding-left: 0px;
	}
	*/
	
	#header #header-menu ul li a:hover {

	}
	#header #header-menu .current_page_item a:link, #header #header-menu .current_page_item a:visited, #header #header-menu .current_page_item a:active {

	}
	#header #header-menu ul li ul {
		
	}
	
	/* Header - Topbar */
	
	#header #topbar {
		position: absolute;
		top: 195px;
		left: 0px;
		width: 1004px;
		height: 130px;
		color: #000000;
		font: normal 12px "Helvetica", Helvetica;
		z-index: 1
	}
	/*staticna bela barva*/
	#header #topbar h3 {
		font: bold 20px "Helvetica", Helvetica;
		color: #fffffff;
	}
	
	#header #topbar ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	#header #topbar ul li {
		padding-top: 12px;
		color: #000000;
		font: normal 12px "Trebuchet MS", Helvetica;
	}
	/*dinamicna bela kvadratka*/
	#header #topbar ul li a {
		
		color: #000000;
		text-decoration: none;
	}
	
	#header #topbar ul li a:hover {
		text-decoration: underline;
	}
	
		/* Header - Topbar - Boxes */
		
		#header #topbar #topbar-left {
			width: 285px;
			padding: 5px 33px;
			float: left;
		}
		#header #topbar #topbar-left a{
			color: #000000;
			text-decoration: none;
		}
		#header #topbar #topbar-center {
			width: 285px;
			height: 117px;
			float: left;
			padding: 5px 0 0 15px;
			overflow: hidden;
		}
		#header #topbar #topbar-center a{
			color: #000000;
			text-decoration: none;
		}
		#header #topbar #topbar-right {
			width: 285px;
			height: 117px;
			float: left;
			padding: 5px 0 0 40px;
			color: #000000;
		}
		#header #topbar #topbar-right a{
			color: #000000;
			text-decoration: none;
		}

/* Main */

#main {
	width: 1004px;
	background: url("images/main.png") repeat-y;
}

#main-top {
	width: 1004px;
	background: url("images/main_top.jpg") no-repeat;
}

#main-bottom {
	width: 1004px;
	min-height: 500px;
	background: url("images/main_bottom.jpg") no-repeat left bottom;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 586px;
		padding-left: 9px;
		margin-right: 10px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		color: #FFFFFF;
		float: left;
		width: 100%;
		background-color: #252525;		
	}
	
	/* Post - Title */
	#content .post h1.title {
		color: #FFFFFF;
		font: bold 18px "Helvetica", Helvetica;
		height: 51px;
		margin-left: 20px;
		margin-top: 20px;
	}
	#content .post h1.title span.date {
		float: left;
		width: 40px;
		height: 42px;
		margin-right: 10px;
		background: url(images/date.png) no-repeat;
		color: white;
		font-size: 8px;
		text-align: center;
	}
	#content .post h1.title span.date b {
		display: block;
		font-size: 20px;
		color: #9BB164;
		margin-top: 5px;
	}
	#content .post h1.title a {			
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#content .post h1.title a:hover {
		text-decoration: underline;
	}
	
		
		/* Post - Entry */	
		#content .post .post-entry {
			font: normal 12px/18px "Helvetica", Helvetica;
			color: #FFFFFF;
			padding-left: 20px;
			width: 546px;
		}
		
		#content .post .post-entry a {
		
			color: #72AE01;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .more-link {
			font: bold 12px/20px "Trebuchet MS", Helvetica;
			color: #72AE01;
			float: right;
			padding-bottom: 5px;
		}
		
		#content .post .post-entry .more-link a {
			color: #72AE01;
			text-decoration: none;
		}
		
		#content .post .post-entry .more-link a:hover {
			text-decoration: underline;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			padding: 10px 4px 0 4px;
			width: 546px;
			clear: both;
			font: bold 12px "Trebuchet MS", Helvetica;
			color: #FFFFFF;
		}
		
		#content .post .post-info a {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		/*-------------------*/
			#content .post_page {
		color: #FFFFFF;
		float: left;
		width: 100%;
		min-height: 500px;
		/*background: #252525;*/
		
	}
	
		/* Post - Title */
		
		#content .post_page .post-title {
			padding-top: 10px;
			width: 100%;
			height: 20px;
			color: #FFFFFF;
			font: bold 12px "Helvetica", Helvetica;
		}
		
		#content .post_page .post-title a {
			
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#content .post_page .post-title a:hover {
			text-decoration: underline;
		}
		#content .post_page .post-title .date2 {
			font-size: 10px;
			font-weight: bold;
			float: left;
			width: 40px;
			height: 42px;
			padding-top: 0px;
			background: url(images/date.png) no-repeat;
			line-height: normal;
			text-transform: uppercase;
			text-align: center;
			color: #FFFFFF;
		}
		
		#content .post_page .post-title .date2 b {
			display: block;
			font-size: 20px;
			color: #9BB164;
		}
		#content .post_page .post-title .post-date {
			padding-left: 20px;
			float: left;
			background: url("images/post_date.gif") repeat-x;
			width: 50px;
			height: 51px;
			color: #000000;
			text-align: center;
			text-transform: uppercase;
			margin-right: 10px;
			font: bold 10px/15px "Trebuchet MS", Helvetica;
		}
		
		#content .post_page .post-title .post-date span {
			padding-left: 20px;
			margin-bottom: 2px;
			display: block;
			font: bold 16px/34px "Trebuchet MS", Helvetica;
		}
		
		#content .post_page .post-title h2 {
			margin-left: 10px;
			padding-left: 10px;
			padding-bottom: 3px;
			padding-right: 0;
			padding-top: 4px;
			color: #FFFFFF;
			font: bold 19px "Helvetica", Helvetica;
		}
		
		#content .post_page .post-title h2 a {
			margin-left: 10px;
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#content .post_page .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		/* Post - Entry */
		
		#content .post_page .post-entry {
			font: normal 12px/18px "Helvetica", Helvetica;
			color: #FFFFFF;
			padding-left: 20px;
			width: 546px;
			min-height: 500;
		}
		
		#content .post_page .post-entry a {
		
			color: #72AE01;
			text-decoration: none;
		}
		
		#content .post_page .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post_page .post-entry .more-link {
			font: bold 12px/20px "Trebuchet MS", Helvetica;
			color: #72AE01;
			float: right;
			padding-bottom: 5px;
		}
		
		#content .post_page .post-entry .more-link a {
			color: #72AE01;
			text-decoration: none;
		}
		
		#content .post_page .post-entry .more-link a:hover {
			text-decoration: underline;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			padding: 10px 4px 0 4px;
			width: 546px;
			clear: both;
			font: bold 12px "Trebuchet MS", Helvetica;
			color: #FFFFFF;
		}
		
		#content .post .post-info a {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		/*----------------*/
		/* Post - Comments */
		
		#content .post h3 {
			color: #FFFFFF;
			font: bold 17px "Helvetica", Helvetica;
			margin: 25px 0 5px 0;
			padding: 0 4px;
			width: 546px;
		}
		
		#content .post .comments {
			padding-left: 10px;
			width: 546px;
			font: normal 12px/18px "Trebuchet MS", Helvetica;
			color: #FFFFFF;
		}
		
		#content .post .comments a {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#content .post .comments a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol {
			margin: 10px 0 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li.alt {
			background: #000000;
		}
		
		#content .post .comments ol li cite {
			color: #FFFFFF;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post #commentform {
			margin: 0;
			font: normal 12px/18px "Trebuchet MS", Helvetica;
			color: #FFFFFF;
			padding: 0 4px;
			width: 546px;
		}
		
		#content .post #commentform a {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Sidebar */
	
	.sidebar {
		float: left;
		width: 189px;
		font: 20px/34px "Helvetica", Helvetica;
		color: #ffffff;
		padding-top: 7px;
		padding-left: 11px;
	}
	
	.sidebar a {
		color: #ffffff;
		text-decoration: none;
		font: strong 20px/34px "Helvetica", Helvetica;
	}
	
	.sidebar a:hover {
		text-decoration: underline;
	}
	
	/*sidebar podatki*/
	.sidebar .podatki{
		color: #000000;
		font: 14px/14px "Helvetica", Helvetica;
	}
	.sidebar .podatki a{
		color: #000000;
		font: 14px/14px "Helvetica", Helvetica;
	}
	.sidebar .podatki a:hover{
		text-decoration: blink;
	}
	
	
		/* Sidebar - Titles */
		
		.sidebar h3 {
			padding-left: 18px;
			font: 16px/30px "Helvetica", Helvetica;
			color: #ffffff;
			height: 40px;
			width: 189px;
			background: url("images/sidebar_title.gif") no-repeat;
		}
		.sidebar h2 {
			
			font: 16px/30px "Helvetica", Helvetica;
			color: #ffffff;
			height: 40px;
			width: 189px;
			background: url("images/sidebar_title.gif") no-repeat;
		}
		/* Sidebar - Menus */
		
		.sidebar ul {
			margin: 0 0 20px 18px;
			padding: 0;
			list-style-type: none;
			color: #ffffff;
		}
		
		.sidebar ul li {
			font: 14px/24px "Helvetica", Helvetica;
			color: #FFFFFF;
		}
		
		.sidebar ul li a {
			color: #000000;
			text-decoration: none;
		}
		
		.sidebar ul li a:hover {
			text-decoration: underline;
		}
		
		/* Sidebar - Forms */
		
		
		/* Sidebar - Tables */
		
		.sidebar #calendar_wrap {
			margin: 5px auto 20px auto;
			width: 120px;
		}
		
		.sidebar #calendar_wrap caption {
			font-weight: bold;
		}
		
		.sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		.sidebar .textwidget {
			padding: 0 10px 20px 10px;
		}

.sidebar-right {
	float: left;
	width: 189px;
	font: 20px/34px "Helvetica", Helvetica;
	color: #ffffff;
	padding-top: 7px;
}
.sidebar-right a {
	color: #ffffff;
	text-decoration: none;
	font: strong 20px/34px "Helvetica", Helvetica;
}
	
.sidebar-right a:hover {
	text-decoration: underline;
}
.sidebar-right h3 {
	padding-left: 18px;
	font: 16px/30px "Helvetica", Helvetica;
	color: #ffffff;
	background: url("images/sidebar_title.gif") no-repeat;
}
.sidebar-right ul {
	margin: 0 0 0px 18px;
	padding: 0;
	list-style-type: none;
	color: #ffffff;
}
		
.sidebar-right ul li {
	font: 14px/24px "Helvetica", Helvetica;
	color: #FFFFFF;
}
		
.sidebar-right ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

/* Footer */

#footer {
	margin-top: 0px;
	width: 1004px;
	height: 62px;
	background: url("images/footer.gif") repeat-x;
	color: #FFFFFF;
	font: normal 10px/15px "Trebuchet MS", Helvetica;
	text-align: center;
}

#footer a {
	color: #CCCCCC;
	text-decoration: none;
}

#footer a:hover {
	color: #FOFOFO;
	text-decoration: underline;
}



#header #homm{
		z-index: 200;
	
	}
#header #searchform{
	margin-top: -25px;
	margin-right: 5px;
	float: right;
}

/* DropDown */


#header #header-menu {
	width:600px; 
	height:29px; 
	position:relative;
	margin-top: -20px;
	margin-left: 25px; 
	z-index:100;
	/*border-right:1px solid #000; */
	font-family:Helvetica, sans-serif;
}
	
/* hack to correct IE5.5 faulty box model */
	* html #header-menu {
		margin-top: -30px;
		margin-left: 25px; 
		z-index:101;
		width:600px; 
	}
/* remove all the bullets, borders and padding from the default list styling */
#header #header-menu ul {
	z-index:102;
	padding:0;
	margin:0;
	list-style-type:none;
	}
#header #header-menu ul ul {
	z-index:103;
	width:149px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#header #header-menu li {
	float:left;
	width:149px;
	position:relative;
}
/* style the links for the top level */
#header #header-menu a, #header-menu a:visited {
	display:block;
	font: Helvetica;
	font-size:16px;
	text-decoration:none; 
	position:relative;
	color:#fff;
	padding: 0px 0px 0px 10px;
	/*width:138px;*/ 
	height:29px;
	border:1px solid #000; 
	border-width:0px 0 0px 1px; 
	/*background:#09c; */
	padding-left:10px; 
	line-height:29px; 
	/*font-weight:bold;*/
	
}
/* a hack so that IE5.5 faulty box model is corrected */
* html #header-menu a, * html .header-menu a:visited {
	font-family: Helvetica;
	line-height: 31px;
	l\ine-height: 31px;
	margin-top: -4px;
	width:138px; 
	w\idth:138px;
	position: relative;
}

/* style the second level background */
#header #header-menu ul ul a.drop, #header #header-menu ul ul a.drop:visited {
	background:#d4d8bd url(http://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif) no-repeat 130px center;
	
}
/* style the second level hover */
#header #header-menu ul ul a.drop:hover{
	/*background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;*/
}
#header #header-menu ul ul :hover > a.drop {
	/*background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;*/
}
/* style the third level background */
#header #header-menu ul ul ul a, .menu ul ul ul a:visited {
	background:#e2dfa8;
	position:relative;
}
/* style the third level hover */
#header .menu ul ul ul a:hover {
	background:#b2ab9b;
	position:relative;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
#header #header-menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:29px;
	left:0; 
	/*width:149px;
	border-top:1px solid #000;*/
}
/* another hack for IE5.5 */
* html #header-menu ul ul {
	top: 30px;
	t\op:32px;
	position: relative;
}

/* position the third level flyout menu */
#header #header-menu ul ul ul{
	left:149px; 
	top:-1px; 
	width:149px;
}

/* position the third level flyout menu for a left flyout */
#header #header-menu ul ul ul.left {
	left:-149px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#header #header-menu table {
	position:absolute;
	top:0; 
	left:0; 
	border-collapse:collapse;
}

/* style the second level links */
#header #header-menu ul ul a, #header #header-menu ul ul a:visited {
	background:#333333;
	position:relative; 
	color:#fff;
	font-size: 16px; 
	height:auto; 
	line-height:1em; 
	padding:5px 10px;
	/*margin-left: -40px;*/
	width:150px;
	border-width:1px 1px 1px 1px;
}
/* yet another hack for IE5.5 */
* html #header-menu ul ul a, * html #header-menu ul ul a:visited {
	width:150px;
	w\idth:128px;
	position:relative;
}

/* style the top level hover */
#header #header-menu a:hover,#header #header-menu ul ul a:hover{
	color:#FFF; 
	 background:#d4d8bd url(images/header_menu_left.png) repeat-x 130px center;
}
#header #header-menu :hover > a, #header #header-menu ul ul :hover > a {
	color:#FFF; 
	 background:#d4d8bd url(images/header_menu_left.png) repeat-x 130px center;
}



#header #header-menu ul li:hover ul,
#header #header-menu ul a:hover ul{visibility:visible; }


#header #header-menu ul :hover ul ul{visibility:hidden;}


#header #header-menu ul :hover ul :hover ul{ visibility:hidden;}


#header #header-menu ul ul .current_page_item a {
  color: white;
   background:#d4d8bd url(images/header_menu_left.png);
  /*border-left: 1px solid black;*/
}

#header #header-menu .current_page_item a {
  color: white;
  /*font-weight: bold;*/
  background:#d4d8bd url(images/header_menu_left.png);
}

#header #header-menu ul .current_page_item ul a {
  color: white;
  font-weight: normal;
  background: #323232;
}

#header #header-menu ul .current_page_item ul a:hover {
  background:#d4d8bd url(images/header_menu_left.png); 
  
}

#header #header-menu .current_page_item a:hover {
  background:#d4d8bd url(images/header_menu_left.png);
}


/*** stilski dodatek tabele ***/

#cenik_tabela {
	border: 1px solid #FFF;
	font-size: 10px;
}
	#cenik_tabela tr td {padding-left: 3px; padding-right: 3px; padding-top: 1px; padding-bottom: 1px;}
	/*#cenik_tabela tr td () */
	
.naslov {
	background: #666;
	border-bottom: 1px solid #FFF;
	font-weight: bold;
}

.ob_strani {
	border-right: 1px solid #FFF;
	font-weight: bold;
}

.opomba {font-size: 9px;}
.crta-spodaj {border-bottom: 1px solid #FFF;}
.crta-right {border-right: 1px solid #FFF;}



