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

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

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%;
}


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

a:hover {
	color: #FF9900; text-decoration: underline;
}


/* Header */

#topbg {

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

}

#header {
	height: 200px;
	background: url(../images/logo_left.gif) no-repeat right top;
}

#right_header {
	padding: 0 0 0 150px;
	height: 200px;
	background: url(../images/logo_right.gif) no-repeat left top;

}
#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: #E4E4E4;

}



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


/* 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 {
	width: 520px;
	margin: 0;
	padding-left: 60px;
	color: #FFFF99;
}

.post {
	margin: 5px 0px 0px 0px;
	padding: 5px 10px 0px 10px;
    background: #212020 url(../images/content_up.gif) no-repeat 0 0;
}

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

.moreinfo {
	padding: 5px 10px 5px 10px;
    background: #212020 url(../images/content_down.gif) no-repeat 100% 100%;
}


.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;
}

.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 #333333;
    background: #999999;
    margin: 2px;
}

#sidebar {
	width: 220px;
	padding-left: 15px;
	color: #E10000;
}

#sidebar ul {
	margin-left: 0px;
	padding: 0;
    background: url(../images/sidebar_up.gif) no-repeat left top;
}

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

#sidebar p{
	margin-top: -25px;
	height: 20px;
    background: url(../images/sidebar_down.gif) no-repeat left bottom;
}

#sidebar h2 {
	margin-bottom: -15px;
	height: 35px;
	font-size: 20px;
	color: #FFFF99;

}

#sidebar a {
	text-decoration: none;
}

#sidebar sup{
  color: #999999;
}

#reclama {
	margin-left: 60px;
	padding-left: 20px;
	height: 168px;
    background: url(../images/reclama.gif) no-repeat left top;
}
/* Footer */

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

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

#footer p a {
	color: #E10000;
}