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

*, html {
	margin: 0;
	padding: 0;
}

body {
	background: #fff5c0 url(/images/img/main-body-bg.png) repeat-x top;
	font-family: Georgia, serif;
	font-size: 12px;
	color: #630;
}

a {
	color: #88b260;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}

.clear {
	clear: both;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
}

#header {
	margin-bottom: 15px;
}

#header #networking,
#header #nav {
	float: right;
	clear: right;
}

#header #networking {
	margin: 34px 0 0 0;
	width: 360px;
}

#header #networking ul li {
	list-style: none;
	float: left;
	margin: 0 5px 0 0;
}
#header #networking ul li:first-child {
	margin-right: 12px;
}

#header #logo {
	padding: 11px 0 0 45px;
}

/* General Layout  -------------------------------------------------- */

#magic-tab {
	float: right;
	clear: right;
	width: 50px;
}


#content-wrapper {
	width: 820px;
	margin-left: 50px;
	background: #fff;
	padding: 15px 20px 30px;
	line-height: 18px;
}

#content-wrapper.menus {
	padding: 15px 20px 30px 80px;
	width: 760px;
}

#content-wrapper p {
	margin-bottom: 16px;
}

#content-wrapper.menus p {
	margin-bottom: 12px;	
}

#ssp-wrap {
	margin-bottom: 25px;
}


#right-col {
	float: right;
	width: 340px;
}

#left-col {
	width: 420px;
}

#right-col.location {
	background: url(/images/img/header-where-is-whisk.png) no-repeat top right;
	padding-top: 50px;
	width: 400px;
}

#left-col.hours {
	background: url(/images/img/header-hours.png) no-repeat top left;
	padding-top: 52px;
	width: 340px;
}



#top-splash {
	margin-bottom: 22px;
}

#top-splash ul li {
	list-style: none;
	display: inline;
	margin-right: 20px;
}

/* Bios -------------------------------------------------- */
#bios {
	background: url(/images/img/bios-bg.png) no-repeat top left;
	padding: 53px 0 0 57px;
}

#bios ul li {
	list-style: none;
	float: left;
}
#bios ul li a {
	display: block;
	border: 1px solid #fff;
	padding: 4px;
	margin: 0 10px 5px 0;
}
#bios ul li a:hover {
	border: 1px solid #88b260;
}

/* Nav  -------------------------------------------------- */
#nav {
	width: 692px;
}

#nav ul li {
	list-style: none;
	float: left;
	margin-right: 30px;
	display: block;
	position: relative;
}
#nav ul li a {
	display: block;
	position: relative;
	height: 50px;
}


#nav ul li.home { position: relative; background: url(/images/img/nav-home-over.png) no-repeat top left; }
#nav ul li.people { position: relative; background: url(/images/img/nav-people-over.png) no-repeat top left; }
#nav ul li.menus { position: relative; background: url(/images/img/nav-menus-over.png) no-repeat top left; }
#nav ul li.gallery { position: relative; background: url(/images/img/nav-gallery-over.png) no-repeat top left; }
#nav ul li.location { position: relative; background: url(/images/img/nav-location-over.png) no-repeat top left; }
#nav ul li.press { position: relative; background: url(/images/img/nav-press-over.png) no-repeat top left; }
#nav ul li.blog { position: relative; background: url(/images/img/nav-blog-over.png) no-repeat top left; }
#nav ul li.contact { position: relative; background: url(/images/img/nav-contact-over.png) no-repeat top left; }


#nav ul li a:hover img,
#nav ul li a.active img, 
#menus-nav ul li a:hover img,
#menus-nav ul li a.active img {
	visibility: hidden;
}

#menus-nav {
	width: 461px;
	height: 36px;
	float: right;
	margin: -36px 50px 0 0;
}
#menus-nav ul li {
	list-style: none;
	float: left;
	margin-right: 4px;
	display: block;
	position: relative;
}
#menus-nav ul li a {
	display: block;
	position: relative;
}

#menus-nav ul li.lunch { position: relative; background: url(/images/img/menus-nav-lunch-over.png) no-repeat top left; }
#menus-nav ul li.specials { position: relative; background: url(/images/img/menus-nav-specials-over.png) no-repeat top left; }
#menus-nav ul li.catering { position: relative; background: url(/images/img/menus-nav-catering-over.png) no-repeat top left; }

/* Footer  -------------------------------------------------- */
#footer-wrap {
	width: 860px;
	margin: 0 auto;
	padding: 25px 50px 30px;
	font-size: 11px;
}

#footer-wrap #copyright {
	float: right;
	width: 180px;
	text-align: right;
}

#footer-wrap #copyright,
#footer-wrap #copyright a {
	color: #b3cc80;
	font-size: 10px;
	text-decoration: none;
}

#footer-wrap #hours {
	float: right;
	width: 510px;
	padding-left: 10px;
	border-left: 1px solid #9dbe71;
}

/* Side Box  -------------------------------------------------- */
#news-box-top {
	background: url(/images/img/news-box-top.png) no-repeat top left;
	padding-top: 56px;
}
#contact-box-top {
	background: url(/images/img/contact-box-top.png) no-repeat top left;
	padding-top: 56px;
}

#side-box-mid {
	background: url(/images/img/news-box-mid.png) repeat-y left;
	padding: 20px 20px 5px;
	font-size: 11px;
	line-height: 13px;
}
#side-box-bot {
	background: url(/images/img/news-box-bot.png) no-repeat bottom left;
	padding-bottom: 18px;
}
#content-wrapper #side-box-bot p:last-child {
	margin-bottom: 0;
}
#side-box-mid h2 {
	font-size: 18px;
	text-transform: uppercase;
	color: #88b260;
	font-weight: normal;
	margin-bottom: 20px;
}



#content-full.love {
	background: url(/images/img/header-show-your-love.png) no-repeat top left;
	padding-top: 70px;
}

#content-full.blogs {
	background: url(/images/img/header-blogs-love-whisk.png) no-repeat top left;
	padding-top: 70px;
}

#content-full h2 {
	font-size: 16px;
	text-transform: uppercase;
	color: #88b260;
	font-weight: normal;
	margin-bottom: 18px;
}

#pdf-download {
	text-align: center;
	margin-bottom: 15px;
}

#pdf-download a {
	color: #630;
	font-size: 16px;
	font-style: italic;
	text-decoration: underline;
}

body#bio {
	padding: 0 20px 20px;
	background: none;
}

body#bio h1,
body#bio h2 {
	color: #88b260;
	font-size: 23px;
	font-weight: normal;
}
body#bio h2 {
	font-style: italic;
	padding-bottom: 3px;
	border-bottom: 1px dashed #88b260;
	margin-bottom: 12px;
}

body#bio #right {
	float: left;
	width: 350px;
	line-height: 16px;
}

body#bio #right p {
	margin-bottom: 20px;
}

body#bio #left {
	float: left;
	width: 160px;
	margin-right: 12px;
}

