/*_______________GENERAL SETUP________________*/

* { margin: 0; padding: 0; }

body {
	font-size: 90%;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #352e28 url(/images/bg.gif) 0px 26px repeat-x;
	color: #f9f0da;
}

body, td { line-height:120% }

table { border-collapse:collapse }

td { vertical-align:top }

a { color: #f7c376 }

a:hover { color: #f9efd9 }



/*___________________MAIN LAYOUT________________*/

#homebar {
	background: #e5c47a;
	border-bottom: 1px solid #eee;
	color: #352e28;
	font-size: 11px;
	text-align: right;
}

#homebar p { padding: 5px;	margin: 0; }
#homebar a, #homebar a:visited { color: #352e28; }
#homebar a:hover { text-decoration: none; }



#wrapper {
	width: 940px;
	margin: 0 auto;
}

#header { position: relative; }
#header h1 a {
	display: block;
	width: 428px;
	height: 150px;
	background: url(/images/logo.jpg) no-repeat;
}

#header h1 span, #header h4 span { display: none; }

#header #schedule {
	position: absolute;
	right: 0;
	top: 0;
}
#header #schedule ul { float: left; margin: 0 10px; color: #502315; font-size: 9pt; list-style: none; padding-top: 25px; }
#header #schedule li { padding: 0; }

#mainLeft { width: 575px; float: left; margin: 10px 0 15px 14px; clear: left }

#mainFull { width: 900px; margin: 0 auto; margin-bottom: 15px  }

#rightColumn {
	width: 266px;
	float: right;
	padding: 25px 15px 5px 35px;
	background: url(/images/right-bg.gif) top no-repeat;
	margin-bottom: 15px
}

.newsBox { background:#2a231d; padding:7px; font-size: .8em; }

#content { padding-bottom: 9em }

#footer {
	height:180px;
	width:100%;
	color:#241a11;
	background:url(/images/footer-bg.gif) repeat-x;
	position: relative;
}

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

#footerContent {
	width:920px;
	margin:0 auto;
	padding:70px 0 0 0;
	font-size:0.8em;
	height:70px
}



/* TOP NAVIGATION TAB STYLES  */

#navBar {
	background: url(/images/nav-bar.gif) no-repeat;
	height: 92px;
	width: 940px;
	margin: 0 auto;
	text-align: center
}

.menu {
	font-family: "Times New Roman";
	font-size: 1.1em;
	margin: 0 auto;
	padding: 40px 0 0 0;
	width: 890px;
	text-transform: uppercase
}

.menu a {
	color: #0a0806;
	text-decoration: none;
	font-weight: bold;
	padding: 9px 14px; 
}

.menu a:hover, .menu .active { color:#581007 }

.menu li {
	display: inline;
	list-style-type: none;
	background: url(/images/div.gif) left center no-repeat;
	padding: 0 9px 0 18px;
}
.menu li#first { background: none; padding: 0 9px; }

.dv { margin :0 20px }




/* RIGHT COLUMN NAVIGATION STYLES  */

.menuRight {
	margin: 10px 0 1px 10px;
	padding: 0;
	width: 100%;
	list-style: none
}
.menuRight li { 
	text-decoration:none; 
	font-weight:bold;
	width:100%; 
	cursor:pointer; 
	margin-bottom:1px;
	display:block;
	background:url(/images/menu-list.gif) no-repeat left; 
	padding-left:10px;
	text-indent:5px 
}
.menuRight a:hover { color:#ed7739 }





/*JS IMAGE SLIDESHOW BANNER */
#showBanners {
	float: left;
	background: url(/images/homeFrame.jpg) center no-repeat;
	margin: 10px 0 10px 20px;
	padding: 12px 11px;
	display: inline
}


/* 3 HOME BANNERS  */
#homeBanners {
	float:right;
	width:316px;
	margin:10px 15px 10px 0;
	padding:0;
	display:inline
}




/*________________GENERAL STYLES_________________*/

.left { float:left; position:relative }
.right { float:right; position:relative }
.padding_right { padding-right: 45px; }
.padding_left { padding-left: 45px; }
.clear { clear:both }
.clear-l { clear:left }
.clear-r { clear:right }
.spacer	{ height:10px }
.alert { background: #ffebe8; border: 1px solid #b24444; padding: 10px; color: #000; }
.notice { background: #fcfdbe; border: 1px solid #8d8d74; padding: 10px; color: #000; }
.success { background: #c3e1bf; border: 1px solid #315733; padding: 10px; color: #000; }
hr { height:1px; color:#D1C0A0 }
.imgRight { float:right; border:3px double #fff; margin:0 0 8px 8px  }
.imgLeft { float:left; border:3px double #fff; margin:0 8px 8px 0 }
.img {  border:3px double #fff; margin:8px }



.small {
	font-size:0.8em;
	padding:2px 0;
	color:#bd4306
}

.title {
	font-size:1.4em;
	color:#f9f0da;
	padding:17px 0 0 30px;
	margin:0;
	height:38px;
	width:95%;
	background: url(/images/title-bg.gif) top left no-repeat;
}

.date { background:#7b2401; padding:2px }

.button {
	width:68px;
	height:20px;
	border:none;
	padding:0;
	margin:5px 0 0 0;
	color:#f9f0da;
	font-size:0.9em;
	background:url(/images/button.png) no-repeat;
}

a.readon {
	color:#f9f0da;
	background:url(/images/read.gif) no-repeat;
	display:block;
	width:91px;
	height:25px;
	padding:2px 0 0 0;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	float:right;
	font-size:0.8em;
}

a.readon:hover { color:#F0EBD2  }

.form {
	height:15px;
	width:240px;
	background: #fff;
	font-size:90%;
	padding:2px 0 0 5px;
}

.article_separator {
	display:block;
	height:10px;
	margin:4px 0;
	width:99%;
	background:url(/images/article-div.gif) repeat-x;
}

h1 { font-size:1.4em }
h2 { font-size:1.3em }
h3 { font-size:1.0em }
h4 { font-size:.9em }

h3 { margin-bottom: 15px; }

p {
	line-height: 140%;
	margin-bottom: 15px;
}

ol, ul { margin-left: 65px; margin-bottom: 15px; }
li { padding: 3px; }


a img { border: none; }

.editLink, .editLink:visited {
	background: #f1d9b5 url(/images/bg_edit.jpg) 7px 8px no-repeat;
	padding: 5px 15px 5px 30px;
	text-decoration: none;
	color: #000;
	border: 1px solid #fff;
}
.editLink:hover { color: #000; text-decoration: underline; }


.event-box { clear: both; display: block; }
p.date {
	float: right;
	clear: both;
	margin: 0 0 1em 0.5em;
	text-align: center;
	width: 30px;
	line-height: 1em;
	padding: 4px;
	background: #7b2401 url(/images/date-line.jpg) center 17px no-repeat;
	border-top: 4px solid #541b04;
	border-left: 1px solid #8f3917;
	border-right: 1px solid #8f3917;
}

p.date span.month { text-transform: uppercase; display: block; font-size: 10px; }
.newsBox p.date span.month { margin-bottom: 4px; }
p.date span.day { font-size: 12pt; }

#mainLeft p.date { float: left; margin: 0 1em 0.5em 0; }



.profileBox {
	margin-top: 20px;
	background: #2A231D url(/images/more-info-bkg.jpg) top right no-repeat;
	padding: 7px 80px 7px 7px;
}
.profileBox h4 { font-size: 12pt; margin-bottom:10px; }
.profileBox p { font-size: 10pt; color: #336699; margin-bottom: 5px; }
.profileBox ul { list-style: none; padding-top: 3px; }
.profileBox ul li { line-height: 1em; padding: 3px 0; }
.profileBox img { float: left; clear: left; padding: 2px; margin: 5px 10px 5px 0; border: 1px solid #7f6e5f; }



#rightColumn .sidebar_icon a { padding: 5px 5px 5px 45px; display: block; }
#rightColumn ul { margin: 10px 0px 30px 20px; font-size: 9pt; color: #DBD6C0; }



/* Resources Pages */
.resources #mainLeft ul.list { margin-left: 0; list-style: none; }
.resources #mainLeft ul.list li { width: 280px; float: left; padding: 4px 0; }
.resources #mainLeft h2 { margin: 15px 0; clear: both; }
.downloadResource { background: url(/images/icon_save.jpg) left center no-repeat; }

#recipe_cards #mainLeft h3 { font-size: 16pt; color: #f7c376; margin-bottom: 5px; }
#recipe_cards #mainLeft h4 { font-size: 12pt; margin-bottom: 25px; color: #f7c376; }
.audioResource { background: url(/images/icon_disc.jpg) left center no-repeat; }


/* Register Page */
form#register input[type='text'] {
	padding: 4px;
	width: 350px;
}
form#register input#city { width: 200px; margin-right: 19px }
form#register input#state { width: auto; margin-right: 19px }
form#register input#zip { width: auto; }
form#register p.children label { margin-right: 10px; }
form#register p.children input { margin-right: 15px; }
form#register p.children input.child_name { width: 170px; }
form#register p.children input.child_dob { width: 80px; }
form#register p.children input.child_sex {  }