/*  
Theme Name: Hemingway
Theme URI: http://warpspire.com/hemingway
Description: Hemingway is a simple weblog theme by <a href="http://warpspire.com">Kyle Neath</a> aimed at giving bloggers a great platform on which to customize.
Version: 0.1 ALPHA
Author: Kyle Neath
Author URI: http://warpspire.com
*/



/*-----------------------------------------------------------------------------------------------
  Global Styles
-----------------------------------------------------------------------------------------------*/

* {
	padding:0;
	margin:0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 0; }
li, dd { margin-left:40px;line-height:1.75em; }
fieldset { padding: .5em; }
select option{ padding:0 5px; }

.hide, .print-logo, .close-button{ display:none; }
.left{ float:left; }
.middle{ float:left; width:100%; text-align:center; }
.right{ float:right; }
.clear{ clear:both; height:1px; font-size:1px; line-height:1px; }
a img{ border:none; }

/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/

body{
	background:#272727;
	color: #CCCCCC;
	font-size:13px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
}

/* This class sets the width and position for all rows */
.inside{
	width:90%;
	min-width:300px;
	max-width:1000px;
	margin:0 auto;
}

a{
	color:#858585;
	font-weight: normal;
	text-decoration: none;


}
a:hover{
	color:#7F705F;
}

h1{
	color:#CCC;
	font-size:20px;
	font-weight:normal;
	margin:15px 0;
}

h2, h3{
	font-size:16px;
	color:#CCCCCC;
	font-weight:normal;
}
#primary h2{
	color:#CCC;
}

p{
	line-height:1.75em;
	color: #CCCCCC;

}

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;
}

pre{
	width:100%;
	padding:1em 0;
	overflow:auto;
	border-top:1px dotted #333;
	border-bottom:1px dotted #333;
}

table{
	border-spacing:2px;
	margin:2px 0;
}
table th, table td{ padding:1px 1px }
table th{
	background:#000;
	color:#000;
	text-align:left;
}
table td{
	background:#000;
	color:#CCCCCC;
}
table caption{
	text-align:left;
	color:#CCCCCC;
	margin-bottom:-1em;
	margin-top:1em;
}

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

/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/
#header{
	background:#000;
}
#header .inside{
	padding:12px 0;
}

#header h2{
	font-size:30px;
	margin:0 5px 0 0;
	padding:0 5px 2px 0;
	border-right:1px solid #808080;
	float:left;
}
#header a{ 
	text-decoration:none;
	color:#4D4D4D;
}

#header p{
	padding:1em 0;
	margin:0;
	line-height:1em;s
	color: #858585;
}

/*-----------------------------------------------------------------------------------------------
  Primary Items
-----------------------------------------------------------------------------------------------*/

#primary{
	background:#000;
	padding:1px 0 20px 0;
	color: #CCCCCC;
}

#primary.onecol-stories .primary{
	float:left;
	width:50%;
}
#primary.onecol-stories .secondary{
	float:right;
	width:40%;
	margin:0 0 0 100px;
}

.leftbox{
	float:left;
	padding-right:20px;
	width:200px;
}
.leftbox a{
	text-decoration:none;
	font-weight: normal;

}
.leftbox a:hover{
	color:#7F705F;
	text-decoration:none;
}

#primary.twocol-stories .story{
	float:left;
	margin:10px 0 0 20px;
	width: 60%;
	display:inline;
}
* html #primary.twocol-stories .story{
	float:left;
	margin:10px 0 0 20px;
	clear: right;
}

.story h3{
	font-size:16px;
	font-weight:normal;
	margin-bottom:-9px;
	padding-bottom:-12px;
	color:#CCCCCC;
}
.story h3 a{
	color:#CCCCCC;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	letter-spacing: 0.23em;
}

.story a{
	font-weight: bold;

}

.story h3 a:hover{color:#7F705F}

.story .details{
	margin:2px 0;
	text-align:right;
	border-top:1px solid #333;
	padding:5px 0;
	font-size:12px;
	color:#4D4D4D;
}
.story .details .read-on{
	background:url(../images/readon_black.gif) 100% 60% no-repeat;
	padding-right:20px;
}
.story .details a{
	text-decoration:none;
}
.story .details a:hover{ color:#7F705F; }

/* Single Post Styles */

#primary .primary{
	float:right;
	width:65%;
}
#primary .secondary{
	float:left;
	width:30%;
	margin-right:20px;
	padding-top:5px;
	display:inline;
}

.secondary .featured p{
	border-bottom:1px solid #333333;
	border-top: 1px solid #333333;
	padding:0.5em 0 0.6em 0;
	line-height:1.5em;
	margin:1em 0 0 0;
}
.secondary .featured dl{
	margin:0 0;
	border-bottom:1px solid #333333;
	padding:0.5em 0 0.6em 0;
}
.secondary dt{
	display:inline;
	margin:0;
	padding:0;
	color:#AAA;
}
.secondary dd{
	display:inline;
	margin:0;
	padding:0;
}
.secondary dd a{ color:#808080; }
.secondary dd a:hover{ color:#7F705F; }

.single-post h1, {
	margin-top:0;
	letter-spacing: 0.26em;
	font-size: 18px;
}

.single-post h2{
	margin-top:0;
	font-size: 18px;
}

/*-----------------------------------------------------------------------------------------------
	Secondary Items
-----------------------------------------------------------------------------------------------*/

#secondary{
	background:#0C0C0C;
	padding:1px 4px;
	border-top:1px solid #1C1C1C;
}

.comment-head{
	border-bottom:1px solid #1C1C1C;
	padding:0.8em 2em 1.0em 2em;
}
.comment-head h2{
	font-size:24px;
	margin:0;
}
.comment-head a{
	text-decoration:none;
	color:#868686;
}
.comment-head .details{
	font-size:12px;
}

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:16px; }
#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:5px;
	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:10px;
}

#comment-form{
	margin:0em 0 5em 40px;
	width:36em;
}
input.textfield{
	width: 15em;
	margin:5px 0;
}
textarea.commentbox{
	width:28em;
	height:10em;
	padding:0.25em;
	margin:5px 0;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
}
label.text{
	position:relative;
	left:0.5em;
	top:-0.5em;
}
.formactions input.submit{ 
	float:right; 
	margin:-1em 0 0 0;
	padding:0 0.5em;
}
.formactions .spinner{
	float:right;
	margin:-8px -20px 0 0;
}

/*-----------------------------------------------------------------------------------------------
  Ancillary Items
-----------------------------------------------------------------------------------------------*/

#ancillary{
	padding:5px 0 0 0;
}
#ancillary h2{
	color:#ccc;
}
#ancillary a{
	color:#ccc;
	text-decoration:none;
}
#ancillary a:hover{
	color:#7F705F;
}
#ancillary .block1{
	float:left;
	width:40%;
}
#ancillary .block2{
	float:left;
	width:20%;
	padding-left:30px;
}
#ancillary .block3{
	float:left;
	width:20%;
	padding-left:30px;
}
#ancillary .twice-length{ width:50%; }
#ancillary .thrice-length{ width:100%; }
* html #ancillary .block{
	margin:0 0 0 5px;
}
#ancillary .block-separator{
	clear:both;
	height:5px;
}

#ancillary .block h2, #ancillary .block h3{
	margin:0 0 4px 0;
}

ul.dates, ul.counts{
	color:#858585;
	list-style-type:none;
	margin:3px 0;
	border-top:1px solid #3D3D3D;
}
ul.dates li, ul.counts li{
	list-style-type:none;
	margin:0;
	padding:5px 0;
	border-bottom:1px solid #3D3D3D;
	line-height: 1em;
}
.block1 li {
	width:100%;
	float:left;
	clear:left;
}
ul.dates .date{
	color:#858585;
	padding:0 10px 0 5px;
}
.block1 .date {
	display:block;
	float:left;
	clear:none;
	width:10%;
}
ul.counts .count{
	float:right;
	color:#858585;
}
ul.dates a, ul.counts a{
	color:inherit;
	color:#CCCCCC;
	text-decoration:none;
	line-height: 1em;
}
.block1 a {
	display:block;
	float:left;
	clear:none;
	width:85%;
}
ul.dates a:hover, ul.dates a:hover .date, ul.counts a:hover, ul.counts a:hover .count{ 
	color:#7F705F;
}

/*-----------------------------------------------------------------------------------------------
  Foooter
-----------------------------------------------------------------------------------------------*/

#footer{
	clear:both;
	color:#939393;
	margin:2em 0 3em 0;
}
#footer .inside{
	background:url(../images/footer_black.gif) 50% 0 repeat-x;
	padding:1em 0;
}
#footer p{
	margin:0;
	font-size:10px;
}
#footer p.copyright{ float:left; }
#footer p.attributes{ float:right; }
#footer p.attributes a{
	padding:0 0 0 1em;
	text-decoration:none;
	color:#525252;
}
#footer p.attributes a:hover{
	color:#7F705F;
}

/*-----------------------------------------------------------------------------------------------
  Live Search
-----------------------------------------------------------------------------------------------*/

#live-search{
	float:right;
	margin-top:-50px;
	margin-right:5%;
	display:inline;
	width:270px;
	text-align:right;
}

#search img{
	position:relative;
	top:1px;
	left:-5px;
	margin-top:2px;
}
#search input{ 
	width:175px; 
	font-size: 10px; 
	background:#CCC;
	margin-top:2px;
}
#search input:focus{
	background:#FFF;
}
#search a{
	color:#999999;
	text-decoration:none;
	font-weight: normal;

}
#search a:hover{
	color:#7F705F;
}
#search .spinner{
	text-align:right;
	padding:0 0 5px 0;
}

#search-results{
	background:#333;
	padding:0 0 0 0;
	float:right;
	-moz-opacity:0.9;
	border-top:1em solid #000;
}
#search-results h3{
	font-weight:bold;
	text-align:left;
	margin:0;
	padding:0 0 2px 0;
	background:#000;
	
}
#search-results small{
	display:block;
	text-align:left;
	font-size:11px;
	padding:0.5em 1em 0.7em 1em;
	border-top:1px solid #666;
	border-bottom:1px solid #555;
}
#search-results small a{
	color:#CCC;
}
#search-results ul li{
	list-style-type:none;
	padding:0 1em 0.5em 1em;
	margin:0.5em 0;
}
#search-results ul li:hover{
	background:#202020;
}
#search-result ul{ margin:0; }
#search-results ul li a{
	text-decoration:none;
	border-bottom:1px dotted #CCC;
}

#search img.archives-icon{
	margin:0 7px 0 0;
	top:1px;
}

/* Flickr styles */
.flickr_badge_image {
	float: left;
	width: 75px;
	height: 75px;
	margin:	0px;
	padding: 0px;
	border: 0px;
}
.flickr_wrapper{
	width:150px;
	height:375px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:10px;
}
