@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background: #EFEFEF url(images/img01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #4D4D4D;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 120%;
}

ul, ol {
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #CC0001;
	color: #BF4D36;
}

a:hover {
	background: none;
}

/* Header */

#header {
	width: 910px;
	height: 105px;
	margin: 0 auto;
	background: url(images/znak.jpg) no-repeat left top;
}
/* Logo */

#logo {
	width: 800px;
	padding: 20px 0 0 120px;
	color: #BF4D02;
}

#logo h1, #logo p {
}

#logo h1 {
	padding: 0;
	margin-right: 10px;
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.8em;
	font-style: italic;
	color: #BF4D02;
}


#logo p {
	margin: 0;
	padding: 0;
	font: normal 13px Georgia, "Times New Roman", Times, serif;
	color: #7B5C02;
}

#logo p a {
	color: #7B5C02;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #BF4D02;
}
/* Menu */

#menu {
	width: 910px;
	height: 37px;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	padding: 7px 25px 7px 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
}

#menu a:hover {
	background: url(images/img03.jpg) no-repeat center top;
	text-decoration: none;
}

#menu .first {
	background: url(images/img03.jpg) no-repeat center top;
}

/* OKVIR STRANICE */

#wrapper {
	width: 910px;
	margin: 0 auto;
	margin-bottom:10px;
	background: url(images/bijelo.jpg) repeat-y left top;
}

#wrapper-top {
	width: 900px;
	background: url(images/img07.jpg) no-repeat left top;
}

#wrapper-btm {
	width: 900px;
	background: url(images/img05.jpg) no-repeat left bottom;
}
/* Page */

#page {
	width: 910px;
	margin: 0 auto;
	padding-top: 10px;
	background: #EFEFEF repeat left top;
}

/* Content */

#content {
	float: right;
	width: 640px;
	margin: 0;
	padding: 0;
}



.post {
}

.post .title {
	color: #967001;
	border-bottom: 1px #A9A9A9 dashed;
}

.post .title a {
	background: none;
	color: #967001;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .img {
float: left;
margin-right: 15px;
margin-bottom: 15px;
} 

.post .meta {
	margin-bottom: 30px;
	padding: 3px 0px;
	border-top: 1px #A9A9A9 dashed;
	border-bottom: 1px #A9A9A9 dashed;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.post .metac {
	margin-bottom: 30px;
	padding: 3px 0px;
	border-top: 1px #A9A9A9 dashed;
	border-bottom: 1px #A9A9A9 dashed;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.post .entry {
	padding: 10px 0 5px 0;
	text-align: left;
	border-bottom: 1px dashed #590000;
}

.post a {
	color: #967001;
	border-bottom: 1px #967001 dotted;
}

.post .meta a {
	font-weight: bold;
}
.post .centar {
	font-weight: bold;
	text-align: center;
}
/* Sidebar */

#sidebar {
	float: left;
	width: 250px;
	margin: 0;
	padding: 0 0 0 0px;
	background-color: #FFFFFF;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	padding-bottom: 10px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #590000;
	padding-left: 10px;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	letter-spacing: -.5px;
	color: #4D4D4D;
}

#sidebar p {
	text-align: left;
}

#sidebar a {
	color: #BF4D36;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #787878;
}

#sidebar img {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 

/* Footer */

#footer {
	width: 910px;
	height: 20px;
	margin: 0 auto;
	padding: 15px 0 5px;
	background: #999999 url(images/img06.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #FF833B;
	border-bottom: 1px #FF833B dotted;
}
.izrada {
	width: 250px;
	margin-right: auto;
	padding-top: 4px;
	background-image: url(images/izrada.jpg);
	background-repeat: repeat;
	padding-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: medium;
}

