/* CSS Document */

body {
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	background: #686d58 repeat;
}

a {
	color: #4a8e5c;
	text-decoration: none;
}

a:hover {
	color: #73c76a;
	text-decoration: underline;
}

a img { 
	border: 0; 
}


#container {

    background-color: #fff;
	border: 1px solid #4b4226;
	width: 910px;
	margin: auto;
	-webkit-box-shadow: #3f3632 0 0 60px;
	
}

/*  Header  */

#header {  
	width: 910px; 
	height: 170;
	background-color: #fef7d1;
}
#main-logo {
	margin: 10px 10 10 10
	
}
#tagline-logo {
	margin: 40px 10 10 10;
	float: right;
}

/*  Navigation  */

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
overflow: hidden;
margin-bottom: 0;
background: black url(../images/nav/blockdefault.gif) repeat-x center center;
}

.solidblockmenu li{
display: inline;

}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 55px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li {
color: white;
background: transparent url(../images/nav/blockactive.gif) repeat-x center center;
}
.current{
color: white;
background: transparent url(../images/nav/blockcurrent.gif) repeat-x center center;
}

ul li.nav-right a
{
border-right: none;
}

ul li.nav-left a
{

}




/*  Content  */

/********** Homepage Image Fader  *****************/

#imageContainer {
	position:relative;
	width:500px;
	
}

#imageContainer {
	height: 350px;
}

#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
}

/***/

.image-left {float:left; margin: 5px 15 5 15}
.image-center {display:block; margin: auto; padding: 15px}

#content {width: 910px; margin: 5px 0 0 0 ; padding: 0px 0 }
#content p {
	font-size: 13px;
	color: #71625b; 
	margin: 1em 0;
	line-height: 22px;
}
#content h2 {font-size: 18px; color: #71625b; margin: 0 ; padding:0; text-align: center; }
#content h3 {font-size: 15px; text-align: left; color: #71625b}
#content ul {font-size: 12px; text-align: left; color: #71625b;
	margin: 0 0 30;
}

li {
	line-height: 20px;
}
#badge {margin: 350px }

img#badge {
	padding-top: 50px;
	padding-left: 55px;
}

img#photo {
	-webkit-box-shadow: #a3957d 0 0 10px;
}

/*For pages with photo on left, text on right*/

#content-photo-left {width: 520px; float:left; padding: 0px 0 0 5; margin: 0px;  }
#content-photo-left img {; margin: 5px;
}
#content-text-right {
	width: 360px;  
	margin: 15px 0 0 0px; 
	padding: 5px ;  
	background: #fff; 
	float: left;
	 }


/*For pages with text on left, photo on right*/

#content-text-left {width: 510px; float: left; padding: 15px 15 15 15; margin: 0 0 0 0;  background: #fff}
#content-photo-right {width: 257px;  margin: 0px 0 0 530px; padding: 15px 20 0 18 ;   }
#content-photo-right img {margin: 0px 10 0 10}
.chef-services h2 {}
.chef-services img {float:right}

/*For pages with text full-width*/

#content-text {width: 645px; margin: -20px 0;  padding: 40px 90px; height: 50%; background: #fff }
#content-text-menus {width: 645px; margin: 0px 0;  padding: 40px 90px; text-align:center; background: #fffbf1; border-bottom: 1px solid #71625b}

/*Recipe formatting*/
#content-text-recipe {width: 410px; float: left; padding: 0px 10 15 85; margin: 0 0 0 0; border-right: 1px solid #71625b;  background: #fffbf1}
#content-photo-recipe {width: 284px;  float:left ; padding: 10px 20 0 15 ; border-top: 1px solid #71625b;  }
#content-photo-recipe img {padding: 35px 10 0 20}
#seasonal-recipe {background: #fffbf1; text-align: center; padding: 30px; margin: 0;}
.recipe li {list-style-type: none; margin-left: -20px}
.recipe-header h2 {display:none} 

/*  Footer  */

#footer {clear: both; border-top: 1px solid #999; background: #3f3632}
#footer-text{
	margin-left: 150px;
	height: 35px;
}
#footer-text p{
	color: #fff;
	font-size: 16px;
}
