@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
body {
	margin:0;
	padding:0;
	background-color:#140905;
	background-image:url(images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	text-align:center;
}	
a, img {
	border:none;
	outline:none;
}
a, a.link, a:visited, a:hover {
	color:#fff;	
	text-decoration:none;
}
img.header {
	margin-bottom:15px;
	clear: both;
	color: #f7c400;
	font-size: 20px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
img.lhr {
	margin:152px 0;
	clear: both;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
img.loading {
	clear:both;
	padding:20px;
}
p.subhead {
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#f7c400;
	margin-bottom: 15px;
}
p.twitter {
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#f7c400;
	margin-bottom: 10px;
}
p.text {
	line-height:18px;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ebce85;
}
p.text span {
	color:#f7c400;
	font-weight: bold;
}
#outer {
	text-align:center;	
	width:1080px;
	margin:0 auto;
	background-image:url(images/bg-wood.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
#wrapper {
	width:1080px;
	margin:0 auto;
	text-align:left;
}
#top {
	width:1080px;
	height:746px;
	position:relative;
}
#wall {
	width:230px;
	height:126px;
	top:0;
	left:732px;
	background-image:url(images/wall.png);
	background-repeat:no-repeat;
	position:absolute;
	z-index:4;
}	
#logo {
	width:223px;
	height:222px;
	top:20px;
	left:90px;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	position:absolute;
	z-index:2;
}
#chalkboard {
	width:770px;
	height:400px;
	top:130px;
	left:155px;
	background-image:url(images/chalkboard.png);
	background-repeat:no-repeat;
	position:absolute;
	z-index:1;
}
#chalks {
	width:565px;
	height:249px;
	position: relative;
	left: 105px;
	top: 92px;
}	
.chalk {
	float:left;	
	height:249px;
	background-repeat:no-repeat;
}
.plate {
	width:178px;	
	background-image:url(images/chalk-1.png);
}
.meat {
	width:190px;
	background-image:url(images/chalk-2.png);
}
.sides {
	width:197px;
	background-image:url(images/chalk-3.png);
}
#sign {
	width:356px;
	height:92px;
	background-image:url(images/sign.png);
	background-repeat:no-repeat;
	position: absolute;
	z-index: 3;
	top: 40px;
	left: 360px;
}
#table {
	width:870px;
	height:285px;
	top:410px;
	left:103px;
	background-image:url(images/table.png);
	background-position:bottom;
	background-repeat:no-repeat;
	position:absolute;
	z-index:5;
}	
#bucket {
	width:189px;
	height:217px;
	top:3px;
	left:52px;
	background-image:url(images/bucket.png);
	background-repeat:no-repeat;
	position:relative;
	float: left;
}
#facebook {
	width:500px;
	height:27px;
	top:126px;
	left:76px;
	position:relative;
	float: left;
	text-align: right;
	color:#ebce85;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:27px;
}
#bottom {
	width:765px;
	height:953px;
	position:relative;
	background-image:url(images/metal.jpg);
	background-repeat:no-repeat;
	margin: 0 0 0 160px;
	background-position: 195px 0;
}
#location {
	width:178px;
	float:left;
}
#about {
	width:312px;
	float:left;
	padding-left: 40px;
}
#catering {
	width:295px;
	border:1px solid #fff;
	margin: 30px 0 30px -10px;
	padding: 10px 15px 15px 10px;
}
#catering img.header {
	margin-bottom:4px;
}
#specials {
	width:202px;
	float: left;
	margin: -25px 0 0 20px;
}
#tweet {
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ebce85;
}
#tweet ul {
	list-style-type:none;	
}
#tweet li {
	margin:0 0 15px 0;
	border-bottom:1px solid #ebce85;
	padding: 0 0 15px 0;
}
#tweet li.last {
	border-bottom:none;
}
#tweet a.time {
	color:#ebce85;
	font-size:12px;	
}
