/**
 * =Body
 ***************************/
body {
	font: normal 14px/22px Helvetica, Arial, Helvetica, Sans-serif;
	margin: 0;
	padding: 0;
	color: #4c4c4c;
	background-color: #fff;  /*#348fbc*/
	text-align: center;
}

/**
 * =Layout
 ***************************/
#box {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	text-align: left;
	position: relative;
}

#content {
	margin-top: 5px;
	margin-right: 260px;
}
html>body #content {
    /*width: 502px;*/
}
#sidebar {
    position: absolute;
	right: 0px;
	top: 10px;
    width: 200px;
    background-color: #f0f0f0;
	padding: 18px 18px 2px 18px;
	color: #777;
}
html>body #sidebar {
/*    width: 260px;
    padding-top: 2px;*/
}
#footer {
	clear: both;
	font-size: 11px;
	color: #777;
	padding-top: 10px;
	text-align: center;
}
#tags, #authors, #search, #search_results {
	display: none;
}

/**
 * =Search
 ***************************/
#search, #search_results {
	padding-bottom: 6px;
}
input[id=q],
#login input[type=text],
#login input[type=password] {
	font: normal 12px Arial, Verdana, Sans-serif;
	padding: 2px;
	width: 250px;
	color: #48453c;
}
input[id=q] {
    width: 170px;
}
#results {
	display: inline;
}
#results ol li {
	padding-bottom: 3px;
}

/**
 * =Posts and comments
 ***************************/
.item_tags {
    clear: both;
}
table#comment_form {
    margin-top: 10px;
}
table#comment_form td {
    padding: 2px 2px 2px 0;
}
table#comment_form td.labels {
    width: 130px;
}
#comments h4 { }
#comments .comment_content {
    margin-top: 16px;
    width: auto;
}
#comments .approval_required {
    color: #209d20;
    font-size: 12px;
    padding: 10px;
	border: 1px solid #209d20;
}
#comments .comment {
	width: 100%;
	clear: both;
}
#comments .comment_author {
	font-weight: bold;
}
#comments .comment_details {
	margin-bottom: -10px;
	font-size: 12px;
	color: gray;
}
#comments .gravatar {
	float: right;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 4px 6px 0 0;
	border: 1px solid #777;
	background: #fff url(../images/default_gravatar.gif) no-repeat top left;
}
#comments h3#post {
	clear: both;
	padding-top: 30px;
}

/**
 * =Headers
 ***************************/
#top {
	background: url('/themes/seansblog/images/dotcom_bg.png') repeat-x top;
	margin: 0px; padding: 0px;
	width: 100%;
	text-align: left;
	height: 19px;
	font-size: 0px;
	position: relative;
}
#topnav {
	width: 310px;
	text-align: right;
	right: 0px;
	top: 0px;
	height: 19px;
	position: absolute;
}

#masthead {
	background: url('/themes/seansblog/images/header_bg.png') repeat-x top;
	margin: 0px; padding: 0px;
	text-align: center;
	position: relative;
	width: 100%;
	height: 122px;
}

#circles {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 126px;
	height: 122px;
}

h1 {
	font-size: 32px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
h2, h3, h4 {
    margin: 0;
    padding: 0;
}
h2 {
	font-size: 12px;
	padding-top: 2px;
	color: #93c5de;
	font-weight: normal;
}
h3 {
    font-size: 20px;
}
h4, .item_meta {
    font-size: 12px;
    color: #777;
    font-weight: normal;
}
.item_meta {
    padding-bottom: 40px;
}

/**
 * =Links
 ***************************/
a {
	background-color: #f0f0f0;
	padding: 2px 3px;
	margin: 0 -2px;
	color: #2B7598;
}
a:hover {
	color: #000;
}
h1 a, h1 a:hover {
    color: #fff;
    text-decoration: none;
    background: none;
    padding: 0;
    margin: 0;
}
h1 a:hover {
    color: #fff;
    text-decoration: underline;
}

/**
 * =Misc
 ***************************/
br {
	clear: both;
}
code {
	font-family: Monaco, 'Courier New', Courier;
	font-size: 12px;
	color: #000;
}
blockquote {
	color: #000;
}

/**
 * =Errors
 ***************************/
.ror_error {
	font-size: 10px;
	color: red;
}
#comments .errorExplanation {
    font-size: 12px;
    line-height: 16px;
    color: #bd0200;
    padding: 10px;
	border: 1px solid #bd0200;
	margin: 5px 0;
	background-color: #fffaf9;
}
#comments .errorExplanation h2 {
	font-size: 14px;
	margin-top: 0;
	color: #bd0200;
	font-weight: bold;
}
#comments .errorExplanation ul {
	margin: 0;
}

/**
 * =Warn Bad Browsers
 ***************************/
#warn_bad_browsers {
	padding: 8px;
	background-color: #990000;
	width: 100%;
	margin: 0;
	font-size: 11px;
	color: #fff;
	border-bottom: 1px solid #000;
}
#warn_bad_browsers b {
	font-weight: bold;
}


#top a, #masthead a, a img {
	border: 0x;
	padding: 0px; margin: 0px;
	background: none;
	border: 0px;
	color: none;
	background-color: none;
}



.article {
	font-family: Arial, "MS Trebuchet", sans-serif;
	position: relative;
}

.article .title a {
	color: #CC4302;
	font-size: 1.8em;
	font-weight: bold;
	position: relative;
	left: -20px;
	text-decoration: none;
	background: none;
}
.article .body{
	font-size: 1em;
}
.article .footer{
	font-size: 12px;
	color: #333;
	text-align: right;
}

.right_body {
	margin-left: 130px;
}

.left_date {
	background: url('/themes/seansblog/images/date_bg.png') left top no-repeat;
	width: 102px; height: 173px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.left_date .datebox {
	background: url('/themes/seansblog/images/date_box.png') left top no-repeat;
	width: 62px; height: 52px;
	position: relative;
	top: 10px;
	left: 10px;
}

.left_date .datebox .month {
	color: #fff;
}

.left_date .datebox .date {
	color: #fff;
	text-align: right;
	font-size: 38px;
	line-height: 38px;
	font-weight: bold;
	top: -4px;
	position: relative;
}
.year {
	text-align: center;
	color: #CC8C0D;
	font-size: 29px;
	line-height: 29px;
	font-weight: bold;
	top: -10px;
	position: relative;
}