/*  
Theme Name: Stoney Ridge
Theme URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/
Description: Stoney Ridge
Version: 3.0
Author: Chadrick Rode
Author URI: http://www.spritzcreative.com

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php


TABLE OF CONTENTS

  Nav
  HTML Tags
  Structure
  Headers
  Content Styles
  	 Misc
  	 Sidebar
  	 Single Post
  	 Archives
  Post Styles
  Comments
  Form Elements
  Float Clearing
  Footer
  


/* ---------- @ Nav -----------*/

@import url('css/nav.css');




/* ---------- @ HTML Tags -----------*/


* {
	margin:0;
	padding:0;
	outline:none;
	}

body,html {
	min-height:101%; /*Firefox scrollbar fix*/
	}
	
body {
	background-color: #0A0501;
	color: #0A0501;
	}

body, select, input, textarea {
	font: 100% Arial, Verdana, Sans-Serif;
	}
	
p {	
	margin: 15px 0;
	line-height:160%;
	text-align:justify;
}


a, a:visited {
	color: #534422;
	text-decoration:underline;
}

a:hover, a:active {
	color:#0A0501;
	text-decoration:none;
}

hr {
	display: block;
	height:1px;
	background:#534422;
	border:0;
	color:#534422;
	}

table {
	border-collapse:collapse;
	width:100%;
	margin:15px 0;
	border-top:1px solid #e0ded9;
	border-bottom:1px solid #e0ded9;
	}

td {
	padding:4px 6px;
	background:#FFFFFF;
	border-bottom:1px solid #FFF;
	}
		
table caption {
	background:#f5f3ee;
	padding:2px 0;
	}	
			
a img, a:visited img {
	border:none
	}
	
blockquote {
	padding: 5px 15px 5px 15px;
	background-image:url(images/quote.gif);
	background-repeat:no-repeat;
	color:#534422;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	line-height: 120%;
	}

pre {
	width:100%;
	overflow:auto;
	}
	
				


/* ---------- @ Structure -----------*/

#page {
	background-image:url(images/bodywrap.jpg);
	background-repeat:repeat;
	width:960px;
	margin:0 auto;
	padding-top:0px;
	}
	
#wrapper {
	font-size:0.75em;
	padding:0 25px 60px 25px;
	}

#masthead {
	padding:22px 0;
	border-bottom:1px solid #607b88;
	}

#content {
	width:550px;
	float:right;
	margin: 0 10px 0 25px;
	}
	
#description {
	font: italic 1.2em Georgia, "Times New Roman", Times, serif;
	color:#888787;
	padding: 0 0 0 20px;
	border-left:1px dotted #7c7c7c;
	margin:13px 0 0 20px;
	float:left;
	letter-spacing:0.01em;
	}
	
.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {
	width: 256px;
	float:left;
	margin:0 0 0 40px;
	}

#more-posts {
	width:550px;
	float:left;
	}
	

/* ---------- Custom Elements by Spritz  -----------*/

#headerimg {
	background-image: url(images/header.jpg);
	background-repeat:no-repeat;	
	width: 960px;
	height: 138px;
	margin:0;
}

/* ---------- @ Headers -----------*/

h1 {
	font: bold 2.7em Georgia, "Times New Roman", Times, serif;
	letter-spacing:-0.01em;
	}
	
h2 {
	font: 2.5em Georgia, "Times New Roman", Times, serif;
	padding-bottom:8px;
	margin: 25px 0 20px 0;
	}

.post h2 {
	font-size:1.2em;
	padding: 0;
	margin: 25px 0 0 0;
	color:#534422;
	font-weight:bold;
	}
	
h2.posttitle {
	border-bottom:1px solid #534422;
	padding:0 0 12px 0;
	margin:0 0 20px 0;
	font-size:2.2em;
	color:#534422;
	}

h2.pagetitle {
	border-bottom:1px solid #534422;
	padding:0 0 12px 0;
	margin:0 0 20px 0;
	font-size:2.2em;
	color:#534422;
	}
				
h3 {
	padding:0;
	margin:20px 0 5px 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#BFA060;
	font-size:1.25em;
	font-weight:normal;
	letter-spacing:0.07em;
	}

.post h3 {
	border:none;
	font:1.7em Georgia, "Times New Roman", Times, serif;
	color: #232323;
	letter-spacing:0;
	}
	
#featured-cats h3, #more-posts h3 {
	margin:0 0 15px 0;
	}
		
h3#respond {
	margin:45px 0 20px 0;
	}

h3#comments {
	margin-top:32px
	}

h4 {
	font:bold 1.3em Georgia, "Times New Roman", Times, serif;
	margin-bottom:-10px;
	color:#47861D;
	}
	
.post h4 {
	margin:15px 0;
	color:#47861D;
	}
	
.archive-list h4 {
	margin:0;
	font-size:1.2em;
	line-height:125%;
	}
	
h5 {
	font: 0.8em Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	letter-spacing:0.15em;
	padding:4px 8px;
	margin-bottom:5px;
	background:#E8E8E8;
	border-top:1px solid #1B360B;
	}

h6 {
	font:bold 0.9em Arial, Helvetica, sans-serif;
	}


	
/* ---------- @ Content Styles -----------*/


/*Misc*/

h1 a, h1 a:visited {
	color:#444;
	text-decoration:none
	}

h1 a:hover {
	color:#686868;
	}

h1 a:active {
	color:#929292;
	}
			
h4 a, h4 a:visited {
	color:#534422;
	text-decoration: underline;
	}
	
h4 a:hover {
	color:#0A0501;
	text-decoration: none;
	}	
	
h5 a, h5 a:visited,
h5 a:hover, h5 a:active {
	text-decoration: none
	}
	
#more-posts img, .archive-list a img, .archive-list a:visited img {
	float:left;
	margin: 4px 18px 8px 0;
	padding:2px;
	border:2px solid #000000;
	background:#000000;
	}
	
#more-posts a:hover img, .archive-list a:hover img {
	border:2px solid #FFFFFF;
	background:#BFA060;
	}	
	
#more-posts img {
	margin:3px 12px 4px 0;
	}

.recent-excerpts {
	padding-bottom:10px;
	}
	
#featured-cats ul {
	margin:3px 0 35px 0;
	}

#featured-cats li {
	list-style:none;
	border-bottom:1px dotted #B6B6B6;
	padding:3px 0 6px 6px;
	margin:2px 0;
	line-height:125%;
	}

/* ---------- LEAD STORY -----------*/

#lead h2 a{
	font: 24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#BFA060;
}
	
#lead h2 a:hover{
	color:#EAE0AF;
	text-decoration:underline;
}	
	
		
#lead {
	margin:0 0 20px 0;
	background-color:#000000;
	background-image:url(images/srbg_lead.jpg);
	border:2px solid #000000;
	}

#lead:hover {
	background-image:url(images/srbg_lead2.jpg);
	border:2px solid #FFFFFF;
	color:#EAE0AF;
	}

#lead-text {
	float:left;
	width:240px;
	padding:0 14px 14px 0;
	color:#EAE0AF;
	}

#lead br, .recent-excerpts br /*cleans up excerpts*/ {
	margin-bottom:15px;
	}

#lead img {
	float:left;
	margin-right:22px;
	padding: 5px;
	}
			
	
.date {
	float:left;
	margin:18px 4px 0 0;
	font: 0.85em Georgia, "Times New Roman", Times, serif;
	color:#737373;
	letter-spacing:0.03em;
	}

#featured-cats .date {
	margin: 2px 3px 0 0;
	}


/*Sidebar and Widgets*/
#sidebar {
	color:#FFFFFF;
	text-align:left;
	}

#sidebar p {
	color:#FFFFFF;
	text-align:center;
	}

#sidebar ul {
	margin-bottom:20px;
	}

#sidebar li, .headlines li {
	padding:3px 0 0 0;
	list-style:none;
	color:#FFFFFF;
	font-weight:bold;
	}

#sidebar a, #sidebar a:visited{
	color:#EAE0AF;
	text-decoration: underline;
	font-weight:normal;
	}

#sidebar a:hover, #sidebar a:active{
	color:#BFA060;
	text-decoration: none;
	}

#wp-calendar td {
	text-align:center;
	padding:3px;
	}	
	
#recentcomments {
	color: #787878;
	}

a.rsswidget, a.rsswidget:visited {
	font-weight: bold
	}

#ads img, .wp125ad img {
	float:left;
	margin:0;
	}

.textwidget {
	margin: 15px 0;
	line-height:160%;
	}	
	
.widget td {
	background:none;
	}
	
.widget table {
	border:none
	}
	
		
		
	
/*Single Posts*/

#writer {
	background:#ededed;
	margin:-10px 0 22px 0;
	padding:3px 20px 16px 20px;
	border-bottom:1px solid #dadada;
	border-top:1px solid #dadada;
	}
	
#writer img {
	padding:1px;
	border:1px solid #b2afa4;
	float:left;
	margin:18px 15px 6px 0;
	}

#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
	}	

#tags a, #tags a:visited {
	text-decoration: none
	}
	
	
/*Archives*/

.archive-list li {
	list-style:none;
	width:550px;
	float:left;
	margin: 8px 25px 18px 0;
	border-bottom:1px solid #534422;
	}

.archive-list img {
	margin:0 14px 0 0;
	}

.archive-list .postmetadata {
	border:none;
	margin:0;
	padding:4px 0 0 0;
	}
		
#pagination {
	margin-top:30px;
	width:550px;
	}

#pagination .left {
	width:250px;
	text-align:right;
	}

#pagination .right {
	float:right;
	width:250px;
	}



/* ---------- @ Post Styles -----------*/

.entry {
	padding-bottom:10px;
	}

.postmetadata {
	padding: 7px 0;
	border-top:1px solid #d7d7d7;
	margin:0 0 20px 0;
	color:#7a7a7a;
	}	

.post code {
	background:#f5f3ee;
	padding:3px;
	font-size:1.2em;
	}
			
.post ul li {
	margin: 0 0 5px 42px;
	line-height:115%;
	}

.post ol li {
	margin:0 0 5px 48px;
	line-height:115%;
	}


/*Images*/
	
.entry img {
	display:block;
	padding:2px;
	margin:15px 0;
	}

.wp-caption.alignleft, 
.wp-caption.alignright, 
.wp-caption.aligncenter {
	background:#f5f3ee;
	text-align:center;
	padding:10px 5px 10px 10px;
	border:3px double #FFF;
	}

img.alignleft {
	margin:5px 15px 10px 0;
	float:left
	}

img.alignright {
	margin:5px 0 10px 15px;
	float:right
	}

.wp-caption.alignleft {
	float:left;
	margin:5px 22px 10px 0;
	}
	
.wp-caption.alignright {
	float:right;
	margin:5px 0 10px 22px;
	}

.wp-caption.aligncenter, img.aligncenter {
    margin: 0 auto;
	display:block;
	margin-bottom:15px;
	float:none
   	}
		
p.wp-caption-text {
	margin:0;
	text-align:center;
	padding:5px 0;
	}	

.wp-caption img {
	float:none;
	margin:0;
	}	

.gallery {
	margin:15px 0;
	display:block;
	}
	
.gallery img {
	border:1px solid #999 !important;
	padding:2px;
	}

.gallery-item {
	padding:12px 0;
	}

.gallery-caption {
	padding:10px;
	}
	
	

/* ---------- @ Form Elements -----------*/

#searchnav {
	margin-left: 675px;
	padding-top: 20px;
	height: 50px;
	width: 250px;
}

#s {
	background:#FFFFFF;
	padding:2px;
	border:1px solid #BFA060;
	width:150px;
	color:#534422;
	}

#s:focus {
	background:#EAE0AF;
	}

#searchform {
	width:250px;
	text-align:right;
	font-size:11px;
	}

#searchsubmit {
	vertical-align:top;
	padding-left:3px;
	}		
	

/* ---------- @ Float Clearing -----------*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}
	


/* ---------- @ Footer -----------*/

#footer {
	width:960px;
	height:165px;
	background-image:url(images/footer.jpg);
	}

#footer h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:normal;
	color:#EAE0AF;
	float:right;
}

#footer h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:normal;
	color:#DAC492;
	margin:0;
}

#footer p {
	color:#EAE0AF;
	font-size:11px;
	margin:0;
	line-height:150%;
	text-align:right;
}

#storeinfo a {
	color:#DAC492;
	text-decoration:underline;
}

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

#storeinfo {
	float:right;
	margin: 60px 35px 0 0;
	text-align:right;
}

#mailinglist {
	margin: 36px 0 0 65px;
	float: left;
}	
			
#mailinglistform {
	background:#FFFFFF;
	padding:2px;
	border:1px solid #BFA060;
	width:180px;
	color:#534422;
	text-align:left;
	font-size:12px;
	float:left;
	margin:0;
}	