/*
CHOICE css styles 6/14/2010 greenwood
*/

body {
	/* was ##809315 */
		background-color: #448Eff; /* blue background all over must update footer too */
	/*		background: 604011 url repeat-x top left; /* 33ccff = tealblue... 604011 =- brown */

	/*background: #33ccff url(images/img01.jpg) repeat-x top left;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	
	/*color: #FFFFFF; /* ffffff = white*/
	margin: 0px;
	padding: 0px;
	color: #ffffff;
}

input {
	width: 220px;
	background: #FFFFFF ; /* ffffff= white  this definition is for the input fields on the side bar */
	border-top: 1px solid #A3A3A3;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #D6D6D6;
	font: normal 1em/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*color: #6E6E6E;  /* light grey color */
}
textarea {
	width: 220px;
	background: #604011 url(images/img04.gif) repeat-x; /* ffffff= white */
	border-top: 1px solid #A3A3A3;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #D6D6D6;
	font: normal 1em/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*color: #6E6E6E;  /* light grey color */
}

h1, h2, h3 {
}

h1, h1 a, h2, h2 a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 34px;
}

h2 {
	font-size: 28px;
	font-weight: normal;
}

h3 {
	font-size: 16px;
}

p {
	font-size: 18px;
}
ul, ol {
	margin-top: 1.5em;
	/*this was 190% before but made the space between lines very large*/
	line-height: 130%;
}

ul, ol {
	margin-left: 1em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #ffcc33;
}

a:hover {
	text-decoration: none;
/*	color: #FFFFFF;*/
}

a img {
	border: none;
}

img.left {
	float: left;

	margin-right: 20px;
}

img.right {
	float: right;
	margin-right: 20px;
}

hr {
	display: none;
}

#header {
	width: 960px;
	height: 206px;
	margin: 0 auto;
    background: url(images/img02.jpg) no-repeat top left;  /* logo with al and shelley's pix */
}

/* Logo */

#logo {
	
	width: 870px;
	height: 152px;
	margin: 0 auto;
}

#logo h1, #logo h2 {
	margin: 0;
}

#logo h1 {
	float: left;
	padding-top: 75px;
	padding-left: 50px;
	font-weight: normal;
	text-transform: lowercase;
}

#logo h2 {
	float: left;
	padding-top: 95px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
}

#logo h2, #logo h2 a {
	/*color: #FFFFFF; */
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 30px;
}

#menu ul {
	margin: 0;
	padding: 23px 0 0 28px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 0 2px 0 2px;
}

#menu li.first a{
	float: left;
	background: #8798d2; /*619e00 = dark green 8798d2 = periwinkle*/
	padding: 9px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	font-color: #FFFFFF;
}

#menu a {
	float: left;
	background: #406800;  /*406800 - dark green */
	padding: 10px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;  /* ffffff= white*/
}

#menu a:hover {
	text-decoration: underline;
	background: #619E00;
	padding: 9px 20px;
}

/* Search */

#search {
	float: right;
	width: 200px;
}



/* Banner */

#banner {
	width: 960px;
	margin: 0 auto;
	padding: 8px 0;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding: 45px 35px 0 25px;
}

/* Content */

#content {
	float: right;
	width: 603px;
}

.post {
	background= #604011; /* brown */
	
}

.post .title {
	margin: 0;
	padding: 20px 20px 0 20px;
	background: url(images/img04.gif) no-repeat left 100%;
	border-bottom: 1px solid #FFFFFF;  /* white */
	color: #900;
	
}
.boldred {
	color: #666;
}


.post .title a:hover {
	text-decoration: underline;
}

.post .entry {
	padding: 0 20px;
	font-size: 14px ;
}

.post .meta {
	height: 25px;
	margin: 15px 0 20px 0;
	padding: 10px 0 0 20px;
	background: #4E9FC8  no-repeat;
	line-height: normal;
}

	

/* Sidebar */

#sidebar {
	float: left;
	width: 250px;
/*	background: #4eb97c; /* sea green*/*/
}

#sidebar ul {
	/*background: #ff9900; /*(orange)*/
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 40px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 5px 20px;
}

#sidebar li h2 {
	height: 30px;
	margin-bottom: 15px;
	padding: 5px 0px 0px 20px;
	background: #4E9FC8 url(images/img03.jpg) no-repeat;
	font-size: 18px;
	color: #FFFFFF;
}

#sidebar li p {
	padding: 0 20px;
}

#calendar caption {
}



/* Footer */

#footer {
	clear: both;
	width: 870px;
	background-color: #448Eff;
	height: 50px;
	margin: 0 auto;
	padding: 35px 45px;
	border-top: 5px solid #4E9FC8;
}

#footer p {
	margin: 0;
	line-height: normal;
/*	color: #FFFFFF;*/
}

#footer a {
	color: #406800;
}

#footer .legal {
	float: left;
}

#footer .credit {
	float: right;
}

