/*  
Theme Name: Yellows and Sara
Description: Layout designed exclusively for Sara by Megan
Author: Megan Barrow
Author URI: http://sworn.meganbarrow.com
*/

body{
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #2d1e05;
}

a{
	color:#b6b26a;
}

h1 {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #F5FBFA;
	text-transform: uppercase;
	color: #714e02;
	font-size: 10px;
}

h2 {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #F5FBFA;
	text-transform: uppercase;
	color: #714e02;
} 

#main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
        overflow: hidden;
}

b {
	color: #27283B;
}

ul, li {
list-style:none;  
}

#main #header {
	margin: 0px;
	height: 347px;
	width: 900px;
}


#main #content {
	width: 900px;
        height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2d1e05;
}


#main #content #center {
	background-color: #fefefc;
	width: 550px;
        height: inherit;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}

#main #content #right {
	background-color: #e8e7cc;
	width: 150px;
        height: inherit;
	padding-right: 5px;
	padding-left: 5px;
	float: right;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}

#main #content #left {
	background-color: #e8e7cc;
	width: 150px;
        height: inherit;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}

#footer {
	width:900px;
        clear: both;
	text-align:center;
	color: #494D68;
	background-color: #2ABFCF;
}

#left .title {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #F5FBFA;
	text-transform: uppercase;
	color: #714e02;
}
#right .title {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #F5FBFA;
	text-transform: uppercase;
	color: #714e02;
}

/* 
News Style
*/

.post {
width:545px;
border:double 1px #714e02;
margin:0px 0px 10px 0px;
}

.comment {
width:500px;
margin:0px 0px 10px 0px;
}

.post_header{
	text-align:left;
	color: #F5FBFA;
	background-color: #714e02;
}

	.post_header div{
	font-size:12px;
	letter-spacing:2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 2px 5px 2px 5px;
	font-size: 16px;
	color: #F5FBFA;
	}
.post_header a{
	letter-spacing:2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 2px 5px 2px 5px;
	font-size: 16px;
	color: #FCFBFA;
	text-decoration:none;
}


.post_details, .comment_header{
text-align:left;
background: #F5FBFA;
}
	.details{
	padding:1px 15px 1px 15px;
	color: #494D68;
	}
	
	.author a{
	color: #494D68;
	}

.post_content, .comment_content{
padding: 5px 15px 15px 20px;
color: #333333;
}

	.post_content h3{
	font-size: 11px;
	font-weight:normal;
	color: #333333;
	}

.post_footer{
	background-color: #2d1e05;
}

	.post_footer div{
	padding: 5px 0px 0px 15px;
	color: #c3c3c3;
	}

#respond{
margin:25px 0px 0px 0px;
}

.comment_submit {
	margin-top: 10px;
	margin-left: 70px;
	padding: 2px 5px 2px 5px;
}

	#name_label, #mail_label, #website_label, #question_label {
	float: left;
	width: 70px;
	padding: 5px 0px;
	}

	#author, #email, #url, #comment {
	width: 300px;
	padding: 5px;
	}
