@charset "utf-8";
/* CSS Document */

body {
	margin:0 auto;
	background:url(images/bg.jpg) repeat-x #000;
	text-align:center;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
}
#container {
	margin:0 auto;
	width:854px;
	text-align:center;
	padding:0;
}
#eventsCont {
	background:url(images/eventsBG.jpg) no-repeat; 
	width: 854px;
	height: 224px;
}
#eventCont {
	float:left;
	width:552px;
	padding-top:15px;
}
#calCont {
	float:left;
	width:302px;
	padding-top:25px;
}
#bodyCont {
	background:url(images/mainpageBG.jpg) no-repeat;
	width:854px;
	height:534px;
}
#insideBodyCont {
	background:url(images/insideBodyBG.jpg) repeat-y;
	width:764px;
	min-height:200px;
	padding:15px 45px 15px 45px;
	text-align:left;
}
#insideBodyTop {
	background:url(images/insideBodyTop.jpg) no-repeat;
	width:854px;
	height:13px;
}
#insideBodyBot {
	background:url(images/insideBodyBot.jpg) no-repeat;
	width:854px;
	height:31px;
}
#mainBodyCont {
	float:left;
	width:654px;
		
}
#textBodyCont {
	padding:40px 30px 30px 30px;
	
}
#topPicTxt {
	width:594px;
	height:140px;
	text-align:justify;
	padding-bottom:8px;
	line-height:20px;

}
#midPicTxt {
	width:594px;
	height:140px;
	text-align:justify;
	padding-top:8px;
	line-height:20px;
	
}
#votebutton {
	width:382px;
	
}
#featTxt {
	float:left;
	width:178px;
	height:148px;
	font-size:11px;
	line-height:17px;
		
}
#locTxt {
	float:left;
	width:218px;
	height:148px;
	font-size:11px;
	line-height:15px;
	padding-left:35px;
	padding-right:23px;	
	
}
#hoursTxt {
	float:left;
	width:135px;
	height:148px;
	font-size:11px;
	line-height:17px;
	padding-left:5px;
			
}
#twitCont {
	float:left;
	width:200px;
	
}
#twitTextCont {
	padding:80px 22px 40px 15px;
	text-align:left;
	line-height:19px;
	font-size:10px;
}
#footer {
	background: url(images/footerbg.jpg) no-repeat;	
	width:854px;
	height:38px;
	text-transform:uppercase;
}
#footerLinks {
	padding:0 0 2px 20px;
	float:left;
	font-size:11px;
	width:615px;
	text-align:left;
	padding-top:7px;
	
}
#footerLinks a:link, #footerLinks a:active, #footerLinks a:visited {
	text-decoration:none;
	color:#FFF;
	
}
#footerLinks a:hover {
	color:#CCC;
	
}
#footerBsg {
	float:left;
	font-size:10px;
	width:200px;
	text-align:right;
	padding-top:7px;

}
#eventCont h1 {
	font-size:16px;
	padding:5px 0 5px 0;
	margin-top:0;
}
#insideBodyCont h1 {
	font-size:18px;
	padding-top:0;
	margin-top:0;		
}
h1, h2, h3, h4, h5 {
	color:#fff;
	font-size:17px;
	padding:4px 0 6px 0;
	margin:0;
}
.weekLabels {
	font-size:12px;
	font-family:Lucida Sans Unicode, tahoma, Arial, Helvetica, sans-serif;
	color:#fff;
}
.days {
	font-size:14px;
	font-family:Lucida Sans Unicode, tahoma, Arial, Helvetica, sans-serif;
}
#aboutCont {
	width:470px;
	float:left;
	line-height:18px;
	text-align:justify;
	font-size:12px;

}
#aboutPicCont {
	width:250px;
	float:left;
	padding:48px 0 0 40px;

}
#specialsCont {
	width:470px;
	float:left;
	line-height:18px;
	text-align:justify;
	font-size:12px;

}
#specialsPicCont {
	width:250px;
	float:left;
	padding:25px 0 0 80px;

}
#specialCont {
	width:382px;
	float:left;
	line-height:18px;
	text-align:justify;
	font-size:12px;

}
#specialFoodCont {
	width:302px;
	float:left;
	line-height:18px;
	text-align:justify;
	font-size:12px;
	padding-left:80px;

}
.boldTag b {
	font-size:13px;
}

/* Contact Page */
#contactCol1 {
	float:left;
	width:450px;
	line-height:20px;
	font-size:14px;
	text-align:justify;
}
#contactCol2 {
	float:left;
	width:280px;
	padding-left:24px;
	text-align:right;
}

/* Menu Page */
#menuCont {
	float:left;
	width:410px;	
}
#cateringCont {
	float:left;
	width:300px;
	padding-left:44px;
	text-align:justify;
	line-height:20px;	
}

/* Live Schedule Page */
#liveCont {
	text-align:center;
}
.eventBox {
	border:1px dashed #222;
	width:714px;
	margin:0 auto;
	padding:15px;
	background:#f8f8f8;
	color:#222;
}
.thisTitle {
	font-size:18px;
	font-weight:bold;
}
.thisDate {
	padding-bottom:5px;
	font-style:italic;
}
.thisDesc {
	font-size:14px;
}
