/* Colors
	blue: 7bbdd7
	green: 6bd553
	brown: 5f270c
*/

body {
	background: #fff url(bg2.gif) top left repeat-x;
	color: #5f270c;
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

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

p { margin: 0; padding: 0; }

.center { text-align: center; }

#wrapper {
	width: 760px;
	position: relative;
	margin: 0 auto;
	padding-bottom: 340px;
	border: 0;
	background: url(tree2.jpg) bottom right no-repeat;
}

#header { 
	margin: 0;
	padding: 0;
	border: 0;
	background: url(toast3.jpg) top left no-repeat;
	height: 362px;
}

h1 {
	margin: 0px 0 20px 260px;
	padding-top: 40px;
}

h1 img { border: 0; }

p#intro { 
	margin: 0 120px 40px 390px;
	font-family: Times New Roman;
	font-size: 14px;
	font-style: italic;
	text-align: left;
}


/*** Temporary Walk button positioning ***/

#walk {
	position: absolute;
	top: 370px;
	right: 0;
	height: 210px;
	width: 210px;
	}

#walk img { border: 0; }

#walk a img { border: 0; }

#walk a:hover { border-bottom: 1px solid #5f270c; }



/*** sidebar styles ***/

#sidebar {
	float: left;
	width: 177px;
	margin: 30px 0 0 0;
	}
	
#nav {
	list-style: none;
	margin: 0 0 12px 0;
	padding: 0;
	font-family: 'Times New Roman';
	font-style: italic;
	font-size: 24px;
	}

#nav li {
	margin: 0;
	padding: 0 0 4px 0;
	}

#nav a { display: block; }

#nav a:hover {
	background: #f2f8fb;
	}

#sidebar img {
	border: 1px solid #8d6653;
	margin: 0 0 12px 0;
	}

#sidebar img:hover { border: 1px solid #7bbdd7; }



/*** Home page styles ***/

.blurb h2 { margin: 24px 0 0 0; padding-right: 20px;}

.blurb h2 a { color: #6bd553; padding-right: 35px; }

.blurb h2 a:hover { background: #fff url(heart.gif) right no-repeat; }

.blurb { margin: 0 165px 20px 255px; }


/*** interior pages' content style ***/


#content {
	margin: 0 0 0 220px;
	}

#content p { line-height: 1.4em; margin: 0 0 1em 0; }


h2 {
	font-family: 'Times New Roman';
	font-weight: normal;
	font-size: 2.5em;
	color: #7bbdd7;
	margin: 24px 0 12px 0;
	padding: 0;
	}

h3 {
	font-family: 'Times New Roman';
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 1.1em;
	padding: 0;
	margin: 0em 0 .5em 0;
	}

h4 {
	font-size: 1em;
	padding: 0;
	margin: 0;
	}

cite {
	color: #7bbdd7;
	font-family: 'Times New Roman';
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0;
	text-indent: 12px;
	display: block;
	}

div.story{ 
	margin: 24px 0px 0px 0px; 
	padding: 24px 12px 0 12px;
	border-top: 1px dotted #a24415; 
	}

#photos #content img { border: 1px solid #5f270c; }