/*  
Theme Name: Hemingway
Theme URI: http://warpspire.com/hemingway
Description: Hemingway is a simple weblog theme by Kyle Neath aimed at giving bloggers a great platform on which to customize.  If you'd like to learn more about Hemingway, head on over to Warpspire or ask a question in the official support forums. 
This theme requires WordPress 2.0+.
Version: 0.19
Author: Kyle Neath
Author URI: http://warpspire.com

-----------------------------------------------------------------------------------------------
  Global Styles
-----------------------------------------------------------------------------------------------*/
* {
margin:0;
padding:0;
}

li,dd {
margin-left:5%;
}

fieldset {
padding:.5em;
}

select option {
padding:0 5px;
}

.hide,.print-logo,.close-button {
display:none;
}

.clear {
clear:both;
font-size:1px;
height:1px;
line-height:1px;
}

a img {
border:1px #454545 solid;
margin:5px 5px 0;
padding:3px;
}

a img.runforcover {
border:1px #454545 solid;
margin:5px 5px 0;
padding:3px;
}

img {
border:1px solid #000;
}

/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/
body {
background:#272727;
color:#BFBFBF;
font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
font-size:11px;
}

/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------
 This class sets the width and position for all rows */
.inside {
margin:0 auto;
max-width:85em;
min-width:65em;
width:80%;
}

h1 {
color:#CCC;
font-size:1.5em;
font-weight:400;
margin:1.5em 0;
}

h2,h3 {
color:#FFF;
font-size:1.20em;
font-weight:400;
padding:1em .5em .5em .5em;
}

p {
line-height:1.75em;
}

ul li {
list-style-type:square;
margin:0.5em 0 0.5em 2em;
}

blockquote {
background:#555;
border-left:2px solid #CCC;
color:#CCC;
margin-left:1em;
padding-left:1em;
}

pre {
border-bottom:1px dotted #333;
border-top:1px dotted #333;
overflow:auto;
padding:1em 0;
width:100%;
}

table {
border-spacing:2px;
margin:1.5em 0;
width:100%;
}

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 {
color:#FFF;
margin-bottom:-1em;
margin-top:1em;
text-align:left;
}

.rule {
border-top:1px solid #CCC;
font-size:1px;
height:1px;
line-height:1px;
margin:1.5em 0;
}

/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/
#header {
background:#000 url(images/header_bg.gif) repeat-x;
}

#header .inside {
padding:4em 0;
}

#header h2 {
border-right:1px solid gray;
float:left;
font-size:2.25em;
margin:0 0.5em 0 0;
padding:0 0.5em 0.25em 0;
}

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

/*-----------------------------------------------------------------------------------------------
  Primary Items
-----------------------------------------------------------------------------------------------*/
#primary {
background:#000 url(images/bg.gif);
color:gray;
padding:1px 0 2em;
}

#primary.onecol-stories .primary {
float:left;
width:50%;
}

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

#primary.twocol-stories .story {
display:inline;
float:left;
margin:0 0 0 4%;
width:48%;
}

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

.story h3 {
color:#CCC;
font-size:1.15em;
font-weight:400;
margin:0 0 1.5em;
}

.story h3 a {
border-bottom:1px dotted #666;
color:#CCC;
text-decoration:none;
}

.story .details {
border-top:1px solid #333;
color:#666;
font-size:0.95em;
margin:1em 0;
padding:0.5em 0;
text-align:right;
}

.story .details .read-on {
background:url(images/readon_black.gif) 100% 60% no-repeat;
display:block;
padding-right:20px;
}

.story .details a {
color:#666;
text-decoration:none;
}

/* Single Post Styles */
#primary .primary {
float:right;
width:65%;
}

#primary .secondary {
display:inline;
float:right;
margin-right:5%;
padding-top:0.65em;
width:30%;
}

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

.secondary .featured p {
border-bottom:1px solid #333;
border-top:1px solid #333;
line-height:1.5em;
margin:1em 0 0;
padding:0.5em 0 0.6em;
}

.secondary .featured dl {
border-bottom:1px solid #333;
margin:0;
padding:0.5em 0 0.6em;
}

.secondary dt {
color:#AAA;
display:inline;
margin:0;
padding:0;
}

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

.secondary dd a {
color:gray;
}

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


#secondary {
background:#0C0C0C;
border-top:1px solid #1C1C1C;
padding:1px 2em;
}

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

.comment-head h2 {
font-size:1.5em;
margin:0;
}

.comment-head a {
color:#868686;
text-decoration:none;
}

.comment-head .details {
font-size:0.95em;
}

#comments cite {
float:left;
font-style:normal;
text-align:right;
width:31%;
}

* 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 {
background:#666;
border:1px solid #999;
float:right;
margin:0 5px;
padding:0 3px 3px;
text-decoration:none;
}

#preview {
border:1px solid #333;
margin:1em 0;
padding:0.5em;
}

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

#errors {
color:red;
font-weight:700;
}

#comments .pingback cite .author {
background:url(images/trackback_pingback.gif) 100% 0 no-repeat;
display:block;
padding-top:68px;
}

#comments .content {
border-left:1px solid #868686;
float:left;
margin-left:1.9%;
padding:0 0 0 2%;
width:60%;
}

#comments .content p {
margin:0 0 1em;
}

#comments .content h3 {
font-size:1em;
margin:0;
}

#comment-form {
margin:5em 0 5em 35.4%;
width:36em;
}

input.textfield {
margin:5px 0;
width:15em;
}

textarea.commentbox {
font-family:Arial, Helvetica, sans-serif;
font-size:1.25em;
height:10em;
margin:5px 0;
padding:0.25em;
width:28em;
}

label.text {
left:0.5em;
position:relative;
top:-0.5em;
}

.formactions input.submit {
float:right;
margin:-1em 0 0;
padding:0 0.5em;
}

.formactions .spinner {
float:right;
margin:-8px -20px 0 0;
}

/*-----------------------------------------------------------------------------------------------
  Ancillary Items
-----------------------------------------------------------------------------------------------*/
#ancillary {
overflow:hidden;
padding:2em 0 0;
}

#ancillary .block {
float:left;
margin:0 0 0 5%;
width:30%;
}

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

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

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

ul.dates .date {
color:#858585;
padding:0 1.5em 0 0;
}

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

ul.dates a,ul.counts a,ul.blogroll a,ul.pages a {
color:#BFBFBF;
text-decoration:none;
}

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

ul.pages ul li {
border:none;
list-style-type:square;
margin-left:2em;
}

/*-----------------------------------------------------------------------------------------------
  Footer
-----------------------------------------------------------------------------------------------*/
#footer {
clear:both;
color:#939393;
margin:2em 0 3em;
}

#footer .inside {
background:url(images/footer_black.gif) 50% 0 repeat-x;
padding:1em 0;
}

#footer p {
font-size:0.95em;
margin:0;
}

#footer p.attributes a {
color:#525252;
padding:0 0 0 1em;
text-decoration:none;
}

/*-----------------------------------------------------------------------------------------------
  Search
-----------------------------------------------------------------------------------------------*/
#search {
-moz-opacity:0.4px;
float:right;
margin:1em 0 0;
text-align:right;
width:200px;
}

#search:hover {
-moz-opacity:1px;
}

#search .searchimg {
background:url(images/search.gif) 0 0 no-repeat;
float:left;
height:13px;
position:relative;
top:4px;
width:14px;
}

#search input {
background:#CCC;
font-size:0.85em;
margin-top:2px;
width:175px;
}

#search input:focus {
background:#FFF;
}

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

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

/* Legacy Typo CSS */
#search-results {
-moz-opacity:0.9px;
background:#333;
border-top:1em solid #000;
float:right;
padding:0;
width:30%;
}

#search-results h3 {
background:#000;
font-weight:700;
margin:0;
padding:0 0 1em;
text-align:left;
}

#search-results small {
border-bottom:1px solid #555;
border-top:1px solid #666;
display:block;
font-size:0.9em;
padding:0.5em 1em 0.7em;
text-align:left;
}

#search-results ul li {
list-style-type:none;
margin:0.5em 0;
padding:0 1em 0.5em;
}

#search-results ul li:hover {
background:#202020;
}

#search-results ul li a {
border-bottom:1px dotted #CCC;
text-decoration:none;
}

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

/*-----------------------------------------------------------------------------------------------
  FAQ Stylin'
-----------------------------------------------------------------------------------------------*/
.faq_cat {
margin-top:30px;
}

.faq_cat_label {
background:#f5f6f7;
font-size:1.2em;
font-weight:700;
padding-right:10px;
}

.faq_label {
font-size:1em;
font-weight:700;
padding-right:10px;
}

.faq_q {
background:#3D3D3D;
margin-top:10px;
padding:15px 15px 20px;
}

.faq_permalink {
color:gray;
font-size:.9em;
font-weight:400;
padding-left:20px;
text-decoration:none;
}

.faq_q .faq_q_content {
margin-left:10px;
}

.faq_a {
margin-left:20px;
padding-left:5px;
padding-top:5px;
}

.faq_ask {
margin-top:20px;
padding-top:20px;
}

.faq_ask textarea {
width:95%;
}

input.submit {
background-color:#FFF;
background-image:url(http://www.blackheva.com/wp-content/themes/hemingway/images/background_form_element.gif);
background-repeat:repeat;
color:#FFF;
font-family:Verdana, Helvetica, Arial, sans-serif;
padding:0.3em;
}

#close_button {
border-bottom:0 dotted;
display:block;
font-size:x-small;
margin-bottom:5px;
margin-left:850px;
margin-top:2px;
position:absolute;
text-align:right;
}

#close_button a {
border:none;
color:#999;
}

h1,h2,h3,h4,h5,h6,p,pre,blockquote,label,ul,ol,dl,fieldset,address,#primary .secondary .admin-tools,#searchform {
margin:1em 0;
}

.left,#footer p.copyright {
float:left;
}

.right,#footer p.attributes {
float:right;
}

a,.story .details a:hover,.secondary dd a:hover,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,#footer p.attributes a:hover {
color:#FFF;
}

#primary h2,#search-results small a {
color:#CCC;
}

#header h2 a,#comments cite .author a {
text-decoration:none;
}

#primary.twocol-stories .first,* html #primary.twocol-stories .first,ul.pages ul,#search-result ul {
margin:0;
}

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

ol#comments,ol#comments li {
list-style-type:none;
margin:2em 0;
}

#box
{
	background: #454545;
	padding:1em;
	margin:2em 0;
}

#box2
{
	background: #454545;
       margin:2em 0;
}

#box3
{
	background: #454545;
	padding:1em;
       margin:2em 0;
}

#box4{
	background: #454545;
	padding:1em;
       margin:2em 0;
}

#box5
{
	background: #454545;
	padding:1em;
       margin:2em 0;
}

#box6
{
	background: #454545;
       margin:2em 0;
}

#box7
{
	background: #454545;
	padding:1em;
       margin:2em 0;
}

#box8
{
	background: #454545;
	padding:1em;
       margin:2em 0;
}

#box9
{
	background: #454545;
        padding:1em;
       margin:2em 0;
}

#box10
{
	background: #454545;
	padding:1em;
       margin:2em 0;
}


