/*
Theme Name: Baker's Dozen
Theme URI: http://www.davidandsarahbaker.com/
Description: Baked fresh just for the Bakers.
Version: 1.0
Author: Sean Gaffney
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	color: #b9522f;
	background: url(images/bg.jpg) repeat;
	font-family: "myriad web", arial, sans-serif;
	font-size: 75%;
	text-align: center;
	line-height: 200%;
}

a {
	color: #6e4720;
	text-decoration: none;
}

a:hover {
	color: #6e4720;
	text-decoration: underline;
}

#header {
	background: url(images/header.jpg) left repeat-x;
	width: 100%;
	height: 103px;
}

#gradient {
	background: url(images/gradient.jpg) left repeat-x;
	width: 100%;
	height: 312px;
}

#container {
	margin: -405px auto 0px auto;
	background: transparent;
	width: 567px;
}

#content_top {
	background: url(images/content_top.png) left no-repeat;
	width: 567px;
	height: 90px;
}

#shadow_l {
	float: left;
	margin: 0 auto;
	background: url(images/shadow_l.png) left repeat-y;
	width: 567px;
}

#shadow_r {
	float: right;
	margin: 0 auto;
	background: url(images/shadow_r.png) right repeat-y;
	width: 567px;
}

#menu_content {
	float: left;
	width: 521px;
}

#menu {
	float: left;
	width: 42px;
}

#menu_aboutus {
	background: url(images/menu_aboutus.png) left no-repeat;
	width: 42px;
	height: 131px;
}

#menu_supportus {
	background: url(images/menu_supportus.png) left no-repeat;
	width: 42px;
	height: 122px;
}

#menu_photos {
	background: url(images/menu_photos.png) left no-repeat;
	width: 42px;
	height: 136px;
}

#content_right {
	float: right;
	background: url(images/content_right.png) right no-repeat;
	width: 46px;
	_margin-left: -10px;
	height: 169px;
}

#content {
	float: left;
	background: url(images/content_bg.jpg) repeat;
	width: 479px;
}

#content_title {
	background: url(images/content_title.jpg) no-repeat;
	width: 479px;
	height: 77px;
}

#date {
	float: left;
	margin: 0 0 0 23px;
	.margin: 0 0 0 11px;
	color: #fff;
	width: 50px;
	height: 50px;
	font-family: "myriad web", "arial narrow", arial, sans-serif;
	text-align: center;
}

.month {
	font-size: 14px;
	font-variant: small-caps;
}

.day {
	font-size: 28px;
}

#post_title {
	float: left;
	margin: 0 0 0 10px;
	padding: 20px 0 0 0;
	width: 380px;
	height: 30px;
	font-family: Verdana;
	font-size: 1.5em;
	text-align: left;
	vertical-align: bottom;
}

#post_title a {
	color: #b9522f;
	text-decoration: none;
}

#post_info {
	margin: 0 0 0 82px;
	text-align: left;
}

#grunge_l {
	background: url(images/grunge_l.jpg) left repeat-y;
	width: 479px;
}

#grunge_r {
	background: url(images/grunge_r.jpg) right repeat-y;
	width: 479px;
}

#post_body {
	padding: 20px 40px;
	text-align: justify;
}

#post_body p:first-letter {
	margin: 0 0 0 20px;
}

hr {
	clear: both;
	margin: 0 auto;
	background: url(images/hr.jpg) top no-repeat;
	width: 395px;
	height: 28px;
	border: none;
}

.signature {
	margin: 10px 0 0 0;
}

.details {
	padding: 0px 40px;
	text-align: left;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

#comments {
	padding: 0 40px;
	text-align: left;
}

#comments ul {
	margin: 15px 0px;
	
/*	background: #866c51;
*/	color: #f4da98;
	list-style: none;
}

#comments li {
	margin: 10px 0;
	padding: 8px 12px;
	background: #866c51;
}

#comments a {
	color: #b5a06a;
}

.comment_info {
	margin: 0 0;
}

.comment_body {
	clear: both;
	padding: 5px 0 0 0;
	text-align: justify;
	border-top: 1px solid #91784f;
}

#footer1 {
	clear: both;
	background: url(images/footer1.png) no-repeat;
	width: 567px;
	height: 61px;
}

#footer2 {
	clear: both;
	background: url(images/footer2.png) no-repeat;
	width: 567px;
	height: 118px;
}