/*
Theme Name: Abstracted
Theme URI: http://abstractedmethod.com
Description: A single-column <strong>search engine optimized</strong> theme with a clean and content-centric design.
Author: Drew Butler
Author URI: http://abstractedmethod.com
Version: 2.1
Tags: white, blue, light, three-columns, two-columns, fixed-width, custom-header, theme-options, right-sidebar, threaded-comments, sticky-post, microformats
*/

/* Red: #e81f1f  Orange: #e78216 **/

@import url("reset-min.css");

html { 
	height: 100%; 
	margin:0; 
}

body { 
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif; 
	font-size: 12px;
	background: #ddd url(images/header-bg.png) repeat-x;
	border-top: 15px solid #e81f1f;
}	

a { 
	color: #0070c3; 
	text-decoration: none;
}

a:hover {
	color: #222;
	text-decoration: underline;
}

#page-wrapper {
	width: 900px;
	margin: 0px auto;
	overflow: hidden;
}

#top-bar {
	height: 148px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 75px;
	background-image: url(images/top-layer-bg.png);
}

#site-logo {
	height: 45px; 
	width: 412px;
	margin: 85px 0 0 0;
	background-image: url(images/abstracted-logo2.png); 
	background-repeat: no-repeat;
	text-indent: -9999px;
	float: right;
}

#site-logo a { 
	display: block;
	height: 45px; 
	width: 412px;
}

#page-body {
	width: 555px;
	margin: 0px;
	float: left;
}

#side-rail {
	width: 300px;
	padding-left: 45px;
	float: right;
	margin: 0px;
}

#bottom-statement {
	font-size: 10px;
	text-align: center;
	margin-top: 20px; 
	padding-bottom: 5px;
	color: #000;
}

#upper-nav {
	overflow: hidden;
	width: 400px;
	margin-top: 10px;
	color: #e81f1f;
}

#upper-nav ul {
	text-align: center; 
	list-style-image: none; 
	list-style-position: outside; 
	list-style-type: none;
}


#upper-nav ul li {
	float: left;
	padding-right: 4px;
}

#upper-nav ul li a {
	font-family: Helvetica, arial, serif;
	font-size: 16px;
	padding: 0 5px;
	color: #fff;
}

#upper-nav ul li a:hover {
	color: #e81f1f;
	text-decoration: none;
}

h2.page-title { 
	font-family: Helvetica, sans-serif; 
	font-weight: bold; 
	color: #000; 
	font-size: 20px; 
	margin-bottom: 25px;
}

/** Entry Styles **/
hr { 
	clear: left; 
	margin-bottom: 45px;
}

.entry-header { 
	margin-bottom: 20px; 
}

.entry-header .entry-title, 
.entry-header .entry-title a { 
	font-family: Helvetica, sans-serif;
	font-weight: bold; 
	color: #e81f1f; 
	font-size: 20px; 
	text-decoration: none; 
	border-bottom: 1px solid #000;
}

.entry-header .entry-byline { 
	margin-top: 5px;
	color:#777; 
	font: italic 11px 'trebuchet ms', sans-serif; 
}

.entry-content em { font-style: italic; }
.entry-content strong { font-weight: bold; color: #e81f1f; }

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 { 
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0 5px 0; 
	font-weight: bold; 
}

.entry-content h1, 
.entry-content h2,
.entry-content h3 { margin-top: 20px; color: #e78216; font-size:16px; border-bottom:1px dashed #000; }
.entry-content h4 { color: #555; font-size:14px; }

.entry-content { 
	clear:both; 
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif; 
	color: #666; 
	font-size:12px; 
	line-height:24px; 
	margin:10px 0 50px 0;
}

.entry-content p { 
	margin: 0 0 12px; 
}

.entry-meta { 
	border: 1px solid #aaa; 
	background: #efefef; 
	padding: 3px 10px; 
	margin: 15px 0; 
	font: italic 11px 'trebuchet ms', sans-serif; 
	color:#555;
}

.entry-meta .entry-tags { 
	margin-top: 3px;
	font:italic 11px 'trebuchet ms', sans-serif; 
	color:#555; 
}
.entry-content ul, 
.entry-content ol { margin:0 0 20px 30px; }
.entry-content li { margin-bottom:6px; line-height:22px; }
.entry-content li ul, 
.entry-content li ol { margin:6px 0 14px 30px; }
.entry-content ul li { list-style-type:square; }
.entry-content li ul li { list-style-type:circle; }
.entry-content ol li { list-style-type:decimal; }
.entry-content ol ol li { list-style-type:upper-alpha; }
.entry-content dl { margin:0 0 22px; }
.entry-content dl dt { font-weight:bold; }
.entry-content dd { margin:0 0 22px; }
.entry-content pre { border: 2px solid #aaa; margin-bottom:15px; padding:5px 10px; overflow:auto; background-color:#000; color: #eee; }
.entry-content em { font-style:italic; }	
.entry-content img { max-width:100%; height:auto; border: 1px solid #000; background: #fff; padding: 3px;}

.entry-content .recaptcha_form_input { width: 100%; font-size: 20px; padding: 2px; }
.entry-content .recaptcha_form_textarea { width: 100%; font-size: 18px; padding: 2px; margin-bottom: 20px; }

.entry-content blockquote { margin-left:20px;border-left:5px solid #ddd;padding-left:10px;font-style:italic; }

.entry-content .note{font-style:italic;margin:0 0 10px 10px;padding:5px 8px;border:1px #aaa dashed;color:#999;background:#f6f6f6;}
img.alignleft, div.alignleft{margin:0 15px 3px 0; display:inline;}
img.alignright, div.alignright{margin:0 0 3px 15px; display:inline;}
.aligncenter, div.aligncenter {display:block; margin:0 auto 22px;}
img.border{padding:4px; border:1px solid #ccc; background:#eee;}
.alignleft{float:left;}
.alignright{float:right;}
.center{text-align:center;}
.wp-caption {text-align:center; padding-top:4px;}
.wp-caption p.wp-caption-text {color:#555; padding:4px; margin:0; font:italic 10px/1.6666 'trebuchet ms', verdana, sans-serif;}
	
.entry-content .attachment a,
.entry-content .gallery a,
.entry-content .attachment a:hover,
.entry-content .gallery a:hover { border:none; }

.attachment img, 
.attachment-thumbnail, 
.entry-content .gallery img { padding:2px; border:1px solid #ccc; }

.attachment img:hover, 
.attachment-thumbnail:hover, 
.entry-content .gallery img:hover { border:1px solid #888; }

.attachment { text-align:center; }
	
.entry-content table { margin:0 0 22px; border-collapse:collapse; border:1px solid #ccc; color:#444; }
.entry-content th { font-weight:bold; background:#ccc; }
.entry-content th, .entry-content td { padding:3px 10px; }
.entry-content td { border:1px solid #ccc; }
.entry-content tfoot { background:#ddd; }

.archive_page ol li { margin-left: 30px; margin-bottom: 20px; }

#side-rail .widget {
	font-size: 12px;
	margin-bottom: 20px;
	color: #666;
}

#side-rail h3 {
	color: #000; 
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e81f1f;
}

#side-rail .widget input {
	border: 0 none; 
	color: #888888; 
	font-size: 14px;
	width: 100%;
}

#side-rail .widget form div { 
	padding:3px 5px; 
	background:#FFFFFF url(http://media.disqus.com/images/themes/narcissus/inputshadow.gif) no-repeat scroll left top; 
	border: 1px solid #bbb;
}

#side-rail .widget ul {
	margin-left: 20px;
}

#side-rail .widget ul li {
	list-style-type: disc;
}

#side-rail .widget a { 
	color: #000; 
	text-decoration: none;
}

#side-rail .widget a:hover {
	color: #222;
	text-decoration: underline;
}



#lower-nav {
	width: 140px;
	margin: 0px auto;
	text-align: center;
}

#lower-nav ul {
	overflow: hidden;
	text-align: center; 
	list-style-image: none; 
	list-style-position: outside; 
	list-style-type: none;
}


#lower-nav ul li {
	float: left;
	padding-right: 4px;
}

#lower-nav ul li a {
	padding: 0 5px;
}

ul.navigation {
	font-size: 12px; 
	text-align: center; 
	list-style-image: none; 
	list-style-position: outside; 
	list-style-type: none;
	width: 100%;
}

ul.navigation li.nav_pre {
	padding: 5px 0px; 
	float: left; 
	width: 200px; 
	text-align: left;
}

ul.navigation li.nav_next {
	padding: 5px 0px; 
	float: right; 
	width: 200px; 
	text-align: right;
}

#top-bar ul.navigation li {
	padding: 22px 20px 0 20px;
	width: 200px;
}

#entry-navigation {
	overflow: hidden;
}

ol.commentlist { list-style: none; margin: 0px; padding: 0px; }

.commentlist li {
	margin-left: 25px;
	margin-bottom: 20px;
}

.commentlist li.comment  {
	border: 1px solid #999;
	padding: 15px;
	background: #fff;
}

.commentlist li.comment img {
	float: left;
	border: 1px solid #000;
}

.commentlist li.comment .right {
	margin-left: 70px;
}

.commentlist li.comment cite {
	
}

.commentlist li.comment p {
	margin-top: 5px;
}

.commentlist li.odd {
	background: #efefef;
}

.commentlist li.bypostauthor {
	background: #F7F4CD;
}

#comments_form {
	margin-top: 15px;
}

#comments_form h3#comments {
	color: #e81f1f; 
	font-size: 18px; 
	border-bottom: 1px solid #000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold; 
	margin-bottom:15px;
}

#comments_form #respond {
	margin-left:20px;
	padding-top:20px;
	border-top:1px solid #666;
}

#comments_form #respond h3 {
	margin-bottom: 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#comments_form #respond p {
	margin-bottom: 10px;
}

textarea#comment { width: 100%; }

/* ------Sociable----------- */
div.sociable {margin:32px 0;text-align: center;}
span.sociable_tagline {position:relative;}
span.sociable_tagline span {display:none;width:196px;}
span.sociable_tagline:hover span {-moz-background-clip:border;-moz-background-inline-policy:continuous;-moz-background-origin:padding;background:#FFFFEE none repeat scroll 0 0;border:1px solid #CCCCCC;color:black;display:block;line-height:16px;position:absolute;top:-70px;}
.sociable span {display:block;}
.sociable ul {margin: 15 0 !important;padding:0 !important;}
.sociable ul li {-moz-background-clip:border;-moz-background-inline-policy:continuous;-moz-background-origin:padding;background:transparent none repeat scroll 0 0;display:inline !important;list-style-type:none;margin:0;padding:5px;}
.sociable ul li:before {content:"";}
.sociable img {border:0 none;float:none;margin:0;padding:0;height:32px;width:32px;}
.sociable-hovers {opacity:0.4;}
.sociable-hovers:hover {opacity:1;}

.related_post_title{margin:15px 20px; font-size:15px;}
.related_post {margin: 5px 35px;list-style:disc;}
.related_post li {list-style:disc;}
