@charset "UTF-8";
@import url("reset.css");
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	background:rgb(128, 18, 18);
	padding-bottom:40px;
	font-family:Helvetica, Arial, sans-serif;
}

.tuesMeat {
	background-color:transparent;
}

.lunchSp {
	background-color:transparent;
}

a {
	color:rgb(128, 18, 18);
	text-decoration:none;
}

a:hover {
	border-bottom:thin dashed rgb(128, 18, 18);
}

#wrap {
	width:900px;
	margin:25px auto 0;
}

#top {background:url(../images/mc_top.gif) no-repeat; width:900px; height:20px;}
#bottom {background:url(../images/mc_bot.gif) no-repeat; width:900px; height:20px; clear:both;}

#mainContainer {
	width:900px;
	margin:0 auto;
	padding-bottom:20px;
	background:#FFF;
	min-height:700px;
}

#header {
	width:880px;
	margin:0 auto;
	height:75px;
	border-bottom:thick #dddddd solid;
}

#logo {
	width:255px;
	float:left;
	display:inline;
}

#logo img{
	position:relative;
	top:-45px;
	margin-left: 10px;
}

#nav {
	width:600px;
	height:50px;
	float:right;
	display:inline;
}

#nav ul {
	padding:38px 0 0 50px;
}

#nav li {
	display:inline;
	float:left;
}

a.dailySpecialsLink {
	display:block;
	float:right;
	clear:none;
	margin:24px 17px 0 0;
}

a.dailySpecialsLink:hover {
	border:none;
}

.clear {clear:both;}

.navButton {
    background: transparent url('../images/nav/right.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 30px;
    margin-right: 6px;
    padding-right: 7px; /* sliding doors padding */
    text-decoration: none;
	border:none;
}

.navButton span {
    background: transparent url('../images/nav/left.gif') no-repeat;
    display: block;
    line-height: 20px;
    padding: 5px 10px 10px 17px;
	border:none;
}

a.navButton:hover {color:rgb(128, 18, 18); border:none;}

.navButton:active {
    background: transparent url('../images/nav/right_down.gif') no-repeat scroll bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
	border:none;
}

.navButton:active span {
    background: transparent url('../images/nav/left_down.gif') no-repeat;
    padding: 6px 10px 4px 17px; /* push text down 1px */
	border:none;
}

p.navButton {
	color:rgb(128, 18, 18);
}

#hero {
	width:880px;
	height:225px;
	margin:10px auto 20px;
	background:url(../images/hero_home.jpg) no-repeat;
}

#hero.home {
	background:url(../images/hero_home.jpg) no-repeat;
}

#hero.about {
	background:url(../images/hero_checkout.jpg) no-repeat;
}

#hero.menu {
	background:url(../images/hero_menu.jpg) no-repeat;
}

#hero.bigGreenEgg {
	background:url(../images/hero_big-green-egg.jpg) no-repeat;
}

#hero.contact {
	background:url(../images/hero_counter_meat.jpg) no-repeat;
}

#hero.meat {
	background:url(../images/hero_meat.jpg)no-repeat;
}

.lunchSpecial {
	width:230px;
	height:160px;
	float:right;
	display:inline;
	margin:0;
	font-size: small;
	color:#ffffff;
	text-align:center;
}

.lunchSpecial a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	margin-top:5px;
}

.lunchSpecial a:hover {
	color:rgb(128, 18, 18);
	border:none;
}

.tuesdayMeat {
	color:#666666;
	font-size:small;
}

.tuesdayMeat ul {
	list-style:circle inside;
	margin:0 0 0 45px;
	line-height:17px;
}

#content {
	width:606px;
	float:left;
	display:inline;
	padding-bottom:25px;
}

.hOne {
	height:39px;
	width:565px;
	background:url(../images/header.jpg) no-repeat;
	margin:0 0 0 20px;
	clear:both;
}

h1 {
	margin-left:20px;
	padding-top:10px;
	font-size:larger;
	letter-spacing:.1em;
}

p.hoursDirectionsLeft {
	float:left;
	display:inline;
	margin:5px 0 40px 40px;
	font-size:small;
	line-height:17px;
	width:273px;
}

h3.hoursDirectionsLeft {
	float:left;
	display:inline;
	margin:10px 0 0 40px;
	font-size:medium;
	width:273px;
}

p.hoursDirectionsRight {
	float:left;
	display:inline;
	margin:5px 0 0 20px;
	font-size:small;
	line-height:17px;
	width:273px;
}

h3.hoursDirectionsRight {
	float:left;
	display:inline;
	margin:10px 0 0 20px;
	font-size:medium;
	width:273px;
}


#sidebar {
	width:264px;
	float:right;
	display:inline;
	margin-right:20px;
	padding-bottom:25px;
}

#sidebar h2 {
	background:url(../images/sidebar.jpg) no-repeat;
	height:39px;
	width:262px;
	padding:12px 0 0 20px;
	color:rgb(128, 18, 18);
}

.disclaimer {
	font-size:x-small;
}

#newsletter {
	margin-top:100px;
	
}

h3.newsletter {
	background:url(../images/icons/EmailIcon.gif) no-repeat left;
	padding:5px 0 5px 50px;
	color:rgb(128, 18, 18)
}

p.newsForm {
	font-size:x-small;
	margin-top:10px;
}

#sidebar input {
	margin:5px 10px 5px 0;
}

a.newsForm {
	font-size:x-small;
}

#featuredMeat {
	background:url(../images/welcome.jpg) no-repeat;
	float:left;
	display:inline;
	clear:both;
	width:565px;
	height:180px;
	margin:0 0 60px 20px;
	overflow:hidden;
}

#featuredMeat img{
	border:1px solid #bbbbbb;
	margin:20px 0 10px;
}

p.welcome {
	margin:12px 0 15px 40px;
	font-size:small;
	line-height:17px;
	width:546px;
}

.specials {
	margin:12px 0 15px 40px;
	font-size:medium;
	width:546px;
	line-height:1.5em;
}

.featured {
	margin-left:10px;
	float:left;
	display:inline;
	font-size:x-small;
	text-align:center;
	line-height:14px;
}

#egg {
	width:860px;
	clear:both;
	margin:10px auto 50px;
}

#egghead {
	width:860px;
	height:100px;
	background:url(../images/eggbox2.jpg) no-repeat;
	color:#ffffff;
	font-size:17px;
}

#egghead img {
	display:inline;
	float:left;
	margin:15px 60px 0 40px;
	
}

#egghead h1 {
	padding:37px 0 0 0;
}

.eggSteps {
	width:264px;
	float:left;
	display:inline;
	margin:17px 10px;
	padding-top:8px;
	color:rgb(128, 18, 18);
	font-size:medium;
}

.eggSteps ul {
	list-style:inside disc;
	font-size:small;
	margin-left:30px;
}

.eggSteps li {
	padding-left: 1em;
	text-indent: -1em;
}

.eggOne span{
	background:url(../images/icons/1.gif) no-repeat top left;
	padding:6px 0 7px 32px;
}

.eggTwo span{
	background:url(../images/icons/2.gif) no-repeat top left;
	padding:6px 0 7px 32px;
}

.eggThree span{
	background:url(../images/icons/3.gif) no-repeat top left;
	padding:6px 0 7px 32px;
}


/* here are the bullet lists */

ul.eggPage {
	width:380px;
	list-style:inside;
	margin-left:100px;
	font-size:small;
	line-height:17px;
	color:#1C6911;
}

.eggPage li {
	text-indent:-1em;
	padding-left:1em;
}

.eggPage span {
	color:#000000;
}





.footer {
	font-size:x-small;
	text-align:center;
	color:#666666;
}
	
#thriveFoot {
	width:880px;
	margin:10px auto;
	text-align:center;
}

#thriveFoot a {
	font-size:x-small;
	color:#FFFFFF;
	border-bottom:thin dotted;
}




















#message							{ width:180px;margin:60px 0 0 100px; }
#message h2						{ font-size:150%;color:white; }
#message p						{ color:white;font-weight:bold;margin:6px 0px; }

