body * {
margin:0;
padding:0;
}
body {
text-align:center;
font-size:16px;
font-family:Tahoma, Verdana, sans-serif;
}
#kontejner {
margin:0 auto;
width:780px;
}
#logotip {
width:780px;
height:290px;
}
#meni {
background-image:url("gumbi.gif");
background-repeat:no-repeat;
text-align:left;
width:780px;
height:102px;
}
#vsebina_slika {
width:780px;
background-image:url("roki.gif");
background-repeat:repeat-y;
text-align:left;
}
#vsebina {
position:relative;
margin-left:190px;
margin-right:190px;
}
#noga {
text-align:center;
font-size:10px;
margin-top:5px;
}

h1 {
text-align:center;
font-size:30px;
border-top:1px solid #be1e2d;
border-bottom:1px solid #be1e2d;
}
a img {
border:0;
}
p {
text-align:justify;
}
.submit {
width:80px;
height:40px;
}
input {
height:20px;
vertical-align:center;
}

.alignright {
	float: right;
	margin: 10px 5px 0;
}

.alignleft {
	float: left;
	margin: 10px 5px 0;
	}

form, input {
	display:inline;
}

.post {
	margin:0;
	}
.post h2 {
	margin:0;
	font-size: 1.6em;
	background-color: #BED4E2;
	border-top: 1px solid #759FBF;
	border-bottom: 1px solid #759FBF;
	}
.post a {
 	color: #484848;
}

.archive-dropdown {
	font: normal normal 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #000080;
}

.archive-dropdown option:hover {
	background-color: #F5F5F5;
}

.spacer {
	height:40px;
	width:1px;
}

.bookmarki {
	list-style-type:none;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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;
	}
/* End Images */



/* 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;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
