/*
Theme Name:		SelfishMan Simple
Theme URI:		http://www.selfishman.net
Description:	A clean, crisp theme for WordPress designed and coded by <a href="http://www.selfishman.net">Blaine Fleming</a>.
Version:		1.0
Author:			Blaine Fleming
Author URI:		http://www.selfishman.net
*/

/**** Main structure ********************************/
body {
	color: #404040;	
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
}
#maincol {
	width:670px;
	background:#fff;
	float: left;
}
#maincol .col {
	padding-bottom: 5px;
	padding-left:25px;
	padding-right:25px;
	line-height:1.6em;
	margin-top:30px;
}
#headbar{
	background:#666666;
	height:15px;
	border-bottom:1px solid #636161;
}
#navcol {
	padding:10px;
	padding-top: 15px;
	clear:right;
	width:160px;
	right:0px;
	float:right;
	font-size:1em;
  }
#container{
	width:850px; 
	text-align:left;
	margin-left: auto;
	display:block;
	margin-right: auto;
	background:#fff;
	border-left: 1px solid #777;
	border-right: 1px solid #777;
	padding-bottom:0;
}
#container:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
a{
	color: #8D8D8D;
	text-decoration: none;
	}
#footer{
	border-top:1px solid #6C6A6A;
	border-bottom:1px solid #6C6A6A;
	color: #eee;
	background: #555;
	clear:both;
	padding: 5px;
	text-align: center;
	margin-left: auto;
	display: block;
	margin-right: auto;
	font-size: 0.9em;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
}
#footer a{
	color: #fff;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
.entry{
	padding-bottom: 20px;
}
/************ header *****************************/
h1, h2, h3, h4 {
font-family: "Century Gothic", "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
}
#header {
	padding: 0px;	
	border-top: 0px solid #bab1b1;
	padding-top: 106px;
	padding-bottom: 5px;
	border-bottom: 1px solid #bab1b1;
	background: #737373;
	text-align:right;
	padding-right:10px;
	padding-left:5px;
	background-image: url(../../../wp-content/themes/selfishman/header.jpg);
}
#header a {
	color: #C7C7C7;
}	
#header h1{
	padding: 0px;
	margin: 0px;
	margin-bottom: 3px;
	font-size: 2.4em;
	letter-spacing: 0.1em;
	
}
#header h1 a {
	color: #ffffef;
}
#header h1 a:hover {
	text-decoration: none;
	color: #bb4444;
}
#header img {
	border: none;
}
#subtitle {
	font-family:"Century Gothic", "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	margin-bottom:3px;
	font-size: 0.9em;
	text-transform:uppercase;
	color:#bbb;
}

h2 {
	font-size: 1.2em;
	margin-bottom: 5px;
}
h2.entrydate{
	margin-bottom: 1px;
	font-size: 1.8em;
	font-weight: normal;
	text-transform: uppercase;
}
.entrymeta{
	font-size: 0.9em;background:#eee;
}
h3.entrytitle{
	margin-top: 0px;
	margin-bottom: 1px;
	font-size: 1.8em;
	font-weight: normal;
}
.entry{
	margin-top: 8px;
}
.entrybody p a{
	font-weight: bold;
}
.entrybody p {
	margin-top: 8px;
	margin-bottom: 16px;
}
/****** Navigation sidebar ************************/
ul {
 margin:0 0 1em 0;
 padding-left:0px;
 list-style-type:none;
}
ul.extern {
	font-style:italic;
	
}

/******* Comments *************************/
h2#comments{
text-align:center;
border-top:1px solid #acb1ba;
background:#9ba1aa;
padding:7px;
border-bottom:1px solid #acb1ba;
margin-bottom:10px;
margin-top:80px;
}
ol#commentlist {
margin-top:0px;

 padding: 5px;
 margin-left: 0px;
 color: #9b9b9b;
 list-style-type: none;
 font-size:0.9em;
}
#commentlist li  p{
 padding: 0px;
 margin: 0px 0px 0px 0px;
}
.authcomment {
background-color: #D6D6D6 !important;
	border: 1px solid #B9B9B9;
}
.commentname {
font-size: 11px;
 float: left;
 margin: 0;
 padding-top: 3px;
 padding-bottom: 3px;
 padding-left: 5px;
 padding-right: 3px;
}
.commentinfo{
 width: 200px;
 float: right;
 text-align: right;
 padding-top: 3px;
 padding-bottom: 3px;
 padding-left: 3px;
 padding-right: 5px;
}
.commenttext {
 clear: both;
 font-size: 11px;
 padding-top: 7px;
 padding-bottom: 7px;
 padding-left: 7px;
 padding-right: 7px;
 margin-top: 0px;
 margin-bottom: 7px;
 border-top: 1px solid #ebebeb;
 line-height:15px;
 color: #5b5b5b;
}
#commentsformheader{
padding-left:18px;
font-size: 1.4em;
}
#commentsform{
	margin-top:3px;
	text-align:center;
	border:1px solid #ddd;
	background:#ededed;
	padding:0px 10px;
}
#commentsform form{
text-align:left;
margin:0px;
}
#commentsform p{
	margin:5px;
}
#commentsform form textarea{
	width:100%;
}
/********* Extra ***************************/
code{
	font-family: monospace;
	font-size: 1em;
	display:block;
	padding:5px;
	background-color: #eee;
	border: 1px solid #d3d3d6;
}
input[type="text"], textarea {
	padding:3px;
	border: 1px solid #d3d3d6;
	color: #535356;
}
input[type="submit"]{
	padding:2px;
	font-size: 1.25em;
	border: 1px solid #d3d3d3;
	background: #fff;
}
blockquote {
	border-left: 3px solid #686868;
	color: #888;
	padding-left: 8px;
	margin-left: 25px;
}
a img {
border:none;
}
