/*
Theme Name: First
Theme URI: http://www.jewoley.com
Description: My first attempt at WP Themes
Author: FeR
Author URI: http://www.jewoley.com
Version: 1.0

*/

body, h1, h2, h3, h4, h5, h6, blockquote, p{
         margin: 0;
         padding: 0;
}

body{
         margin: 2;
         font-family: Tahoma, Helvetica, Georgia, Sans-serif;
         font-size: 12px;
         text-align: left;
         vertical-align: top;
         background: #ffffff;
         color: #000000;

}

a:link, a:visited{
         text-decoration: none;
         color: #336699;
}

#wrapper{
         margin: 0 auto 0 auto;
         width: 800px;
         text-align: left;
}

#header h1 a {
	width: 800px;
        height: 249px;
	display: block;
	background: url(images/header1.jpg) no-repeat top left;
	}

#header h1 a span { display: none; }


#content{
         float: left;
         width: 600px;
}

.sidebar{
         float: left;
         width: 190px;
         background: #FFFFFF;
         margin: 0 10px 0 0;
}

.sidebar ul{
         list-style-type: none;
         margin: 0;
         padding: 0 5px 0 5px;
}

.sidebar ul li{
         padding: 5px 0 5px 0;
}

#footer{
         clear: both;
         float: left;
         width: 800px;
         height: 40px;
         padding: 40px 0 0 0;
}



h2{
         font-family: Tahoma, Sans-serif;
         font-size: 16px;
         padding: 0 0 5px 0;
         color: #336699;
}

h3{
         font-family: Tahoma, Sans-serif;
         font-size: 12px;
         padding: 0 0 10px 0;
         color: #336699;
}

p {
	margin: 0 0 10px;
	padding: 0;
	line-height: 15px;
}

.post{
         padding: 10px 0 10px 0;
}

.entry{
         line-height: 18px;
}

p.postmetadata{
         border-bottom: 1px solid #ccc;
         margin: 10px 0 0 0;
}

.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;
}
