/*  
Theme Name: Hemingway for The West Side
Theme URI: http://warpspire.com/hemingway
Description: Hemingway is theme by <a href="http://warpspire.com">Kyle Neath</a>. If you'd like to learn more about Hemingway, <a href="http://warpspire.com/hemingway">head on over to Warpspire</a> or ask a question in the <a href="http://discuss.warpspire.com">official support forums.</a> <br />Theme modified for <a href="http://thewestside.tv">The West Side</a> by <a href="http://exitstrategy.tv">Exit Strategy</a>.
Version: 0.19
Author: Kyle Neath
Author URI: http://warpspire.com
*/

/*	GLOBAL
----------------------------------*/
* {
	padding:0;
	margin:0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { 	margin:1.5em 0; } /*changed from { margin:1em 0; } to fix rss margin */
li, dd { margin-left:0; }
fieldset { padding: .5em; }
select option{ padding:0px; }

.hide, .print-logo, .close-button { display:none; }
.left { float:left; }
.right { float:right; }
.clear { clear:both; height:20px; font-size:1px; line-height:1px; }
a img {
	border:none;
}
a:hover img {
	opacity:.9;
	}


/*	BASE
----------------------------------*/
body {
	background:#E5E5E5;
	font-size:11px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
}
.pagesidebar, .pagesidebar a, .pagesidebar a:hover{
	font-size:11px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
}
.pagesidebar .first a {
	color:#000;
	text-decoration:underline;
}
body, #primary {
	color:#444;
}
.inside, .insideblog{
	width:660px;
	min-width:;
	max-width:660px;
	margin:0px auto;
}
a {
	color:#000;
}
h1 {
	color:#000;
	font-size:1.5em;
	font-weight:normal;
}
h2, h3 {
	font-size:1.15em;
	color:#000000;
	font-weight:normal;
}
#primary h2 { 
	color:#CCC;
}
p {
	line-height:1.75em;
}
ul li {
	list-style-type:square;
	margin:0.5em 0 0.5em 2em;
}
blockquote {
	margin-left:1em;
	padding-left:1em;
	border-left:2px solid #CCC;
	color:#CCC;
}
pre {
	width:100%;
	padding:1em 0;
	overflow:auto;
	border-top:1px dotted #333;
	border-bottom:1px dotted #333;
}
table {
	width:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}

.rule {
	border-top:1px solid #CCC;
	height:1px;
	font-size:1px;
	line-height:1px;
	margin: 0;
}


/*  PRIMARY ITEMS
----------------------------------*/
#header {
	margin:0px auto;
	text-align:center;
	background:#FFF;
	padding:0 0 20px 0;
}
#primary {
	padding:10px 0 0 0;
	background:#FFF;
	padding-top:10px;
}

#primary.onecol-stories .primary {
	width:660px;
	padding: 0 0 20px 0;
	margin-top:-20px;
	}
.story h3 {
	font-size:1.15em;
	margin:0 0 1.5em 0;
	font-weight:normal;
	color:#CCC;
}
.story h3 a {
	text-decoration:none;
	border-bottom:1px dotted #666;
}
.story .title{
	float:left;
	display: block;
	font-style: normal;
	color: #000000;	
}
.story .date{
	color: #000000;	
	display: inline;
}
.story .details{
	margin-top:20px;
	text-align:right;
	border-top:1px solid #7F7F7F;
	font-size:0.95em;
	color:#666;
	padding-bottom: 50px;
}
.story .details .read-on{
	background:url(images/readon_black.gif) 100% 60% no-repeat;
	padding-right:20px;
	display:inline;
}
.story .details a{
	color:#404040;
	text-decoration:none;
}
.story .details a:hover {
	color:#000000;
	text-decoration:underline;	
}
#primary .primary{
	float:center;
	width:660px;
}
.single-post h1, .single-post h2{ margin-top:0; }


/*	SECONDARY ITEMS
----------------------------------*/
#secondary{
	background:#F3F3F3;
	padding:1px 2em;
	border-top:1px solid #E3E3E3;
}

.comment-head{
	border-bottom:1px solid #E3E3E3;
	padding:0.8em 2em 1.0em 2em;
}
.comment-head h2{
	font-size:1.5em;
	margin:0;
	color:#333 !important;
}
.comment-head a {
	text-decoration:none;
	color:#868686;
}
.comment-head a:hover {
	color:#666;
}
.comment-head .details{
	font-size:0.95em;
}

ol#comments{
	list-style-type:none;
	margin:2em 0;
}
ol#comments li{
	list-style-type:none;
	margin:2em 0;
}

#comments cite{
	float:left;
	width:31%;
	font-style:normal;
	text-align:right;
}
* html #comments cite{ width:30.6%; }
#comments cite span{
	display:block;
}
#comments cite .author{ font-size:1.2em; }
#comments cite .author a{
	text-decoration:none;
}
#comments cite .admin-tools{
	margin:5px 0;
}
#comments cite .admin-tools a{
	float:right;
	margin:0 5px;
	padding:0px 3px 3px;
	background:#666;
	border:1px solid #999;
	text-decoration:none;
}
#primary .secondary .admin-tools{ margin:1em 0; }

#preview{
	margin:1em 0;
	padding:0.5em;
	border:1px solid #333;
}
#preview p{ margin:1em 0 0 0; }
#errors{ color:#FF0000; font-weight:bold; }

#comments .pingback cite .author{
	display:block;
	padding-top:68px;
	background:url(images/trackback_pingback.gif) 100% 0 no-repeat;
}
#comments .content{
	float:left;
	width:60%;
	margin-left:1.9%;
	border-left:1px solid #868686;
	padding: 0 0 0 2%;
}
#comments .content p{
	margin:0 0 1em 0;
}
#comments .content h3{
	margin:0;
	font-size:1em;
}
#comment-form{
	margin:5em 0 5em 35.4%;
	width:36em;
}
input.textfield{
	width: 15em;
	margin:5px 0;
	padding:2px 0.25em;
	border:1px solid #CACACA;
}
textarea.commentbox{
	width:28em;
	height:10em;
	padding:0.25em;
	margin:5px 0;
	font-size:1.25em;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #CACACA;
}
input.textfield:hover,
input.textfield:focus,
textarea.commentbox:hover,
textarea.commentbox:focus {
	border:1px solid #999999;
}
label.text{
	position:relative;
	left:0.5em;
	top:-0.5em;
}
.formactions input.submit{ 
	float:right; 
	padding:0 0.5em;
}
.formactions .spinner{
	float:right;
	margin:-8px -20px 0 0;
}


/*  ANCILLARY ITEMS
----------------------------------*/
#ancillary{
	border-top:1px solid #D5D5D5;
	padding:2em 0 0 0;
}
#ancillary .block{
	float:left;
	width: 199px;
	margin:0 0 0 28px;
}
* html #ancillary .block{
	margin-left:;
}
#ancillary .twice-length{ width:65%; }
#ancillary .thrice-length{ width:100%; }
#ancillary .first, * html #ancillary .first{
	clear:both;
	margin:0;
}
#ancillary .block-separator{
	clear:both;
	height:2.5em;
}
#ancillary .block h2, #ancillary .block h3{
	margin:0 0 2em 0;
}
ul.dates, ul.counts, ul.blogroll ul, ul.pages{
	list-style-type:none;
	margin:1.5em 0 2em 0;
	border-top:1px solid #C2C2C2;
}
ul.dates li, ul.counts li, ul.blogroll ul li, ul.pages li{
	list-style-type:none;
	margin:0;
	padding:0.5em 0;
	border-bottom:1px solid #C2C2C2;
}
ul.dates .date{
	color:#7A7A7A;
	padding:0 1.5em 0 0;
}
ul.counts .count{
	float:right;
	color:#7A7A7A;
}
ul.dates a, ul.counts a, ul.blogroll a, ul.pages a{
	color:#404040;
	text-decoration:none;
}
ul.dates a:hover, ul.dates a:hover .date, ul.counts a:hover, ul.counts a:hover .count, ul.blogroll a:hover, ul.pages a:hover{ 
	color:#000;
}
ul.blogroll{ margin-top:0; }
ul.blogroll li{
	list-style-type:none;
	margin:0;
}
ul.pages ul{
	margin:0;
}
ul.pages ul li{
	border:none;
	margin-left:2em;
	list-style-type:square;
}
#footer .inside{
	padding-top:7px;
	background:url(footer.gif) 50% 0 repeat-x;
}
img.alignleft {
	margin: 0 10px 0 0;
	display: inline;
}