/* v1.0 | 20080212  via Meyerweb http://meyerweb.com/eric/tools/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, kbd, 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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
  font: 16px/24px Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif;;
  background: #eee;
  color: #333;
}
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! */
: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;
}

label {
  color: #666;
  font-size: 85%;
  font-weight: bold;
}

h1,
h2,
h3, 
h4 {
  color: #060;
  font-weight: lighter;
  line-height: normal;
  margin: 0 0 15px;
}
h1 { font-size: 180%; }
h2 { font-size: 150%; }

#sidebar h2 { font-size: 130%; }

#sidebar h1,
#sidebar h2,
#sidebar h3, 
#sidebar h4 { color: grey; }

p { margin-bottom: 15px; }

a { color: #c2510f; }
a:hover {
  color: #e5932d;
  text-decoration: none;
}

a.active { color: black; }

#sidebar a { text-decoration: none; }

#footer a { color: white; }
#footer a:hover { color: #fcc;}


/** General styles */

.info {
  color: grey;
  font-size: 85%;
  line-height: normal;
}

.required {
  color: red;
  font-size: 85%;
  line-height: normal;
}

.goback {
  font-size: 85%;
  line-height: 30px;
}

.signature {
  text-align: right;
  line-height: normal;
  color: grey;
}

ul.item-list {
  margin-bottom: 15px;
}
ul.item-list li {
  margin-bottom: 10px;
  line-height: normal;
}

ul.menu {
  margin-bottom: 15px;
  line-height: normal;
}
ul.menu li {
  margin-bottom: 5px;
  margin-left: 15px;
  list-style: none;
}

div.recaptcha {
  margin-bottom: 25px;
}

.prose ul {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 15px;
  line-height: normal;
}
.prose li { margin-bottom: 10px; }


/** Structure */

#container {
  width: 750px;
  padding: 3px;
  margin: 0 auto;
}

#top {
  height: 20px;
  background: #c00;
  margin-bottom: 3px;
}

#header {
  height: 250px;
  width: 100%;
  background: #ccc;
  position: relative;
}

#page {
  padding: 40px 20px;
  margin: 3px 0;
  border: 1px solid #ccc;
  background: url(/images/logo_bg.gif) top left no-repeat white;
}

#footer {
  height: 20px;
  background: #060;
  color: white;
  text-align: center;
  font-size: 80%;
  font-weight: 100;
  line-height: 20px;
}


/** L2 Structure */

#sidebar {
  width: 230px;
  float: left;
  font-size: 90%;
  line-height: 20px;
}

#sidebar div.box { margin-bottom: 2em; }

#content {
  float: right;
  width: 450px;
}

.front #sidebar {
  display: none;
}
.front #content {
  width: auto;
  float: none;
}

.front .column {
  font-size: 90%;
}
.front .col1 {
  float: left;
  width: 60%;
}
.front .col2 {
  float: right;
  width: 38%;
}

.col-inner {
  padding: 0 15px;
}

/** Header elements */

#logo {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 25;
}

#nav {
  position: absolute;
  left: 0;
  top: 15px;
  width: 100%;
  z-index: 20;
}
#nav ul { text-align: center;}
#nav li {
  display: inline;
}
#nav a {
  color: white;
  background: #070;
  text-decoration: none;
  padding: 3px 5px;
  font-size: 90%;
  font-weight: 100;
  border: 1px solid white;
}
#nav a:hover {
  background-color: #090;
  border-width: 5px 1px 1px;
}
#nav a.active { border-width: 5px 1px 1px; }

#facebook-link,
#facebook-link img {
  display: block;
}
#facebook-link {
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 15;
}


/** Masthead */

#masthead {
  overflow: hidden;
  position: relative;
  width: 750px;
  height: 250px;
  z-index: 1;
}

.masthead-image {
  position: absolute;
  top: 0;
  left: 0;
}
.masthead-image img { display: block; }

/** Sample Menus */

#samples-sample div.content { margin-bottom: 1em; }

#samples-menu-items dl,
#samples-menu-items dt,
#samples-menu-items dd { margin-bottom: 1.3em; }

#samples-menu-items dt {
  border-bottom: 1px solid #ccc;
  color: #666;
  font-size: 90%;
  font-style: italic;
}

#samples-menu-items dd { margin-left: 1em; }

.menus h3 { border-bottom: 1px solid #ccc; }

/** Boxed Lunches */

ul.boxes li,
div.boxes div.box {
  margin-bottom: 20px;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #ddd;
  padding: 10px;
  background: url(images/transparent_bg.png) transparent;
}
#sidebar ul.boxes li {
  padding: 5px 10px;
  margin-bottom: 10px;
}


ul#lunches-order-items {
  line-height: normal;
}
ul#lunches-order-items li {
  margin-bottom: 15px;
  padding: 5px;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #ccc;
  background: #eee;
}

.qty { font-weight: bold; }
.requests {
  color: grey;
  font-style: italic;
  font-size: 85%;
}
.complete {
  font-size: 100%;
}
.cancel {
  font-size: 85%;
}
.cancel a { color: grey; }
.cancel a:hover { color: red; }

div.controls {
  font-size: 85%;
}

/*#lunch-form is 450px wide */
#lunch-form .form-elements {
  padding: 20px;
  background: #f6f6f6;
  border: 2px solid #ddd;
}

#lunch-form div.left {
  width: 200px;
  float: left;
}
#lunch-form div.right {
  width: 200px;
  float: right;
}


/** Testimonials */

.testimonial .content {
  font-style: italic;
  padding-left: 15px;
}


/** Form Elements */

input.form-text,
textarea {
  border: 2px solid #ddd;
  padding: 3px;
  font-size: 110%;
  font-family: Palatino,"Palatino Linotype","Hoefler Text",Times,"Times New Roman",serif;
}
input.form-text:focus,
textarea:focus {
  border-color: #9c9;
  background-color: #fcfffc;
}
textarea { width: 90%; }

div.error { 
  border: 2px solid #c00;
  background-color: #fff6f6;
  color: #c00;
  padding: 10px;
  margin-bottom: 1em;
}

.error ul {
  margin-left: 1.5em;
  list-style: disc;
  font-size: 90%;
}

div.fieldset { margin-bottom: 1.5em; }


/** Miscellaneous */

.new {
  font-size: 80%;
  color: red;
  font-style: italic;
  font-weight: bold;
}


/** Clearing */

.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block { display: inline-block; }

/* Hides from IE-mac \*/
* html .clear-block { height: 1%;}
.clear-block { display: block; }
/* End hide from IE-mac */


