
body {
	margin-top: 45px;
	padding: 0;
	background: #003f8a;
	background-attachment: fixed;
	background-image: url(images/pozadina.jpg);
	background-repeat: repeat-y;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #003f8a;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #649632;
}

h1 { font-size: 25px; }

h2 { font-size: 20px; }

h3 { }

p, ul, ol {
	margin-top: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

ul, ol { }

blockquote { }

a { color: #001f60; }

a:hover { text-decoration: none; }

a img {
	border: none;
}

hr { display: none; }

#wrapper {
}

#top {
	width: 900px;
	height: 20px;
	margin: 0 auto;
	background: url(images/img06.gif) no-repeat left top;
}

/* Header */

#header-wrapper {
	width: 880px;
	margin: 0 auto;
}

#header {
	width: 900px;
	height: 50px;
	margin: 0 auto;
	background: url(images/img03.jpg) repeat-x left bottom;
}

/* Menu */

#menu {
	float: left;
	width: 650px;
	height: 50px;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
	height: 35px;
	padding: 15px 25px 0 25px;
	background: url(images/img02.jpg) no-repeat right top;
}

#menu a {
	display: block;
	float: left;
	padding: 0px;
	text-decoration: none;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
}

#menu a:hover { text-decoration: none;	border-bottom: 3px solid #ffffff; }

#menu .current_page_item a {
	color: #ffffff;
	border-bottom: 3px solid #ffffff;
}

/* rssbox */

#rssbox {
	float: right;	
	height: 42px;
	padding: 4px 15px;
}

/* Page */

#page {
	width: 860px;
	margin: 0 auto;
	padding: 30px 20px 0px 20px;
	background: #ffffff;
}

/** LOGO */

#logo {
	width: 280px;
	height: 320px;
	margin: 0 auto;
	background: url(images/logo.gif) no-repeat left top;
}

#logo h1, #logo p {
	margin: 0;
	line-height: normal;
	text-align: left;
}

#logo h1 { 	
	padding:10px 0 0 18px;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF;
}

#logo h1 a:hover { 
	text-decoration: underline; 
}

#logo p {
	margin: 0;
	padding:0;
	font: italic 16px Georgia, "Times New Roman", Times, serif;
	color: #ffe200;
}

#logo p a {
	text-decoration: none;
	color: #ffe200;
}

#logo p a:hover { text-decoration: underline; }

/* Content */

#content {
	float: right;
	width: 550px;
}

/* Post */

.post {
	margin-bottom: 45px;
}

.post .title {
	height: 30px;
	margin-bottom: 3px;
	padding: 8px 0px 2px 20px;
	background: url(images/img04.jpg) no-repeat left top;
	color: #ffffff;
}

.post .date {
	float: right;
	margin-top: -35px;
	padding-right: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	color: #003f8a;
}

.post .meta {
	margin: -30px  0 3px 25px;
	padding: 2px 30px 2px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #FFFFFF;
}

.post .meta a { color: #B6ACA2; }

.post .entry {
	padding: 10px 20px 0px 20px;
	font: normal small Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	line-height: 2.2em;
}

.post .links {
	margin: 0 250px 0 0;
	padding: 0 0 0 0px;
}

.entry-top {
margin:7px 0;
padding:5px;
border:1px solid #003f8a;
float:left;
}

.entry-left {
margin:7px 15px 0px 0px;
padding:5px;
border:1px solid #003f8a;
float:left;
}

.post .adrese {
	padding: 10px 20px 0px 20px;
	font: normal small Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	line-height: 2.2em;
	background-color:#ffffff;
}

.post .adrese a{
	color:#003f8a;
	display:block;
	text-decoration: none;
	padding:1px 0px 1px 20px;
	background-image: url(images/plavo.gif);
	background-repeat: no-repeat;
	background-position: 7px 12px;
}

.post .adrese a:hover{
	color:#003f8a; 
	background:url(images/zuto.gif); 
	background-repeat: no-repeat;
	background-position: 7px 12px;
	text-decoration:underline;
}

.post .more {
	text-transform: uppercase;
	margin: 0 400px 0 0;
}

.post .more a{
	border: none;
	padding: 5px 10px;
	color: #ffffff;
	background: #001f60;
	text-align: center;
	text-decoration: none;
	font-size:10px;
	letter-spacing:.1em;	
}

.post .more a:hover{
	border: none;
	color: #ffffff;
	background: #003f8a;
	text-decoration: none;	
}

#boxfeed {
	width: 860px;
	margin: 0 auto;
	padding: 0px 20px;
	height:600px; 
	background: #ffffff;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 280px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 30px;
	padding: 0 0 20px 0px;
	background: #003f8a;
	color: #ffffff;
}

#sidebar li ul {
	line-height: 200%;
}

#sidebar li li {
	margin: 0;
	padding: 0 20px;
}

#sidebar p {
	margin: 0;
	padding: 0 20px;
}

#sidebar h2 {
	height: 33px;
	margin: 0 0 10px 0px;
	padding: 8px 0 2px 20px;
	background: url(images/img09.jpg) repeat-x left top;
	font-size: 20px;
	color: #003f8a;
}

#sidebar p {
	line-height: 200%;
}

/* Stranica */

#stranica {
	margin: 0;
	padding: 0;
	float: right;
	width: 450px;
	text-transform: uppercase;
	font-size:10px;
	letter-spacing:.1em;
}

#stranica ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#stranica li {
	display: block;
	float: right;
	padding: 0 0 0 5px;
}

#stranica a {
	display: block;
	float: left;
	padding: 5px;
	text-decoration: none;
	font: Georgia, "Times New Roman", Times, serif;
	color: #001f60;
	border: 1px solid #001f60;
}

#stranica a:hover { 
	text-decoration: none;
	color: #ffffff;
	background: #003f8a;	
	border: 1px solid #001f60; 
}

#stranica .current_page a {
	color: #ffffff;
	background: #001f60;
	border: 1px solid #001f60;
}

/* Footer Links*/

#footer-links {
	width: 860px;
	margin: 0 auto;
	padding: 0px 20px;
	height:95px; 
	background: #ffffff url(images/img10.png) repeat-x left top;
}

.footer-links-in {
	margin: 0;
	padding: 10px 0px 8px 0px;
}

.footer-links-in a img{
	margin: 0px 4px;
	padding: 0;
	border: 1px solid #001f60;
}

.footer-links-in a:hover img{
	border: 1px solid #ffffff;
}

/* Footer */

#footer {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	height: 61px;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	line-height: normal;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}

#bottom-bg {
	width: 900px;
	margin: 0 auto;
}
