/*  
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{ display:none; }
.left{ float:left; }
.right{ float:right; }
.clear{ clear:both; }


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

body{
	background:#FFF;
	color:#000;
	font-size:11px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	margin:0;
	padding:0;
}

/* This class sets the width and position for all rows */
.inside{
	margin:0 auto;
	padding:0;
	width:90%;
	min-width:640px;
	max-width:85em;
}


.inside h1 img{
	border:none;
	margin:5px 2px 0 0;
	float:left;
}

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

h1{
	color:#000;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size:1.75em;
	font-weight:normal;
	margin-top:25px;
	margin-bottom:15px;
}

h1 img{
	 border:none; 
	 margin-right:0;
	 float:none;
}

h2, h3{
	font-size:1.35em;
	color:#000;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-weight:normal;
	
}

h2, h3 img{
	 border:none; 
	 margin-right:0;
	 margin-top:0;
	 float:none;
}

#primary h2{
	color:#000;
}

p{
	line-height:1.75em;
}

ul li{
	list-style-type:none;
	margin:0.5em 0 0.5em 2em;
	padding:2px;
	border:none;
}

blockquote{
	margin-left:0;
	padding-left:0;
}


/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/
#header{
	height:40px;
	margin:0;
	padding:0;
}

#header .inside{
	padding:0;
	margin:0;
}

#header h2{
	font-size: 11px;
	text-align:center;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, 
	sans-serif;
	font-weight:bold;
	font-variant:normal;
	padding-top:12px;
}

#header h2 a{
	color: #F00;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-weight:bold;
	font-variant:normal;
	text-decoration: none;
	font-size: 11px;
}
#header h2 a:hover{
	color:#000;
}


/*-----------------------------------------------------------------------------------------------
  Primary Items
-----------------------------------------------------------------------------------------------*/
#flash{
	background:#FFF;
	padding:0;
	margin:0;
}

#flash img{
	padding:0;
	margin:0;
}

#flash embed{
	padding:0;
	margin:0;
}

#primary{
	margin:0 auto;
	padding:0;
	color:#000;
	text-align:justify;
	width:85%;
}

#primary .primary{
	width:100%;
	margin:0 auto;
}

#primary .primary table{
	margin:0 auto;
	line-height:1.5em;
}

#primary img{
	border:1px solid #000;
	margin-right:5px;
}

#primary h1 img{
	border:none;
	margin:5px 2px 0 0;
	float:left;
}


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

#ancillary{
	padding:2em 0 0 0;
	margin:0 auto;
}

#ancillary .block{
	float:left;
	width: 40%;
	margin:0 0 0 45px;
}

#ancillary .inside img{
	border:none;
}

/*-----------------------------------------------------------------------------------------------
  ul lists
-----------------------------------------------------------------------------------------------*/
#navigation{
	margin:0;
	text-align:center;
	padding-top:15px;	
}

#navigation a{
	color:#F00;
}

#navigation a:hover{
	color:#F00;
	text-decoration:none;
}

ul.navigation li{
	list-style-type:none;
	margin:0;
	padding:0.5em;
}

ul.archives li {
	list-style-type:none;
	margin:0;
	padding-top:5px;
	border-bottom:1px dotted #666;
}

ul.recentnews li{
	list-style-type:none;
	margin:0;
	padding:0;
}

ul.dates, ul.counts, ul.blogroll ul, ul.pages, ul.recentnews ul, ul.navigation ul {
	list-style-type:none;
}

ul.dates li, ul.counts li, ul.blogroll ul li, ul.pages li{
	list-style-type:none;
	margin:0;
	padding-bottom:2px;
	border-bottom:1px dotted #666;
}
ul.dates .date{
	color:#000;
	padding:0 1.5em 0 0;
}

ul.dates a, ul.counts a, ul.blogroll a, ul.pages a, ul.navigation a, ul.archives a{
	color:#F00;
	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, ul.navigation a:hover, ul.archives a:hover { 
	color:#F00;
}

ul.blogroll, ul.archives{ margin-top:0; }

ul.blogroll li{
	list-style-type:none;
	margin:0;
}

ul.counts .count{
	float:right;
	color:000;
}

ul.pages ul{
	margin:0;
}
ul.pages ul li{
	border:none;
	margin-left:2em;
	list-style-type:none;
}
/*-----------------------------------------------------------------------------------------------
  Foooter
-----------------------------------------------------------------------------------------------*/

#footer{
	clear:both;
	color:#000;
	width:85%;
	margin:0 auto;
}

#footer .inside{
	margin:0 auto;
}  

#footer p{
	font-size:0.95em;
	margin-bottom:50px;
	margin-top:15px;
}

#footer p.copyright{ float:left; }
#footer p.attributes{ float:right; }
#footer p.attributes a{
	padding:0;
	text-decoration:none;
	color:#F00;
}
#footer p a:hover{
	color:#F00;
}

