/*
THEME NAME: Simple Choices for Healthier Eating
DESCRIPTION: Your custom-designed WordPress theme.
VERSION: 1.0
AUTHOR: John Lamansky
*/

a {
	color: blue;
}

a:hover {
	color: #C00000;
}

a img {
	border: 0 none;
}

.green, .entry-title, .entry-content h3 {
	color: #006600;
}

.b		{ font-weight: bold; }
.i		{ font-style: italic; }
.u		{ text-decoration: underline; }
.darkred	{ color: #C00000; }
.center		{ text-align: center; }
.small 		{ font-size: 0.9em; }
.clear		{ clear: both; }

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 10pt;
	background-color: #006600;
}

#wrapper {
	margin: 0;
	padding: 0 0 1em 0;
	background-color: #fff;
	margin: 0 auto;
	width: 1204px;
}

#main {
	padding: 0 1em;
	width: 1034px;
	margin: 0 auto;
}

#content {
	width: 840px;
	min-height: 400px;
	height:auto !important;
	height:400px;"
}

#container {
	margin-top: 0.5em;
}

/* Header */

#header table {
	width: 100%;
	border-collapse: collapse;
}

#header table td {
	height: 134px;
	margin: 0;
	padding: 0;
}

#header table td.food {
	background-repeat: no-repeat;
	width: 50%;
}

#header table td.left {
	background-image: url(images/food-left.jpg);
	background-position: top right;
}

#header table td.right {
	background-image: url(images/food-right.jpg);
	background-position: top left;
}

#header h1 {
	margin: 0;
	padding: 0;
}

/* Content */

body.page h2.entry-title {
	/*font-family: "Comic Sans MS", cursive;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.6em;
	font-weight: bold;
	font-style: italic;
}

body.page h3.entry-title {
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
	border-top: 1px solid #999;
	padding-top: 0.5em;
}

.entry-content {
	font-size: 1.1em;
}

.entry-content h3 {
	text-align: center;
	font-weight: normal;
	font-size: 1.4em;
}

.entry-content h4 {
	text-align: left;
	font-weight: bold;
	font-size: 1.1em;
	color: #006600;
}

.entry-content hr {
	width: 50%;
	border: 1px solid #C00000;
}

.entry-content .backtotop {
	text-align: center;
	font-size: 0.9em;
}

body.page-template-events-archive-php .entry-content h3 {
	font-weight: bold;
	color: #c00000;
}

.entry-content table.contactinfo {
	border: 0 none;
}

.entry-content table.contactinfo th {
	text-align: left;
	font-weight: bold;
	color: #c00000;
	padding: 0.5em 0;
}

.entry-content table.contactinfo td {
	vertical-align: top;
	padding: 0.5em 1em;
	border-left: 1px solid #ccc;
}

.entry-content table.contactinfo td.first {
	padding-left: 0;
	border-left: 0 none;
}

.entry-content table.photogallery td {
	padding: 0 1em 3em 0;
}

.entry-content table.schedule {
	border-collapse: collapse;
	border-top: 1px solid #999;
	margin-bottom: 3em;
}

.entry-content table.schedule td {
	vertical-align: top;
	/*padding: 0.5em;*/
	padding: 0 0.5em;
	border-bottom: 1px solid #999;
}

.entry-content table.schedule td.date {
	color: #c00000;
	width: 9em;
}

.entry-content ul.spacedlist li {
	padding-bottom: 1em;
}

.entry-content ul.checkmarks li {
	list-style-image: url(/images/checkmark.jpg);
}

/* Menu */

#wrapper .menu ul, #wrapper ul.menu {
	margin: 0;
	padding: 0;
}

#wrapper .menu li {
	list-style-type: none;
}

.sidebar .menu ul li a {
	display: block;
	padding: 0.5em;
	color: black;
	text-decoration: none;
	border-style: solid;
	border-width: 1px 1px 1px 3px;
	border-color: white;
	background-color: white;
}

.sidebar .menu ul li.current_page_item a, .sidebar .menu ul li.current_page_ancestor a, .sidebar .menu ul li.current_item_parent a {
	border-color: green;
	background-color: #DFFFBF;
}

.sidebar .menu ul li a:hover {
	text-decoration: underline;
}

.sidebar .menu ul ul li a {
	display: block;
	padding: 0.5em;
	color: black;
	text-decoration: none;
	border-style: solid;
	border-width: 1px;
	border-color: white;
	background-color: white;
	margin-left: 0.5em;
}

.sidebar .menu ul ul li.current_page_item a, .sidebar .menu ul ul li.current_page_ancestor a, .sidebar .menu ul ul li.current_item_parent a {
	border-color: green;
	background-color: #DFFFBF;
}

.sidebar .menu ul ul li a:hover {
	text-decoration: underline;
}

body.four04 #wrapper .sidebar .menu ul li a {
	border-color: white;
	background-color: white;
}

.menu a.navt_glink img {
	background-repeat: no-repeat;
}

#rightmenu {
	float: right;
	margin: 0 0 0 2em;
}

#rightmenu li {
	margin-bottom: 2em;
}

#subpages {
	margin-top: 2em;
	font-family: Arial, Helvetica, Sans-serif;
}

#subpages ul {
	margin: 0;
	padding: 0;
}

#subpages li.page_item {
	float: left;
	margin: 0;
}

#subpages li.page_item a {
	display: block;
	padding: 0.5em 1em;
	margin: 0 3px 3px 0;
	border: 1px solid #999;
	background-color: #F6F6F6;
	color: #000;
	text-decoration: none;
}

#subpages li.current_page_item a {
	background-color: #DFFFBF;
}

/*
#subpages {
	border-bottom: 1px solid #ccc;
	text-align: center;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 0.85em;
}

#subpages, #subpages ul {
	padding: 1em 0 0.5em;
}

#subpages li {
	display: inline;
}

#subpages li {
	padding: 0.5em 0;
}

#subpages li a {
	border: 1px solid #ccc;
	padding: 0.5em;
	color: #000;
	background-color: #eee;
	text-decoration: none;
}

#subpages li.current_page_item a {
	border-bottom-color: #fff;
	background-color: #fff;
}
*/


/* Footer */

#footer {
	padding-top: 3em;
	font-style: italic;
	font-weight: bold;
}

#footer-menu {
	width: 50%;
	margin: 0 auto;
	text-align: center;
}

#footer-menu .menu li {
	display: inline;
	padding: 0 1em;
}

#footer-menu .menu, #footer .legal {
	font-style: normal;
	font-weight: normal;
	font-size: 0.75em;
}

/* Blog */

body.blog .entry-title {
	margin: 0;
}

.entry-date, .entry-meta {
	color: #999;
}

abbr.published {
	border: 0 none;
}

body.blog .entry-meta {
	margin-bottom: 3em;
}

body.single .entry-meta {
	margin-top: 1em;
}




/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */

.cform { 
	margin:10px auto 0 auto; 
	width: 410px; 
}

.cform fieldset	{ 
	margin-top:10px; 
	padding:5px 0 5px 0; 
	border:none;
}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
	margin:0;
	padding:0; 
	font:normal 18px Helvetica; 
	/*color: #aaa;*/
	letter-spacing:3px;
}

ol.cf-ol { 
	margin:0!important; 
	padding:15px 0 0 0!important; 
	border-top:1px solid #f2f2f2;
}
ol.cf-ol li	{
	background:none!important; 
	margin:5px 0!important; /*some themes may interfere otherwise*/
	padding:0; 
	list-style:none!important; 
	text-align:left;
	line-height:1.1em;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	/*color:#888888;*/
	font-size:1em;
	letter-spacing:2px;
	margin:12px 0pt !important;
	padding:0pt 0pt 0pt 100px;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	width:90px; 
	margin:4px 10px 0 0; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:left;
	vertical-align:top;
	/*color: #aaa;*/
	font:0.9em Trebuchet MS,sans-serif;
}
.cform label span {
	width:90px; /* must be the same as above!*/
	display:block; 
}

label.cf-before {
	margin:4px 10px 0 0; 
}

label.cf-after 	{
	margin:4px 2px 0pt 6px;
	text-align:left;
	width:75px;
}

label.cf-after span {
	width:75px;
	display:block;
}

label.cf-group-after {
	margin:4px 0 0 2px;
	text-align:left;
}
.cform label.cf-group-after span {
	width:280px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select { 
	padding:3px;
	border:1px solid #aaa; 
	font:0.9em Trebuchet MS,sans-serif;
	/*color:#888;*/
	background:#ffffff url(../../plugins/cforms/images/field-bg-top.gif) repeat-x top left;
	vertical-align:top;
}

.cform textarea,
.cform input {
	width:298px; 
}
.cform select {
	width:306px; /* attempt to have equal length */
}  

.cform select.cfselectmulti	{ 
	height:7.5em; 
}

.cform textarea {
	font-family: arial;
	font-size: 0.9em;
	overflow:auto;
}

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt { 
	margin:0px 5px 7px 98px;
	display: block; 
	vertical-align:top;
	color: #aaa;
	font-size:0.7em;
	line-height:1.2em;
}


/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	/*color:#888888;*/
	font-size:1em;
	letter-spacing:2px;
	margin:12px 0pt 0 !important;
	padding:0pt 0pt 0pt 100px;
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

input.cf-box-a,
input.cf-box-b 	{ 
	margin:1px 0 0 0; 
	width:16px; 
	height:22px;
	border:none!important;
	background:none!important;
}

input.cf-box-a 	{ 
	margin-left:100px; /* check with label 'width' incl. */
} 


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	padding: 0 0 5px 100px; 
} 


/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	margin: 0;
	padding:0pt 3px 0pt 0pt !important;
	text-align:right;
}
.cform input.sendbutton	{ 
	width:100px;  
	padding:2px; 
	margin: 0 0 0 100px;
	font-size:0.8em;
	background:url(../images/button-bg.gif) repeat-x; 
	border:1px solid #adadad!important;
	border-left-color:#ececec!important; 
	border-top-color:#ececec!important;
}

/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
	padding:5px 0!important;
	margin:5px 0!important;
}

ol.cf-ol li ul.cf_li_text_err {
	margin:0 0 0 10px;
	padding:0;
	color:#333;
}

ol.cf-ol ul.cf_li_text_err li {
	background:url(icon-alert.png) no-repeat left 1px!important;
	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px!important;
	padding-left:15px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}

/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */
label.secq,
label.seccap {
	vertical-align:text-bottom;
	margin-bottom:4px;
}

input.secinput {
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:100px;
	padding: 4px 4px;
	margin: 0;
	vertical-align:text-bottom;
}

img.captcha	{
	vertical-align:text-bottom;
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	vertical-align:text-bottom;
	background:	url(captcha_reset_white.gif) no-repeat;
	margin:0 0 2px 3px;
	width:21px;
	height:21px;
	border:none;
}

img.imgcalendar {
	border:none;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	color:#333;
	display:none;
	padding:10px 15px!important;
	width:380px;
	line-height:1.3em;
	margin:10px auto;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:red!important;
	text-decoration:underline!important;
}
div.success {
	background-color: #DFFFBF;
	color:#000000;
	display:block;
}
div.failure {
	display:block;
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
}
div.waiting {
	background:#F9F9F9;
	color:#AAAAAA;
	display:block;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform .cf_error { 
	color:red; 
	border:1px solid #FF0000; 
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:red; 
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

p.cf_info 		{
	margin:10px 0;
	text-align:center;
}
p.success 	{
	color:green;
}
p.failure 	{
	color:red;
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */

.cform input.cf_upload  {
	width:220px;
	background: #f9f9f9;
	border:1px solid #888888;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	margin:6px auto 10px !important;
	padding:0pt 6px 0pt 0pt !important;
	text-align:right;
	width:410px;
}
.linklove a,
.linklove a:visited {
	font-size: 0.8em;
	font-family: Tahoma;
	color:#aaaaaa!important;
}


/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
*+html ol.cf-ol,
*+html ol.cf-ol li	{
	display: inline-block;  /*for ie7*/
}
* html ol.cf-ol,
* html ol.cf-ol li,
* html span.reqtxt,
* html span.emailreqtxt { 
	display: inline-block;
}
* html .cform legend { 
	position:absolute; 
	left: -8px; 
	top:0;
	margin-left:0;
}
*+html .cform legend { 
	position:absolute; 
	left: -8px;
	top:0;
	margin-left:0;
}
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
*+html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html img.captcha	{
	margin-bottom:1px!important;
}
*+html img.captcha	{
	margin-bottom:1px!important;
}













/*
LAYOUT: Two-Column (Left)
DESCRIPTION: Two-column fluid layout with one sidebars left of content
*/
div#container {
float:right;
margin:0 0 0 -200px;
width:100%;
}

div#content {
margin:0 0 0 200px;
}

div.sidebar {
float:left;
overflow:hidden;
width:180px;
}

div#secondary {
clear:left;
}

div#footer {
clear:both;
width:100%;
}


/* Default Sandbox classes */

div.skip-link {
display: none;
}

div#menu {
background:#EEE;
height:1.5em;
margin:1em 0;
width:100%;
}

div#menu ul,div#menu ul ul {
line-height:1;
list-style:none;
margin:0;
padding:0;
}

div#menu ul a {
display:block;
margin-right:1em;
padding:0.2em 0.5em;
text-decoration:none;
}

div#menu ul ul ul a {
font-style:italic;
}

div#menu ul li ul {
left:-999em;
position:absolute;
}

div#menu ul li:hover ul {
left:auto;
}

.entry-title,.entry-meta {
clear:both;
}

div#primary,div#secondary {
margin-top:2em;
}

form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

.alignright,img.alignright{
float:right;
margin:0 0 1em 1em;
}

.alignleft,img.alignleft{
float:left;
margin:0 1em 1em 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
margin-bottom:1em;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

div.sidebar h3 {
font-size:1.2em;
}

div.sidebar input#s {
width:7em;
}

div.sidebar li {
list-style:none;
margin:0 0 2em;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin:0 0 0 2em;
}

div.sidebar ul ul li {
list-style:disc;
margin:0;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:circle;
}

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

div#header,div#footer {
text-align:center;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
margin:0;
padding:0;
}