/*  
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
-----------------------------------------------------------------------------------------------*/

body, div, h1, h2, h3, h4, p, span, ul, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;}
/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/

body{
	font-size:11px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	color: #FFFFFF;
	background-image: url(images/footer_bg.gif);
}


li, dd { margin-left:5%; }
fieldset { padding: .5em; }
select option{ padding:0 5px; }

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



/* This class sets the width and position for all rows */
.inside{
	width:80%;
	min-width:85em;
	max-width:85em;
	margin: 0 auto;
}
.archive_tab {
	float: right;
	margin-top: 45px;
}
.archive_tab a {
	background-image: url(images/archive.png);
	display: block;
	height: 27px;
	width: 82px;
	background-repeat: no-repeat;
}

.portfolio_tab {
	float: right;
	margin-top: 45px;
}
.portfolio_tab a {
	background-image: url(images/portfolio.png);
	display: block;
	height: 27px;
	width: 82px;
	background-repeat: no-repeat;
}
.rule{
	border-top:1px solid #CCC;
	height:1px;
	font-size:1px;
	line-height:1px;
	margin:1.5em 0;
}



a{
	color:#FFF;
	text-decoration: none;
}

h1{
	color:#FFFFFF;
	font-size:1.8em;
	font-weight:normal;
	margin:1.5em 0;
}

h2, h3{
	color:#FFF;
	font-weight:normal;
}

p{
	line-height:1.75em;
}

ul li{
	list-style-type:none;
	margin: 0.5em 0 0.5em 2em;
	list-style-position: outside;
}

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%;
	border-spacing:2px;
	margin:1.5em 0;
}
table th, table td{ padding:0.3em 0.75em }
table th{
	background:#CCC;
	color:#000;
	text-align:left;
}
table td{
	background:#333;
	color:#FFF;
}
table caption{
	text-align:left;
	color:#FFF;
	margin-bottom:-1em;
	margin-top:1em;
}

/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/
#header{
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
	height: 79px;
}
#header .inside{
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;

}

#header h2{
	float:left;
}
#header h2 a{
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	height: 57px;
	width: 231px;
	margin-top: 10px;
}

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

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

#primary{
	background-image: url(images/primary_bg.gif);
}
#primary   p a     {
	color: #DE4412;
	text-decoration: underline;
}
#primary p a:hover {
	text-decoration: none;
	color: #FFFFFF;
}


#primary h1 {
	background-image: url(images/thick-line.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#primary h1 a {
	color: #dadada;
}

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

#primary.twocol-stories .story{
	float:right;
	display:none;
	background-image: url(images/post_bg.png);
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
}
#primary .inside .primary .dates a {
	color: #DE4412;
	text-decoration: underline;
}
#primary .inside .primary .dates a:hover {
	color: #fff;
	text-decoration: none;
}


#primary .secondary .admin-tools{ margin:1em 0; }

/* Single Post Styles */

#primary .primary{
	float:right;
	width:59%;
	background-image: url(images/post_bg.png);
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 4%;
	padding-left: 2%;
}

#primary .secondary{
	float:right;
	width:29%;
	display:inline;
	background-image: url(images/post_bg.png);
	padding: 2%;
	margin-right: 4%;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	clear: left;
}

#primary .portfolio{
	float:right;
	width:59%;
	background-image: url(images/post_bg.png);
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 4%;
	padding-left: 2%;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
}
.portfolio    img {
	float: left;
	margin: 6px 0;
}
#moreportfolio {
	float: left;
	clear: both;
}

.portfolio .designs {
	clear: both;
	margin-left: 12px;
}

.portfolio .bufters  {
	background-image: url(images/title_butler.png);
	background-repeat: no-repeat;
	height: 13px;
}
.portfolio .rhinobag {
	background-image: url(images/title_rhinobag.png);
	background-repeat: no-repeat;
	height: 13px;
}
.portfolio .activitiesteam {
	background-image: url(images/title_activitiesteam.png);
	background-repeat: no-repeat;
	height: 13px;
}
.portfolio .threadsnmore {
	background-image: url(images/title_threadsnmore.png);
	background-repeat: no-repeat;
	height: 13px;
}
.portfolio .bryntawelhourses {
	background-image: url(images/title_bryntawelhorses.png);
	background-repeat: no-repeat;
	height: 13px;
}
.portfolio .oskar {
	background-image: url(images/title_oskar.png);
	background-repeat: no-repeat;
	height: 13px;
}
.portfolio .insiderknowledge {
	background-image: url(images/title_insiderknowledge.png);
	background-repeat: no-repeat;
	height: 13px;
}



.portfolio p {
	width: 250px;
	line-height: 1.5em;
	float: left;
	color: #ffdaca;
	margin-right: 9px;
}
.portfolio .title {
	margin-bottom: 10px;
}
.portfolio ul {
	float: left;
}
.portfolio ul li {
	margin: 0;
	color: #ffdaca;
}
.portfolio li strong {
	font-size: 0.85em;
	font-weight: normal;
	color: #CB6F14;
	text-transform: uppercase;
	}	
.portfolio .separator {
	background-image: url(images/separator.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 525px;
	float: left;
	clear: both;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 10px;
}
.portfolio .moreorless {
	margin-top: 10px;


}

#portfolio_about    .aboutme  {
	background-image: url(images/title_aboutme.png);
	background-repeat: no-repeat;
	height: 12px;
	width: 63px;
	text-indent: -9999px;
	margin-bottom: 6px;
}
#portfolio_about p {
	margin-bottom: 10px;
	color: #ffdaca;
}




* html #primary.twocol-stories .story{
	margin-left: 2%;

}
#primary.twocol-stories .first, * html #primary.twocol-stories .first{
	display: inline;
	width: 58%;
	margin-bottom: 20px;
	margin-top: 20px;
}

.story h3{
	font-size:1.15em;
	margin:0 0 1.5em 0;
	font-weight:normal;
	color:#CCC;
}
.story h3 a{
	color:#CCC;
	border-bottom:1px dotted #666;
}

.story .details{
	margin:1em 0;
	text-align:right;
	padding:0.5em 0;
	font-size:0.95em;
	color:#666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}
.story .details .read-on{
	background:url(images/readon_black.gif) 100% 60% no-repeat;
	padding-right:20px;
	display:block;
}
.story .details a{
	color:#666;
}
.story .details a:hover{ color:#FFF; }
* html #primary .secondary{ margin-right:3%; }

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

#secondary{
	border-top:1px solid #1C1C1C;
	background-image: url(images/footer_bg.gif);
}

.secondary .featured p{
	padding:0.5em 0 0.6em 0;
	line-height:1.5em;
	margin:1em 0 0 0;
	background-image: url(images/thin-line.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.secondary .featured dl{
	margin:0 0;
	padding:0.5em 0 0.6em 0;
	background-image: url(images/thin-line.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.secondary dt{
	display:inline;
	margin:0;
	padding:0;
}
.secondary  .lineontop {
	background-image: url(images/thin-line.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.secondary dd{
	display:inline;
	margin:0;
	padding:0;
}

.secondary dd a{
	color: #DE4412;
	text-decoration: underline;
}
.secondary dd a:hover{
	color:#FFF;
	text-decoration: none;
}

.single-post h1, .single-post h2{ margin-top:0; }

.comment-head{
	border-bottom:1px solid #1C1C1C;
	padding:0.8em 2em 1.0em 0;
}

.comment-head h2{
	font-size:1.5em;
	margin:0;
}
.comment-head a{
	color:#CCCCCC;
}
.comment-head .details{
	font-size:0.95em;
}

ol#comments{
	list-style-type:none;
	margin:2em 0 0 0;
}
ol#comments li{
	list-style-type:none;
	margin:2em 0 0 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 .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;
}

#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:2em 0 5em 35.4%;
	width:36em;
}
#commentform #allowed-tags {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF6600;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FF6600;
	margin-top: 3px;
}

#comment-form .formhead {
	font-size: 2em;
	margin-bottom: 10px;
}

#comment-form   #openallowedtags {
	color: #AA4400;
}
#commentform #closeallowedtags {
	color: #AA4400;
}


#scroll-up  {
	height: 18px;
	width: 31px;
	display: block;
	background-image: url(images/hide.png);
	margin-left: 50%;
}
#scroll-up a   {
	height:18px;
	width: 31px;
	display: block;
}
#scroll-up a:hover   {
	background-image: url(images/hide_over.png);
}

input.textfield{
	font-family:Arial, Helvetica, sans-serif;
	width: 15em;
	margin:5px 0;
	background-color:#333;
	color:#FFF;
	border:1px solid #666;
}
input.textfield:hover{
	border:1px solid #00CC66;
}
textarea.commentbox{
	width:100%;
	height:10em;
	padding:0.25em;
	margin:5px 0;
	font-size:1.1em;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#333;
	border:1px solid #666;
	color:#FFF;
}
textarea.commentbox:hover{
	border:1px solid #00CC66;
}
label.text{
	position:relative;
	left:0.5em;
	top:-0.5em;
}
.formactions input.submit{
	display: block;
	float: right;
	background-position: right bottom;
	height: 42px;
	width: 92px;
	text-indent: -9999px;
	background-image: url(images/submit_button.png);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border: none;
	background-color: transparent;
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
}
.formactions input.submit:hover{background-image: url(images/submit_button_over.png);}
.formactions .spinner{
	float:right;
	margin:-8px -20px 0 0;
}

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

#ancillary{
	padding:2em 0 0 0;
	background-color: #000;
	background-image: url(images/footer_gradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#ancillary .block{
	width: 30%;
	float: left;
	clear: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5%;
}
* html #ancillary .block{
	margin-left:3.9%;
}
#ancillary .twice-length{ width:65%; }

#ancillary .thrice-length{ width:100%; }
#ancillary .first, * html #ancillary .first{
	clear:both;
	margin:0;
	width: 30%;
}
#ancillary   .first   p   {
	color: #CCCCCC;
}
#ancillary .first p a {
	text-decoration: underline;
}
#ancillary .first p a:hover {
	text-decoration: none;
}


#ancillary .block-separator{
	clear:both;
	height:2.5em;
}

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


}
#ancillary .inside .block .about {
	text-indent: -999px;
	background-image: url(images/title_about.png);
	height: 30px;
	width: 189px;


	margin-bottom: 1.em;
	margin-bottom: 1em;
}


#ancillary .inside .block .portfolio {
	text-indent: -999px;
	background-image: url(images/title_portfolio.png);
	height: 30px;
	width: 189px;
}
#ancillary .inside .block .recently {
	text-indent: -9999px;
	background-image: url(images/title_recently.png);
	height: 30px;
	width: 189px;
}




ul.dates, ul.counts, ul.blogroll ul, ul.pages{
	list-style-type:none;
	margin:1.5em 0 2em 0;
	border-top:1px solid #3D3D3D;
}
ul.dates li, ul.counts li, ul.blogroll ul li, ul.pages li{
	list-style-type:none;
	margin:0;
	border-bottom:1px solid #3D3D3D;
	padding: 0.5em 0;
}
ul.dates .date{
	color:#858585;
	padding:0 1.5em 0 0;
}

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

ul.dates a, ul.counts a, ul.blogroll a, ul.pages a{
	color: #CCCCCC;

}

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:#FFF;
}

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;
}
/*-----------------------------------------------------------------------------------------------
  Foooter
-----------------------------------------------------------------------------------------------*/

#footer{
	clear:both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #323232;
	padding-bottom: 30px;
	color: #939393;
	height: 50px;
}
#footer .inside{
	margin-top: 5px;

}
#footer p{
	margin:0;
	font-size:0.95em;
	clear: left;
}
#footer .notes {
	float: left;
	width: 50%;
}

#footer p.copyright{
	float:left;
	color: #606060;
	font-size: 0.8em;
}
#footer p.copyright a{
	color:#CCCCCC;
}
#footer p.copyright a:hover{
	color:#fff;
}
#footer p.attributes{
	float:right;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 1em;
	clear: right;
	font-size: 0.8em;
}
#footer p.attributes a{
	padding:0 0 0 1em;
	color:#525252;
}
#footer p.attributes a:hover{
	color:#FFF;
}

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

#search{
	float:right;
	width:200px;
	margin:1em 0 0 0;
	-moz-opacity:0.4;
	text-align:right;
}
#search:hover{
	-moz-opacity:1.0;
}
#search .searchimg{
	float:left;
	width:14px;
	height:13px;
	background:url(images/search.gif) 0 0 no-repeat;
	position:relative;
	top:4px;
}
#search input{ 
	width:175px; 
	font-size: 0.85em; 
	background:#CCC;
	margin-top:2px;
}
#search input:focus{
	background:#FFF;
}

#searchform{
	margin:1em 0;
}

#searchform #s{
	background:#222;
	border:none;
	border-bottom:1px solid #333;
	width:30em;
	color:#666666;
	padding:0.25em;
}

#searchform #searchsubmit{
	background:#000;
	color:#666;
	border:none;
	font-size:0.9em;
	text-transform:uppercase;
	letter-spacing:0.25em;
}

/* Legacy Typo CSS */

#search-results{
	width:30%;
	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 1em 0;
	background:#000;
	
}
#search-results small{
	display:block;
	text-align:left;
	font-size:0.9em;
	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{
	border-bottom:1px dotted #CCC;
}

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