
/* resets */
body, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
a img {
	border: 0;
}
a {
	outline: none;
}

/* main layout */
body {
	background: #231f20;
}
#body {
	font-family: Verdana, Arial, sans-serif;
	background: url(/images/bg.jpg) repeat top center;
}
#outer {
	background: url(/images/bodybg.jpg) repeat-x top center;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}

#header {
	height: 92px;
	position: relative;
}
#header #logo {
	position: absolute;
	top: 30px;
	left: -30px;
	width: 302px;
	height: 147px;
	z-index: 2;
	background: url(/images/logo.png) no-repeat;
}
#header #tagline {
	top: 55%;
	right: 10px;
	position: absolute;
	width: 600px;
	text-align: right;
	color: #fff;
	font: 18px "Trebuchet MS", Verdana, sans-serif;
}
#middle-container {
	padding: 12px 32px 12px 32px;
	background: url(/images/middlecontbg.gif) repeat-y;
}
#middle {
	/*position: relative;*/
	background: url(/images/middlebg.gif) repeat-y;
}
#sidebar {
	width: 166px;
	float: left;
	min-height: 357px;
	padding-top: 43px;
}
ul#subnav {
	color: #fff;
	list-style-type: disc;
	padding-right: 10px;
	padding-top: 20px;
}
ul#subnav li {
	margin: 6px 0;
}
ul#subnav li ul.subsubnav {
	color: #fff;
	list-style-type: disc;
	padding-left: 10px;
	font-size: 14px;
}
ul#subnav a {
	color: #fff;
	text-decoration: none;
}
ul#subnav a:hover, ul#subnav a.active {
	text-decoration: underline;
}
#main {
	width: 730px;
	float: left;
}
#nav {
	height: 43px;
	background: #B78E80;
}
#nav a {
	height: 17px;
	float: right;
	display: block;
	line-height: 16px;
	color: #fff;
	font-size: 14px;
	padding: 13px 22px;
	text-decoration: none;
	border-left: 1px solid #d3bfb8;
}
#nav a.first {
	border-left: 0;
}
#nav a:hover, #nav a.active  {
	background: #d3bfb8;
}
#content {
	min-height: 400px;
	background: url(/images/contentbg.gif) repeat-y #fff;
	color: #4D4D4D;
	font-size: 13px;
	line-height: 19px;
}
#content_text {
	padding: 30px 36px;
}

#footer-container {
	background: #231f20;
}
#footer {
	width: 950px;
	margin: 0 auto;
	padding: 10px 0 50px 0;
	color: #828282;
	font-size: 10px;
	text-align: right;
}
#footer #address {
	float: left;
}
#footer a {
	color: #b2b2b2;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/* styles */
#content h1 {
	color: #8A5D3B;
	font-weight: none;
	margin: 6px 0;
	font: 36px "Trebuchet MS", Verdana, sans-serif;
}
#content img.page_image {
	float: right;
	border: 6px solid #B78E80;
	margin: 15px 12px 12px 12px;
}
#content a {
	color: #8A5D3B;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content #form input.text, #content #form textarea {
	opacity:0.7;
	filter:alpha(opacity=70);
	border: 2px solid #d3bfb8;
	padding: 3px;
	font: 13px "Trebuchet MS", Verdana, sans-serif;
	width: 300px;
}
#content #form label {
	width: 100px;
	text-align: right;
	padding-right: 15px;
	font-size: 13px;
	line-height: 21px;
	float: left;
}
#content #form #submit {
	border: 0;
	border: 1px solid #d3bfb8;
	background: #B78E80;
	color: #fff;
	font-size: 13px;
	padding: 6px 12px;
}

/* homepage */
#body.homepage #sidebar {
	display: none;
}
#body.homepage #main {
	width: 100%;
	float: none;
}
#body.homepage #content {
	background: url(/images/contentbg-home.gif) repeat #fff;
}
#body.homepage #content_text {
	padding: 0;
}
#three_photos {
	height: 222px;
	padding: 4px 0;
}
#three_photos .photo {
	float: left;
	width: 296px;
	height: 222px;
	overflow: hidden;
}
#three_photos .middle {
	margin: 0 4px;
}
#home_content {
	padding: 5px 20px;
}
#home_content #edit-body {
	font: 18px Verdana, sans-serif;
	text-align: center;
}
#home_content #edit-body p {
	margin: 6px 0;
}
#four-focii {
	width: 830px;
	margin: 15px auto 0 auto;
	padding-bottom: 15px;
}
#four-focii .focus {
	width: 200px;
	margin-left: 10px;
	float: left;
	text-align: center;
}
#four-focii .focus h3 img {
	border: 0;
}
#four-focii .focus img {
	border: 6px solid #B78E80;
}
#four-focii .focus p {
	margin: 6px 0;
}
#four-focii .first {
	margin-left: 0;
}
#four-focii .focus {
	
}

/* other styles */
#content #photoset {
	text-align: center;
}
#content #photoset .set {
	float: left;
	width: 162px;
}

#content #photoset img {
	border: 6px solid #B78E80;
	display: block;
	margin: 15px 15px 0;
}

#content #cake_listing {

}
#content #cake_listing .cake {
	float: left;
	margin: 42px;
	text-align: center;
	font-size: 14px;
	width: 128px;
}
#content #cake_listing img {
	border: 6px solid #B78E80;
	margin-bottom: 6px;
	display: block;
}

#content #faq-list {
	margin: 12px 0;
	padding-bottom: 12px;
	border-bottom: 1px solid #d3bfb8;
}
#content #faq .faq h4 {
	margin: 6px 0 3px 0;
}
#content #faq .faq p {
	margin: 3px 0 6px 0;
}

#content #map {
	width: 440px;
	padding-right: 15px;
	float: left;
	margin: 12px 0;
}
#content #location_and_hours {
	width: 200px;
	float: left;
}



.spacer {
	padding: 1px 5px;
}
.clear {
	clear:both;
}
.fakelink {
	color: #999;
	text-decoration: underline;
}
