/*
Theme Name: Thomas Fals
Description: Custom Theme created for thomasfals.com
Version: 1.0
Author: Thomas Fals
Author URI: http://thomasfals.com/
Copyright 2010 Thomas Fals

*/

body{
	font-family:helvetica, arial;
	font-size:13px;
	line-height:21px;
	color:#636363;
	background:url('images/bg.png') repeat-y #f4f4f4 center;
}
html *{
	margin:0;
	padding:0;
}

/* Layout */
#sitecontainer{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	padding:20px 0px;
	position:relative;
}
#sidebar_left{
	width:200px;
	float:left;
	margin-right:56px;
	position:fixed;
	*position:absolute;
	*left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	*top: expression( ( 20 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}
#content{
	width:510px;
	float:left;
	margin-right:30px;
	font-size:14px;
	margin-left:250px;
}
#sidebar_right{
	width:127px;
	float:left;
}
#menu{
	width:667px;
	height:66px;
	float:left;
	margin-left:250px;
}
/* Elements */
ol{
	list-style-position:inside;
}
#sidebar_left .header{
	width:200px;
	height:42px;
	background:url('images/headerbox_2.png') no-repeat;
	padding:12px 10px 0px 15px;
}
#sidebar_right .header{
	width:127px;
	height:42px;
	background:url('images/headerbox_1.png') no-repeat;
	padding:12px 10px 0px 15px;
}
#sidebar_left ul{
	margin-bottom:20px;
}
#sidebar_left ul li{
	width:180px;
	list-style:none;
	padding:10px 5px 10px 15px;
	border-bottom:1px solid #e2e2e2 ;
}
#sidebar_right ul li{
	list-style:none;
}
#content img.wp-smiley{
	margin-bottom:0px;
}
#pagination{
	width:491px;
	height:42px;
	background:url('images/pagination.png') no-repeat;
	padding:10px;
	font-size:12px;
}
#content #pagination a{
	color:black;
}
.arrow_right{
	background:url('images/arrow_right.png') no-repeat 100%;
	padding-right:13px;
}
.arrow_left{
	background:url('images/arrow_left.png') no-repeat 0%;
	padding-left:13px;
}
.arrow_bullet{
	background:url('images/arrow_right.png') no-repeat 0%;
	padding-left:13px;
}
.comment{
	width:546px;
	border-top:1px dotted #cccccc;
	padding:20px 0px 10px 36px;
	margin-left:-36px;
	clear:both;
}
.post{
	width:510px;
	border-bottom:1px dotted #cccccc;
	padding:0px 0px 10px 36px;
	margin:0px 0px 20px -30px;
	clear:both;
}
#content .comment .meta img{
	margin-bottom:5px;
}
.comment .meta{
	float:left;
	width:90px;
	line-height:16px;
	margin-right:20px;
}
.comment_content{
	width:430px;
	float:left;
}
/* Typography */
h1, h2, h3{
	color:black;
}
h1{
	font-size:24px;
	line-height:28px;
	margin-bottom:10px;
}
h1 a:hover
{
	text-decoration:underline;
}
h2{
	font-size:18px;
	margin-bottom:5px;
}
p{
	margin-bottom:21px;	
}
h2.posts{
	background:url('images/posts.png') no-repeat;
	padding-left:20px;
	font-size:14px;
}
h2.tags{
	background:url('images/tags.png') no-repeat 0px 2px;
	padding-left:22px;
	font-size:14px;
}
h2.archive{
	background:url('images/archive.png') no-repeat 0px 2px;
	padding-left:22px;
	font-size:14px;
}
h2.twitter{
	background:url('images/twitter.png') no-repeat;
	padding-left:22px;
	font-size:14px;
}
h2.search{
	background:url('images/search.png') no-repeat 0px 2px;
	padding-left:22px;
	font-size:14px;
}
#terms ul li{
	line-height:12px;
	padding-bottom:5px;
}
#terms ul li a{
	font-size:10px;
}
blockquote{
	font-family:georgia;
	float:left;
	font-size:22px;
	line-height:28px;
	font-style:italic;
	color:#272727;
	width:200px;
	margin:0px 10px 0px 0px;
}
blockquote p{
	margin-bottom:0px;
}
em{
	color:#272727;
	font-weight:bold;
}
a{
	color:black;
}
#content a{
	color:#0f94cd;
}
#content h1 a{
	color:black;
}
#content .postmetadata a{
	color:black;
}
a.download{
	background:url('images/download_arrow.png') no-repeat;
	padding-left:17px;
}
.postmetadata{
	font-size:12px;
	line-height:16px;
	color:#b4b4b4;
}
.no_decoration{
	text-decoration:none;
}
#sidebar_left ul li a{
	font-weight:bold;
	color:#494949;
	font-size:16px;
	text-decoration:none;
}
#sidebar_left ul li a:hover{
	text-decoration:underline;
}
#sidebar_left ul li .date{
	font-size:11px;
	color:#aeaeae;
}
#sidebar_left a.hire{
	height:262px;
	width:200px;
	display:block;
	background:url('images/so-you-wanna.png');
	text-indent:-9000px;
}
#sidebar_right a{
	color:#8f8f8f;
	text-decoration:none;
}
#sidebar_right a:hover{
	color:black;
	text-decoration:underline;
}
#menu ul{
	margin-left:-10px;
}
#menu li{
	list-style:none;
	float:left;
	margin-left:14px;
}
#menu a{
	float:left;
	text-decoration:none;
	color:#8f8f8f;
}
#menu a:hover{
	color:black;
	text-decoration:underline;
}
#menu li.current a{
	float:left;
	text-decoration:none;
	background:url('images/button_left.png') no-repeat 0% 100%;
	font-size:12px;
	margin-top:-3px;
}
#menu li.current a span{
	float:left;
	background:url('images/button_right.png') no-repeat 100% 100%;
	margin:0px 9px;
	height:19px;
	padding:3px 20px 0px 10px;
	color:#ffffff;
}
#menu span{
	float:left;
	margin:0px 10px 0px 0px;
}
.comment .meta a{
	font-size:11px;
	display:block;
}
.comment .meta .date{
	font-size:11px;
	margin:0;
}
.intro{
	font-size:16px;
	line-height:24px;
	color:#7a7a7a;
}
/* Debug */
.left{
	float:left;
}
.right{
	float:right;
}
.alignleft{
	float:left;
	margin:10px 20px 10px 0px;
}
.imgright{
	float:right;
	margin:10px 0px 10px 20px;
}
.wp-caption {
	padding: 4px 0px;
	text-align: center;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding-bottom:10px;
	font-style:italic;
}
.clearboth{
	clear:both;
}
.footerlinks{
	width:500px;
	margin-left:250px;
	font-size:11px;
	color:gray;
}




