
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-size: 13px;
	text-align: justify;
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Times New Roman, Times;
	color: #61492D;
}

h1, h2, h3 {
	font-family: Georgia, Times New Roman, Times;
	font-weight: normal;
	color: #E10000;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	margin: 15px 0px;
 	padding: 5px 7px 5px 40px;  	
    font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, Times New Roman, Times;
	color: #66A342;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #E10000; text-decoration: none;
}

a:hover {
	color: #336600;
}


/* Header */

#topbg {

	height: 20px;
	margin: 0 auto;
	padding: 0;

}

#header {
	width: 800px;
	height: 160px;
	margin: 0 auto;
	background: url(../images/logo_01.jpg) no-repeat left top;
}

#right_header {
	width: 100%;
	height: 156px;
	margin: 0 auto;
	background: #FF8500;
    border-top: 2px #FF5800 solid;
    border-bottom: 2px #FF5800 solid;
}
#right_header p{
	padding: 0 0 0 10px;
    width: 100px;
}


#header h1, #header p {
	margin: 0;
	padding: 0;
}

#header h1 {
	font-size: 52px;
	padding: 10px 0 0 15px;
	color: #FFFFFF;
}

#header p {
	margin-top: 0px;
	padding: 0 0 0 10px;
	font-size: 16px;
	font-weight: normal;
	font-family: Georgia, Times New Roman, Times;
	color: #0C3383;

}

#header a {
	text-decoration: none;
	color: #E10000;
}

#category{
	padding-left: 30px;
	padding-top: 5px;
}

#reclama{
	padding-left: 80px;
	padding-top: 5px;
}

#box_cat {
	background: #FFFFFF url(../images/box.cat.gif) no-repeat 0 0;
	width: 125px;
	height: 20px;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding-top: 5px;
}

#bgleft {
	background: url(../images/border_01.gif) repeat-y left top;
	margin-top: -8px;
}



/* Content */

#content {
	float: left;
	width: 600px;
	margin: 0;
	padding-left: 30px;
	color: #333333;
}

.post {
	padding: 0px 0px 0px 0px;
}

.post .title {
	width: 395px;
	padding: 5px 0;
	font-size: 2em;
}

.post .story {
}


.byline {
	margin: -15px 20px 0 0px;
	color: #E10000;
}

.meta {
	text-align: left;
	color: #E10000;
	padding: 3px 3px 3px 25px;
	font-family: Times New Roman, Times;
	font-size: 16px;
	background: #FFFFFF url(../images/box.cat.gif) no-repeat 0 0;
}

.meta a {
	color: #E10000;
}


.post .date {
	float: left;
	width: 60px;
	height: 60px;
	background: url(../images/date.gif) no-repeat;
	text-align: center;
    padding: 0px 10px 0px 0px;
}

.post .date .month {
	display: block;
	padding-top: 8px;
	font-size: 1.1em;
    color: #840021;
}

.post .date .day {
	display: block;
	font-size: 2em;
    color: #206200;
}

.post .date .year {
	display: none;
}




.navigation  a {
	font-size: 20px;
}

.navigation  b {
    font-size: 14px;
	border: 1px solid #E10000;
	padding: 0px 6px 0px 6px;
}

.posts {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.posts h2 {
	margin: 0;
	font-weight: bold;
}

.posts h3 {
	margin: 0;
	font-weight: bold;
}

.posts p {
	margin: 0;
	line-height: normal;
}

.entry {
	margin: 0;
	padding: 17px 20px 5px 0px;
}

/* Sidebar */
.search {
    border: 1px solid #FF5800;
    background: #FDFDB7;
    margin: 2px;
}

#sidebar {
	float: right;
	width: 210px;
	margin-top: auto;
	padding-right: 20px;
	color: #E10000;
}

#sidebar ul {
	margin-left: 20px;
	padding: 0;
}

#sidebar li {
	margin: 0 0 0 0;
	margin: 0 0 0 0;
	line-height: 25px;
	border-bottom: 1px #66A342 dotted;
}


#sidebar h2 {
	margin: 0px 0px 0px 10px; 
	height: 35px;
	font-size: 20px;
	color: #3300FF;
	border-bottom: 2px #66A342 dashed;
}

#sidebar a {
	text-decoration: none;
}


/* Footer */

#footer {
	width: 900px;
	margin: 0 auto;
	height: 50px;
	text-align: center;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background: #FF8500;
    border-top: 2px #FF5800 solid;
	color: #E10000;
	margin-top: 2px;
}

#footer p {
	padding-top: 15px;
}

#footer p a {
	color: #E10000;
}