/*  
Theme Name: Neo-Sapien v06
Theme URI: http://www.wpdesigner.com
Description: Neo-Sapien theme created by Small Potato of WPDesigner.com for WP 2.0.3.
Version: 0.6
Author: Small Potato
Author URI: http://www.wpdesigner.com/

	Released under WPdesigner.com, this is my third public theme - Small Potato.
	http://www.wpdesigner.com

	Thanks to me, myself, and I.
*/

body, h1, h2, h3, h4, h5, h6, form, ol, p, ul{
	margin: 0;
	padding: 0;
}

h1{
	font-size: 24px;
}

h2, h3{
	font-size: 18px;
}

h4, h5, h6{
	font-size: 12px;
}

body{
	font-family: Verdana, Arial;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	color: #ccc;
	background: #2b2b2b url(images/bg_body.gif) repeat-x;
}

table{
	font-family: Arial, Verdana;
	font-size: 11px;
}

form, input, textarea{
	font-family: Arial, Verdana;
	font-size: 11px;
        color: #fff;
}

input, textarea{
	margin: 0 0 1px 0;
	border: 1px solid #262626;
	color: #fff;
	background: #111;
}

ul, li{
	list-style-type: none;
}

a{
	text-decoration: underline;
	color: #fff;
}

a:hover{
	text-decoration: none;
}

img{
	border: 0px;
}

#container{
	width: 100%;
	text-align: left;
	vertical-align: top;
}

#sidebar{
	float: left;
	margin: 288px 0 0 0;
	width: 8%;
	font-family: Arial, Verdana;
	font-size: 11px;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	color: #ccc;
	background: #000;
}

#sidebar ul{
	padding: 10px;
	text-align: left;
	vertical-align: top;
}

#sidebar ul li{
	margin: 0 0 5px 0;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-weight: bold;
	color: #c30000;
}

#sidebar ul li a{
	text-decoration: none;
	color: #c30000;
}

#sidebar ul li a:hover{
	text-decoration: underline;
}

#sidebar ul li h2{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #c30000;
}

#sidebar ul ul{
	padding: 0;
}

#sidebar ul ul li{
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana;
	font-weight: normal;
	color: #ccc;
}

#sidebar ul ul li a{
	text-decoration: underline;
	color: #fff;
}

#sidebar ul ul li a:hover{
	text-decoration: none;
}

.narrowcolumn{
	float: left;
	width: 50%;
	margin: 0px 0 0 0;
	padding: 0 0 600px 0;
	font-family: Verdana, Arial;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	color: #ccc;
	background: #000;
}

#menu{
	padding: 0 0 0 10px;
	text-align: left;
	vertical-align: top;
	color: #ccc;
	background: #000;
}

#menu ul li{
	float: left;
	border-top: 2px solid #c00;
	margin: 0 5px 0 0;
	padding: 6px 15px 7px; 
	font-family: Arial, "Trebuchet MS";
	font-size: 10px;
	font-weight: bold;
	background: #444 url(images/bg_menu_item.gif) repeat-x;
}

#menu ul li a{
	text-decoration: none;
}

#menu ul li a:hover{
	text-decoration: underline;
}

#header{
	clear: both;
	width: 100%;
	padding: 10px 0;
	background: #000;
	text-align: center;
	vertical-align: middle;
        align: center;
	color: #333;
}

.post h2{
	border-top: 2px solid #E60000;
	padding-top:45px;
	font-family:helvetica,sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	line-height: 24px;
	color: #fff;
	background: #000;
}

.post h2 a{
	text-decoration: none;
        font-family:helvetica,sans-serif;
        color: #fff;
}

.post h2 a:hover{
	text-decoration: underline;
        font-family:helvetica,sans-serif;
        color: #fff;
}

.post img{
	border: 1px solid #ccc;
	padding: 4px;
	background: #eee;
}

.post img.alignleft{
	float: left;
	margin: 5px 10px 0 0;
}

.post img.alignright{
	float: right;
	margin: 5px 0 0 10px;
}

.entry{
	border-top: 0;
	padding: 10px 20px 20px 20px;
	text-align: left;
	vertical-align: top;
	line-height: 18px;
	color: #E60000;
	background: #000;
        font-weight: bold;
}

.entry p{
	padding: 10px 0 0 0;
}

.entry a{
	color: #c00;
}

p.postmetadata, post-date, cite{
        display:none;
	font-family: Arial, "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
}

.navigation{
	padding: 20px;
	text-align: left;
	vertical-align: top;
	line-height: 18px;
	color: #ccc;
	background: #000;
}

.commentlist ol, .commentlist ol li{
	list-style-type: none;
}

.commentlist ol{
	margin: 0 0 10px 0;
}

.commentlist ol li{
	margin-bottom: 5px;
	border: 1px solid #e6e6e6;
	padding: 10px;
	font-size: 11px;
	background: #fff;
	color: #333;
}

blockquote{
	margin: 5px 0 5px 5px;
	border: 1px solid #e6e6e6;
	padding: 5px 10px;
	font-family: Arial;
	font-size: 11px;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	background: #fff;
	color: #333;
}

#obar{
	float: left;
	margin: 288px 0 0 0;
	width: 15%;
	text-align: left;
	vertical-align: top;
	background: #000;
}

.sub-obar{
	float: left;
	margin: 0;
	width: 170px;
	font-family: Arial, Verdana;
	font-size: 11px;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	color: #ccc;
	background: #000;
}

.sub-obar ul{
	padding: 10px 0 10px 10px;
	text-align: left;
	vertical-align: top;
}

.sub-obar ul li{
	margin: 0 0 5px 0;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-weight: bold;
	color: #c30000;
}

.sub-obar ul li a{
	text-decoration: none;
	color: #c30000;
}

.sub-obar ul li a:hover{
	text-decoration: underline;
}

.sub-obar ul li h2{
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #262626;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #c30000;
}

.sub-obar ul ul{
	padding: 0;
}

.sub-obar ul ul li{
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana;
	font-weight: normal;
	color: #ccc;
}

.sub-obar ul ul li a{
	text-decoration: underline;
	color: #fff;
}

.sub-obar ul ul li a:hover{
	text-decoration: none;
}

#wp-calendar{
	margin: 5px 0 0;
}

#wp-calendar caption{
	font-size: 10px;
	font-weight: bold;
	padding: 0 0 0 10px;
	text-align: left;
	color: #c00;
	background: #000;
}

#wp-calendar th, #wp-calendar td{
	padding: 3px;
	color: #ccc;
	background: #000;
}