@charset "utf-8";
/* CSS Document */

@media print  
{  
    .page-break { display:block; page-break-after: always; }  
}  

body  {
    background-image: none;
    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 { 
    margin:  0em 1em;
    padding: 0 .5em;  
    background:#DDDDDD; 
} 

#footer a      { color: black; }
#footer a:hover{ color: #bb2727}

#footer p {
    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 */
}

.cart_info { line-height: 0em; }
.cart_info a       {color: #bb2727; text-decoration: underline}
.cart_info a:hover {color: black; }


.floating-right-box
{
    float: right;
    margin-left: 20px;
    vertical-align: top;
    border: double;
    padding: 2 2 2 2;
    font-size: 14px;
    background-color: #dddddd;
    width: 220px;
    text-align: center;
}

.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;
    page-break-before: auto;
}

.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; 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}


.pop_up      { text-align: left}
.pop_up_text {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: .6em; margin-top: .7em}
.plain_text  {font-family: Verdana, Arial, Helvetica, sans-serif}

#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}
.big-font {font-size: 1.5em; font-family: "monotype corsiva", verdana}

a       {color: black; text-decoration: underline}
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: 400px;  */
}

.sample .weekday {padding-top: 6px}
.sample td tr {padding: 0px}

.sample .price {width:180px; valign: bottom; font-family: "Gill Sans MT", Verdana, Arial; font-size: 1.1em; }
.sample .one-price {width:70px; font-family: "Gill Sans MT", Verdana, Arial; font-size: 1.1em; }
.sample .item  {width:350px; font-family: "Gill Sans MT", Verdana, Arial; font-size: 1.1em; }
.sample .name  {font-family: "Gill Sans MT", Verdana, Arial; font-size: 1.1em; }
.sample .l-item  {width:400px; font-family: "Gill Sans MT", Verdana, Arial; font-size: 1.1em; }

.weekly-menu {
/*    width: 450px; */

}

.right-links {visibility: hidden; height: 0px; width: 0px}

.menu-header {
   font-size: 1.5em;
   margin-bottom: .4em;
}
.menu-title { text-align: left; line-height: 30px; font-weight: bold; text-decoration: underline}

.tag-line {margin-bottom: 15px; margin-left: 180px}

/*
.print_footer {float:right; width: 380px; margin: 0px 20% 0 0; text-align: center; font-size: 1.0em; font-family: Arial, Helvetica, sans-serif}
*/
.print_footer {padding: 10px 20px; text-align: center; font-size: 1.2em; font-family: Arial, Helvetica, sans-serif}




#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;}
