body{
	background:#F2F2F2;
	background-image:none;
}
a, a:visited, a:active{color:#0036CC;}
a:hover{color:#06F;}
a.dotted{border-bottom:1px dotted #0036CC;}
a.dotted:hover{border-bottom:1px solid #06F;text-decoration:none;}

.b{font-weight:bold;}

.martop5{margin-top:5px;}
.martop10{margin-top:10px;}
.martop15{margin-top:15px;}
.martop20{margin-top:20px;}

.marbot5{margin-bottom:5px;}
.marbot10{margin-bottom:10px;}
.marbot15{margin-bottom:15px;}
.marbot20{margin-bottom:20px;}
.marbot45{margin-bottom:45px;}

.marright5{margin-right:5px;}
.marright10{margin-right:10px;}
.marleft5{margin-left:5px;}
.marleft10{margin-left:10px;}
.marsides5{margin-left:5px;margin-right:5px;}
.marsides10{margin-left:10px;margin-right:10px;}
.marsides15{margin-left:15px;margin-right:15px;}

.fleft{float:left;}
.fright{float:right;}
.clearfix{clear:both;}

.tleft{text-align:left;}
.tright{text-align:right;}
.tcenter{text-align:center;}
.centered{margin-left:auto;margin-right:auto;}

.t25{font-size:25px}
.t20{font-size:20px}
.t18{font-size:18px}
.t16{font-size:16px;}
.t15{font-size:15px;}
.t14{font-size:14px;}
.t13{font-size:13px;}
.t12{font-size:12px;}
.t11{font-size:11px;}
.t10{font-size:10px;}
.t9{font-size:9px;}
.t8{font-size:8px;}

.vmid{vertical-align:middle;}
.vtop{vertical-align:top;}
.vbot{vertical-align:bottom;}

.roundbox{
	padding:10px;
	background-color:#F2F2F2;
	border:1px solid #EEE;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#header{
	position: relative;
	background: Transparent url('../graphics/template/header.png') no-repeat top center;
	display:block;
	width:989px;
	height:161px;
	margin-bottom:15px;
}
#header .logo{
	position:absolute;
	top:6px;
	left:10px;
	padding:10px 10px 10px 10px;
}
#header .bloglink{
	height:59px;
	left:223px;
	padding:0;
	position:absolute;
	top:6px;
	width:100px;
}

#page{
	width:989px;
	margin-top:0px;
}
#content{

}
#sidebar{
	width:245px;
	margin:20px 0px 20px 720px;
}
#sidebarupper{
	padding:20px;
}
#sidebarbox{
	padding:20px;
	background-color:#F2F2F2;
	border:1px solid #F2F2F2;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#sidebar h3{
	border-bottom:1px dotted #999;
	color:#555;
	font-size:12px;
	font-weight:bold;
	margin:10px 0 2px;
}
#sidebar li{
	display:list-item;
}
#footer {
	margin: 0 auto;
	width: 970px;
	clear: both;
	text-align:center;
	font-size:12px;
	padding-top:8px;
	color:#555;
}
#footer2 {
	font-size:10px;
	padding-top:10px;
}

#twitter_div ul{padding-left:0px;}
#twitter_div ul li{margin-left:2px;list-style-type:none;border-bottom:1px dotted #DDD;padding-bottom:4px;font-size:11px;margin-bottom:2px;}
#twitter_div ul li span + a{display:block;text-align:right;}

h2.pagetitle {
	margin-top:30px;
	text-align:left;
	font-size:20px;
	color:#999;
}

.contentbox{
	background:white;
	border:1px solid white;
	min-height:400px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.clearfix{clear:both;}
.navigation {
	border:1px dotted #CCC;
	border-left:0px;
	border-right:0px;
	display:block;
	margin-bottom:20px;
	margin-top:10px;
	padding:10px 0px;
	text-align:center;
}
.navigationTop {
	border-bottom:1px dotted #CCC;
	display:block;
	margin-bottom:20px;
	margin-top:10px;
	padding-bottom:10px;
}
.post{
}
.post .date{
	float:left;
	width:50px;
	border:1px solid #FFF;
	border-bottom:6px solid #AACB29;
	color:#464646;
	text-align:center;
	margin-right:15px;
	padding-bottom:4px;
	text-decoration:none !important;
}
.post a:hover .date{
	background:#F7FFCC;
	border:1px solid #AACB29;
	border-bottom:6px solid #AACB29;
	text-decoration:none !important;
}
.post .date .month{
	font-size:10px;
}
.post .date .day{
	font-size:27px;
	line-height:30px;
	font-weight:normal;
}
.post .byline{
	padding-bottom:5px;
	font-size:12px;
	white-space:nowrap;
}
.post .entry ul li{list-style-position:outside;list-style-type: disc;margin-bottom:4px;margin-left:15px;display:list-item;}
.post .entry ul {margin:0px;padding-left:25px;}
.post .entry{
	margin-left:65px;
	border-top:1px dotted #DDD;
}
.post .entry p{
	font-size:14px;
}
.post .entry h3{
	font-size:18px;
	margin:15px 0;
}
.post .entry h4{
	margin:10px 0px;
}

.post .postmeta{
	margin-left:65px;
	border-bottom:3px dotted #EEE;
	padding:20px 0px 5px;
	text-align:right;
	clear:both;
}
.post .metatags a{
	color:#AAA;
}
.post .commentlink{
	text-align:left;
}
.post .metatags{
	text-align:right;
	font-size:10px;
	float:right;
}
.tweetmeme_button{
	margin-top:-15px;
}
.commentbox{
	margin-left:65px;
	padding-bottom:10px;
}
.commentheader{
	background:#EEE;
	margin-top:-20px;
	padding:3px 9px;	
	border:1px solid #EEE;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.commentnav{
	text-align:right;
	margin:5px;
}
.commentmetadata{
	font-size:10px;
}