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

* {
	margin:0px;
	padding:0px;
}

body {
		font-size: 62.5%;  /* 16px × 62.5% = Set base font size to 10px */
		background-image:url(../images/bdg-pattern.gif);
		background-repeat:repeat;
		text-align:center;
		
}

h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 1.8em;
	color: #000;
	font-weight: bold;
	text-transform:uppercase;
	padding-bottom: 4px;
	}

h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	color: #000;
	font-weight: bold;
	text-transform:uppercase;
	padding-bottom: 4px;
	}

h2.phone-number {
    
    padding-top: 15px; 
    display: inline-block;
    font-size: 18px; 
    margin-right: 15px; 
    color: #1c93cc;
}

h3 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 1.6em;
	color: #58b0a0;
	font-weight: bold;
	text-transform:none;
	padding-bottom: 10px;
	}
	
h4 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 2.8em;
	color: #58b0a0;
	font-weight: normal;
	text-transform:none;
	padding-bottom: 10px;
	}
	
img {
	border:0px;
}


#wrapper {
	width:920px;
	background-image: url(../images/wrapper.png);
	background-repeat:repeat-y;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	padding-left:12px;
	padding-right:12px;
	}
	
p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.2em;
	line-height: 1.8em;
	margin: 8px 0px 8px 0px;
	}

ul#basic li, ul.basic li{
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.2em;
	line-height: 1.8em;
	
	padding-bottom: 10px;
	}

ul#basic { list-style: disc;padding-left: 15px;}	
ul.basic { list-style: disc;padding-left: 15px;}
	
a {
	color: #58b0a0;
	text-decoration:underline;
	font-weight:bold;
	}
	
a.calendar {
	color: #fff;
	font-weight:normal;
	}
	
a.classesindex {
	color: #fff;
	text-decoration:none;
	font-weight:normal;
	}
	
/*--------------------------------------------------------------------------------------------------- START HEADER */

#header {
	background-image:url(../images/bdg-header.jpg);
	background-repeat:no-repeat;
	height: 169px;
	}
	
		
.logo {
	margin-top:21px;
	}
	
/*--------------------------------------------------------------------------------------------------- START MENU */

#menu li {
	float:left; 
	list-style: none;
}

#menu a:hover {
	background-position: bottom left;
	}

.home {
	height: 40px;
	width: 147px;
	text-indent: -10000px;
	overflow: hidden;
	background: url(../images/menu/home.png) top left no-repeat;
	display: block;
}

.about {
	height: 40px;
	width: 95px;
	text-indent: -10000px;
	overflow: hidden;
	background: url(../images/menu/about-us.png) top left no-repeat;
	display: block;
}

.services {
	height: 40px;
	width: 92px;
	text-indent: -10000px;
	overflow: hidden;
	background: url(../images/menu/services.png) top left no-repeat;
	display: block;
}

.classes {
	height: 40px;
	width: 87px;
	text-indent: -10000px;
	overflow: hidden;
	background: url(../images/menu/classes.png) top left no-repeat;
	display: block;
}

.vids {
	height: 40px;
	width: 61px;
	text-indent: -10000px;
	overflow: hidden;
	background: url(../images/menu/vids.png) top left no-repeat;
	display: block;
}

.contact {
	height: 40px;
	width: 119px;
	text-indent: -10000px;
	overflow: hidden;
	background: url(../images/menu/contact-us.png) top left no-repeat;
	display: block;
}

.links {
	height: 40px;
	width: 66px;
	text-indent: -10000px;
	overflow: hidden;
	background: url(../images/menu/links.png) top left no-repeat;
	display: block;
}

.press {
	height: 40px;
	width: 69px;
	text-indent: -10000px;
	overflow: hidden;
	background: url(../images/menu/press.png) top left no-repeat;
	display: block;
}

.catering {
	height: 40px;
	width: 100px;
	text-indent: -10000px;
	overflow: hidden;
	background: url(../images/menu/catering.png) top left no-repeat;
	display: block;
}


.sporkonline {
	height: 40px;
	width: 90px;
	text-indent: -10000px;
	overflow: hidden;
	background: url(../images/menu/cooking-classes.png) top left no-repeat;
	display: block;
}

.recipes {
	height: 40px;
	width: 84px;
	text-indent: -10000px;
	overflow: hidden;
	background: url(../images/menu/recipes.png) top left no-repeat;
	display: block;
}



/*--------------------------------------------------------------------------------------------------- START HOMEPAGE PRIMARY */

#primary {
	width: 512px;
	padding-left:22px;
	float:left;
}

#primary .services-head {
	margin: 16px 0px 16px 0px;
	}

/*--------------------------------------------------------------------------------------------------- START HOMEPAGE SECONDARY */

#secondary {
	width: 364px;
	padding-left:22px;
	float: left;
}

#secondary h2 {
	font-family:Verdana, Geneva, sans-serif;
	color: #58b0a0;
	font-size:1.4em;
	font-weight: normal;
	margin: 15px 0px 15px 0px;
}

#secondary .upcoming-head {
	margin: 16px 0px 16px 0px;
	}
	
	
#classes li {
	list-style: none;
	display:block;
	width: 337px;
	background-color: #81ccba;
	color: #FFFFFF;
	font-size: 1.2em;
	font-family:Verdana, Geneva, sans-serif;
	height:23px;
	line-height:23px;
	margin: 7px 0px 7px 0px;
	padding-left: 8px;
	
}


#secondary .testimonials-head {
	margin: 16px 0px 16px 0px;
	}
	
#secondary p {
	margin-right:16px;
}

.source {
	margin-right:16px;
	font-size: 1.1em;
	font-style:oblique;
	margin-bottom: 14px;
}

/*--------------------------------------------------------------------------------------------------- START INSIDE PRIMARY CONTENT */

#primarycontent {
	width:660px; 
	padding-left:38px; 
	padding-top:30px; 
	float:left; 
	padding-right:25px;
}

/*--------------------------------------------------------------------------------------------------- START INSIDE SIDEBAR */

#sidebar {
	width:196px; 
	float:left; 
	text-align:right;
	}
	
	/*--------------------------------------------------------------------------------------------------- START LINKS COLUMNS */


#linkscontainer {
	margin: 0px auto;
	padding: 0px;
	width: 600px; 
	overflow: hidden;
	}


#rightcol {
	float: right;
	width: 200px; 
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#leftcol {
	float: left;
	width: 280px; 
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#middlecol{
	margin: 0px;
	padding: 0px;
	height: 1%; 
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
}

#middlecol-inner
{
	width: 100%;
	overflow: hidden;
}
	/*--------------------------------------------------------------------------------------------------- START PRESS COLUMNS */
	
#leftcolpress {
	float: left;
	width: 220px; 
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#rightcolpress {
	float: right;
	width: 220px; 
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

div.recipe { vertical-align:top; height: 275px;}

.recipe-img { margin-left:15px;}