@charset "utf-8";
/* CSS Document */

body {
	background:#454646;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
a {
	color:#053afd;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

img {
border:none;
}

#main {
	border-top:1px solid #000000;
	padding: 10px;
	width:629px;
}
.bio img.left {
	margin-right:10px;
	float:left;
}
.bio img.right {
	margin-left:10px;
	float:right;
}
hr {
	clear:both;
	background:url(/images/divider.gif) bottom repeat-x;
	height:1px;
	border:none;
	padding-top:10px;
}
.homehr {
	clear:both;
	background:#CEC8A7;
	height:1px;
	border-bottom:none;
	padding-top:0px;
}



#footer {
	color:#c0bfbf;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:12px;
}
#footer a{
	color:#c0bfbf;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}

.season_heading {
	text-transform:uppercase;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	line-height:20px;
	width:228px;
}
.season_events {
	border:#EFEDE4 3px solid;
	border-top:none;
	border-bottom:none;
	text-align:left;
	width:212px;
	padding:5px;
	font-size:11px;
}

.title {
	font-weight:bold;
}
.spring .season_heading {
	background-color:#679554;
}
.spring .title {
	color:#679554;
}
.date {
	font-weight:bold;
}
.info a {
	color:#053afd;
	text-decoration:none;
}
.info a:hover {
	text-decoration:underline;
}
.summer .season_heading {
	background-color:#EE8144;
}
.summer .title {
	color:#EE8144;
}
.fall .season_heading {
	background-color:#AE3D3F;
}
.fall .title {
	color:#AE3D3F;
}
.winter .season_heading {
	background-color:#316299;
}
.winter .title {
	color:#316299;
}

#homesignup {
	width:188px;
	text-align:left;
	font-size:10px;
	margin-top:5px;
}
#signup {
	width:188px;
	text-align:left;
	font-size:10px;
	margin-left:18px;
	margin-top:5px;
}
#homechefs {
	width:194px;
	text-align:left;
	font-size:10px;
	margin-top:5px;
	font-weight:bold;
}
#chefs {
	width:194px;
	text-align:left;
	font-size:10px;
	margin-left:12px;
	margin-top:5px;
	font-weight:bold;
}

.eventspageseason {
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding-top:5px;
}

.eventspage_events {
}

.eventspage_events .title {
	font-style:italic;
}
#e {
	display:inline;
	margin-right:-8px;
}

.homepage .season_heading {
	text-transform:uppercase;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	line-height:20px;
	width:292px;
}
.homepage .season_events {
	border-top:none;
	text-align:left;
	width:282px;
	padding:2px 5px;
	font-size:11px;
	border:none;
}
.homepage .season {
	border:#EFEDE4 1px solid;
	text-align:left;
	width:292px;
	padding:0px;
	min-height:210px;
	line-height:16px;
}
.homepage .spring {
	background:url(images/bg_spring.gif) bottom no-repeat;
}
.homepage .summer {
	background:url(images/bg_summer.gif) bottom no-repeat;
}
.homepage .fall {
	background:url(images/bg_fall.gif) bottom no-repeat;
}
.homepage .winter {
	background:url(images/bg_winter.gif) bottom no-repeat;
}

img.margin-right {
	margin-right:3px;
}