/*
Red: #b4111a
Yellow: #b42024
*/


body {
	background-color: #fcecd5;
	color: #000;
	font: 11px/18px "Lucida Grande", "Helvetica", "Arial", sans-serif;
}

h1, h2, h3, h4, h5 {
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: 10px;
	color: #b4111a;
}
h1 { font-size: 24px;}
h2 { font-size: 18px;}
h3 { font-size: 13px; color: #000;}
h4 { font-size: 12px;}
h5 {}
p { line-height: 1.5em; margin-bottom: 10px;}
a { color: #b4111a;}
a:hover { text-decoration: none; }

hr {
	border: 1px solid #b42024;
	margin: 20px 0;
}
ol,ul {
	margin-bottom: 10px;
}
ol {
	list-style-type: decimal;
}
li {
	list-style-type: disc;
}
ol li,
ul li {
	margin-left: 20px;
}

.right {
	float: right;
	margin: 0 0 10px 10px;
}

#container {
	width: 960px;
	margin: 0 auto 20px;
}

#header {
	position: relative;
	background: transparent url(/media/images/header_bg.png) top right no-repeat;
	height: 125px;
}

#header #logo {
	position: absolute;
	bottom: 0;
	left: 0;
}

#header #logo a {
	display: block;
	width: 250px;
	height: 120px;
	background: transparent url(/media/images/logo.png) top left no-repeat;
	text-indent: -10000px;
}

#header #slogan {
	position: absolute;
	top: 39px;
	left: 530px;
	width: 400px;
	height: 30px;
	text-indent: -10000px;
	background: transparent url(/media/images/header_slogan.png) top left no-repeat;
}

#nav-main {
	position: absolute;
	bottom: 0;
	right: 30px;
	margin-bottom: 0;
}
#nav-main li {
	float: right;
	margin-left: 3px;
	list-style-type: none;
}
#nav-main li a {
	display: block;
	position: relative;
	z-index: 30;
	color: #FFF;
	font-size: 12px;
	height: 32px;
	line-height: 32px;
	text-decoration: none;
	padding: 0 10px;
	background-color: #b42024;
	border-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
}
#nav-main li.active a,
#nav-main li a:hover {
	padding-bottom: 5px;
	margin-bottom: -5px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	text-shadow: 0px 0px 5px #FFF;
	-moz-box-shadow: 0 1px 5px rgba(100,100,100,0.7);
	-webkit-box-shadow: 0 1px 5px rgba(100,100,100,0.7);
}
#nav-main li.active a {
	font-weight: bold;

}

#content {
	background-color: #FFF;
	padding: 20px 30px 20px;
	position: relative;
	width: 900px;
	z-index: 20;
	-moz-box-shadow: 0 10px 5px rgba(100,100,100,0.7);
	-webkit-box-shadow: 0 10px 5px rgba(100,100,100,0.7);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}


#main {
	float: left;
	width: 300px;
	margin-right: 20px;
}
.col2 #main {
	width: 380px;
}
.col2alt #main {
	width: 500px;
}

#main form {
	background-color: #ebbd5b;
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#main form table td {
	padding: 5px;
}
#main form table th {
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
}
#main form table td input {
	width: 300px;
}
#main input.checkbox,
#main input.submit {
	width: auto;
}

.home #slides {
	width: 900px;
	height: 490px;
}
.home #slides div{}
.home #slides div span {
	position: absolute;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 100px;
	bottom: 40px;
	right: 10px;
	color: rgba(255,255,255,0.50);
}
#extra,
.col2 #slides {
	float: left;
	width: 500px;
	height: 400px;
}
.col2alt #extra {
	width: 300px;
	margin-left: 50px;
	height: auto;
}


#extra #facebook,
#extra #twitter {
	margin-top: 50px;
	width: 288px;
	background-color: #fcecd6;
}
#facebook div,
#twitter div {
	border: 2px solid #AEB0B3;
	border-width: 0 2px 2px;
	padding: 10px 0;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}
#facebook h2,
#twitter h2 {
	background: transparent url(/media/images/fb_header.png) top left no-repeat;
	text-indent: -10000px;
	height: 26px;
	margin: 0;
}

#facebook div h4,
#twitter div h4 {
	background: transparent url(/media/images/fb_button.png) top left no-repeat;
	width: 270px;
	height: 58px;
	margin: 0 auto;
	text-decoration: none;
	line-height: 58px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	position: relative;
}
#facebook div h4 a,
#twitter div h4 a {
	color: #FFF;
	text-decoration: none;
}
#facebook h4 a:hover,
#twitter h4 a:hover {
	width: 270px;
	height: 58px;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#twitter div {}
#twitter h2 {
	background-image: url(/media/images/tw_header.png);
}
#twitter div h4 {
	background-image: url(/media/images/twitter_button.png);
	height: 66px;
	padding-top: 2px;
}
#twitter h4.gw {
	margin-top: 10px;
}
#twitter h4 span {
	display: block;
	height: 74px;
	width: 74px;
	position: absolute;

}
#twitter h4.gw span {
	background: transparent url(/media/images/gw_button.png) top left no-repeat;
/*	top: -55px;
	right: 0;
	
	*/
	bottom: 18px;
	right: 0;
}
#twitter h4.bbv span {
	background: transparent url(/media/images/bbv_button.png) top left no-repeat;
/*	bottom: -60px;
	left: 20px;
	*/
	top: -5px;
	left: 10px;
}




#subcontent {
	width: 860px;
	padding: 20px 50px 10px;
	position: relative;
	margin: 0 auto;
	background-color: #FFF;
}

h1 a {
	text-decoration: none;
}
h1 a:hover span {
	text-decoration: underline;
}
h1 a span {
	display: inline-block;
	margin-left: 5px;
	font-size: 14px;
	line-height: 24px;
	color: #999;
	text-decoration: none;
}
h1 a span span {
	display: none;
}
h1 a:hover span span {
	display: inline;
}

.entry {
	float: left;
	width: 400px;
	margin-bottom: 20px;
}
.entry.odd {
	margin-right: 20px;
}

.entry h3,
.entry p {
	padding-left: 120px;
}

.entry .img {
	float: left;
	background-color: #CCC;
	padding: 0;
	margin-bottom: 0;
}
p.team {
	margin-top: -10px;
	font-style: italic;
}
p.position {
	font-weight: bold;
}



#sub {
	float: left;
	width: 160px;
}

#footer {
	width: 900px;
	position: relative;
	z-index: 10;
	margin: 0 auto;
	background-color: #FFF;
	padding: 10px 0;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

#nav-footer {
	padding: 10px 20px 20px;
}
#nav-footer li {
	float: left;
	list-style-type: none;
	margin: 0;
	
}
#nav-footer li a {
	float: left;
	display: block;
	background-color: #e8a821 !important;
	color: #FFF;
	font-weight: bold;
	width: 150px;
	height: 60px;
	margin-left: 10px;
	line-height: 60px;
	padding-left: 68px;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#nav-footer li a:hover {
	background-color: #b42024 !important;
}
#nav-footer li.first a {
	margin-left: 0;
}
#nav-footer #bistro-bella-vita a,
#nav-footer #the-green-well a {
	background: transparent 10px 3px no-repeat;
}
#nav-footer #the-green-well a {
	background-position: 14px 13px;
}
#nav-footer #leadership a {
	background: url(/media/images/leadership.png) 10px 3px no-repeat;
}
#nav-footer #foodies a {
	background: url(/media/images/foodies.jpg) 10px 3px no-repeat;
}
#nav-footer #interact a {
	background: url(/media/images/social_buttons.png) 10px 8px no-repeat;
	padding-top: 10px;
	padding-left: 10px;
	text-indent: -10000px;
	height: 50px;
	width: 165px;
}

/*****
 * =EMAIL FORM MAILCHIMP
 *******************************/
#mc_embed_signup li {
	list-style-type: none;
	margin-left: 0;
}
#mc_embed_signup label {
	display: inline-block;
	width: 125px;
}
#mc_embed_signup input {
	margin-bottom: 5px;
}



