﻿body {
	margin: 20px;
	background: #FF0000 url(../images/img02red.png) repeat-x left top;
	font-family: "Arial Black";
	font-size: 14px;
	color: #FFFFFF;
}

h3 {
	margin: 0;
	font-family: "Arial Black";
	font-weight: normal;
	color: #FFFFFF;
}

h2 {
	margin: 0;
	font-family: "Arial Black";
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	margin: 0;
	font-family: "Arial Black";
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.6em;
}

ol {
	margin-top: 0;
	line-height: 180%;
}

ul {
	margin-top: 0;
	line-height: 180%;
}

p {
	margin-top: 0;
	line-height: 180%;
}

ol {
}

ul {
}

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

a:hover {
	text-decoration: none;
	border-bottom: 1px #FFFFFF dotted;
	color: #FFFFFF;
}

#wrapper {
	width: 910px;
	margin: 0 auto;
	padding: 20px;
}

/* Header */

#header {
	width: 910px;
	height: 250px;
	}

/* Logo */

#logo {
	float:left;
	width: 910px;
	color: #FFFFFF;
	text-align: center;
	}


/* Page */

#page {
	width: 910px;
	margin: 0 auto;
	padding-top: 20px;
}

/* Content */

#content {
	float: right;
	width: 590px;
	padding: 20px 30px 0 0;
}

.post {
}

.post .title {
	color: #FFFFFF;
}

.post .title a {
	background: none;
	color: #FFFFFF;
	border: none;
}

.post .title a:hover {
	text-decoration: none;
	border-bottom: 1px #FFFFFF dotted;
	color: #FFFFFF;
}

.post .meta {
	background: #000000;
	border: 1px dashed #FFFFFF;
	padding: 3px 10px;
	text-align: left;
	font-family: "Arial Black";
	font-size: 11px;
}

.post .meta .permalink {
}

.post .meta .comments {
}

.post .entry {
	padding: 10px 0 20px 0;
	text-align: justify;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding: 20px 30px 0 30px;
	background: #FF0000;
	color: #FFFFFF;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #FFFFFF;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	letter-spacing: -.5px;
	color: #FFFFFF;
}

#sidebar p {
	padding-bottom: 20px;
	text-align: justify;
}

#sidebar a {
	color: #FFFFFF;
	border: none;
}

#sidebar a:hover {
	text-decoration: none;
	border-bottom: 1px #FFFFFF dotted;
	color: #FFFFFF;
}


/* Footer */

#footer {
	width: 910px;
	height: 20px;
	margin: 0 auto;
	padding: 20px 0 15px 0;
	background: #trasparent;
	border-top: 1px dashed #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
	font-size: 9px;
}

#footer  a:hover {
	text-decoration: none;
	border-bottom: 1px #FFFFFF dotted;
	color: #FFFFFF;
}
