/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0px;
	background: #efefef;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

h1, h2, h3 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #B22B2B;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	color: #417FDA;
}

a:hover {
	background: none;
}

#wrapper {
	width: 910px;
	margin: 0 auto;
	padding: 0px;
}

/* Header */

#header {
	width: 910px;
	height: 50px;
	margin: 0 auto;
}

#banner {
	width: 870px;
	height: 180px;
	margin: 0 auto;
	padding: 0;
	background: url(images/banner.jpg) no-repeat left top;
}
/* Menu */

#menu {
	width: 910px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	background: #333 no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	margin-top: 5px;
	margin-right: 3px;
	padding: 7px 20px 7px 20px;
	background: #EEE;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
}

#menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	width: 910px;
	margin: 0 auto;
	padding-top: 20px;
	background: #FFFFFF;
}

/* Content */

#content {
	float: right;
	width: 610px;
	padding: 15px;
	margin: 5px;
	border-left: 1px dashed #D2D4C9;
}

.post {
}

.post .title {
	color: #B22B2B;
}

.post .title a {
	background: none;
	color: #B22B2B;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .meta {
	border-bottom: 1px dashed #D2D4C9;
	padding-bottom: 5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

.post .entry {
	padding: 10px 0 20px 0;
	text-align: justify;
}

.post blockquote {
	float: right;
	width: 95%;
	color: #666;
	font-style: italic;
	margin: 10px;
	padding: 10px;
	clear: both;
}

.post blockquote span {
	float: right;
	border-bottom: 1px dashed #D2D4C9;
}

.title {
	border-bottom: 1px dashed #D2D4C9;
}

.code {
	font-family: "Lucida Console", "Courier New", monospace;
	border-bottom: 1px dashed #D2D4C9;
	margin: 15px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 220px;
	padding: 20px 0 0 30px;
	color: #666;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li li {
	margin-top: 5px;
	line-height: 20px;
	border-bottom: 1px dashed #D2D4C9;
}

#sidebar li li span {
	display: block;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	letter-spacing: -.5px;
	color: #B22B2B;
}

#sidebar p {
	margin-top: 5px;
	padding-bottom: 20px;
	text-align: justify;
}

#sidebar a {
	color: #417FDA;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #787878;
}

/* Footer */

#footer {
	width: 910px;
	height: 10px;
	margin: 0 auto;
	padding: 15px 0 15px 0;
	background: #333 no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #B2B2B2;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
}