/*  
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.  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 /><strong>This theme requires WordPress 2.0+</strong></a>.
Version: 0.19
Author: Kyle Neath
Author URI: http://warpspire.com
*/



/*-----------------------------------------------------------------------------------------------
  Global Styles
-----------------------------------------------------------------------------------------------*/

textarea, input, select, ul.search_results {
	border: 1px solid #999;
	color: #6A5555;
	padding: 2px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
}
html, body, span, div, p, ul, ol , li, dt, dl, dd, form {
	padding:0;
	margin:0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 0; }
fieldset { padding: .5em; }
select option{ padding:0 5px; }

.hide, .print-logo, .close-button{ display:none; }
.left{ float:left; }
.right{ float:right; }
.clear{ clear:both; height:1px; font-size:1px; line-height:1px; }
a img{ border:none; }

/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/

body{
	color:#444;
	background:#ffffff;
	font: 90% Futua Medium,Century Gothic,AppleGothic,Verdana,Arial,sans-serif;
	width: 1300px;
}

a {
	color:#444;
}

a:hover {
	text-decoration:underline !important;
}


h1{
	font-size:1.5em;
	font-weight:normal;
}

h2, h3{
	font-size:1.1em;
	font-weight:normal;
}

h2 {
	color: #999;
	text-transform: uppercase;
}

h2 a {
	color: #999 !important;
}

h2:before {
	content: "\2192";
}

p{
	line-height:1.5em;
}

ul, ol {
	margin:1em 0 2em 0;
	border-top:1px solid #777;
}

li {
	list-style-type:none;
	padding:0.5em 0;
	border-bottom:1px solid #777;
}

blockquote{
	margin-left:1em;
	padding-left:1em;
	border-left:1px solid #777;
	color:#ccc;
}

table th, table td{ vertical-align:top; padding:0.3em 0.75em }

.details{
	margin:1em 0;
	text-align:right;
	border-top:1px solid #777;
	padding:0.5em 0;
	color:#333;
}
.details a{
	color:#666;
	text-decoration:none !important;
}
.details a:hover{
	color:#000;
	text-decoration:underline;
}

/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/

#header {
	border-bottom:1px dotted #363636;
	padding: 0.5em 1.5em;
}

#header h1 {
	margin:0.3em 0.5em 0 0.3em;
	font-size:6em;
	line-height:0.8em;
}

#header h1 a { 
	text-decoration:none;
	color: #999;
}

#header h1 a:hover { 
	text-decoration:none !important;
}

/*-----------------------------------------------------------------------------------------------
  Primary Items
-----------------------------------------------------------------------------------------------*/

#primary, #secondary{
	padding: 0.5em 1.5em;
}

#primary ul, #primary ol {
	border: 0;
	padding: 0 0 0 2em;
	margin:1em 0;
}

#primary li {
	list-style-type:square;
	border: 0;
	padding: 0.3em 0;
}

.recently ul, .recently ol {
	padding: 0 !important;
	margin:1em 0 2em 0 !important;
	border-top:1px solid #777 !important;
}

.recently ul li {
	list-style-type: none !important;
	padding:0.5em 0 !important;
	border-bottom:1px solid #777 !important;
}

#primary h1 {
	margin: 0.6em 0;
}

.story {
	width: 600px;
	float: left;
	margin: 0 2em 0 0;
	padding-right: 1em;
}

.story h3{
	font-size:1.5em;
	margin:0 0 0.5em 0;
	font-weight:normal;
}

.story h3 a {
	text-decoration:none;
}

.story a {
	text-decoration: underline;
}

.single-post .story {
	border-right:1px dotted #363636;
}

.recently {
	margin-right: 2em;
	width: 260px;
	float: left;
}

.recently a , .list a{
	color: #404040;
	text-decoration:none;
}

.recently a:hover, .list a:hover, .secondary dd a:hover {
	color: #000;
}

#primary .secondary{
	float:left;
	width:210px;
	margin-right:2em;
	display:inline;
}

/*-----------------------------------------------------------------------------------------------
	Secondary Items
-----------------------------------------------------------------------------------------------*/
#secondary{
	border-top:1px dotted #363636;
}

#secondary .story {
	border-right:1px dotted #363636;
	width: 600px;
	margin: 0 2em 0 0;
	padding-right: 1em;
	float: none;
}

#comments cite .author a{
	text-decoration:none;
}

#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;
}

input.textfield{
	width: 15em;
	margin:5px 0;
}
textarea.commentbox{
	width:37em;
	height:10em;
	padding:0.25em;
	margin:5px 0;
}
label.text{
	position:relative;
	left:0.5em;
	top:-0.5em;
}
.formactions input.submit{ 
	float:right; 
	margin:-1em 0 0 0;
	padding:0 0.5em;
}

/*-----------------------------------------------------------------------------------------------
  Ancillary Items
-----------------------------------------------------------------------------------------------*/

#ancillary {
	margin-top: 1.5em;
	padding: 0 1.5em;
	border-bottom:1px dotted #363636;
}

.date {
	color:#777;
	padding:0 1em 0 0;
}

.count {
	color:#777;
	float:right;
}

#ancillary a {
	color:#404040;
	text-decoration: none;
}

#ancillary a:hover {
	color:#000;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(/wp-images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/wp-images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/wp-images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/wp-images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}