/*  
Theme Name: 6 Years in a Rain Cape
Theme URI: http://www.zaneray.com
Description: 
Version: 0.1
Author: Jeremiah Martin
Author URI: http://www.zaneray.com

*/
/*CONTENTS
-----------------------
Layout
  Navigation
  Sidebar
  Content
  Footer
Global Elements
  Links
  Headings
  Form
  General


SITE COLORS
-----------------------
Text: #
Links: #
Links Active #
Nav Link: #
Nav Active: #
Nav at: #
border: #
-----------------------*/

/*---------------------------------------------------------
  Layout 
---------------------------------------------------------*/ 
body { 
  background: #0e0101 url(/images/body-bg.jpg) repeat-x 50% 0;
	font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
	text-align: center;
}

#wrapper { 
	background: url(/images/header.jpg) no-repeat 50% 0;
	padding: 20px 0 0 0;
}

#header {
	position: relative; 
	height: 135px;
	margin: 0px auto;
	width: 960px;
	}

#homelink { 
	display: block;
	width: 535px;
	height: 115px;
	text-indent: -3000px;
	overflow: hidden;
	position: absolute;
}

/*Navigation 
------------------------------------*/
#navigation {
	margin: 0px auto;
	width: 960px;
	height: 103px;
	text-align: left;
	}
	
#rssfeed { 
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	float: right;
	line-height: 1em;
	margin: 7px 35px 0 0;
}

a#rssfeed:link,a#rssfeed:visited, a#rssfeed:active, a#rssfeed:hover { 
	color: #fff;
	text-decoration: none;
}

#rssfeed img { 
	vertical-align: middle;
	margin-top: -1px;
	
}

#navlinks { 
	float: left;
	padding-left: 75px;
	}
	
#navlinks img { 
	float: left;
	}

	
	

/*Content 
------------------------------------*/

#contentwrap { 
	margin: 0px auto;
	width: 960px;
	background: #fff;
	text-align: left;
	}

#content { 
	float: left;
	padding: 0 55px 0 88px;
	width: 578px;
	}
	
.post { 
	border-bottom: 1px solid #d1d1d1;
	margin: 0 0 35px 0;
	
	}
	
.date { 
	color: #c10101;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 0 25px 0;
	line-height: 1em;
}

#content h2 { 
	font-size: 22px;
	padding: 0 0 25px 0;
	line-height: 1.2em;
	}
	
#content h3 { 
	font-size: 18px;
	padding: 0 0 15px 0;
	}
	
.entry {
	padding: 0 0 25px 0; 
	line-height: 1.5em;
	}
	
.wp-caption { 
	text-align: center;
	}
	
p.wp-caption-text { 
	color: #666;
	font-size: 11px;
	padding-bottom: 5px;
	text-align: center;
	line-height: 1.2em;
	}
	
.size-thumbnail,
.size-medium,
.size-large,
.size-full { 
	padding: 3px; 
	border: 1px solid #d1d1d1;
	margin-bottom: 5px;
	}
	
.alignleft {
	float: left;
	}
	
img.alignleft { 
	margin: 5px 15px 10px 0;
	}

div.alignleft { 
	margin: 5px 10px 10px 0;
	text-align: left;
	}
	
.alignright {
	float: right; 
	}

img.alignright {
	margin: 5px 0 10px 15px;
	}
	
div.alignright {
	margin: 5px 0 10px 10px;
	text-align: right;
	}
	
.aligncenter {
	display: block;
	margin: 5px auto 10px auto; 
	}
	
.metadata { 
	padding: 0 0 35px 0; 
	clear: both;
	}
	
.metadata img { 
 vertical-align: middle;
	}	
	
.tags { 
	font-size: 11px;
	color: #666;
	}
	
#comments { 
	border-bottom: 1px solid #d1d1d1;	
	
	margin-bottom: 25px;
	}

	
#comments ol { 
	padding: 0 0 25px 20px;
	margin-bottom: 35px;
	border-bottom: 1px solid #d1d1d1;	
	}
	
#qaform { 
	display: none;
	}
	
.commentxhtml { 
width: 345px;
}
	
.nextlink { 
	float: right;
	}
.prevlink { 
	float: left;
	}

/*Sidebar 
------------------------------------*/
#sidebar { 
	float: left;
	width: 205px;
	line-height: 1.5em;
	overflow: hidden;
}

.promo { 
	padding: 0 0 25px 0;
	border-bottom: 1px solid #d1d1d1;
	text-align: center;
	margin-bottom: 25px;
	line-height: 1.3em;
	}
	
.promo p { 
	padding: 18px 0 0 0;
	margin-bottom: 0;
	}
	

#sidebar h3 { 
	color: #c10101;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 0 10px 0;
	font-size: 12px;
}

#sidebar h3 a:link, #sidebar h3 a:visited { 
	color: #c10101;
}

#sidebar ul li { 
	padding-bottom: 20px;
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 25px;
}

#sidebar ul li li { 
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 10px;
}

.search input.s { 
	width: 120px;
	}

.widget_twitter span.entry-content { 
	display: block;
	margin-bottom: 2px;
	font-size: 12px;
	line-height: 1.4;
	}
	
.widget_twitter span { 
	font-size: 10px;
	line-height: 1em;
	}

/*Footer 
------------------------------------*/
#footer {
	height: 385px;
	background: url(/images/footer-bg.jpg) no-repeat 50% 0;
	}

/*---------------------------------------------------------
  Global Elements 
---------------------------------------------------------*/ 

/*Links 
------------------------------------*/
a:link, a:visited { 
	color: #336699;
	}
	
a:active, a:hover { 
	color: #003366;
	}
	
h2 a:link, h2 a:visited, h3 a:link, h3 a:visited { 
	color: #000;
	}

h2 a:active, h2 a:hover, h3 a:active, h3 a:hover { 
	color: #003366;
	}

/*Headings 
------------------------------------*/

/*Form 
------------------------------------*/
label.inputlabel {
	float: left;
	display: block;
	width: 110px;
	margin-right: 5px;
	text-align: left;
	padding-top: 3px;
	}
	
.inputfield { 
	width: 225px;
	}
input, textarea { 
	margin-right: 5px;
	}
	
#recaptcha_widget_div {
	padding-bottom: 15px;
}

#recaptcha-submit-btn-area { 
	padding-bottom: 15px;
	}

/*General 
------------------------------------*/

.error, .recaptcha-error { 
	color: #c10101;
	}
	

.recaptcha-error { 
	color: #c10101;
	font-size: 16px;
	font-weight: bold;
	}