/*  
Theme Name: Genesis
Description: This is a custom theme by Chris Youderian
Version: 1.0
Author: One Fast Rabbit
Author URI: http://www.onefastrabbit.com

*/
body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding:0;
}

body{
	margin: 15px;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 14px;
	text-align: left;
	vertical-align: top;
	background: #e1e1e1;
	color: #000000;
}

h1{
	font-family: Georgia, Sans-serif;
	font-size: 24px;
	padding: 0 0 10px 0;
}

h3{
	font-family: Georgia, Sans-serif;
	font-size: 15px;
	padding: 10px 0 0px 0;
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 942px;
	text-align: left;
}


a:link, a:visited{
	text-decoration: underline;
	color: #336699;
}

a:hover{
	text-decoration: none;
	color: #ff0000;
}

p{
	padding: 10px 0 0 0;
}

#header{
	float: left;
	width: 942px;
	background-image: url("images/header2.jpeg");
	height: 249px;
}

#container{
	float: left;
	width: 942px;
}

.title h2{ /* targets the h2 settings in post only */
	font-family: Georgia, Sans-serif;
	font-size: 18px;
}

.entry{
	line-height: 18px; /* increases the size of the space between each line within the entry div */
}

p.postmetadata{
	border-top: 1px solid #ccc; 
	margin: 10px 0 0 0;
}

.navigation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height:18px;
}



.sidebar{
	float: left;
	width: 230px;
	background: white;
	margin: 0 0 0 20px;
	display: inline;
	padding-bottom: 20px;
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li{
	padding: 10px 0 10px 0;
}

.sidebar ul li h2{
	font-family: Georgia, Sans-serif;
	font-size: 14px;
}

.sidebar ul ul li{
	padding: 0;
	line-height: 24px;
}

#sidebarcontent{
float: left;
clear: both;
}

/*Genesis edits */
#lefttd{
background-image: url("images/left.jpeg");
background-repeat: repeat-y;
width: 252px;
}

ul#nav li {float: left;	display: block}

ul#nav li a {
	width: 170px;
	text-align: center;
	margin: 8px 0 0 0;  /* a little top margin */
	border: 0;
	padding: 10px 5px;
	font-family: Bell MT Bold, Times New Roman, serif;
	font-weight: normal;
	font-size: 18px;
	text-decoration: none;
	display: block;
	color: black;
	background: #f7fc86;
}

#nav h2{
color: #384b51;
font-size: 20px;
border-bottom: dashed 1px gray;
}

ul#nav li a:hover {background: #384b51; color: #f7fc86}

#righttd{
background-image: url("images/rightwhite.jpeg");
width: 690px;
}

.title{
background-image: url("images/title2.jpeg");
background-repeat: no-repeat;
float: left;
width: 675px;
height: 22px;
padding-top: 20px;
padding-left: 15px;
}

.title a{
color: black;
text-decoration: none;
}

.title a:hover{
color: #384b51;
text-decoration: underline;
}



.text{
background-image: url("images/right.jpeg");
float: left;
vertical-align: top;
width: 605px;
padding-left: 15px;
padding-bottom: 30px;
padding-right: 70px;
}

.textfooter{
	float: left;
	width: 690px;
	height: 15px;
	background-image: url("images/rightbottom.jpeg");
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

#footer{
	clear: both;
	float: top;
	padding: 15px 0 0 30px;
	width: 922px;
	height: 82px;
	background-image: url("images/footer.jpeg");
	background-repeat: no-repeat;
}

#footer p{
	line-height: 18px;
}


/* Comments formatting */
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}



