/* 
Big Fresh Café site, © 2007
Designed by the zen kitchen, http://tzk-design.com
All rights reserved.
*/

/* the basics */

body {
background: url(../i/bg.gif) repeat top left;
font: .8em/1.5em Helvetica, Arial, san-serif;
margin: 10px 0; padding: 0;
 }
 
#wrap {
	width: 840px;
	margin: 10px auto;
	} 
	
.hide {
	display: none;
	}	

img#logo {
	display: none;
	}			
/* header */
#head {
	width: 839px; height: 189px;
	padding: 0; margin: 0;
	background: url(../i/m_head.gif) no-repeat top center;
	position: relative;
	}
	
h2#addy {
	color: #ffbf00;
	font-size: 12px;
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
	font-weight: normal;
	float: right; 
	margin-top: 130px; margin-right: 40px;
	}
	
/* navigation */
ul#nav {
	display: inline;
	list-style: none;
	width: 515px;
	position: absolute;
	top: 92px;
	left: 260px;
	}
	
ul#nav li {
	display: inline;
	list-style: none;
	font: 12px/15px Georgia, "Baskerville", Times New Roman, Times, serif;
	margin: 0;
	}
		
ul#nav li a, ul#nav li a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #68321f;
	}	

ul#nav li a:hover, ul#nav li a:active {
	color: #9e7863;
	text-decoration: underline;
	}
		
h2#menu {
	position: absolute;
	top: -32px;
	left: 375px;
	font: 13px/16px Georgia, "Baskerville", Times New Roman, Times, serif;
	font-style: italic;
	color: #455a21;
	width: 200px;
	}

img.bullet {
	 margin: 0 9px!important; margin: 0 9px;
	}
	
/* content area */

#content {
	width: 839px;
	display: block;
	padding: 10px 0;
	background: url(../i/m_tile.gif) repeat top center;		
	overflow: auto;
	}
	
/* catering box */
#cater {
	width: 220px; height: 279px;
	padding: 20px;
	width: 180px!important; height: 239px!important;
	background: url(../i/box.gif) no-repeat top center;
	margin: 0 20px!important; margin: 0 12px;
	float: left;
	}
	
#cater h2 {
	font: 15px/18px Georgia, "Baskerville", Times New Roman, Times, serif;
	font-style: italic;
	color: #ffbf00;
	margin: 8px 6px 0 0; padding: 0;
	}
	
#cater p {
	margin: 10px 0;
	font-size: 13px;
	line-height: 18px;
	padding: 0;
	color: #fff;
	}
	
#cater li {
	color: #fff;
	}	
	
#cater a, #cater a:visited {
	font: 13px/18px Georgia, "Baskerville", Times New Roman, Times, serif;
	color: #ffbf00;
	font-style: italic;
	}
	
#cater a:hover, #cater a:active {
	color: #fff2cc;
	text-decoration: none;
	}
	
/* main content area */

#main {
	float: right;
	width: 500px;
	margin: 0 50px 0 0!important; margin: 0 32px 0 0;
	padding: 0 100px 75px 0;
	width: 400px!important;
	background: url(../i/beet.gif) no-repeat bottom right;
	}
	
h1 {
	font: 1.3em/2em Georgia, "Baskerville", Times New Roman, Times, serif;
	font-weight: bold;
	color: #68321f;
	padding: 0;
	margin: 0;
	}											

h2 {
	font: 1.2em/1.5em Georgia, "Baskerville", Times New Roman, Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #455a21;
	padding: 0;
	margin: 12px 0 0 0;
	}											

			
p {
	color: #68321f;
	padding: 0;
	margin: 0 0 1.3em 0;
 }
 
blockquote {
	color: #68321f;
	padding: 10px;
	margin: 10px;
	border-bottom: 1px dotted #455a21;
 }
 
a#dine {
	font: 1em/1.5em Georgia, "Baskerville", Times New Roman, Times, serif;
	font-style: italic;
	color: #455a21;
}

a#dine:hover {
	color: #95a37b;
	text-decoration: none;
	} 

/*footer*/
#foot {
	float: left;
	width: 839px;
	background: url(../i/m_foot.gif) no-repeat bottom center;
	}

#foot p {
margin: 5px 20px 10px 20px;
font-size: 10px;
color: #c5cdb5;
	}
	
#foot a, #foot a:visited {
color: #c5cdb5;
	}
	
#foot a:hover, #foot a:active {
	color: #fff;
	}		

/* menu items */

ul {
	margin: 0; padding: 0;
	list-style: none;
}

#cater ul {
	margin: 15px 0; padding: 0;
	list-style: none;
}

.catering h2 {
padding: 15px 0 0 0; margin: 0;
list-style: none;
clear: both;
}

.catering ul li ul {
padding-bottom: 7px;
}

li {
	list-style: none;
	color: #68321f;
	padding: 0;
	margin: 0 0 6px 0; 	
 	}

.title {
	width: 200px;
	float: left;
	clear: none;
	}

.price {
	width: 200px;
	float: right;
	text-align: right;
	clear: none;
	color: #455a21;
	font-weight: bold;
	}
	
em, a {
	color: #455a21;
	margin: 0; padding: 0;
	}			

.smaller {
	font-size: 12px!important;
	}
		
a:visited { }

a:hover, a:active {
	color: #95a37b;
	text-decoration: none;
	} 



