/*  
Theme Name: minimal
Theme URI: http://www.9tomorrows.com
Description: Themed by 9tomorrows
Version: .1
Author: Skylab
Author URI: http://www.skylaboperations.com
*/

html { height: 100%; margin-bottom: 2px; }
body {
	text-align: center;
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	line-height: 130%;
	color: #333;
}

a:link {color:#3399cc; text-decoration:none; }
a:visited {color:#3399cc; text-decoration:none; }
a:active {text-decoration: none}
a:hover {text-decoration:none; color:#999; border-bottom: 1px dotted #ddd;}

.post_img{padding: 4px 8px; border: 0;}

#header {
  border-bottom: 1px dotted #ccc;
  padding: 10px;
  margin: 0 0 25px 0;
}

.header_navigation{
  margin: 0 auto;
  width: 900px;
  height: 30px;
}

.header_left{
 float: left;
 padding: 10px 0 0 5px; 
}

.header_right{float: right;}
.header_right ul{list-style: none;}
.header_right li{
  float: left;
  padding: 0 20px;
  border-left: 1px dotted #ccc;
}

#bigwrapper {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 40px 0;
}

#wrapper {
  width:900px;
  position:relative;
  float:left;
  text-align: left;
}

#maincontent {
  width:530px;
  min-height:1000px;
  float:left;
  position:relative;
}

.post {
  padding: 20px 0;
}

.post .post_single .postinfo {position:relative;}
.post_title{
  margin: 0 0 -6px 0;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}

.post_title a{
line-height: 1.1em;}

.post h2 {
  font-size: 1.6em;
  line-height: 1em;
  margin: 14px 0 1px 0;
}

.post h3 {
  font-size: 0.9em;
  color: #666;
  line-height: 1em;
  margin: 0 0 -11px 0;
}

.post h4 {
  font-size: 1.0em;
  color: #666;
  line-height: 2.0em;
  margin: 0 0 -16px 0;

}

.post_single {
  margin: 8px 8px 26px 8px;
  font-size: 1.0em;
}

.post_single h2 {
  font-size: 1.6em;
  line-height: 1em;
  margin: 14px 0 1px 0;
}

.post_single h3 {
  font-size: 0.9em;
  color: #666;
  line-height: 1em;
  margin: 0 0 -11px 0;
}

.post_single h4 {
  font-size: 1.0em;
  color: #666;
  line-height: 2.0em;
  margin: 0 0 -16px 0;
}

.thecontent {}
.thecontent p {
line-height: 1.5em;
font-size: 12px;
}


.thecontent blockquote {
  margin: 0 15px 0 15px;
  padding: 5px;
  border: 1px dashed #999;
  background: #f4f4f4;
}

.thecontent ul {
  list-style:none;
  margin: 10px 10px 0 0;
  padding:0;
}

.thecontent li {
  list-style:none;
  margin:0 0 0 0;
  padding:0;
}

.separator {
  padding: 2px;
  background: #fbfbfb;
  margin: 20px 0 8px 0;
  border: 1px dotted #ccc;
  border-width: 1px 0 1px 0;
  color: #bbb;
  text-transform: uppercase;
}

.sidebar {
  width: 310px;
  margin: 0 0 0 10px;
  float: right;
  position: relative;
}

.sidebar_head {
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
  margin: 0 0 2px 0;
  text-transform: uppercase;
}

.sidebar_hi{
  font-size: 11px;
  margin: 0 0 30px 0;
  padding: 2px 0;
}

/*Top Ad Block*/
.ad_block {
  width: 300px;
  height: 250px;
  background: #fbfbfb;
  padding: 4px;
  margin: 14px 0 15px 0;
  border: 1px solid #ccc;
  float: right;
  overflow: hidden;
  text-align: center;
}

.block {}

.block ul {
  list-style:none;
  padding:0;
}

#footer {
  width:910px;
  height:30px;
  position:relative;
  float:left;
  background:#fff;
  border:1px dotted #bbb;
  border-width: 1px 0 1px 0;
  margin: 100px 0 20px 0;
}

#footer p {
  text-align:center;
  margin-top: 8px;
  font-size:10px;
  line-height:14px;
}

#footer_network_feeds {
  width:900px;
  padding: 5px;
  margin: 25px 0 25px 0;
  position:relative;
  float:left;
}

.footer_feedlinks {
  font-size: 10px;
}

.commenteven {
  position:relative;
  background:#f1f1f1;
  border:1px dotted #ddd;
  margin:4px;
}

.commentodd {
  position:relative;
  background:#fbfbfb;
  margin:4px;
  border:1px dotted #ddd;
}

.commentcontent {
  padding:10px;
}

.commentcontent p {
  margin: 6px ;
}

.commentcontent blockquote {
  font-style:italic;
  margin:0 0 0 25px;
  padding-left:7px;
  border-left:10px solid #465B1E;
}

.commentinfo {
  font-size:10px;
}

#comment {
  width:470px;
}

#searchresults {
  width:600px;
  min-height:2200px;
  height: auto;
  _height: 2200px;
  padding-top: 10px;
  float:left;
  position:relative;
  background: #fff;
}

#searchresults_sidebar {
  width:150px;
  float: right;
}

textarea, input {
  font: 12px arial, helvetica, sans-serif;
  border:1px solid #999;
  background:#f3f3f3;
  color:#333;
  padding: 4px;
}

.tile_header {padding: 1px;}
.tile_header h3 {font-size: 0em;}
.tile_body {padding: 6px;}

.friendslist ul{list-style: none;}
.friendslist li{list-style: none;}

.comments-header{
font-size: 11px;
color: #333;
text-transform:uppercase;
border-bottom: 1px dotted #ccc;
font-weight: bold;
margin: 30px 0 0 0;
}

ol.commentlist {
	margin:0;
	padding:0;
	}

.commentlist li {
	list-style:none;
	margin-bottom:14px;
	}

.commentlist cite {
	padding: 7px;
	display:block;
	font-style:normal;
	color:#596e3b;
}	

.commentlist cite img {
	padding: 1px;
	border: 1px solid #aab59a;
	float:left;
	margin-right:6px;
}

.commentlist .author {font: small-caps bold 11px Georgia, "Times New Roman", Times, serif;}
.commentlist .time {font-size:10px;}
.commentlist .time {font-size:10px;}
.commenttext {
	border-top:1px solid #ccc;
	background: #f4f4f4;
	margin: 4px 0;
	padding: 0 20px 10px 10px;
	line-height: 130%;
}
