/*
Theme Name: Jake Sigal
Theme URI: http://www.jakesigal.com/
Description: A Basic Design
Version: 1.0
Author: John Murch
Author URI: http://www.johnmurch.com/
Tags: light, blue, two column, jquery
*/
*{
	padding:0px;
	margin:0px;
}
body {
	margin:0px; 
	padding:0px;
	width:auto; 
	height:auto;
	font:12px Arial, Helvetica, sans-serif; 
	background: url("images/background.gif");
}
ol{
	margin-left:40px;
}
p{
	padding:0px 5px 5px 5px;
}
#container{
	margin:auto;
	background:#fff;
	width:990px;
}
.clear{clear:both;}
#header{
	margin-left:20px;
	min-height:135px;
	  height:auto !important;
	  height:135px;
	background:url("images/header.png") no-repeat;
}
#header h1{
	text-indent:-9999px;
}
#nav{
	background:url("images/nav.png") no-repeat left;
	padding-left:6px;
	width:950px;
	margin:auto;
	margin-bottom:20px;
}
#nav ul{
	min-height:25px;
	height:auto !important;
	height:25px;
	background:#ccc url("images/nav_search.png") no-repeat right;
	
}
#nav ul li{
	display:inline;
}
#nav ul li a{
	font-weight:bold;
	font-size:14px;
	color:#2e2e2e;
	text-decoration:none;
}
#search{
	color:#2e2e2e;
	float:right;
	font-size:14px;
	text-transform:uppercase;
	margin-top:3px;
	margin-right:5px;
}
#search input[type="text"]
{
    border: solid 1px #999;
    width: 250px;
		font-size:14px;
}
#content{
	clear:both;
}
#main{
	width:630px;
	float:left;
	margin-left:20px;
}
#main h2{
	text-decoration:underline;
}
#sidebar{
	width:310px;
	float:right;
	margin-right:20px;
}
#sidebar ul li{
	list-style-type:none;
}
#sidebar ul li h2{
	background:url("images/arrow.png") no-repeat top right;
	border-bottom:2px dotted #c1c1c1;
	margin:10px 0px 10px 0px
}
#sidebar ul li ul li{
	margin-left:20px;
	list-style-type:disc;
}
#sidebar ul li ul li a{
	color:#000;
}
#twitter{
	border:4px solid #c1c1c1;
}
#twitter h2{
	background: #c1c1c1 url("images/twitter.png") no-repeat top left;
	text-indent:-9999px;
	margin:0px;
	padding:0px;
	min-height:30px;
	  height:auto !important;
	  height:30px;
	
}
#tweet{
	padding:10px;
}
img{	border:none;}

.post-header{
	width:600px;
	margin:20px 0px 20px 0px;
}
.post-header h3{
	border-bottom:2px dotted #c1c1c1;
	font-size:16px;
	text-transform:uppercase;
}
.post-header a{
	text-decoration:none;
	color:#000;
}
.date{
	float:right;
	font-size:18px
}
.post{
	width:600px;
	font-size:14px;
}
.br{margin:5px;}
.post h1{font-size:16px;margin:5px;text-decoration:underline;font-weight:bold;}
.post h2{font-size:14px;margin:5px;text-decoration:none;font-weight:bold;}
.post h3{font-size:12px;margin:5px;text-decoration:none;font-weight:bold;}
.post p{
	margin:20px 10px 20px 10px;
}
.post-img{
	float:left;
	margin:10px 10px 10px 0px;
	
}
#respond, #comment{
	width:600px;
}
#respond h3{
	margin:20px 0px 20px 0px;
}

.submit-comment {
	margin:0 0 15px 0; padding:0;
	width:127px; height:27px;
	display:block; outline:0; text-indent:-9999px;
	border:0;
}

.author {
	font:1.50em Arial, Helvetica, sans-serif; color:#3c4d54;
}

	.author a:link, .author a:active, .author a:visited {
		color:#3c4d54;
	}
	
	.author strong span, .author strong span a:link, .author strong span a:active, .author strong span a:visited {
		color:#6b8894;
		display:inline;
	}
	
.author span {
	font:0.61em Georgia, "Times New Roman", Times, serif; color:#a3aeb2;
	display:block;
}

.comment-text {
	font:1.00em Arial, Helvetica, sans-serif; color:#74868d;
	line-height:19px;
}
#footer{
	background: url("images/footer.png") repeat-y;
	margin:10px;
	padding:10px;
}
#wp-calendar{
	width:300px;
}
#wp-calendar caption{
	font-size:16px;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	color: #2e2e2e;
}
#wp-calendar td {
	color: #2e2e2e;
	font: normal 16px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}
#wp-calendar a, #wp-calendar a:hover {
	color: #000;
}
#wp-calendar td:hover, #wp-calendar #today {
	background: #c1c1c1;
	color: #999;
}
