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

body  {
    background-image: url( ../images/bgy1.gif);
	background-repeat: repeat-y;
	background-position: center top;

	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;

    font-family: Monotype Corsiva, Verdana;
}

#footer p_notused {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.floating-right-box
{
     float: right;
	 margin-left: 10px;
	 margin-right: 20px;
	 vertical-align: top;
     border: double;
	 padding: 2 2 2 2;
	 font-size: 14px;
	 background-color: #dddddd;
	 width: 160px;
     text-align: center;
}
.floating-right-box td {font-family: "Gill Sans MT", Verdana, Arial; font-size: .8em}



.toc { }
.toc li              {list-style-type: none}
.visited {color:#bb2727}
.clear   {color: black}


/* styles for sample menus */

.sample_menu {
    position: relative;
	display: block;
	margin-left: 15px;
	margin-bottom: 15px;
}

.menu-table caption {
    text-align: left;
    font-weight: bold;
}

.menu-table .item  { }
.menu-table .qty   { padding-left: 10px; padding-right: 10px;}
.menu-table .price { text-align: right; valign: bottom; padding-left: .2em;}
.menu-table .total { text-align: right;text-weight: bold; }
.menu-table .subs  { text-align: right;}


.f_input { font-family: Verdana, Arial, Helvetica, sans-serif; margin-bottom: .5em}

.plain_text  {font-family: "Gill Sans MT", Verdana, Arial; }

#mainContent {
	margin: 0em 1.5em 0 11em; /* in ems or pixels. It creates the space down the right side of the page. */
} 

h3 {margin-bottom: .1em;}
h2 {margin-bottom: .2em;}
h1 {margin-bottom: .2em;}
p  {margin-top: 0em; font-family: "Gill Sans MT", Verdana, Arial; font-size: .9em}

a       {color: #bb2727; text-decoration: underline}
a:hover {color: black; }

/* a         {cursor:pointer; color:black}
a:hover   {color:#bb2727}
*/

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.sample {
     width: 285px;  
}

.sample .weekday {padding-top: 6px}
.sample td tr {line-height: 10px}

.sample .price {width:180px; valign: bottom; font-family: "Gill Sans MT", Verdana, Arial; font-size: 0.9em;}
.sample .one-price {width:70px; font-family: "Gill Sans MT", Verdana, Arial; font-size: 0.9em; }
.sample .item  {width:350px; font-family: "Gill Sans MT", Verdana, Arial; font-size: 0.9em; }
.sample .name  {font-family: "Gill Sans MT", Verdana, Arial; font-size: 0.9em; }
.sample .l-item  {width:400px; font-family: "Gill Sans MT", Verdana, Arial; font-size: 0.9em; }


.weekly-menu {
/*    width: 450px; */

}

.right-links {
    float:right;
	width: 130px;
	margin-left: 10px;
	margin-top: 30px;
}

.right-links a {color: #bb2727}
.right-links a:hover {color: black}
#catering a.selected {color:black}

.menu-header {
   font-size: 1.5em;
   margin-bottom: .4em;
}
.menu-title { text-align: left; line-height: 30px; font-weight: bold; text-decoration: underline}

/*
.print_footer {float:right; width: 380px; margin: -150px 20% 0 0; text-align: center; font-size: 1.0em; font-family: Arial, Helvetica, sans-serif}
*/
.print_footer {visibility: hidden; padding: 0 20px; text-align: center; font-size: 1.0em; font-family: Arial, Helvetica, sans-serif}

.news_box {
	border-top: 1px double; 
	border-color: #999999; 
	margin-top: 20px; 
	clear: right; 
	width: 200px; 
	float: right
}

#lunch {margin-top: 0px; width: 45%; margin-left: 0px; float: left;}
#dinner{ width: 50%; margin-top: 0px; margin-left: 20px; float: right;}

.menu-header {text-align: center; text-decoration: underline; padding-bottom: 5px}
.sample  .subheader {font-weight: bold}

#announce {width: 75%; text-align: center; border: double; padding: 5px 10px; margin-bottom: 20px}
.announce_text {font-size: .9em; font-family: "Gill Sans MT", Verdana, Arial;}

