/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0px;
	background-color: #65798d;
	font-family: font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #50241d;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #863428;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	font-size: 1.2em;
	margin-top: 0;
	line-height: 120%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #4E231C;
}

a:hover {
	color: #4E231C;
	border-bottom: 1px dotted #7D934A;
}

.caption {
	font-size:12px;
	margin-top: -20px;
}

#wrapper {
	position: relative;
	width: 900px;
	margin: 0 auto;
	background-image:url(images/body-background.jpg);
	background-repeat:no-repeat;
	background-color: #E7E6E1;
}

#phone-directions {
	font-size: larger;
	position: absolute;
	top: 13px;
	left: 15px;
}

/* Menu */

#menu {
	width: 900px;
	height: 44px;
	position: relative;
	top: 132px;
}

#menu ul {
	margin: 0;
	padding: 10px 0 0 320px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	margin-right: 3px;
	padding: 5px 20px 7px 20px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
}

#menu a:hover {
	color: #cc6600;
	text-decoration: none;
}

/* Page */

#page {
	background-color: #dfebbb;
	width: 900px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 608px;
	margin-top: 200px;
	padding-left: 18px;
}

.post {
	padding: 8px 35px 30px 8px;
}

.post .title {
	color: #000000;
}

.post .entry {
	text-align: left;
}


img {
	border: none;
}

.left {
	float: left;
	margin-right: 15px;
	border: 1px black;
}

.right {
	float: right;
	margin-left: 15px;
	border: 1px black;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 270px;
	text-align: center;
	margin-top: 500px;
	margin-right: 0px;
}

#sidebar img {
	border: 1px solid black;
	margin: 20px auto;
}

/* Footer */

#footer {
	width: 900px;
	height: 20px;
	margin: 0 auto;
	padding: 20px 0 15px 0;
	background-color: #b3d15f;
	color: #333333;
}

#footer p {
	margin: 0;
	font-size: 1em;
	line-height: normal;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
	border-bottom: 1px #FFFFFF dotted;
}
