﻿
body {
	margin: 20px;
	background: #590000 url(images/img01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CD7A7A;
}

h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FF6600;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2em;
	background-color: #550000;
	background: #590000 url(images/h2.jpg) no-repeat top;
	color: #FF9933;
	height: 30px;
	padding: 10px 0 0 0;
	text-align: center;
}
h2 a {
	text-decoration: none;
	color: #FF6600;
	vertical-align: text-bottom;
	text-indent: 20px;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #CC0001;
	color: #FF6600;
}

a:hover {
	background: none;
	color: #FF9933;
}

#wrapper {
    width: 800px;
    text-align: left;
    position: absolute;
    top: 0px;
     left: 50%;
    margin-left: -400px;
}

#header {
	width: 910px;
	height: 44px;
	margin: 0 auto;
}

#logo {
	float: left;
	width: 750px;
	color: #FFFFFF;
}

#logo h1, #logo p {
}

#logo h1 {
	float: left;
	padding: 0;
	margin-right: 10px;
	letter-spacing: -1px;
	text-transform: capitalize;
	font-size: 2.6em;
}

#logo p {
	float: left;
	margin: 11px 0 0 0;
	background: #720000;
	padding: 3px 10px;
	font: normal 10px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}


#menu {
	width: 750px;
	height: 10px;
	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;
	margin-right: 3px;
	padding: 7px 20px 7px 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
}

#menu a:hover {
	background: #590000;
	margin-right: 3px;
	text-decoration: none;
}

#menu .first {
	background: #590000;
	margin-right: 3px;
}


#page {
	width: 800px;
	margin: 0 auto;
	padding-top: 20px;
}

#content {
	float:inherit;
	width: 800px;
	padding: 30px 30px 0 0;
}
.paging {
	background: #590000 url(images/paging.jpg) no-repeat top;
	height: 25px;
	padding: 10px 0 0 0;
}
.dnoposta {
	background: #590000 url(images/hr.jpg) no-repeat bottom;
	height: 1px;
	padding: 10px 0 0 0;
}
.post {
}

.post .title {
	color: #000000;
}

.post .title a {
	background: none;
	color: #FFFFFF;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .meta {
	padding: 3px 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.post .entry {
	padding: 10px 0 20px 0;
	text-align: justify;
}

#footer {
	width: 800px;
	height: 20px;
	margin: 0 auto;
	padding: 20px 0 15px 0;
	background: #2F0000;
	border-top: 1px dashed #590000;
	font-family: Arial, Helvetica, sans-serif;
	color: #CD7A7A;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
	border-bottom: 1px #FFFFFF dotted;
}