* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/img01.jpg) repeat-x left top #fdf1f1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 12px;
	color: #000000;
}

h1, h2, h3 {
	margin-bottom: 1em;
	font-weight: normal;
	color: #990000;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	text-align:left;
}

h1 {
	letter-spacing: -2px;
	font-size: 25px;
	background: url(../images/img07.gif) left center no-repeat;
}

h2 {
	letter-spacing: -1px;
	font-size: 1.5em;
	padding-bottom: 3px;
	padding-top: 10px;
}

h3 {
	letter-spacing: -1px;
	font-size: 1.5em;
	padding-bottom: 3px;
}

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: normal;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
	font-style: italic;
}

a {
	text-decoration: underline;
	color: #990000;
}

a:hover {
	text-decoration: underline;
	color: #663300;
}

/* Logo */

#header {
	width: 960px;
	height: 247px;
	margin: 0 auto;
	background: url(../images/img02.jpg) 0 0 no-repeat;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
}

/* Sidebars */

.sidebar {
	float: left;
	margin-top: 0px;
	padding-top: 20px;
	width:200px;
}

.sidebar a {
	text-decoration:none;
}

.sidebar a:hover {
	text-decoration:none;
	color:#330033;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar h2 {
	height: 40px;
	margin: 0;
	letter-spacing: normal;
	font-size: 1.4em;
}

#banner img{
margin: 20px 0 0 0;
border:none;
}

/* Sidebar1 */

#sidebar1 {
}

#sidebar1 h2 {
	text-align: left;
	background: url(../images/img07.gif) no-repeat left top;
	padding: 5px 0 0 40px;
	font-size: 22px;
}

#sidebar1 li {
	padding-top: 10px;
	text-align: right;
	font-size: 15px;
	font-style:italic;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	border-bottom:#990000 dotted 1px;
}

#sidebar1 li a:hover{
	color: #330033;
	padding-right:25px;
	background: url(../images/img06.jpg) right bottom no-repeat;
	}


/* Sidebar2 */

#sidebar2 h2 {
	background: url(../images/img07.gif) left top no-repeat;
	padding-left: 30px;
}

#sidebar2 li {
	padding-top: 10px;
	text-align: left;
	font-size: 11px;
	border-bottom:#990000 dotted 1px;
}

#sidebar2 img{
margin: 20px 0 0 0;
border:none;
}

/* Content */

#content {
	float: left;
	margin-top: 0px;
	width: 542px;
	background: url(../images/bg-content.jpg) repeat-y top center;
}

#content .bgbtm {
	background: url(../images/img04.jpg) no-repeat left bottom;
}

.naslov{
	margin-left: 20px;
}

.h2{
	background: url(../images/img08.gif) bottom repeat-x;
	padding-left: 10px;
}

#content li{
padding-top: 10px;
text-align:left;
}

.post {
	padding: 15px 25px 10px 25px;
}

.post .title {
	margin: 0;
	padding: 0 20px;
}

.post .entry {
	padding: 20px 20px 60px 20px;
}

.post .details{
height: 220px;
}

.post .details-skrinjica{
height: auto;
}

.post .tags, .post .links {
	margin: 0;
	line-height: normal;
	font-size: smaller;
	text-align: left;
}

.post img{
border: 4px solid #FFffff;
float:right;
margin-left: 10px;
margin-bottom: 10px;
}

.gallery{ margin: 10px 0px 10px 7px; padding: 2px; width:100px; height:100px; border:1px solid #CC9966}

#gallery{ 
float: left;
margin-bottom: 20px;
}

