/*  
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
-----------------------------------------------------------------------------------------------*/

* {padding:0px;margin:0px; }
.left{float:left; }
.right{float:right; }
.clear{clear:both; height:1px; font-size:1px; line-height:1px; }
a img{border:none; }
.hide, .print-logo, .close-button{ display:none; }
fieldset { padding:0.5em; }

body{
	background:#000;
	color:#CCC;
	font-size:11px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	margin-top: 5px;
	margin-bottom:15px;
}

h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address {margin:0px; }

select option{
	padding-top:0px;
	padding-right:5px;
	padding-bottom:0px;
	padding-left:5px;
}

li, dd {
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
}

/*red*/
.primarypost{
	width:600px;
	padding:0px;
	margin:0px;
	position:absolute;
	left:100px;
	top:50px;
}

.primarypost h2{
	float:left;
	width:150px;
	vertical-align:top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 425px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.nav{
	width:200px;
	list-style-type:none;
	padding:0px;
	margin:0px;
	position:absolute;
	left:720px;
	top:50px;
}

.imgblock{
	text-align:left;
	border-left-width:1px;
	border-left-style:dotted;
	border-left-color:#999999;
	float:right;
	width: 150px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 4px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.primarypost .details{
	text-align:left;
	font-size:0.95em;
	color:#666;
	margin-top:1em;
	margin-right:0;
	margin-bottom:1em;
	margin-left:0px;
	padding-top:0.5em;
	padding-right:0;
	padding-bottom:0.5em;
	padding-left:0;
	text-indent:22px;
}

.primarypost .detailsmulti{
	border-top:1px dotted #666;
	text-align:right;
	font-size:0.95em;
	color:#666;
	width:95%;
	margin-top:1em;
	margin-right:0;
	margin-bottom:1em;
	margin-left:0px;
	padding-top:0.5em;
	padding-right:0;
	padding-bottom:0.5em;
	padding-left:0;
	text-indent:22px;
}

/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/
#header{
	padding:0px;
	position:absolute;
	margin:0px;
	left:100px;
}

.headerseparator a, .headerseparator a:hover{
	text-decoration:none;
	font-size:2.25em;
	border-right:1px solid #808080;
	color:#FFF;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	padding-top:0px;
	padding-right:10px;
	padding-bottom:0px;
	padding-left:10px;
}

.headersephome a, .headersephome a:hover{
	text-decoration:none;
	font-size:2.25em;
	border-right:1px solid #808080;
	color:#FFF;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	padding-top:0px;
	padding-right:10px;
	padding-bottom:0px;
	padding-left:0px;
}

.headercat{
	text-decoration:none;
	font-size:2.25em;
	color:#FFF;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:5px;
	padding-left:10px;
}
.headercat a{color:#FFF; }

/*-----------------------------------------------------------------------------------------------
  Search
-----------------------------------------------------------------------------------------------*/
#search{
	width:200px;
	-moz-opacity:0.4;
	margin:0px;
	margin-left:0px;
	position:absolute;
	left:720px;
}

#search:hover{-moz-opacity:1.0;}

#search .searchimg{
	float:right;
	width:14px;
	height:13px;
	background:url(images/search.gif) 0 0 no-repeat;
	position:relative;
	top:4px;
}

#search input{ 
	width:145px; 
	font-size:0.85em; 
	background:#CCC;
	margin-top:2px;
}

#search input:focus{
	background:#FFF;
}

#searchform{
	margin:5px 0;
}

#searchform #s{
	background:#222;
	border:none;
	border-bottom:1px solid #333;
	width:30em;
	color:#666666;
	padding:1px;
}

#searchform #searchsubmit{
	background:#000;
	color:#666;
	border:none;
	font-size:0.9em;
	text-transform:uppercase;
	letter-spacing:0.25em;
}

/*-----------------------------------------------------------------------------------------------
  Headings
-----------------------------------------------------------------------------------------------*/
h1, h1 a{
	color:#FFF;
	font-size:1.5em;
	font-weight:normal;
	margin-top:0em;
	margin-right:0em;
	margin-bottom:0px;
	margin-left:0em;
}

h2, h3, h2 a, h3 a{
	font-size:1.15em;
	color:#FFF;
	font-weight:normal;
	margin-top:0em;
	margin-right:0em;
	margin-bottom:5px;
	margin-left:0em;
	padding:0px;
}

/*.single h2, .single h2 a, .single h2 a:hover{
	font-size:1.15em;
	color:#000;
	font-weight:normal;
	margin-top:0em;
	margin-right:0em;
	margin-bottom:0px;
	margin-left:0em;
	padding:0px;
	text-decoration:none;
	cursor:text;
}*/
/*-----------------------------------------------------------------------------------------------
  Links
-----------------------------------------------------------------------------------------------*/
a{
	color:#999;
	text-decoration:none;
	border-top-width:0px;
	border-right-width:0px;
	border-bottom-width:0px;
	border-left-width:0px;
	border-top-style:none;
	border-right-style:none;
	border-bottom-style:none;
	border-left-style:none;
	outline:none; /* hide dotted outline in Firefox */
}

a:hover{
	color:#FFF;
	text-decoration:none;
	border-top-width:0px;
	border-right-width:0px;
	border-bottom-width:0px;
	border-left-width:0px;
	border-top-style:none;
	border-right-style:none;
	border-bottom-style:none;
	border-left-style:none;
	outline:none; /* hide dotted outline in Firefox */
	}

/*-----------------------------------------------------------------------------------------------
  Basic Presets
-----------------------------------------------------------------------------------------------*/
blockquote{
	margin-left:22px;
	padding-left:9px;
	color:#CCC;
	margin-top:0px;
	margin-bottom:0px;
	border-left-width:1px;
	border-left-style:dotted;
	border-left-color:#999999;
}

pre{
	width:100%;
	padding:1em 0;
	overflow:auto;
	border-top:1px dotted #333;
	border-bottom:1px dotted #333;
}

.rule{
	border-top:1px solid #CCC;
	height:1px;
	font-size:1px;
	line-height:1px;
	margin:1.5em 0;
}

p{line-height:1.5em;}

ul li{
	list-style-type:square;
	margin-top:2px;
	margin-right:0;
	margin-bottom:2px;
	margin-left:5px;
	list-style-position:inside;
}


/*-----------------------------------------------------------------------------------------------
  Primary Items
-----------------------------------------------------------------------------------------------*/


.nav ul li{
	margin:0px;
	list-style-type:none;
	padding:0px;
}

.nav h2{
	margin-top:10px;
}

table{
/*	width:100%;
*/	padding:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:10px;
}
.tablepost td{
	background:#000;
	vertical-align:top;
	color:#CCC;
	padding-top:5px;
	padding-right:5px;
	padding-bottom:0px;
	padding-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	text-align:left;
}
/*-----------------------------------------------------------------------------------------------
  Ancillary Items
-----------------------------------------------------------------------------------------------*/
#ancillary{
	clear:both;
	padding-top:3px;
	padding-right:0px;
	padding-bottom:5px;
	padding-left:0px;
	background-color:272727;
	float:left;
}

/*first block only*/
#ancillary .block{
	float:left;
	width:30%;
	margin-right:0;
	margin-top:5px;
	margin-bottom:0;
	margin-left:5%;
}

* html #ancillary .block{margin-left:3.9%; }
#ancillary .twice-length{width:65%; }
#ancillary .thrice-length{width:100%; }

#ancillary .block-separator{
	clear:both;
	height:2.5em;
}

#ancillary .first, * html #ancillary .first{
	clear:both;
	margin-top:5px;
	margin-right:0;
	margin-bottom:0;
	margin-left:0;
}

ul.dates, ul.counts, ul.blogroll ul, ul.pages{
	list-style-type:none;
	border-top:1px solid #3D3D3D;
	margin-top:0em;
	margin-right:0;
	margin-bottom:0px;
	margin-left:0;
}
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 #3D3D3D;
*/}

ul.dates .date a{
	color:#FFFFFF;
	padding:0px;
}

ul.counts .count{
	float:right;
	color:#858585;
}
ul.dates a, ul.counts a, ul.blogroll a, ul.pages a{
	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:#FFF;
}

ul.blogroll{ margin-top:0; }
ul.blogroll li{
	list-style-type:none;
	margin:0;
}

ul.pages ul{
	margin:0;
	padding:0px;
}
ul.pages ul li{
	border:none;
	margin-left:2em;
	list-style-type:square;
}
/*-----------------------------------------------------------------------------------------------
  Foooter
-----------------------------------------------------------------------------------------------*/
#footer{
	/*	clear:both;
*/	
bottom:0;
	position:fixed;
	color:#939393;
	width:100%;
	background-color:#272727;
	padding-top:0px;
	padding-bottom:10px;
	margin-top:15px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
}

#footer .inside{
	width:90%;
	background:url(images/footer_black.gif) 50% 0 repeat-x;
	font-size:0.95em;
	margin:0px;
	padding-top:1px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
}

#footer p.attributes{ float:right; }

#footer p.attributes a{
	padding:0px;
	text-decoration:none;
	color:#525252;
	margin:0px;
}


/*-----------------------------------------------------------------------------------------------
  Search
-----------------------------------------------------------------------------------------------*/
/* 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{
	text-decoration:none;
	border-bottom:1px dotted #CCC;
}

#search img.archives-icon{
	margin:0 7px 0 0;
	top:1px;
}

/*-----------------------------------------------------------------------------------------------
	Comments
-----------------------------------------------------------------------------------------------*/

.comment-head{
	border-bottom:1px solid #1C1C1C;
	padding-top:0.8em;
	padding-right:2em;
	padding-bottom:1em;
	padding-left:0em;
	width:91%;
}

.comment-enterhead{
	border-top:1px solid #1C1C1C;
	padding-top:0.8em;
	padding-right:2em;
	padding-bottom:1em;
	padding-left:0em;
	color:#868686;
}

.comment-head a{
	text-decoration:none;
	color:#868686;
}

.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;
	font-style:normal;
	text-align:left;
}

#comments cite span{display:block;}
#comments cite .author{ font-size:1.2em; }

#comments cite .date{
	font-size:0.95em;
}

#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:10px;
	border-left:1px solid #868686;
	padding-top:0;
	padding-right:0;
	padding-bottom:0;
	padding-left:10px;
}

#comments .content p{margin:0 0 1em 0;}

#comments .content h3{
	margin:0;
	font-size:1em;
}

#comment-form{
	width:100%;
	margin-top:0em;
	margin-right:0;
	margin-bottom:5em;
	margin-left:0px;
}

#comment-form a{
	color:#999;
	text-decoration:none;
}

#comment-form a:hover{color:#FFF;}

input.textfield{
	width:21em;
	margin:5px 0;
	position:relative;
	left:0.5em;
	top:0.5em;
}
textarea.commentbox{
	width:405px;
	height:10em;
	padding:0.25em;
	margin:5px 0;
	font-size:1.25em;
	font-family:Arial, Helvetica, sans-serif;
	-moz-opacity:0.4;
}

textarea.commentbox:hover{-moz-opacity:1.0;}


/*#search input{ 
	width:145px; 
	font-size:0.85em; 
	background:#CCC;
	margin-top:2px;
}
*/
textarea.commentbox input:focus{
	background:#FFF;
}

textarea.commentboxshort{
	width:405px;
	height:10em;
	padding:0.25em;
	margin:5px 0;
	font-size:1.25em;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	left:0.5em;
	top:0.5em;
}

label.textshort{color:#0C0C0C;}

.formactions input.submit{
	float:left;
	margin-top:1px;
	margin-right:0;
	margin-bottom:0;
	margin-left:270px;
	padding-top:0px;
	padding-right:0.5em;
	padding-bottom:0;
	padding-left:0.5em;
	width:12.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color: #666;
	border: 1px dotted #CCCCCC;
	color: #CCCCCC;
}
.formactions .spinner{
	float:right;
	margin:-8px -20px 0 0;
}
/*resume*/
div.company{
	width:100px;
	margin-right:5px;
	float:left;
	font-size:13px;
	font-weight:bold;
	text-align:right;
	text-transform:uppercase;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:top;
}
div.resumetitle{
	width:100px;
	margin-right:5px;
	float:left;
	font-size:13px;
	font-weight:bold;
	text-align:right;
	text-transform:uppercase;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
}
div.job{
	float:left;
	width:300px;
	margin-left:5px;
	margin-bottom:10px;
	font-size:13px;
	font-weight:bold;
	text-align:left;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	text-indent:3px;
}
div.jobrule{
	float:left;
	width:300px;
	margin-left:5px;
	margin-bottom:10px;
	font-size:13px;
	font-weight:bold;
	text-align:left;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px dotted gray;
	padding-bottom:5px;
	text-indent:3px;
}
div.job ul, div.jobrule ul, div.company ul{
	font-size:11px;
	font-weight:normal;
	color:#CCCCCC;
	text-transform:none;
	text-indent:3px;
}
div.ruleresume{
	float:none;
	width:60%;
	margin-left:10px;
	margin-bottom:10px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#333333;
	padding-bottom:3px;
}

.imgportleft{
	float:left;
	margin:0px;
	padding:0px;
	vertical-align: top;
}
div.imgportleft img{
	width:200px;
}
div.imgportright{
	float:left;
	margin-left:5px;
	margin-left:5px;
	margin-bottom:0px;
	vertical-align:top;
}
div.imgportright img{
	width:200px;
}

.imgportlge{
	float:left;
	padding:0px;
	vertical-align:top;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div.imgportlge img{
	width:405px;
}


div.imgblock p{
	padding-top:8px;
}

.thumbhome{
	float:left;
	margin-left:25px;
	margin-bottom:5px;
	vertical-align:top;
}
.thumbhome img{
	width:150px;
}

.thumb {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	padding-top: 15px;
	padding-bottom: 10px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width:95%;
}

div.imgclear{
	clear:both;
	width:405px;
	height:0px;
	margin:0px;
	padding:0px;
	line-height:1px;
}
/*.reflected{rheight20 ropacity20;
}*/