@charset "utf-8";
/*	
	-------------------------------------------------------
	BEAGLE BAGEL - MENU CSS 
	Specific styles for the /menu/ section.
	-------------------------------------------------------
	Crafted by the Mad Genius with help from: 
	Daniel Green (Original Screen Designs) 
	Rob Rubinoff (Interactive Director, IA, code) 
	Bryce Mullican (code)
	http://madg.com | rrubinoff@madg.com
	-------------------------------------------------------
*/

#menuinner h1 {margin-top: 10px;}
#menuinner h2 {margin-top: 10px;}
#menuinner h3 {margin-top: 10px;}

#menu h1 {margin: 0;}

#menu h2 {
	font-size: 16px;
	color: #273420; 
	line-height: 45px;
	padding-left: 70px;
	text-transform: uppercase;
	}
	
#menu h3 {
	font-size: 14px;
	color: #740c46; 
	margin-top: 15px;
	}
#menu h3 span.price {font-weight: normal; padding-left: 25px; font-size: 12px; color: #555; }
#menu h3.subHeader {font-size: 16px; text-transform:uppercase; font-weight:normal; letter-spacing:2px; margin: 20px 0 10px 0;}
#menu td li {font-size: 11px;}

p.menuLinks {margin: 30px 0; font-size: 11px; color: #666;}
p.menuLinks a{
	padding: 3px 5px; 
	border: 1px solid #740c46; 
	margin: 0 7px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	text-decoration:none;
	background-color: #eaeaea;}
p.menuLinks a:hover{
	text-decoration: none; background-color: #fff;}
	
/* H2 BACKGROUNDS 
---------------------*/

#menuinner h2.breakfastMenu{
	background-image: url(/img/_bg_h2_menu_breakfast.jpg);
	background-repeat:no-repeat;}
	
#menuinner h2.lunchMenu{
	background-image: url(/img/_bg_h2_menu_lunch.jpg);
	background-repeat:no-repeat;}
	
#menuinner h2.togoMenu{
	background-image: url(/img/_bg_h2_menu_togo.jpg);
	background-repeat:no-repeat;}
#menuinner h2.desertMenu{
	background-image: url(/img/_bg_h2_menu_desert.jpg);
	background-repeat:no-repeat;}
	
	#menuinner h2.saladMenu{
	background-image: url(/img/_bg_h2_menu_salads.jpg);
	background-repeat:no-repeat;}





.twoleft h1, h2, h3 {
	margin-top: 10px;
}
.tworight h1, h2, h3 {
	margin-top: 10px;
}
.twoleft li {
	margin-left: 0;
	margin-top: 2px;
}
.tworight li {
	margin-left: 0;
	margin-top: 2px;
}
p {
	margin-top: 5px;
}
table {
	margin-top: 5px;
}
.center {
	text-align: center;
	margin-top: 20px;
}



/* = TwoColumn
-------------------*/
.two {
}
.twoleft {
	float: left;
	width: 310px;
}
.tworight {
	float: right;
	width: 310px;
	margin-left: 20px;
}
.twoleft li {
	list-style: none;
}
.tworight li {
	list-style: none;
}
