/*
Theme Name: Genesis
Theme URI: http://www.where-they-can-read-about-it.com
Description: My first theme based on the WP default.
Author: John
Author URI: http://www.link-to-my-page.com/
Version: 1.0

General comments/License Statement if any.
*/
body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
margin: 0;
padding: 0;
}

body{
margin: 0;
font-family: Arial, Helvetica, Georgia, Sans-serif;
font-size: 12px;
text-align: center;
vertical-align: top;
background: #E5ECF3;
color: #000000;
}

h1 {
 	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: .5px;
	}

h1 {
	font-size: 3em;
	margin-left: 0px;
	padding-left: 10px;
	margin-top: 0px;
	text-align: left;
	background: #1B5790;
	}
h1, h1 a:link, h1 a:visited, h1 a:hover {
	text-decoration: none;
	color: #FFFFFF;
	}

a:link, a:visited{
text-decoration: underline;
color: #336699;
}

a:hover{
text-decoration: none;
}

p{
padding: 10px 0 0 0;
}

#wrapper{
background: #FFF;
margin: 0 auto 0 auto;
width: 750px;
text-align: left;
}

#header{
background-color: #73a0c5;
background: #73a0c5 url('images/header.gif') no-repeat bottom center;
margin: 0 0 0 0; 
padding: 0; 
height: 90px;	
float: left;
width: 750px;
}

#header {
	background: #73a0c5 url('images/header.gif') no-repeat bottom center;
	}

#container{
background-color: #FFF;
padding-left: 10px;
float: left;
width: 570px;
}

.post{
padding: 10px 0 10px 0;
}

.post h2{
font-family: Georgia, Sans-serif;
font-size: 18px;
}

.entry{
line-height: 18px;
}

p.postmetadata{
margin: 0 0 10px 0;
padding: 2px 0 4px 0;
}

.navigation{
padding: 10px 0 0 0;
font-size: 14px;
font-weight: bold;
line-height: 18px;
}

.sidebar{
float: left;
width: 160px;
background:#FFFCEA;
margin: 0 0 0 10px;
padding: 0 0 25px 0;
display: inline;
}

.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: 20px;
}
/* stretch calander
table#wp-calendar{
width: 100%;
}*/

#footer{
clear: both;
float: left;
width: 570px;
background: #FFF;
text-align: center;
padding:  10px 0 0 10px;
margin-top: 10px;
line-height: 18px;
}

.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;
}
#header .description {
	background: #B2D281;
	font-size: 1.6em;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	font-family: Verdana;
	}
