@charset "utf-8";
/* Basic Style Sheet
   Updated: Saturday 11.29.08 @ 7:00 p.m.
   Author:  Kimber Malone, Purple Dragonfly Designs
   ----------------------------------------------------*/

/* COLORS (color guide)
   Body Background:       #E3E8D9
   Main Text:             #786F4E
   Links:                 #786F4E
*/

/* 	Typography
	Layout (Section Titles)
   	Content
   	Sidebar
   	Navigation
   	Footer
   	Misc.
*/

/* =Typography
   ----------------------------------------------------*/
h1 {
	font-size: 120%;
}

h2 {
	font-size: 120%;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C8C2AA;
}

h3 {
}

h4 {
}

h5 {
}


/* =Layout
   ----------------------------------------------------*/
html, body {
	height: 100%;
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	background-color: #E3E8D9;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #786F4E;
}

#page-wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#logo-wrapper {
	float: left;
	height: 281px;
	margin-top: 10px;
	width: 1000px;
}

#left-lines {
	background-image: url(../images/left-side-lines.png);
	background-repeat: no-repeat;
	float: left;
	height: 281px;
	width: 311px;
}

#logo {
	background-image: url(../images/living-logo.png);
	background-repeat: no-repeat;
	float: left;
	height: 281px;
	width: 377px;
}

#right-lines {
	background-image: url(../images/right-side-lines.png);
	background-repeat: no-repeat;
	height: 281px;
	width: 311px;
	float: right;
}

#middle-wrapper {
	float: left;
	width: 1000px;
	clear: both;
}

#left-leaves {
	background-image: url(../images/left-leaves.png);
	background-repeat: no-repeat;
	float: left;
	height: 410px;
	width: 91px;
}

#flash-box {
	float: left;
	height: 394px;
	width: 800px;
	margin-left: 9px;
	background-image: url(../images/middle-img.png);
	background-repeat: no-repeat;
}

#right-leaves {
	background-image: url(../images/right-leaves.png);
	background-repeat: no-repeat;
	float: right;
	height: 410px;
	width: 91px;
}

#left-box {
	background-image: url(../images/left-line-ends.png);
	background-repeat: no-repeat;
	float: left;
	height: 110px;
	width: 91px;
}

#right-box {
	background-image: url(../images/right-line-ends.png);
	background-repeat: no-repeat;
	float: right;
	height: 110px;
	width: 92px;
	margin-right: 1px;
}
/* =Content
   ----------------------------------------------------*/

#content-wrapper {
	float: left;
	width: 1000px;
	font-size: 105%;
	margin-bottom: 10px;
}

#content-box {
	float: left;
	width: 772px;
	margin-bottom: 10px;
	margin-left: 20px;
}

#content-box a:link, #content-box a:visited {
	color: #786F4E;
}

#content-box a:hover {
	color: #8B9F60;
}

#box-top {
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
	float: left;
	height: 17px;
	width: 773px;
}

#box-middle {
	background-image: url(../images/box-middle.png);
	background-repeat: repeat-y;
	float: left;
	width: 773px;
	margin: 0px;
	padding: 0px;
}

#box-bottom {
	background-image: url(../images/bottom.png);
	background-repeat: no-repeat;
	float: left;
	height: 17px;
	width: 773px;
}

.textbox {
	width: 330px;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 5px;
}

/* =Sidebar
   ----------------------------------------------------*/

.leftsidebar {
	background-color: #E7E3D1;
	width: 210px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #AFA683;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* =Navigation
   ----------------------------------------------------*/

.navbar {
	background-color: #E7E3D1;
	width: 205px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #C6BFA6;
	padding-left: 5px;
	padding-bottom: 5px;
}

/* Footer
   ----------------------------------------------------*/
#footer-top {
	background-image: url(../images/footer-top-bg.jpg);
	background-repeat: repeat-x;
	height: 15px;
	width: 100%;
}

#footer-wrapper {
	background-image: url(../images/footer-pattern.jpg);
	background-repeat: repeat;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#footer-text {
	color: #817652;
	text-align: center;
	margin-top: 40px;
	font-size: 90%;
	margin-bottom: 10px;
}

#footer-text a:link, #footer-text a:visited {
	color: #817652;
	text-decoration: none;
}

#footer-text a:hover {
	color: #ECEADB;
	text-decoration: none;
}

/* =Misc.
   ----------------------------------------------------*/

.clearit {
	clear: both;
}
