/* Resetirajmo nastavitve */

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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	border: 0;
	padding: 0;
	outline: 0;
	background-color: transparent;
	font-size: 100%;
	vertical-align: baseline;
}

/* Globalne nastavitve */

html, body {
	background-color: #0baafd;
	font: normal small/1.5 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

a 	{ color: #36C; text-decoration: none; }
a:hover   { text-decoration: underline; }

h3 {
	margin: .6em 0 .2em;
	color: #C60;
	font-weight: bold;
	font-size: 1em;
}
h4 {
	margin: 1em 0 .25em;
	color: #000;
	font-weight: bold;
	font-size: 1.1em;
}
p {
	margin: .5em 0 1em;
}
p.last {
	margin-bottom: 0 !important;
}


/* Izgled strani BG */

#page {
	min-height: 360px;
	padding: 0 0 0px;
	background: #0baafd url(../images/bg-gradient.png) repeat-x 0 0;
	color: #595644;
}
			
			#page #page ul {
				padding-left: 1.8em;
			}
				#page #page ul li {
					padding: 0 0 .5em;
				}

/* Vsebina */

#page.obvestilo #wrapper {
	min-width: 930px;
	background: url(../images/bg-head-pattern.png) no-repeat 50% 0;
}
#page.obvestilo #header {
	height: 85px;
	padding: 30px 0 0;
}

#page.obvestilo #page {
	width: 650px;
	margin: 0 auto;
	border: 0 !important;
	background-color: #FFF;

	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
}

	#page.obvestilo #page .content {
		border: 1px solid #696250;
		padding: 15px 25px 10px;
	}
		#page.obvestilo #page h3 {
			margin: 1em 0 0;
			font-size: 1.15em;
		}
		#page.obvestilo #page p {
			margin: 0 0 .75em;
		}
		#page.obvestilo #page a {
			text-decoration: underline;
		}
		#page.obvestilo #page .block-container {
			border-bottom: 0;
			background-color: #4D4432;
			color: #B3AA98;
		}
			#page.obvestilo #page .block-container h3,
			#page.obvestilo #page .block-container a {
				color: #FFF;
			}
		#page.obvestilo #page .block-contact {
			border-color: #E5E2DA;
			padding-bottom: 1.25em;
			background-color: #E5E2DA;
			color: #000;
		}
			#page.obvestilo #page .block-contact h3 {
				margin: 0 0 .4em;
				color: #332A19;
				font-weight: bold;
		}


		/* Kontaktirajte nas */

		ul#contactus {
			margin: .5em 0 1.25em;
			padding: 0 !important;
		}
			ul#contactus li {
				margin: 0 0 .75em;
				padding: 0 0 0 24px !important;
				background: transparent no-repeat 0 .1em;
				list-style: none;
			}
				ul#contactus li.email 		{ background-image: url(../images/i-mail.gif); }
				ul#contactus li.campfire 	{ background-image: url(../images/i-campfire.gif); }
				ul#contactus li.bugreport 	{ background-image: url(../images/i-bug.gif); }

