/*  
Theme Name: FlandersFlame
Theme URI: http://www.wpdesigner.com
Description: A Custom Theme for Evangelist Rick Flanders
Version: 1.0
Author: Brad Chandonnet - WebReach Design
Author URI: http://www.webreachdesign.com/

*/

body, h1, h2, h3, h4, h5, h6, blockquote, p{
margin: 0;
padding: 0;
}

body{
margin: 0;
font-family: Arial, Helvetica, Georgia, Sans-serif;
font-size: 12px;
text-align: center;
vertical-align: top;
background: url(./images/pageBG.jpg) repeat-x #000000;
color: #000000;
}

h1{
font-family: Georgia, Sans-serif;
font-size: 24px;
padding: 0 0 10px 0;
}

a:link, a:visited{
text-decoration: underline;
color: #A45200;
}

a:hover{
text-decoration: none;
color: #ff0000;
}

p{
padding: 10px 0 0 0;
}

#wrapper{
margin: 0 auto 0 auto;
width: 840px;
text-align: left;
}

#header{
float: left;
width: 840px;
text-align:center;
}

#container{
float: left;
width: 650px;
background: #A8A8A8 url(./images/contentBG.jpg) top right no-repeat;
border: 1px solid #ffffff;
}

.post{
padding: 12px;
font-size:14px;
}

.post h2{
font-family: Georgia, Sans-serif;
font-variant: small-caps;
font-size: 18px;
text-decoration:none;
}

.post h2 a:link, .post h2 a:visited{
/*text-decoration: none;*/
}

.entry{
line-height: 18px;
}

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: 176px;
margin: 0 0 0 10px;
display: inline;
background: #A8A8A8;
border:1px solid #ffffff;
}

.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;
}

table#wp-calendar{
width: 100%;
}

#footer{
clear: both;
float: left;
width: 750px;
padding:10 0 0 0px;
}

#footer p{
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;
}