/*  
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: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: 3px none #fff;
       margin:0;}

img, div, p, input 
{
    behavior:url(/wordpress/iepngfix.htc);
}

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

body{
	background:#272727;
	color:#BFBFBF;
	font-size:.75em;
	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:975px;
	min-width:65em;
	max-width:85em;
	margin:0 auto;
}

a{
	color:#ff66cc;
        outline:none;
        text-decoration:none;
}

h1{
	font-size:2em;
	margin:0 0 .5em 0;
	font-weight:normal;
	color:#fff;
        border-bottom:1px dotted #333;
	border-top:1px dotted #333;
        text-transform: uppercase;
        letter-spacing:4px;
        padding: .2em 0 .2em 0;
}

h2{
	font-size:1.5em;
	color:#ff66cc;
	font-weight:normal;
        padding:0;
        letter-spacing:4px;
        text-transform: uppercase;
}
h3{     
        font-size:1.5em;
        font-family:serif;
	margin:1.5em 0 1em 0;
	font-weight:bold;
	color:#00ccff;
        letter-spacing:2px;
        text-transform: uppercase;
}
h3 a{
	color:#00ccff;
	text-decoration:none;
}
h3 a:hover{
        color:#ff66cc;
        border-bottom:1px dotted #ff66cc;
        padding-bottom:3px;
}
h4{
	font-size:2em;
	margin:0 0 .8em 0;
	font-weight:normal;
	color:#ff66cc;
        border-bottom:3px dotted #333;
	border-top:3px dotted #333;
        text-transform: uppercase;
        letter-spacing:4px;
        padding: .2em 0 .2em 0;
}

h5{
       font-size:1em;
       color:#ff66cc;
       font-weight:bold;
       padding:0 0 .5em 0;
       letter-spacing:2px;
       text-transform: uppercase;
       margin-top:4px;
}
h6{
       color:#ff66cc;
       font-size:12px;
       font-weight:bold;
       padding:0 0 0 5px;
       letter-spacing:2px;
       text-transform: uppercase;
}
#primary h2{
	color:#ff66cc;
}
.hcomments{       color:#ff66cc;
       font-size:12px;
       font-weight:bold;
       letter-spacing:2px;
       text-transform: uppercase;
       padding-left:0px;
}

.hcomments a{       
       color:#ff66cc;
}

.hcomments a:hover{       
       color:#00ccff;
}

p{
	line-height:2em;
        color:#888;
}
.p2{
	line-height:2em;
        color:#888;
}

ul li{
	margin:0.5em 0 0.5em 0em;
}

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

.rule{
	border-top:1px solid #CCC;
	height:1px;
	font-size:1px;
	line-height:1px;
	margin:1.5em 0;
}
.navigation{
        font-size:2em;
	width:450px;
}
.navigation a{
        color:#666;
}
.navigation a:hover{
        color:#ff66cc;
}
#nav{
        margin:15px 0 30px 1px;
}
#nav li .navcol{
        margin:0 10px 0 14px;
}
#nav li{
        display: inline;
        list-style-type: none;
	color:#666;
        text-transform: uppercase;
        font-size:1em;
        letter-spacing:.2em;
        font-weight:bold;
        text-decoration:none;

}
#nav li a{
        color:#666;
        text-decoration:none;
}
#nav li a:hover{
        color:#ff66cc;
        border-top:3px solid;
        padding-top:3px;
}

#nav li #current a{ /*currently selected tab*/
background-color: #D25A0B; /*Brown color theme*/ 
}


/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/
#header{
	background:#000;
        background-image: url(http://kanalydesign.com/wp-content/themes/hemingway-019/images/header_tile2.jpg);
        background-repeat: repeat-x;
        height: 135px;
}
#header .inside{
	padding:0;
        background-repeat:no-repeat;
        background-position:center;
        height: 135px;
        width: 935px;
}
#header #logo{
        float:left;
        margin:0px 0px 0px -55px;

}

#header #logoimg{
       background-image: url(http://kanalydesign.com/wordpress/wp-content/themes/hemingway-019/images/logo.png);
        background-repeat:no-repeat;
        background-position:center;
        height: 128px;
        width: 250px;

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

#header #newbadge{
        float:right;
        width:89px;
        height:110px;
        margin:20px 0 0 0;
        background:url(images/new_badge.png);
}
/*-----------------------------------------------------------------------------------------------
  Primary Items
-----------------------------------------------------------------------------------------------*/
#topleft{
	width:445px;
}

#about{
width:560px;
margin:17px 0 0 290px;
}

.block{
       margin-top:20px;
}


#input{
	background:#000;
	border:1px #fff dotted;
	color:#fff;
	font-size:12px;
	width:300px;
	outline:none;
	background:#f162c1;
}


#Fbutton{
		background:#272727;
		border:none;
		color:#FFFFFF;
                padding:3px 53px 3px 53px;
		}

.aPost{
	border-bottom:1px dotted #333; 
	margin-bottom:30px; 
	width:450px;
}

.sPost{
width:450px;
}
#primary{
	background:#000;
	padding:5px 0 30px 20px;
	color:#808080;
}
#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:0px 0 0 3%;
	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 .details{
	margin:1em 0;
	text-align:left;
	border-top:1px dotted #333;
	padding:0.5em 0;
	font-size:0.95em;
	color:#00ccff;
        text-transform: uppercase;
        line-height:1.5em;
        letter-spacing:1px;
        font-size:9px;
}
.story .details .read-on{
	padding-top:1em;
	display:block;
        float:left;
        font-size:12px;
}
.story .details .read-on a{
        color:#fff;
}
.story .details a{
	color:#00ccff;
	text-decoration:none;
}
.story .details a:hover{ color:#ff66cc; }

/* Single Post Styles */

#primary .primary{
	float:right;
	width:65%;
}
#primary .secondary{
        color:#00ccff;
	float:right;
	width:30%;
	margin:0 5% 2% 0;
	display:inline;
        
}
* html #primary .secondary{ margin-right:3%; }

.secondary .featured p{
        color:#00ccff;
	border-bottom:1px dotted #333;
	border-top: 1px dotted #333;
	padding:0.5em 0 0.6em 0;
	line-height:1.5em;
	margin:1em 0 0 0;
}
.secondary .featured dl{
        color:#00ccff;
	margin:0 0;
	border-bottom:1px dotted #333;
	padding:0.5em 0 0.6em 0;
}
.secondary dt{
        color:#ff66cc;
	display:inline;
	margin:0;
	padding:0;
}
.secondary dd{
        color:#00ccff;
	display:inline;
	margin:0;
	padding:0;
}
.secondary dd a{  color:#00ccff; }
.secondary dd a:hover{ color:#ff66cc; }

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

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

#secondary{
	background:#000;
	padding:1px 2em;
	border-top:1px solid #00ccff;
}

.comment-head{
	border-bottom:1px solid #00ccff;
	padding:0 2em 1.0em 2em;
}
.comment-head h2{
	font-size:1.5em;
	margin-bottom:8px;
}
.comment-head a{
	text-decoration:none;
	color:#00ccff; 
}
.comment-head a:hover{
	text-decoration:none;
	color:#00ccff; 
}
.comment-head .details{
	font-size:0.95em;
        color:#00ccff;       
}
ol#comments{
	list-style-type:none;
	margin:2em 0;
}
ol#comments li{
	list-style-type:none;
	margin:2em 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:2em;
        color:#00ccff;
}
#comments cite .author a{
	text-decoration:none;
        color:#00ccff;
}
#comments cite .author a:hover{
	text-decoration:none;
        color:#ff66cc;
}
#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: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:5em 0 5em 35.4%;
	width:36em;
}
input.textfield{
	width: 15em;
	margin:5px 0;
}
textarea.commentbox{
	width:28em;
	height:10em;
	padding:0.25em;
	margin:5px 0;
	font-size:1.25em;
	font-family:Arial, Helvetica, sans-serif;
}
label.text{
	position:relative;
	left:0.5em;
	top:-0.5em;
}
.formactions input.submit{ 
	float:right; 
	margin:1em 0 0 0;
	padding:0 0.5em;
}
.formactions .spinner{
	float:right;
	margin:-8px -20px 0 0;
}

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

#ancillary{
        margin-top:.25em;
	padding:0 0 0 20px;
        border-top:2px solid #000;
}

#ancillary a img{ border: 4px solid #fff;
       margin:0 10px 10px 0;
       }
#ancillary a:hover img{ border: 4px solid #ff66cc;
       margin:0 10px 10px 0;
       }
#ancillary #diggin a img{ border: 1px solid #272727;
       margin:0 0px 0px 0;
       }
#ancillary #diggin a:hover img{ border: 1px solid #ff66cc;
       margin:0 0px 0px 0;
       }
#ancillary .block #diggin{
	border-left:#333 solid 1px;
	padding:0 0 0 35px;
	margin:0 0 0 0px;

}

#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:1.5em 0 1.5em 0;
}

ul.dates, ul.counts, ul.blogroll ul, ul.pages{
	list-style-type:none;
	margin:2em 0 2em 0;
	border-top:1px dotted #333;

}
ul.dates li, ul.counts li, ul.blogroll ul li, ul.pages li{
	list-style-type:none;
	margin:0;
	padding:0.5em 1em 0.65em 1em; 
	border-bottom:1px dotted #333;
        text-transform: uppercase;
        letter-spacing: 2px;
}
ul.dates .date{
	color:#ff66cc;
        font-size:12px;
	padding:0 1.5em 0 0;
        font-family:serif;
        font-weight:bold;
        font-style: italic;
}

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

ul.dates a, ul.counts a, ul.blogroll a, ul.pages a{
	color:#BFBFBF;
	text-decoration:none;
}
ul.dates :hover, ul.dates :hover .date, ul.counts :hover, ul.counts :hover .count, ul.blogroll :hover, ul.pages :hover{ 
	color:#ff66cc;
        background-color:#333;
}

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

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:#7c513a;
	margin:0 0 0 0;
        background-image: url(http://kanalydesign.com/wordpress/wp-content/themes/hemingway-019/images/footer_tile.jpg);
        background-repeat: repeat-x;
        background-position: bottom;
        height: 175px;
}

#footer #outershell{
margin:0 auto;
padding:0 0 0 20px;
width:945px;

}

#footer .inside{

   
}

#footer a{color:#8c664e;}
/* #footer p{
	margin:8em 0 0 0;
	font-size:1em;
        letter-spacing:.1em;
        font-weight: bold;
}
#footer p.copyright{ text-align:center; 
}

#footer p.attributes{ float:right;
        margin-top:135px;
}
#footer p.attributes a{
	text-decoration:none;
	color:#525252;

}
*/
#footer .inside .kdcopyrightdiv{
margin:80px 0 0 0;
float:left;
width:30%;
text-align:left;
}

#footer .inside .kdcopyright{ 
        padding:10px 0 0 40px;
        background:url(http://kanalydesign.com/wordpress/wp-content/themes/hemingway-019/images/kdlogosmall.png) no-repeat;
	height:38px;
letter-spacing:1px;
	color:#8c664e;
        font-weight:bold;
}

#footer .inside .wpfoot{ 
        padding:10px 0 0 20px;
        background:url(http://kanalydesign.com/wordpress/wp-content/themes/hemingway-019/images/word_power.png) no-repeat;
	height:38px;
	letter-spacing:2px;
	color:#8c664e;
        font-weight:bold;
}


#footer .inside #bearfeed{
margin:45px 0 0 0;
float:right;
width:273px;
height:117px;

}

#footer .inside #wordpower{
margin:80px 0 0 48px;
float:left;
width:290px;
text-align:center;
height:48px;
}

#footer p.attributes a:hover{
	color:#FFF;
}


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

#search{
	float:right;
	width:197px;
	margin:5em 2em 0 0;
	text-align:right;
}


#search .searchimg{
	float:left;
	width:24px;
	height:45px;
	background:url(images/bg_submit.png) 0 0 no-repeat;
	position:relative;
}
#search input{ 
	width:160px;
        height:40px; 
        border:0px;
	font-size: 0.85em; 
	background:#CCC;
	margin-top:0px;
        padding:5px 4px 0 5px;

background:url(images/bg_search.png) no-repeat;
}
/*#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;
}