@import url(custom.css);
body {
	background: #fff url(images/bg-brushed.jpg) repeat-y center;
	color:#333;
	font:62.5% Arial, Helvetica, sans-serif;
}
* {
	padding:0;
	margin:0;
}
/*---:[ global elements ]:---*/
a {
	color:#d50022;
	text-decoration:none;
}
a:hover {
	color:#f00;
	text-decoration:none;
}
a img {
	border:none;
}
blockquote {
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
	color:#555;
	margin:0 30px 1.5em 30px;
	padding:0 0 0 10px;
	border-left:1px solid #aaa;
}
abbr,acronym {
	border-bottom:1px dotted #D9D9D9;
	text-transform:uppercase;
	cursor:help;
}
code {
	color:#090;
	font-family:Arial, Helvetica, sans-serif;
}
pre {
	width:445px;
	margin:0 0 1.5em 128px;
	overflow:auto;
	font-size:1.3em;
	float:left;
	clear:both;
}
* html pre {
	font-size:1.0em;
}
p.center {
	text-align:center !important;
}
p.bottom {
	margin:0 !important;
}
p.unstyled {
	font-size:1.4em;
}

/*---:[ headlines ]:---*/
h1,h2,h3 {
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}
h1 {
	font-size:1.5em;
	line-height:1.5em;
}
* html h1 {
	letter-spacing:-0.1em;
}
h1 a,h1 a:visited,h1 a:hover {
	color:#000;
	text-transform:none;
	text-decoration:none;
}
h2 a {
	color:#d50022;
	font-weight:bold;
	line-height:1.5em;
	text-decoration:none;
	border: none;
	>font-size: .6em;
}
h2 a:hover {
	color: #f00;
	text-decoration:underline;
	border: none;
}
.pages h2,h2.page_header {
	margin:0 0 0.75em 0;
	line-height:2.0em;
	border-bottom:solid 1px #D9D9D9;
}
h2.archive_head {
	font-weight:bold !important;
	font-size:1.4em !important;
	font-variant:small-caps !important;
	letter-spacing:normal !important;
	margin:0 0 1.8em 0 !important;
	padding:0.4em 2px !important;
	border-top:1px solid #000 !important;
	border-bottom:solid 1px #D9D9D9;
}
.h2 span a {
	text-align:right;
}
h3 {
	font-size:1.4em;
	font-variant:small-caps;
}
.entry h3 {
	margin:2.5em 0 0.5em 0;
	padding:0 0 0 128px;
}
.entry h3.top {
	margin:1.5em 0 0.5em 0 !important;
}
h3.comments_headers {
	font-size:1.6em;
	line-height:1.8em;
	margin-top: 30px;
}
h3.respond {
	font-size:1.6em;
	line-height:1.8em;
	border-top:1px solid #000;
	border-bottom:1px solid #D9D9D9;
}
h4 {
	font:normal 1.2em Arial, Helvetica, sans-serif;
}
h4 a,h4 a:visited {
	text-decoration:none;
}
h4 a:hover {
	color:#000;
	text-decoration:underline;
}
.posts h4 {
	font-size: 1.2em;
}
.posts h4.meta {
	float:left;
	font-variant:normal;
	font-weight:normal;
	width:120px;
	padding:0 0 1.25em;
}
.pages h4 {
	font-size:1.2em;
	line-height:1.6em;
	margin:0 0 4.0em 0;
	padding:0.4em 0 0 0;
	clear: both;
}
/*---:[ core layout elements ]:---*/
#container {
	width:900px;
	margin:0 auto 0 auto;
}
#content_box {
	width:900px;
	text-align:left;
	float:left;
	clear:both;
}
#content {
	width:632px;
	padding:0 8px 0 0;
	float:left;
}
* html #content {
	overflow:hidden;
}
/*---:[ content styles ]:---*/
.page_entry,.entry {
	margin:0 0 1.5em 0;
	font-size:1.3em;
	line-height:1.5em;
}
.entry { clear: both; float: left; width: 700px; } 
.page_entry blockquote,.entry blockquote {
	font-size:1.0em;
	margin:0 0 0 130px;
}
.entry blockquote.right {
	width:256px;
	color:#C3C3C3;
	font-style:italic !important;
	font-size:1.3em !important;
	margin:0.3em 0 0.3em 15px !important;
	padding:0.3em 0 !important;
	border:3px double #33CCFF;
	border-width:3px 0;
	text-align:center;
	float:right;
}
.entry blockquote.left {
	width:256px;
	color:#C3C3C3;
	font-style:italic !important;
	font-size:1.3em !important;
	margin:0.3em 15px 0.3em 1280px !important;
	padding:0.3em 0 !important;
	border:3px double #C3C3C3;
	border-width:3px 0;
	text-align:left;
	float:left;
}
.entry blockquote p,.entry blockquote.right p,.entry blockquote.left p {
	margin:0 16px 16px 16px !important;
	line-height:1.5em !important;
}
.page_entry a img,.entry a img {
	text-decoration:none;
	background:#none;
}
.entry p {
	margin:0 16px 1.5em 0;
}
.page_entry p {
	margin:0 16px 1.5em 0;
}
.page_entry ul,.page_entry ol,.entry ul,.entry ol {
	margin:15px 0 15px 40px;
	line-height: 25px;
}
.page_entry ul,.entry ul {
	list-style-type:square;
}
.page_entry li,.entry li {
	margin:0;
}
.entry ul li ul,.entry ul li ol,.entry ol li ul,.entry ol li ol {
	margin:0;
}
.entry dl {
	margin:0 0 1.5em 0;
}
.entry dt {
	font-weight:bold;
	margin:0 0 0.5em 0;
}
.entry dd {
	margin:0 0 1.5em 16px;
}
.entry .ad {
	margin:0 0 0.5em 16px;
	float:right;
	clear:right;
}
.entry .ad_left {
	margin:0 16px 0.5em 0;
	float:left;
	clear:left;
}
.page_entry img {
	max-width:700px;
	height:auto;
	width:expression(this.width>700 ? 700:true);
}
.entry img {
	max-width:572px;
	height:auto;
	width:expression(this.width>572 ? 572:true);
}
.page_entry img.left,.entry img.left {
	padding:3px;
	margin:0 16px 0.5em 0;
	border:3px double #C3C3C3;
	float:left;
	clear:left;
}
.page_entry img.right,.entry img.right {
	padding:3px;
	margin:0 0 0.5em 16px;
	border:3px double #C3C3C3;
	float:right;
	clear:right;
}
.page_entry img.center,.entry img.center {
	display:block;
	padding:3px;
	margin:6px auto 1.5em auto;
	border:3px double #C3C3C3;
	float:none;
}
.entry img.off {
	padding:0 !important;
	border:none !important;
}
.entry img.stack {
	clear:none !important;
}
.comment { list-style: none; clear: left; }
.comment-meta { font-size: 1.2em; }
.label { font-size: 1.2em; }
.add_comment { margin-bottom: 50px; }
.add_comment a,.add_comment a:visited {
	color: #fff;
	text-decoration:none;
	border: none;
	background-color: #d50022;
	padding: 5px;
	border: 1px dotted #888;
}
.add_comment a:hover {
	text-decoration:none;
	background-color: #eee;
	border: 1px dotted #888;
	color: #d50022;
}
.navigation {
	width:640px;
	margin:0 0 3.0em 0;
	font-size:1.2em;
	font-variant:small-caps;
	float:left;
}
* html .navigation {
	margin:0 0 2.5em 0;
}
.previous {
	padding:0 16px 0 0;
	float:left;
}
.next {
	padding:0 8px 0 0;
	float:right;
}
.clear {
	width:640px;
	height:1px;
	clear:both;
}
.clear-small {
	width:128px;
	height:1px;
	clear: both;
}
/*---:[ sidebar styles ]:---*/
#sidebar {
	float:right;
	width:180px;
}
* html #sidebar {
	overflow:hidden;
}
/*---:[ footer styles ]:---*/
#footer {
	width:900px;
	padding: 10px 0 10px 0;
	font: normal 1em Arial, Helvetica, sans-serif;
	float:left;
	clear: both;
	text-transform: uppercase;
	text-align:center;
	font-size:1.1em;
	color:#888;
}
/*---:[ search form styles ]:---*/
#searchform,#email_subscribe {
	margin:0.8em 0 0 0;
	padding:0.2em 4px;
}
#s,#email_subscribe .email_input {
	width:244px;
	margin:0 0 10px;
	padding:3px;
	color:#5F5F5F;
	font:normal 1.0em Arial, Helvetica, sans-serif;
	border:1px solid #999;
}
li.widget .search_input {
	font-size:1.1em !important;
}
#s:focus,#email_subscribe .email_input:focus {
	border-top:1px solid #666;
	border-left:1px solid #666;
	border-right:1px solid #ddd;
	border-bottom: 1px solid #ddd;
}