@charset "UTF-8";

/* Import all stylesheets
/* ------------------------------ */

/* Reset browser defaults */
@import url('reset.css');

/* Apply basic typography styles */
@import url('typography.css');

/* Apply layout */
@import url('specials-layout.css');

/* Color Pallette
/* ------------------------------ */
/*

#ed1c24		Red

*/

body {
    margin:0;
    padding:0;
    background:#eee;
    font-size:11px;
    color:#333;
    font-family:"Lucida Grande", Tahoma, Verdana, Helvetica, sans-serif;
}
#main {
	background:#fff;
}
#header {
	margin:10px auto;
	background-image:url('../img/specials-header.jpg');
	background-repeat:no-repeat;
}
#header h1 {
	margin:0;
	padding:0;
}
#header h1 a span {
	display:none;
}
#header h1 a {
	display:block;
	width:940px;
	height:80px;
}
#content {
	margin:0 10px;
}
#footer {
	text-align:center;
	padding:25px 0 0 0;
	margin:10px auto;
}
a, a:link, a:visited {
    color:#ed1c24;
    text-decoration:none;
    font-weight:bold;
}
a:hover, a:active {
    color:#ed1c24;
    text-decoration:underline;
    font-weight:bold;
}
h1 {
	font-size:18px;
	line-height:20px;
	padding-bottom:10px;
}
h2 {
	font-size:16px;
	line-height:18px;
	padding-bottom:8px;
}
h3 {
	font-size:14px;
	line-height:16px;
	padding-bottom:6px;
}
h4,
h5,
h6 {
	font-size:12px;
	line-height:14px;
	padding-bottom:4px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
}
img {
    border:0;
}

/* Specials
/* ------------------------------ */

div#today {
	border:1px solid #CCCCCC;
	padding:10px;
	margin-bottom:25px;
}
div#lunch {
	float:left;
	width:300px;
	clear:left;
}
div#happy {
	float:right;
	width:300px;
	clear:right;
}
div#lunch img {
	float:left;
	padding-right:10px;
}
div#happy img {
	float:left;
	padding-right:10px;
}
th {
	text-align:left;
	background-color:#ed1c24;
	color:#fff;
	padding:3px;
}
td {
	padding:3px;
	border-bottom:1px dotted #CCCCCC;
}
.form td {
	border:0;
}
.form .rowlabel {
	text-align:right;
	font-weight:bold;
}
.form .textinput {
}
.form .button {
}
.form .button:hover,
.form .button:active {
}
.error {
	font-weight:bold;
	color:#ed1c24;
}
div#upcoming, div#past {
	padding-bottom:25px;
}