/*  
Theme Name: Gasilska enota Nova Gorica
Theme URI: http://www.geng.si
Description: Graficna podoba spletnega portala Gasilske enote Nova Gorica.
Version: 1.0
Author: Primož Hmeljak
Author URI: http://www.internetstoritve.com/
*/



/* Begin Typography & Colors */

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	background-color: #73a0c5;
	}

.widecolumn p {
	font-size: 1.05em;
	}

.narrowcolumn .widecolumn  {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}
	
.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}


#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}


#headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	text-decoration: none;
	}

h2 a:hover, h3 a:hover, #wp-calendar caption, cite {
	text-decoration: none;
	color:#0060A8;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
.tabele td {
	border-bottom:#CCCCCC solid 1px;
	}
#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}


a:hover {
	color: #147;
	text-decoration: underline;
	}
	
#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}
	
#header {
	padding: 0;
	margin: 0 auto;
	height: 200px;
	width: 100%;
	background-color: #73a0c5;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}
	
.post {
	margin: 0px;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

/* End Structure */



/*	Begin Headers */

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

.entry li {
	margin: 7px 0 8px 8px;
	background:url(images/li.gif) left 8px no-repeat;
	padding-left:22px;
	list-style-position:outside;
	}

.entry ul li:before, #sidebar ul ul li:before {
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	background:none;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */


/* ------------------------------------------------- GeNG -------------------------------------------------- */

/* CSS Document */
* {
	margin: 0;
}
html, body {
	height: 100%;
}
body {
	margin:0px;
	background:url(images/bg.jpg) top left repeat-x;
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#666666;
}

a {
	color:#666666;
	text-decoration:none;
}
a:hover {
	color:#333333;
	text-decoration:underline;
}

#container {
	width:811px;
	background:url(images/head.jpg) left 44px no-repeat;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -120px; /* the bottom margin is the negative value of the footer's height */
}
.push {
	height: 120px; /* .push must be the same height as .footer */
}

.clear {
	clear:both;
}

#left {
	float:left;
	width:230px;
}
	#logo {
		padding:44px 0px 0px 61px;
	}
	#menu {
		background:#FFFFFF url(images/bg_menu.jpg) top left no-repeat;
		width:192px;
		margin:79px 0px 0px 26px;
		padding:5px 0px 0px 3px;
	}
	#menu .crta {
		height:21px;
		background:#FF6603;
	}
	#menu h1 {
		margin:18px 0px 12px 11px;
		font-size:14px;
		font-weight:normal;
	}
	#menu .item1 {
		color:#F06018;
		background:url(images/item1.gif) center left no-repeat;
		padding-left:20px;
	}
	#menu .item1 a {
		color:#F06018;
	}
	#menu .item2 {
		color:#006090;
		background:url(images/item2.gif) center left no-repeat;
		padding-left:20px;
	}
	#menu .item2 a {
		color:#006090;
	}
	#menu .item3 {
		color:#0060A8;
		background:url(images/item3.gif) center left no-repeat;
		padding-left:20px;
	}
	#menu .item3 a {
		color:#0060A8;
	}
	#menu .item4 {
		color:#F0A818;
		background:url(images/item4.gif) center left no-repeat;
		padding-left:20px;
	}
	#menu .item4 a {
		color:#F0A818;
	}
	#menu ul {
		list-style:none;
		margin:0px;
		padding:0px;
		list-style-position:outside;
	}
	#menu li {
		margin:4px 10px 0px 19px;
		background:url(images/li.gif) center left no-repeat;
		padding-left:20px;
		height:20px;
		list-style:none;
		border-bottom:1px dotted #CCCCCC;
	}
	#menu .huge {
		line-height:13px;
		height:30px;
	}

#right {
	float:left;
	width:569px;
	padding-right:12px;
}
	#top_menu {	
		height:103px;
		padding-top:21px;
		text-align:right;
		font-size:11px;
		color:#FFFFFF;
		font-weight:bold;
	}
	#top_menu a {
		color:#FFFFFF;
	}
	#top_menu .item {
		float:right;
		width:110px;
		background:url(images/bg_top_menu.jpg) bottom right no-repeat;
		height:28px;
		padding:54px 10px 0px 0px;
	}
	#top_menu ul {
		list-style:none;
	}
	#top_menu li {
		float:right;
		width:110px;
		background:url(images/bg_top_menu.jpg) bottom right no-repeat;
		height:28px;
		padding:54px 10px 0px 0px;
		list-style:none;
	}
	#title {
		margin:0px;
		padding:0px 30px 0px 0px;
		font-size:20px;
		color:#FFFFFF;
		font-weight:normal;
		width:270px;
		text-align:right;
		float:right;
		line-height:20px;
		text-transform:uppercase;
	}
	.opis {
		clear:both;
		padding:14px 30px 0px 0px;
		color:#333333;
		width:180px;
		text-align:right;
		float:right;
		line-height:18px;
	}
	.more a {
		color:#FFFFFF;
		font-size:10px;
		background:url(images/item1.gif) center right no-repeat;
		padding-right:20px;
	}
	.more {
		padding:8px 36px 60px 0px;
		clear:both;
		float:right;
		text-transform:uppercase;
	}
	.more li {
		list-style:none;
	}
	.nadaljevanje {
		padding:9px 36px 10px 0px;
	}
	
	#content {
		float:left;
		width:360px;
		margin:0px 20px 0px 6px;
		text-align:justify;
	}
		#content h2 {
			margin:0px;
			padding:10px 0px 0px 6px;
			font-size:26px;
			color:#333333;
			line-height:26px;
			font-weight:normal;
		}
		#content p {
			padding:8px 6px 0px 6px;
		}
		#content img {
			margin:4px;
		}
	#content_left {
		float:left;
		width:180px;
		margin:0px 10px 0px 6px;
		text-align:justify;
	}
		#content_left h1, #content_center h1 {
			background:url(images/bg_content_h1.jpg) top left repeat-x;
			margin:0px;
			padding:1px 0px 12px 10px;
			font-size:17px;
			color:#FFFFFF;
			width:150px;
			letter-spacing:-0.3px;
			font-weight:normal;
		}
		#content_left h2, #content_center h2, #content_right h2 {
			margin:0px;
			padding:20px 0px 0px 6px;
			font-size:13px;
			color:#333333;
			line-height:13px;
		}
		#content_left .date, #content_center .date {
			color:#666666;
			font-size:11px;
			padding:0px 0px 0px 6px;
		}
		#content_left p, #content_center p {
			padding:8px 6px 0px 6px;
		}
		#content_left .nadaljevanje {
			color:#E38D04;
			padding:10px 0px 0px 6px;
			font-size:10px;
		}
		#content_left .nadaljevanje a {
			color:#E38D04;
			padding-left:12px;
			background:url(images/icon_nadaljevanje.gif) center left no-repeat;
		}
	
	#content_center {
		float:left;
		width:180px;
		margin-right:10px;
		text-align:justify;
	}
		#content_center img, #content_left img, #content_right .projekt img, #content img {
			padding:5px;
			border:1px solid #CCCCCC;
			margin-bottom:5px;
		}
		#content_center .nadaljevanje, #content .nadaljevanje {
			color:#A4B3DC;
			padding:10px 0px 0px 6px;
			font-size:10px;
		}
		#content_center .nadaljevanje a, #content .nadaljevanje a {
			color:#A4B3DC;
			padding-left:12px;
			background:url(images/icon_intervencija.gif) center left no-repeat;
		}
		
	#content_right {
		float:left;
		width:170px;
	}
		#content_right h1 {
			background:url(images/bg_right_h1.gif) top left repeat-x;
			margin:0px;
			padding:1px 0px 12px 20px;
			font-size:17px;
			color:#FFFFFF;
			width:150px;
			letter-spacing:-0.2px;
			font-weight:normal;
		}
		#content_right h2 {
			padding:10px 0px 0px 6px;
		}
		#content_right .projekt {
			padding:6px;
			margin-top:4px;
		}
		#content_right .nadaljevanje {
			color:#A4B3DC;
			padding:6px 0px 0px 0px;
			font-size:10px;
		}
		#content_right .nadaljevanje a {
			color:#A4B3DC;
			padding-left:12px;
			background:url(images/icon_intervencija.gif) center left no-repeat;
		}
		#content_right .glasovanje {
			color:#A4B3DC;
			padding-left:12px;
			font-size:12px;
			background:url(images/icon_intervencija.gif) center left no-repeat;
			margin-top:6px;
		}
		#content_right .gumb_glasuj {
			color:#E38D04;
			padding-left:12px;
			font-size:12px;
			background:url(images/icon_nadaljevanje.gif) center left no-repeat;
			margin-top:6px;
			text-transform:uppercase;
			font-weight:bold;
			border:0;
			cursor:pointer;
		}
		#content_right ul {
			list-style:none;
		}

#footer {
	height: 120px;
	background:url(images/bg_footer.jpg) bottom left repeat-x;
	font-size:11px;
	color:#FFFFFF;
}
#footer a {
	color:#FFFFFF;
}
	#footer .bg {
		width:783px;
		margin:0px auto;
		background:url(images/bg_foot.jpg) bottom left no-repeat;
		height: 87px;
		padding:33px 10px 0px 10px;
	}
	#footer .foot {
		background:#4D4D4D;
		height: 73px;
		padding:14px 0px 0px 22px;
	}
	#footer p {
		padding:3px 0px;
		margin:0px;
	}
	
	
/* GALERIJA */
.img_left {
	float:left;
	width:150px;
}
.img_right {
	float:right;
	width:150px;
	text-align:right;
	padding-right:20px;
}
.txt_left {
	float:left;
	width:174px;
	padding:6px;
}
.txt_right {
	float:right;
	width:174px;
	padding:6px;
}
.gal_clear {
	clear:both;
	height:10px;
}
.gal_img {
	float:left;
	width:170px;
}