/*  
Theme Name: Hemingway RB
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
-----------------------------------------------------------------------------------------------*/

* {
	padding:0;
	margin:0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:10px 0; }
li, dd { margin-left:15px; }
fieldset { padding: 5px; }
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; }
.clear2{ clear:both; height:24px; font-size:1px; line-height:1px; }
a img{ border:none; }
img.inpost {margin:0 6px 6px 0;}
img.imageframe, img.alignleft, img.alignleft {margin:0 6px 6px 0;}
img.imageframe2 {margin:0 0 6px 0;}
#left {margin:0 6px 0 0;}
#ancillary img.imageframe, #ancillary img.attachment, #ancillary img.alignleft {margin:0 0 6px 0;}

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

body{
	background-image:url(images/gruen.jpg);
	background-attachment:fixed;
	background-color:#FFF;
	color:#323235;
	font-size:11px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	text-align:left;
	padding:0 0 0 40px;
}

/* This class sets the width and position for all rows */
.inside{
	width:868px;
}

a {
	color:#666;
	background-color:inherit;
	text-decoration:none;
}

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

h2, h3{
	font-size:13px;
	color:#4DA13C;
	background-color:inherit;
	font-weight:normal;
}
#primary h2{
	color:#4DA13C;
	background-color:inherit;
}

p{
	line-height:18px;
}

ul li{
	list-style-type:square;
	margin:5px 0 5px 20px;
}

blockquote{
	margin-left:10px;
	padding-left:10px;
	border-left:2px solid #CCC;
	color:#CCC;
	background-color:inherit;
}

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

table{
	width:100%;
}

table th, table td { padding:0 }

table td{
	color:#323235;
	background:#FFF;
	padding:0px 5px;
}

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

.line {
	clear:both;
	border-top:1px solid #3D3D3D;
	height:1px;
	font-size:1px;
	line-height:1px;
	margin:15px 5px;
}

/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/
#header{
	height:80px;
	margin:20px 0 0 0;
}

#header .inside{
	background-repeat:no-repeat;
	padding:30px 0;
}

#header h2{
	font-size:24px;
	margin:0 5px 0 0;
	padding:0 5px 3px 0;
	border-right:1px solid #808080;
	float:left;
}

#header h2 a{ text-decoration:none; }

#header p{
	padding:10px 0;
	margin:0;
	line-height:1em;
}

.print {
	display:none;
}

.link {
	width:291px;
	height:53px;
	display:block;
	float:left;
	margin-top:-30px;
}

#navi .inside {
	background:#FFF;
	color:inherit;
	font-size:13px;
	/*-moz-opacity:0.9;
	filter:Alpha(opacity=90);*/
	margin-bottom:20px;
}

#navi ul {
	margin:0;
	padding:0;
}

#navi ul li {
	float:left;
	list-style:none;
	margin:0 10px 0 0;
	padding:5px;
}

/*
#navi ul li ul {
	display:none;
}
*/
#navi li a {
	color:#666;
	background-color:inherit;
	text-decoration:none;
}

#navi li a:hover {
	color:#323235;
	background-color:inherit;
	text-decoration:none;
}

#navi li.current_page_item a, #navi li.current_page_item a:hover, #navi li.current-cat a, #navi li.current-cat a:hover,
#navi li.current_page_ancestor a, #navi li.current_page_ancestor a:hover {
	color:#4DA13C;
	background-color:inherit;
	text-decoration:none;
}

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

#primary{
	padding:1px 0 20px 0;
}

#primary.onecol-stories .primary{
	float:left;
	width:571px;
	color:#323235;
	background-color:inherit;
}
#primary.onecol-stories .secondary{
	float:right;
	width:273px;
	margin:0 0 0 24px;
	color:#323235;
	background-color:inherit;
}

#primary.twocol-stories .story{
	float:left;
	width:422px;
	margin:0 0 0 23px;
	display:inline;
	background:#FFF;
	color:inherit;
	/*-moz-opacity:0.9;
	filter:Alpha(opacity=90);*/
}

#primary.twocol-stories .first {
	margin:0 0 0 0;
}

.story h3{
	font-size:13px;
	margin:8px 5px 10px 5px;
	font-weight:normal;
	color:#4DA13C;
	background-color:inherit;
}

.story p{
	margin:0 5px 10px 5px;
}

.story h3 a{
	color:#4DA13C;
	background-color:inherit;
	text-decoration:none;
}

.story .details{
	margin:10px 5px 8px 5px;
	text-align:right;
	border-top:1px solid #333;
	padding:5px 0 0 0;
	font-size:10px;
	color:#323235;
	background-color:inherit;
}
.story .details .read-on{
	background:url(images/readon_black.gif) 100% 60% no-repeat;
	padding-right:20px;
	display:block;
}
.primary a,.story a, .story .details a{
	color:#666;
	background-color:inherit;
	text-decoration:none;
}
.primary a:hover, .story a:hover, .story .details a:hover{ color:#323235; background-color:inherit; }

/* Single Post Styles */

#primary .primary{
	float:right;
	width:571px;
	color:inherit;
	background:#FFF;
	/*-moz-opacity:0.9;
	filter:Alpha(opacity=90);*/
}

#primary .page {
	color:inherit;
	background:#FFF;
	/*-moz-opacity:0.9;
	filter:Alpha(opacity=90);*/
	padding:3px 0;
}

#primary .page h2, #primary .page p {
	margin:8px 5px 10px 5px;
}

#primary .primary h2, #primary .primary p, #primary .primary .iframe-wrapper {
	margin:8px 5px 10px 5px;
}

#primary .primary table p {
	margin:8px 5px 0px 5px;
}

#primary .secondary{
	float:right;
	width:273px;
	margin-right:24px;
	padding-top:3px;
	display:inline;
	background:#FFF;
	color:inherit;
	/*-moz-opacity:0.9;
	filter:Alpha(opacity=90);*/
}

.secondary h2 {
	margin:5px 5px 10px 5px;
}

.secondary .featured {
	padding:0 5px 10px 5px;
}

.secondary .featured p{
	border-bottom:1px solid #333333;
	border-top: 1px solid #333333;
	padding:5px 0 6px 0;
	line-height:1.5em;
	margin:10px 0 0 0;
}
.secondary .featured dl{
	margin:0 0;
	border-bottom:1px solid #333333;
	padding:5px 0 6px 0;
}
.secondary dt{
	display:inline;
	margin:0;
	padding:0;
	color:#323235;
	background-color:inherit;
}
.secondary dd{
	display:inline;
	margin:0;
	padding:0;
}
.secondary dd a{ color:#666; background-color:inherit; }
.secondary dd a:hover{ color:#323235; background-color:inherit; }

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

#secondary{
	padding:1px 0;
	margin-bottom:20px;
}

#secondary .inside {
	color:inherit;
	background:#FFF;
	/*-moz-opacity:0.9;
	filter:Alpha(opacity=90);*/
}

.comment-head{
	border-bottom:1px solid #1C1C1C;
	padding:8px 0 10px 0;
	margin:0 5px;
}
.comment-head h2{
	font-size:13px;
	margin:0;
}
.comment-head a{
	text-decoration:none;
	color:#868686;
	background-color:inherit;
}
.comment-head .details{
	font-size:10px;
}

#show_comment {
	/*display:none;*/
}

ol#comments{
	list-style-type:none;
	margin:20px 0;
}
ol#comments li{
	list-style-type:none;
	margin:20px 0;
}

#comments cite{
	float:left;
	width:31%;
	font-style:normal;
	text-align:right;
}

#comments cite span{
	display:block;
}
#comments cite .author{ font-size:13px; }
#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;
	color:inherit;
	border:1px solid #999;
	text-decoration:none;
}
#primary .secondary .admin-tools{ margin:10px 0; }

#preview{
	margin:10px 0;
	padding:5px;
	border:1px solid #333;
}
#preview p{ margin:10px 0 0 0; }
#errors{ color:#FF0000; background-color:inherit; 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 10px 0;
}
#comments .content h3{
	margin:0;
	font-size:10px;
}

#comment-form{
	margin:20px 0 0 35.2%;
	width:526px;
}

input.textfield{
	width: 275px;
	margin:5px 0;
	font-size:11px;
	color:#323235;
	background-color:inherit;
	border:1px solid #3D3D3D;
}

textarea.commentbox{
	width:518px;
	height:110px;
	padding:3px;
	margin:5px 0;
	font-size:11px;
	color:#323235;
	background-color:inherit;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #3D3D3D;
}

label.text{
	position:relative;
	left:5px;
	top:-5px;
}
.formactions input.submit{ 
	float:right; 
	margin:0 0 10px 0;
	padding:0 5px;
}
.formactions .spinner{
	float:right;
	margin:-8px -20px 0 0;
}

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

#ancillary{
	padding:20px 0 0 0;
}

#ancillary .block{
	float:left;
	width:273px;
	margin-left:24px;
	background:#FFF;
	color:inherit;
	/*-moz-opacity:0.9;
	filter:Alpha(opacity=90);*/
}

#ancillary .twice-length{ width:65%; }
#ancillary .thrice-length{ width:100%; }
#ancillary .first{
	clear:both;
	margin:0;
	display:block;
}
#ancillary .block-separator{
	clear:both;
	height:25px;
}

#ancillary .block h2, #ancillary .block h3 {
	margin:8px 5px 10px 5px;
}

.block p, .block iframe {
	margin-left:5px;
	margin-right:5px;
}

iframe.fb {
	border:none; 
	overflow:hidden; 
	width:262px; 
	height:190px;
	border-top:5px solid #3b5998;
}

ul.dates, ul.counts, ul.blogroll ul, ul.pages{
	list-style-type:none;
	margin:5px 5px 10px 5px;
	border-top:1px solid #3D3D3D;
}

.featured ul.dates {
	margin:0;
}

ul.dates li, ul.counts li, ul.blogroll ul li, ul.pages li{
	list-style-type:none;
	margin:0;
	padding:5px 0 6px 0;
	border-bottom:1px solid #3D3D3D;
}

ul#releases li {
	text-indent:-46px;
	padding-left:46px;
}

ul.dates li.dl {
	padding-left:16px;
	background-image:url(images/download_black.gif);
	background-position:0px 10px;
	background-repeat:no-repeat;
}

ul.dates .date{
	color:#858585;
	background-color:inherit;
	padding:0 15px 0 0;
}

ul.counts .count{
	float:right;
	color:#858585;
	background-color:inherit;
}

ul.dates a, ul.counts a, ul.blogroll a, ul.pages a{
	color:#666;
	background-color:inherit;
	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:#323235;
	background-color:inherit;
}

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:20px;
	list-style-type:square;
}

li.linkcat {	
	list-style-type:none;
	margin:0 5px 20px 5px;
	padding:0;
	border-bottom:1px solid #000;
	width:275px;
	float:left;
}

li.linkcat ul {
	margin:0;
	padding:0;
}

li.linkcat li, li.delicious-post {
	list-style-type:none;
	margin:0;
	padding:5px 0 6px 0;
	border-top:1px solid #000;
}

.delicious-posts ul {
	border-bottom:1px solid #000;
	margin:0 5px 10px 5px;
}

.delicious-posts h2 a{
	color:#4DA13C;
	background-color:inherit;
	text-decoration:none;
}

#primary .primary li.linkcat h2 {
	margin-left:0;
}

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

#footer{
	clear:both;
	margin:20px 0 30px 0;
}
#footer .inside{
	background:url(images/footer_black.gif) 50% 0 repeat-x;
	padding:10px 0;
}
#footer p{
	margin:0;
	padding:0 5px;
	font-size:10px;
	background:#FFF;
	color:#323235;
	/*-moz-opacity:0.9;
	filter:Alpha(opacity=90);*/
}
#footer p.copyright{ float:left; }
#footer p.attributes{ float:right; }
#footer p.attributes a{
	padding:0;
	text-decoration:none;
	color:#666;
	background-color:inherit;
}
#footer p.attributes a:hover{
	color:#323235;
	background-color:inherit;
}

#footer a:hover{
	color:#323235;
	background-color:inherit;
}

#footer .left {float:left; width:434px;}
#footer .right {float:left; width:434px;}

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

#search{
	float:right;
	width:200px;
	margin:4px 5px 0 0;
	/*-moz-opacity:1.0;
	filter:Alpha(opacity=100);*/
	text-align:right;
}

#search .searchimg{
	float:left;
	width:14px;
	height:13px;
	background:url(images/search_n.gif) 0 0 no-repeat;
	position:relative;
	top:4px;
}
#search input{ 
	width:175px; 
	font-size:1em; 
	color:#323235;
	background-color:inherit;
	/*-moz-opacity:0.9;
	filter:Alpha(opacity=90);*/
	border:1px solid #3D3D3D;
	margin-top:2px;
}

#search input:focus{
	background:transparent;
}

#searchform{
	margin:10px 0;
}

#searchform #s{
	border:1px solid #3D3D3D;
	width:320px;
	color:#323235;
	background-color:inherit;
	padding:3px;
	font-size:11px;
}

/* Legacy Typo CSS */

#search-results{
	width:30%;
	background:#333;
	color:inherit;
	padding:0 0 0 0;
	float:right;
	/*-moz-opacity:0.9;
	filter:Alpha(opacity=90);*/
	border-top:1em solid #000;
}
#search-results h3{
	font-weight:bold;
	text-align:left;
	margin:0;
	padding:0 0 10px 0;
	background:#000;
	color:inherit;
}
#search-results small{
	display:block;
	text-align:left;
	font-size:10px;
	padding:5px 10px 8px 10px;
	border-top:1px solid #666;
	border-bottom:1px solid #555;
}
#search-results small a{
	color:#CCC;
	background-color:inherit;
}
#search-results ul li{
	list-style-type:none;
	padding:0 10px 5px 10px;
	margin:5px 0;
}
#search-results ul li:hover{
	
}
#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;
}

table td p, table td ul.dates {
	margin-left:0px;
	margin-right:0px;
}

.footer_links {float:right; margin:0;}
.footer_links img {float:left; margin-right:10px;}

.newsletter_1 {margin:0 5px;}
.newsletter_1 input {width:256px;}
.newsletter_2 {margin:6px 5px 2px 5px;}
.newsletter_2 input {border: 0px none ; margin-right: 4px;}
.newsletter_3 {margin:0px 5px 10px 5px;}

.attributes img {margin-top:2px;}

.imgalignleft, .alignleft {float:left;}
.imgalignright, .alignright {float:right;}

.topclear {clear:both;}
.topspace {clear:both; margin-top:34px;}
#primary .primary p.topspace, #primary .primary h2.topspace {margin-top:44px;}

.secondary .featured dl.add_this {
	padding:4px 0 3px 0;
}

a.soundcloud-dropbox:link, a.soundcloud-dropbox:visited, a.soundcloud-dropbox:active {display: block; margin:10px 0 0 0; background: transparent url(http://a1.soundcloud.com/images/dropbox_small_white.png?7cc2f5) top left no-repeat; color: #888888; font-size: 10px; height: 28px; padding: 26px 60px 0 12px; width: 127px; text-decoration: none; font-family: "Lucida Grande", Helvetica, Arial, sans-serif; line-height: 1.3em;}
a.soundcloud-dropbox:hover {background-color: transparent !important;}
* html a.soundcloud-dropbox {background-image: none !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='(http://a1.soundcloud.com/images/dropbox_small_white.png?7cc2f5)', sizingMethod='crop') !important;}

/*
hr {
border:1px solid #FFF;
background-color:#FFF;
color:#FFF;
}

* html #ancillary .block{
	margin-left:22px;
}

* html #ancillary .first{
	margin-left:0;
}
*/
