/*
Theme Name: Abouthalf Magazine Theme
Theme URI: http://abouthalf.com/
Description: .
Version: 0.1
Author: Michael Barrett
Author URI: http://abouthalf.com/
Tags: black and white, typography, fixed width, two sidebars, widgets

*/

@import url('reset.css');
@import url('type.css');
@import url('code.css');

body
{
	background: #fafafa;
}

#page {
	width: 800px;
	margin: 0 auto 0 auto;
	border: 1px solid #eee;
	border-top: 0;
	background: #fff;
}

#header
{
	text-align: right;
	border-bottom: 8px solid #999;
}

#header>a
{
	display: inline-block;
	padding-right: 12px;
	font-size: 14px;
	font-family: 'Cabin', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

#header>a .description {font-weight: bold; color: #aaa}

#header h1 a,
#header h1 a:hover {color: #fff; text-decoration: none;}

#header h1
{
	background: #ff6600;
	background: -moz-linear-gradient(top, #ff6600 0%, #ff9933 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff6600), color-stop(100%,#ff9933));
	background: -webkit-linear-gradient(top, #ff6600 0%,#ff9933 100%);
	background: -o-linear-gradient(top, #ff6600 0%,#ff9933 100%);
	background: -ms-linear-gradient(top, #ff6600 0%,#ff9933 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF6600', endColorstr='#FF9933',GradientType=0 );
	background: linear-gradient(top, #ff6600 0%,#ff9933 100%);
	color: #fff;
	display: inline-block;
	margin: 0;
	padding-left: 12px;
}

.ie7 #header h1 {display: inline;}
.ie7 #header h1 span {display: inline; vertical-align: middle;}

#header h1 span
{
	background: #336699;
	background: -moz-linear-gradient(top, #336699 0%, #0099ff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#336699), color-stop(100%,#0099ff));
	background: -webkit-linear-gradient(top, #336699 0%,#0099ff 100%);
	background: -o-linear-gradient(top, #336699 0%,#0099ff 100%);
	background: -ms-linear-gradient(top, #336699 0%,#0099ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#336699', endColorstr='#0099FF',GradientType=0 );
	background: linear-gradient(top, #336699 0%,#0099ff 100%);
	padding: 12px 12px 12px 0;
	display: inline-block;
}

#pagenav
{
	border-top: 3px solid #ccc;
	margin: 2px 0 0 0;
	padding: 0;
}

#pagenav, #pagenav ul, #pagenav ol
{
	list-style: none;
}

#pagenav h3 {position: absolute; top: -10000em;}

#pagenav .widget ul {float: right;}
#pagenav .widget ul li
{
	float: left;
	padding: 12px;
	margin: 0;
	font-family: 'Cabin', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

#pagenav .widget ul li a {color: #bbb;}
#pagenav .widget ul li a:hover {color: #369; text-decoration: none;}

#pagenav .widget #searchform
{
	margin: 0;
	padding: 12px;
}

#searchform label
{
	font-family: 'Cabin', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #ddd;
}

#searchform input
{
	background: #fff;
	border: 1px solid #ddd;
}

#searchform input[type=submit] {color: #ccc;}

#content
{
	clear: both;
	border-top: 3px solid #eee;
}

#content .sidebar
{
	list-style: none;
	margin: 0;
	width: 143px;
}

#content .sidebar .widgettitle
{
	font-size: 14px;
	line-height: 1.72;
	background: #eee;
	border-bottom: 4px solid #bbb;
	padding: 6px;
	margin: 0 0 8px 0;
	font-family: 'Cabin', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

#content .sidebar ul
{
	list-style: none;
	font-family: 'Cabin', Helvetica, Arial, sans-serif;
	margin-bottom: 12px;
}

.post
{
	margin-bottom: 24px;
}

.post:after
{
	content: '\273B';
	display: block;
	text-align: center;
	margin-right: 119px;
}

.post:last-child:after {content: '';}

.post.header:after {content: '';}
.post.header {margin-bottom: 0;}

.post h2:first-child,
.post h2.post-title
{
	display: inline-block;
	border-bottom: 6px solid #bbb;
	margin-top: 24px;
	max-width: 576px;
}

.entry, .postmetadata
{
	width: 480px;
	margin: 0 0 0 96px;
}

.entry:after {
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.entry img {margin-bottom: 24px;}

.clear {
	clear: both;
}

.postmetadata
{
	font-family: 'Cabin', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #ccc;
}

.postmetadata a,
.postmetadata a:hover
{
	color: #aaa;
}

.navigation
{
	margin: 0 119px 24px 0;
	padding: 12px;
	font-family: 'Cabin', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #ccc;
}

.navigation a {color: #ccc;}


#comments,
#respond
{
	clear: left;
	width: 480px;
	margin: 0 0 24px 96px;
}

#comments .navigation,
#respond .navigation
{
	margin: 0;
}

#comments h3,
#respond h3
{
	border-bottom: 6px solid #ccc;
	margin-bottom: 18px;
}

#navigation {clear: both;}

#navigation ul {list-style: none;}
#navigation>ul>li 
{
	width: 200px;
	float: left;
	margin-left: 0;
}
#navigation>ul>li:first-child {margin-left: 0;}

#navigation h3.widgettitle
{
	font-size: 24px;
	display: inline-block;
	width: 200px;
	border-bottom: 6px solid #efefef;
	margin-bottom: 18px;
	text-align: center;
	vertical-align: bottom;
}
#navigation li.widget {text-align: center;}

#navigation li.widget ul
{
	font-family: 'Cabin', Helvetica, Arial, sans-serif;
	color: #999;
	margin: 0 1em;
}

#navigation li.widget ul li {margin: 0;}

#footer
{
	clear: both;
	padding: 24px 0 0 0;
	font-family: 'Cabin', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #bbb;
}

#wp-calendar #prev a, #wp-calendar #next a {font-size: 9pt;}

#wp-calendar a {text-decoration: none;}

#wp-calendar caption {text-align: center;}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

img.centered {
	margin-left: auto;
	margin-right: auto;
}

img.alignright {margin-left: 16px;}
img.alignleft {margin-right: 16px;}
.alignright {float: right;}
.alignleft {float: left;}


#commentform input {

}

#commentform {

}

#commentform textarea {

}
#respond:after {

}
#commentform #submit {

}


.commentlist
{
	counter-reset: item;
	list-style: none;
}

.commentlist>li
{
	margin-left: 2em;
}

.commentlist>li:before
{
	content: counter(item) "]";
  counter-increment: item;
  vertical-align: top;
  display: block;
  float:left;
  clear: left;
  margin-left: -2em;
}

.comment-author,
.comment-meta
{
	display: inline-block;
	width: 48%;
	vertical-align: top;
	margin-bottom: 24px;
}

.comment-author {text-align: left;}
.comment-meta {text-align: right;}

.comment-author img {float: left; margin-right: 12px;}

.comment-body:after
{
	content: '\273B';
	display: block;
	text-align: center;
	margin: 24px auto;
}

.commentlist>li:last-child .comment-body:after
{
	content:'';
}
 
.commentlist li ul li { 

}

.commentlist p {

}
.children {}

#commentform p {}

.nocomments {}

#wp-calendar 
{
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a
{
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a
{
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {display: block;}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

blockquote {}

blockquote cite {}

.center, .centered {text-align: center;}

.hidden {display: none;}
	
.screen-reader-text {}

hr {display: block}


.aligncenter,
div.aligncenter
{
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	margin: 0 24px 0px 24px;
}

.entry img
{
	margin-bottom: 0;
	border: 3px double #aaa;
}

p.wp-caption-text
{
	margin: 0;
	font-family: 'Cabin', Helvetica, Arial, sans-serif;
	color: #ccc;
	text-align: center;
}

.wp-caption.alignleft, img.alignleft {margin-left: -72px;}
.wp-caption.alignright, img.alignright {margin-right: -72px;}

form {margin: 0 0 1.5em 0}
fieldset 
{
	margin: 0 0 1.5em 0;
	padding: .75em;
}

legend {font-style: italic;}

.form-submit {margin-top: 1.5em;} /* contact page plugin */
