

/* --------------------------------------------------------------------
// Author: Patrick Forringer ( patrick@forringer.com ), Carlos 
// File info: Styles fo Sartup Weekend site template menuomatic.com
// Ver: 0.1
// Last modified: Nov 15th 09
//
*/

/* @group Reset */

/* v1.0 | 20080212 CSS reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kb d, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0; 
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-size: 62.5%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
a:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

body{
	width: 600px;
	margin: 0 auto;
	background: #b2e1fc url(img/menu_bg.png) no-repeat fixed center 100px;
}

#main{
	background: url(img/footer.png) no-repeat left bottom;
	padding-bottom: 90px;
}

.vcard{
	margin-top: 10px;
	background: url(img/panda.png) no-repeat right top;
	line-height: 20px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 110px;
	margin-bottom: -40px;
	padding-right: 120px;
}

.vcard h1{
	font-size: 40px;
	font-family: takeout, "Geneva", Arial, Helvetica;
	width: 470px;
	color: #333;
	line-height: 42px;
	margin-bottom: 17px;
	font-weight: normal;
	
}
.vcard .adr {
	display: inline;
}
.vcard .adr .street-address{
	display: inline;
}
.vcard .tel{
	display: inline;
	margin-left: 20px;
}
.vcard .voicemenu{
	display: inline;
	margin-left: 20px;
}
#main .description,
#main .hours{
	font-size: 13px;
	line-height: 20px;
}
#main .description{
	display: block;
	
}
#main .hours{
	display: inline;
	margin-left: 10px;
}
/* Menu styling */


ul.menu{
	margin: 30px;
	padding: 0 50px;
	font-size: 17px;
}
ul.menu > li{
	padding: 15px 10px;
}
ul.menu > li:nth-child(odd){
	background-color: rgba(219,238,255,0.62);
	border: 2px solid rgba(130,135,141,0.74);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

/* cat */
ul.menu > li > div h2{
	color: #177756;
	font: bold 30px takeout, "Geneva", Arial, Helvetica;

}
ul.menu > li > div{
	color: #0a5f9b;
	border-bottom: 2px solid #a4855c;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

/* item */
ul.menu > li > ul > li{
	margin: 21px 0;
	color: #0a5f9b;
	font-size: 16px;
}
ul.menu > li > ul > li h3{
	color: #0a5f9b;
	font-family: takeout, "Geneva", Arial, Helvetica;
	font-size: 22px;
	margin: 5px 0;
}
ul.menu > li > ul > li b{
	float: right;
	margin-top: -23px;
}


div.poweredby{
	padding-right	1: 20px;
	font-size: 11px;
	text-align: right;
}
div.poweredby a{
	color: #cc2400;
}