/*  
Theme Name: HemingwayPearl
Theme URI: http://warpspire.com/hemingway
Description: HemingwayPearl 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. This is a sidebar version of it, modified by neil from <a href="http://confusedweb.com" title="Confusedweb.com">Confusedweb.com</a>
Version: 1.0 
Author: Neil
Author URI: http://confusedweb.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:5%; }

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{

	background:#b2010c;

	color:#BFBFBF;

	font-size:11px;

	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:95%;

	margin:0 auto;

}

a{

	color:#FFF;

	text-decoration:none;

	background:none;

}

h1 {

	color:#fff;

	font-size:2em;

	font-weight:normal;

	margin:0.5em 0;

}

h2, h3{

	font-size:1.15em;

	color:#FFF;

	font-weight:normal;

}

#primary h2{

	color:#CCC;

}

p{

	line-height:1.75em;

}

ul{

	list-style-type:none;

	margin:0 0 1px 0em;

}

li{

	list-style-type:none;

	margin:0 0 1px 0em;

}

blockquote{

	margin-left:2.5%;

	padding:10px;

	border:2px solid #d50010;

	color:#CCC;

	background:#161616;

	width:90%;

}

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;

}

.rule{

	border-top:1px solid #CCC;

	height:1px;

	font-size:1px;

	line-height:1px;

	margin:1.5em 0;

}

/*-----------------------------------------------------------------------------------------------

  Header

-----------------------------------------------------------------------------------------------*/

#header{

background:#fff url(images/kyle-header.jpg) no-repeat;

	padding-top:50px;

	

}

#header .inside{

        padding:0em 0;

	text-align:right;

        

}

#header h2{

	font-size:2.25em;

	margin:0 0.5em 0 0;

	padding:0 0.5em 0.25em 0;

	border-right:1px solid #808080;

	float:left;

}

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

#header p{

	padding:1em 0;

	margin:0;

	line-height:1em;

}

/*-----------------------------------------------------------------------------------------------

  Primary Items

-----------------------------------------------------------------------------------------------*/

#primary{

	background:#b2010c url(images/top_red.gif) repeat-x top left;

	padding:20px 0 2em 0;

	color:#808080;

	border-right:4px solid #1c1c1c;

}

#primary.onecol-stories .primary{

	float:left;

	width:50%;

}

#primary.onecol-stories .secondary{

	float:right;

	width:40%;

	margin:0 0 0 10%;

}

#primary.twocol-stories .story{

	float:left;

	width:48%;

	margin:0 0 0 4%;

	display:inline;

}

* html #primary.twocol-stories .story{

	margin-left:2%;

}

#primary.twocol-stories .first, * html #primary.twocol-stories .first{

	margin:0 0 0 0;

}

.story{

	background:none;

	border:0px solid #474747;

	border-bottom:4px solid #fff;

	padding:20px;

	margin-bottom:20px;

}

.story a{

	font-size:13px;

	color:#99CC00;

}

.story p{

	font-size:13px;

	color:#fff;

}

.story h3{

	font-size:1.15em;

	margin:0 0 1em 0;

	font-weight:normal;

	color:#CCC;

}

.story h3 a{

	font-size:1.5em;

	color:#fff;

	text-decoration:none;

}

.story .details{

	margin:1em 0;

	text-align:right;

	border-top:1px solid #960000;

	padding:0.5em 0;

	font-size:11px;

	color:#fff;

}

.story .details a{

	color:#fff;

	text-decoration:none;

}

.story .details a:hover{ color:#000; }

/* Single Post Styles */

#primary .primary{

	float:left;

	width:100%;

}

#primary .secondary{

	float:right;

	width:30%;

	margin-right:5%;

	padding-top:0.65em;

	display:inline;

}

* html #primary .secondary{ margin-right:3%; }

.secondary .featured p{

	border-bottom:1px solid #860101;

	border-top: 1px solid #860101;

	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 #860101;

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

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

/*-----------------------------------------------------------------------------------------------

	Secondary Items

-----------------------------------------------------------------------------------------------*/

#secondary{

	background:#9e0007;

	padding:1px 0em;

	border-right:4px solid #1C1C1C;

}

.comment-head{

	border-bottom:5px solid #9e0007;

	border-top:1px solid #9e0007;

	border-right:1px solid #9e0007;

	border-left:1px solid #9e0007;

	padding:0.8em 2em 1.0em 2em;

	background:#960000;

	width:690px;

}

.comment-head h2{

	font-size:1.5em;

	margin:0;

}

.comment-head a{

	text-decoration:none;

	color:#868686;

}

.comment-head .details{

	font-size:0.95em;

}

ol#commentlist{

	list-style-type:none;

	margin:2em 0;

}

ol#commentlist li{

	border-top:1px #a8030a solid;

	border-bottom:1px #a8030a solid;

	border-right:1px #9e0007 solid;

	border-left:1px #9e0007 solid;

	list-style-type:none;

	margin:5px 0;

	width:733px;

	min-height:60px;

	background: url('images/tile.gif') repeat-y; 

}

#commentlist li .itemtext { border: 0; border-left: 0px solid #0e0d13; float: right; font-size: .9em; padding: 10px 15px; min-height: 60px; margin: 0; width: 455px; background:#292929; }	

#commentlist cite{

	float:left;

	width:24%;

	font-style:normal;

	text-align:left;

}

#commentlist cite .avt{ float:right; margin-top:10px;margin-bottom:10px;}

* html #commentlist cite{ width:25%; }

#commentlist cite span{

	display:block;

}

#commentlist cite .author{padding-left:20px; font-size:1em; width:100px; margin-top:10px; margin-left:3px; float:left; background:url(images/user.png) no-repeat; }

#commentlist cite .author a{text-decoration:none;}

#commentlist cite .date{margin-top:30px; width:70px; margin-left:5px; font-size:0.9em; background:url(images/calendar_v.png) no-repeat bottom left; padding-left:20px;}

#commentlist cite .date a{ }

#commentlist cite .admin-tools{

	margin:5px 0;

}

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

#comment_preview{

	margin:1em 0;

	padding:0.5em;

	border:1px solid #9e0007;

	

}



#comment_preview p{

	font-size:11px;

	

}



#preview p{ margin:1em 0 0 0; }

#errors{ color:#FF0000; font-weight:bold; }

#commentlist .pingback cite .author{

	display:block;

	padding-top:68px;

	background:url(images/trackback_pingback.gif) 100% 0 no-repeat;

}

#commentlist .content{

	float:left;

	width:70.9%;

	margin-left:1.9%;

	margin-top:10px;

	border-left:0px solid #121212;

	background:none;

	padding: 0 0 0 2%;

}

#commentlist .content p{

	margin:0 0 1em 0;

	font-size:11px;

	padding-right:10px;

}

#commentlist .content h3{

	margin:0;

	font-size:1em;

}

#commentlist li.authorcomment {

	border-top: 3px solid #8cd52c; 

}

#commentlist li.authorcomment blockquote {

	margin: 0 0 10px;

	font-size: .9em;

	color: #ccc;

}

#comment-form{

	border-top:1px #860101 solid;

	border-left:1px #860101 solid;

	border-right:1px #860101 solid;

	border-bottom:5px #860101 solid;

	margin:5em 0 5em 0%;

	width:64.5em;

	background:#960000;

	padding:10px 10px 30px 10px;

}

input.textfield{

	width: 15em;

	margin:5px 0;

	border:1px;

}



input.textfield:hover {

	background-color: #BAB089;

	color: #000;

}

textarea.commentbox{

	width:700px;

	height:10em;

	padding:0.25em;

	margin:5px 0;

	border:1px;

	font-size:1.25em;

	font-family:Arial, Helvetica, sans-serif;

}

textarea.commentbox:hover{

	background-color: #BAB089;

	color: #000;

}



label.text{

	position:relative;

	left:0.5em;

	top:-0.5em;

}

.formactions input.submit{ 

	float:right; 

	margin:0em 0 0 0;

	padding:0 0.5em;

}

.formactions .spinner{

	float:right;

	margin:-8px -20px 0 0;

}

/*-----------------------------------------------------------------------------------------------

  Ancillary Items

-----------------------------------------------------------------------------------------------*/

#ancillary{

        font-size:13px;

	padding:2em 0 0 0;

	background:#111b22 url(images/red_black.gif) repeat-x top left;

}

#ancillary .block{

	float:left;

	width: 30%;

	margin:0 0 0 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;

}

#ancillary .block-separator{

	clear:both;

	height:2.5em;

}

#ancillary .block h2, #ancillary .block h3{

	margin:0 0 2em 0;

}

ul.dates, ul.counts, ul.blogroll ul, ul.pages{

	list-style-type:none;

	margin:0em 0 2em 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 #860101;

}

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{

	color:#ffffff;

	text-decoration:none;

}

ul.counts a{

	color:#ffffff;

	text-decoration:none;

	padding-left:20px;

	background:url(images/generic.png) center left no-repeat;

}

ul.pages a{

	color:#ffffff;

	text-decoration:none;

	padding-left:20px;

	background:url(images/doc.png) center left no-repeat;

}

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:#bfbfbf;

}

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;

	color:#939393;

	margin:2em 0 3em 0;

}

#divider{

	clear:both;

	color:#939393;

	margin:0em 0 0em 0;

}

#footer .inside{

	background:url(images/footer_black.gif) 50% 0 repeat-x;

	padding:1em 0;

}

#footer p{

	margin:0;

	font-size:0.95em;

}

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

}

/*-----------------------------------------------------------------------------------------------

  Search

-----------------------------------------------------------------------------------------------*/

#search{

	float:right;

	width:200px;

	margin:0em 0 1em 1em;

}

#search:hover{

}

#search input{ 

	width:190px; 

	font-size: 1em; 

	background:#fff;

	padding:5px;

	margin-top:0px;

	border:1px;

}

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

	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;

}

/*My Added styles */

#left{

	float:left;

	width:76%;

}

#right{

	float:left;

	width:23%;

}

#tertiary{

	padding:20px;

	background:#b2010c url(images/top_red.gif) repeat-x top left;

}

#tertiary a,p{

	color:#fff;

	font-size:13px;

}

#tertiary h1{

	color:#fff;

}

/*Borrowed top navigation from HemmingwayBright ... topnavigation mod of hemmingway */

.topnav{

	list-style:none;

	margin:80px auto 0 0;

	padding:5px 0;

	text-align:left;

	width:100%;

		

}



.topnav li{

	background:#9f0e1a;

	list-style:none;

	margin-left:3px;

	padding:5px 5px;

	display:inline;

}

.topnav li a{

	font-size:13px;

	color:#fffacd;

	padding:3px 10px;

	text-decoration:none;

}

.topnav li a:hover, .topnav li.current_page_item a{

	color:#fff;

	padding:3px 10px;

	text-decoration:none;

	border-bottom:#fff 0px solid;

}

.lastfive { padding-left: 10px; padding-right: 10px; background:url(images/lastfiveback.gif) no-repeat; border-top:0px #2f2d3d solid; height:39px; margin-bottom:0px;}

.postmetadata {padding: 13px 0 0 70px; width:150px; float:left;  }

.postmetadata a { font-weight: normal; font-family:tahoma; font-size:11px; text-decoration:none; color:#8cc251; background:url(images/arrow.png) no-repeat center left; padding-left:20px; } 

.posttitledata {border-left: 0px solid #1a1a1a; display: block; float: left; margin: 0px 0 0 1px;  width: 300px; padding:13px 0 0 20px; }

.posttitledata a{ font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;  font-weight:normal; font-size:13px; color:#fff; text-decoration:none; background:url(images/cats.png) no-repeat center left; padding-left:20px; }

.postdatedata {font-family:tahoma;  font-weight:normal; font-size:11px; width:150px; float:left; padding:13px 0 0 0px; color:#fff;  }

.navigation{

	margin-top:20px;

	padding:10px;

	height:20px;

	background:#333 url(images/navback.gif) no-repeat;

}

#dancillary{

	padding:2em 0 0 0;

	background: #1e1e1e;

}

#dancillary .clock{

	float:left;

	width: 43%;

	margin:0 0 0 5%;

}

* html #dancillary .clock{

	margin-left:2.4%;

}

.dia{

border-bottom:4px solid #a0000c;

}

img.wp-smiley {

	margin: 0px;

	padding: 0px;

	border: none;

	background-color: #960000;

}



img.wp-smiley:hover {

	margin: 0px;

	padding: 0px;

}

img {

	margin: 2px;

	padding: 3px;

	border: 2px solid #8c0101;

	background-color: #d50010;

}



img:hover {

	border: 2px solid #8c0101;

	background-color: #d50010;

}