body {
	margin: 0px;
	padding: 0;
	background:  #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #fff;
}

h3 { }

p, ul, ol {
	margin-top: 0;
	line-height: 150%;
	text-align: left
}

ul, ol { }

blockquote {  }

a { color: #f00; text-decoration:none; }

a:hover { text-decoration: none; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; }

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

#wrapper {
}

/* Header */

#header {
	width: 940px;
	height: 60px;
	margin: 30px auto;
	background: #fff;
}

/* Menu */

#menu {
	float: left;
	width: 940px;
	height: 70px;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	
}

#menu a {
	display: block;
	height: 50px;
	padding: 0px 20px 0px 20px;
	letter-spacing: -1px;
	text-decoration: none;
	text-align: center;
	text-transform: lowercase;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 50px;
	font-weight: bolder;
	color: #fff;
}

#menu a:hover { 
	text-decoration:none;
	color:#f00;
}

#menu .current_page_item a { 
}

#menu .first {
}

/* Page */

#page {
	width: 880px;
	margin: 0px auto;
	padding: 0px 30px 0px 30px;
	background: #f0f0f0;
}

#page-bgtop {
}


/** LOGO */

#banner {
	padding-bottom: 0px;
}

/* Content */

#content {
	float: left;
	width: 600px;
}

/* Post */

.post {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #1D1D1D;
	background: #f0f0f0;
	color:#666;
}

.post .title {
	margin-top:0px;
	padding: 10px 20px 0px 20px;
	height: 40px;
	
}

.post .title a {
	text-decoration: none;
	text-transform: lowercase;
	font-size: 25px;
	font-weight:bolder
	color: #f00;
}

.post .entry {
	padding: 0px 20px 0px 20px;
}

.post .links {
	display: block;
	width: 870px;
	height: 5px;
	margin: 0px;
	padding: 10px 0px 0px 10px;
	background: #161616;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

.post .comments {
	display: block;
	width: 120px;
	height: 18px;
	margin: 0px; 
	padding: 3px 0px 0px 40px;
	background: #90BF35;
	border: 1px dashed #1D1D1D;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
#sidebar {
	margin-top:9px;
	float: right;
	width: 240px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight:bold;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 30px;
	padding: 0 0 10px 0px;
	
}

#sidebar li ul {
	margin: 0px 0px;
}

#sidebar li li {
	margin: 0px;
	padding: 8px 0px 8px 0px;
	border-bottom: 1px dotted #222222;
}

#sidebar li li a {
	padding: 0px 0px;
	font-weight: bolder;
}

#sidebar li li a:hover {
	color: #666666;
}

#sidebar p {
	margin: 0;
	padding: 0px 14px;
}

#sidebar h2 {
	height: 40px;
	margin: 0 0 10px 0px;
	background: #f0f0f0;
	font-size: 25px;
	font-weight: bolder;
	color: #f00;
}


#sidebar p {
	line-height: 200%;
}

#sidebar a {
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}


/* Footer */

#footer {
	width: 940px;
	height: 150px;
	margin: 0 auto;
	padding: 0;
	color: #f00;
}

#footer p {
	margin: 0;
	padding: 30px 0px 0px 30px;
	text-align: center;
	text-transform: uppercase;
	line-height: normal;
	font-size: 10px;
}