/*  
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 0 0 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:0px; font-size:0px; line-height:0px; }
a img{ border:none; }




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

body{
	background:#626262;
	background-image: url(http://www.chriswatson.net/holystone/images/bgwash.gif);
	background-repeat: repeat-x;
	background-position: top left;
	color:#000;
	font-size:12px;
	font-family: Verdana, Arial, "Helvetica Neue", Helvetica,  sans-serif;
}

/* This class sets the width and position for all rows */
.inside{
	background: #FFF;
	border: 10px solid #fff;
	width:80%;
	min-width:75em;
	max-width:95em;
	margin:0 auto 50px auto;
	/* border-bottom: 10px solid #000; */
	}

.insidenav{
	background: transparent;
	background-image: url(http://www.chriswatson.net/holystone/images/logo.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width:80%;
	height: 50px;
	min-width:75em;
	max-width:95em;
	margin:5px auto;
}


.insideimg{
	background: transparent;
	border: 10px solid #fff;
	width:80%;
	min-width:75em;
	max-width:95em;
	margin:0 auto;
}



h1{
	color:#000;
	font-size:1.75em;
	text-align: left;
	/*text-transform: uppercase;*/
	margin:1.5em 0;
}


p{
	line-height:1.75em;
}






/*--Header--*/

#header{
	background: transpaent;
	height:50px;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 70px;
}
#header .inside{
	padding:0;
}

#header h2{ 
	margin:0;
	float:left;
}
#header h2 a{ 
	text-decoration:none; 
	display:block;
	width:305px;
	height:80px;
	border:0;
	text-indent:-9999px;
	background: transparent url(http://www.chriswatson.net/holystone/images/logo.gif) no-repeat left top;

}

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



/*--Primary Items--*/

#primary{
	background: transparent;
	padding: 0 0 0 0;
	color:#000;
}





a{
	color:#000;
	text-decoration:none;
	border-bottom:1px dotted #000;
}


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




/* Single Post Styles */

#primary .primary{
	float:left;
	max-width:50%;
	background: #FFF;
	color:#000;
	padding: 0 0 0 0;
	margin-left: 50px;
}
#primary .primary h1, #primary .secondary h1 {
	font-size:1.5em;
	margin:0;
	font-weight:normal;
	padding-top: 10px;
	color:#000;
}

#primary .primary a, #primary .secondary a{
	color:#000;
	text-decoration:none;
	border-bottom:1px dotted #000;
}
#primary .primary a:hover, #primary .secondary a:hover{
	color:#000;
	text-decoration:none;
}

#primary .secondary{
	background: #FFF;
	float:right;
	width:245px;
	margin-left:5%;
	margin-right: 50px;
	padding:0 0 10px 10px;
	/* padding-top:1em; */
	display:inline;
}
* html #primary .secondary{ margin-right:3%; }

#primary .fullscreen{
	float:left;
	width:90%;
	background: #FFF;
	color:#000;
	padding: 0 0 0 0;
	margin-left: 50px;
	margin-right: 50px;
}





