/*  
Theme Name: October SpecialTheme 
URI: http://5thirtyone.com/
Description: Heavily modified by c to the p.
Author: Derek Punsalan 
URI: http://5thirtyone.com/
*/

* {
	margin: 0;
	padding: 0;
}
ul, ol, p, blockquote {
	margin: 16px 0;
}

/* Global */

body {
	background: #5f5f5f;
	color: #ddd;
	font-size: 11px;
	line-height: 20px;
	font-family: helvetica, arial, verdana, sans-serif;
	text-align: center;
}
a {
	text-decoration: none;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
	border-top: 1px solid #8f8f8f;
	border-bottom: 1px solid #7f7f7f;
	padding: 5px 0;
}
a img {
 	border: none;
}
select {
	border: 1px solid #5F5F5F;
	font: 10px verdana, sans-serif;
	background-color: #EFEFEF;
}
dl {
	margin: 10px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 15px;
}

/* Wrappers */

#content_wrapper {
 	width: 100%;
	font-size: 12px;
}
#main_wrapper {
	background-color: white;
}
#header_inner {
	margin: 0 auto;
	padding: 10px 15px;
	text-align: left;
	width: 900px;
	position: relative;
}
#header_wrapper {
	background-color: #5f5f5f;
	color: #ddd;
	margin-left: auto;
	width: 100%;
	height: 40px;
	top: 0;
	border-bottom: 4px solid #6699CC;
}
#content_wrapper {
	background: #fff;
	color: #3c3c3c;
	clear: both;
	background: #fff url('images/content-wrapper.gif') no-repeat top right;
	margin: 0 auto;
	padding: 30px 15px;
	width: 900px;
	text-align: left;
}
.searchdiv {
	display: none;
	width: 275px;
	position: absolute;
	right: 0;
	top: 40px;
	padding: 0 10px;
	background: transparent url('images/search_bg.png');
}

/* Header & Navigation */

#header_inner {
	padding: 0 0 10px;
}
#nav_wrapper {
	background: #5f5f5f;
	margin: 0 auto;
	height: 40px;
	width: 900px;
	position: relative;
}
#nav_wrapper h1  {
	margin: 7px 0;
	padding:0;
	float: left;
	width: 200px;
}
#nav_wrapper h1 a {
	font: 16px "Trebuchet MS", arial, sans-serif;
	color: #fff;
	font-weight: bold;
}
ul#navigation {
	list-style: none;
	margin: 0;
	position: absolute;
	right: 0;
}
ul#navigation li {
	float: left;
}
#navigation li a {
	color: #ddd;
	font-weight: bold;
  	padding: 8px;
  	border-top: 3px solid transparent;
  	font-size: 12px;
  	display: block;
}
#navigation li a:hover {
	background-color: #555;
	color: #fff;
	border-top: 3px solid #6699CC
}
.current_page_item a {
	background: #555;
	color: #fff;
	border-top: 3px solid #6699CC !important;
    margin-top: 0 !important;
    padding-top: 8px;
    padding-bottom: 5px;
    height: 20px;
 }
#navigation li.right {
	float: right;
}

/* Home Page */

.post {
	float: left;
	margin-right: 20px;
}
.post, .entry {
	width: 500px;
}
.firstpost h2 {
	border-top: none;
	padding: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: block;
}

/* Content */

#content_wrapper a {
	color: #6699CC;
}
#content_wrapper a:hover {
	color: #77B3EF;
}
h2 {
	border-top: 1px solid #aaa;
	margin-bottom: 7px;
	padding: 7px 0 0 0px;
}
h2 a {
	color: #3c3c3c;
}
.post_date {
	color: #5c5c5c;
	font-weight: bold;
	font-size: 10px;
	margin-top: 5px;
}
.post_date form  {
	display: inline;
}
.post_date li {
	display: inline;
	padding: 2px 0 2px 20px;
	margin-right: 10px;
}
.post_date li.commentsmeta {
	background: transparent url('images/comments.png') no-repeat;
}
.post_date li.email {
	background: transparent url('images/email.png') no-repeat;
}
.post_date li.time {
	background: transparent url('images/date.png') no-repeat;
}
.post_date li.categories {
	background: transparent url('images/categories.png') no-repeat;
}
.post_date li.tags {
	background: transparent url('images/tags.png') no-repeat;
}
.single .post, .page .post {
	margin: 0 auto;
	width: 720px;
	float: none;
}
.single .entry, .page .entry {
	border-top: 1px solid #ddd;
	padding-top: 2px;
	width: 720px;
	text-align: justify;
}
.entry img, .entry a img {
	margin: 0 0 5px 5px;
}
.entry ul, .entry ol, blockquote {
	margin-left: 2em;
}
.navigation {
	clear: both;
}
.home .navigation {
	width: 500px;
}

/* Category, Search & Tag Pages */

.tag h2, .category h2, .search h2 {
	width: 500px;
}
.category #sidebar ul {
	margin-left: 30px;
}
.category #sidebar ul.children {
	margin-top: 0;
}
.bottom-nav {
	clear: both;
}
.archive .post + .post + .post {
	margin-bottom: 0;
}

/* Sidebar */

#sidebar {
	width: 350px;
	float: right;
}
#sidebar ul.children {
	margin-left: 20px;
}
.home #sidebar li {
	list-style: none;
}
 
/* Comments */

#commentsholder {
	width: 575px;
	float: left;
	min-height: 375px;	
}
ol.commentlist { 
	list-style: none; 
	margin: 0; 
	padding: 0; 
	text-indent: 0; 
	color: #fff; 
}
ol.commentlist li { 
	margin: 0 0 10px; 
	padding: 5px 0 5px 5px; 
	position: relative; 
}
ol.commentlist li div.comment-author {
    padding: 0 170px 0 0;
}
ol.commentlist li div.vcard {
    font: bold 14px / 1.4 helvetica, arial, sans-serif;
}
ol.commentlist li div.comment-meta {
    font: bold 10px / 1.4 helvetica, arial, sans-serif;
    position: absolute;
    right: 10px;
    text-align: right;
    top: 5px;
}
ol.commentlist li p {
    margin: 0 0 10px;
    padding: 10px 0 0 10px;
    font-weight: normal;
}
ol.commentlist li ul {
    list-style: square;
    margin: 0 0 1em;
    padding: 0;
    text-indent: 0;
    background: transparent url('images/threaded-arrow.png') no-repeat 0 0;
}
ol.commentlist li div.reply { 
	color:#fff; 
	font: bold 11px helvetica, arial, sans-serif; 
	padding: 5px 10px;  
	text-align: center; 
	width:36px; 
}
ol.commentlist li div.reply a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    margin-left: 5px;
    font-size: 10px;
}
ol.commentlist li ul.children li { 
	list-style:none; 
	border-left: 1px solid #7f7f7f;
}
li.depth-1 {
	border-bottom: 1px solid #7F7F7F;
}
ul.children li.depth-2, ul.children li.depth-3, ul.children li.depth-4, ul.children li.depth-5 { 
	margin-left: 20px; 
}
ol.commentlist li.pingback div.vcard {
    padding: 0 170px 0 0;
}
li.author {
	background: url(images/diag-dark.gif) top left;
}
#author, #email, #url, #comment {
	border: 1px solid #ddd;
	padding: 3px;
	font-size: 1em;
	font-family: helvetica, arial, verdana, sans-serif;
}
#respond {
	float: left;
	position: relative;
	width: 300px;
	margin-left: 15px;
}
#respond p {
	margin: 8px 0;
}
#author, #email, #url {
	width: 175px;
	display: block;
}
#comment {
	width: 275px;
}
.fixed {
	position: fixed !important;
	top: 0;
}
#commentform {
	position: absolute;
	top: 0;
	width: 300px;
	margin-top: 35px;
	clear: both;
}
#commentform label {
	clear: both;
}
.similar {
	clear: both;
}
.post_meta {
	font-weight: bold;
	font-size: 10px;
	width: 300px;
	color: #fff;
	position: relative;
	top: 270px;
	margin: 18px 0;
}
.fixed .post_meta {
	margin-top: 50px;
}
.loggedout {
	top: 375px;
}
.post_meta ul {
	margin: 10px;
}
.post_meta li {
	display: block;
}

/* Footer */

#footer {
	margin: 0 auto;
	text-align: left;
	clear: both;
	background: #5f5f5f;
	color: #eee;
}
#footer_inner {
	background: url('images/archived-wrapper.gif') no-repeat top left;
	position: relative;
	margin: 0 auto;
	padding: 30px 10px;
	text-align: left;
	width: 900px;
	min-height: 30px;
}
.footer_desc {
	float: left;
	margin: 0;
}
#footer a, #footer a:hover, #footer a:visited, #footer a:active {
	color: #fff;
	border-bottom: 1px dotted #fff;
}
#searchthis {
	color: #ddd;
	margin: 15px 0;
	clear: both;
	float: right;
}
.s {
	border: 1px solid #ddd;
	padding: 1px;
	vertical-align: middle;
	width: 208px;
}
#searchsubmit {
	vertical-align: middle;
}
.search #sidebar #searchthis {
	float: left;
}

/* Utility */

.clear {
	clear: both;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

/* Plugins */

.tumblr_post {
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 15px;
}
.tumblr_post p {
	margin: 8px 0;
}
li.tumblr_post h3 {
	font: normal 12px helvetica, arial, sans-serif;
}
.tumblr_post img {
	max-width: 325px;
}
li.tumblr_post blockquote {
	border-left: 2px solid #5F5F5F;
	margin-left: 5px;
	padding-left: 10px;
}
.tumblr_post p.quotetop {
	margin-top: 0;
}
.tumblr_post p.quotebottom {
	margin-bottom: 0;
}
li.photo img {
	float: right;
    border: 1px solid #DDDDDD;
    padding: 3px;
    margin-bottom: 4px;
}
li.tumblr_post {
	clear: both;
	float: left;
	width: 350px;
}
li.photo p {
	width: 235px;
}
li.video object, li.video embed {
	width: 250px;
	height: 210px;
}
li.quote blockquote p  {
    margin-top: 0;  
    background: url(images/quote_down.png) bottom right no-repeat;
}
li.quote blockquote {
    padding: 0 10px 0 30px;    
    background: url(images/quote_up.png) top left no-repeat;
    margin: 2px 0;
    border-left: none;
}
p.source {
	width: 300px;
	margin-top: 0;
	margin-left: 29px;
}
li.conversation ul {
	border-left: 3px solid #555555;
	list-style-type: none;
	margin: 8px 0;
	padding: 0;
}
li.conversation ul li {
	color: #000000;
	margin-bottom: 1px;
	padding: 4px 0px 4px 8px;
	list-style: none;
}
li.conversation ul li.odd {
	background-color: #F4F4F4;
}
li.conversation ul li {
	background-color: #E8E8E8;
}
#similar {
	float: right;
	width: 300px;
	margin-top: 15px;
}
#similar ul {
	margin-left: 25px;
	clear: both;
}