/*
Theme Name: Clean & Modern
Theme URI: http://jesse.florig.org
Description: Simple theme for personal blog
Author: Jesse Florig
Author URI: http://jesse.florig.org
version: 6.9
Tags:
*/
/* basics */
* {margin:0; padding:0;}
body {
	background:#fff url('images/stripe.png');
	font-family: helvetica;
	font-size: 10pt;
	}
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}
h1, h2, h3, h4 {clear: both;}
blockquote {
	border-left:2px solid #ccc;
	margin:15px;
	padding:0 12px 0 12px;
	}
code {
	font-family:"Courier New";
	background: #666;
	color: #fff;
	padding: 5px;
	border: 1px solid #333;
	display: block;
	}
/* links */
a {
	color:#000;
	text-decoration:none;
	}
a:hover {text-decoration: underline;}
/* container */
#container {
	width: 960px;
	margin: 0 auto;
	padding:0;
	background:#fff;
	border: 1px solid #333;
	color:#333;
	overflow: hidden;
	}
/* header */
#header {
	background:url('images/header.png');
  	width: 960px; 
  	height: 200px;
	color: #fff; 
	margin: auto;
	}
#header h1{
	padding:20px 0 0 16px;
	margin:0;	
	}
#header h1 a {color: #333; text-decoration: none;}
#header h1 a:hover {color: #666; text-decoration: none;}
#header h2 {
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
	}
#blog_title, #blog_desc {display:none;}
/* main menu */
#twitter_div {
	text-align: center;
	color: #000;
	padding-top: 120px;
	}
#twitter_div ul {
	list-style-image: url('images/twitter.png');
	}
#menu, #search {
	position:absolute;
	top: 178px;
	font-size: 8pt;
	overflow:hidden;
	}
#menu {width: 855px;}
#search{width: 105px; margin-left: 855px;}
#menu ul {
	margin:0;
	padding:0;
	}
#menu ul li {
	list-style-type: none;
	float:left;
	padding: 0;
	}
#menu ul li a {
	padding:4px 10px;
	margin: 0;
	color: #000;
	display:block;
	}
#menu ul li a:hover {
	background: #999;
	color:#333;
	text-decoration: none;
	}
#menu ul li a.active {
background: #333;
color:#fff;
}
/* content */
#content {
	float:left;
	width:930px;
	overflow: hidden;
	padding:15px;
	}
.postheader {
	clear: both;
	overflow: hidden;
	}
.postheader_leftwrapper, .postheader_rightwrapper {
	float: left;
	float: left;
	text-align: center;
	width: 60px;
	}
.postheader_day, .postheader_month {
	background: #333;
	color: #fff;
	text-transform: uppercase;
	}
.postheader_date {
	font-weight: bold;
	font-size: 14pt;
	}
.postheader_centerwrapper {
	padding-left: 10px;
	float: left;
	width: 800px;
	}
.postheader_title h2 {
	font-size: 28pt;
	line-height: 28pt;
	}
.postheader_comments {
	background: url('images/comments.png');
	height: 30px;
	font-size: 14pt;
	padding-top: 7px;
	}
.postheader_comments a {
	color: #fff;
	}
.postheader_edit{
	
}
.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	}
.post h2 a {
	color: #333;
	text-decoration: none;
	}
.post h2 a:hover	{
	color: #666;
	text-decoration: none;
	}
.post ul, .post ol {padding-left:20px}
.entry p {margin:12px 0;}
.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
.alignleft a {float:left; margin:0;}
.alignright a {float:right; margin:0;}
.clearleft {clear:left;}
.clearright {clear:right;}
.block {text-align:center; display:block; clear:both;}
/* comments */
#commentform {
	background:#fff;
	margin:0;
	padding:0;
	}
#commentform p {
	color: #000;
	}
#commentform a {color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
#commentform h3 {
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
#comment {
	width:80%;
	}
#author, #email, #url, #comment, #submit {
	background: #fff;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
#submit {margin:5px 5px 0 0;}
#comments {clear: both; margin:0; padding:0}
ol.commentlist {list-style-type: none; margin:0; padding:0;}
.avatar {float:left; margin:0 12px 0 0; padding: 1px; border:1px solid #333;}
.alt .avatar {float:left; margin:0 12px 0 0; padding: 1px; border:1px solid #fff;}
ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:10px 10px 3px 10px;
	list-style-type:none;
	}
ol.commentlist li.alt {background: #333; color: #fff;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}
ol.commentlist a {color:#000;}
ol.commentlist li.alt a {color:#fff;}
cite {
	font-family: helvetica;
	font-weight: bold;
	}
cite a {text-decoration: none;}
/* search */
#searchform {
	padding:0;
	}
#searchform input#s {
	margin:2px 0 0 5px;
	font-size: 8pt;
	border:1px solid #000;
	}	
/* misc */
.aligncenter {
	margin:auto;
	text-align: center;
	}
.alignright {
	float: right;
	margin: 0 0 10px 10px;
	display: inline;
	}
.alignleft {
	float: left;
	margin: 0 10px 10px 0;
	display: inline;
	}
p.wp-caption {
   border: 1px solid #333;
   color: #333;
   text-align: center;
   background: #999;
   padding: 2px;
 }
.post img, .post img a {border:1px solid #333; padding: 2px;}
.youtube {
	width: 622px;
	margin: 10px auto 0;
	padding: 2px;
	border: 1px solid #333;
	}
.archivelist {color: #999;}
.archivelist a {color: #333;}
img.noborder {border: none;}
/* footer */
#footer {
	background: url('images/dropshadow.png') top left repeat-x;
	clear: both;
	width: 960px;
	margin: auto;
	}
#footer p {padding:14px 0;margin: 0; color: #000; text-align:center;}
#footer a {color: #000;text-decoration: none;}
#footer a:hover {color: #333;text-decoration: underline;}