@charset "utf-8";
/* CSS Document */

/*****   GLOBAL  *****/
body {
	background-color:	#ffebc5;
	text-align:			left;
	margin:				0;
	padding:			0;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			.8em;
	}

#Shadow-Container {
	width:				800px; 
	margin-right:		auto;
	margin-left:		auto;
	text-align:			left;
	background-image:	url(images/background-main-shadow.gif);
	background-repeat:	repeat-y;
	overflow:			auto;
	}

#Header-Image-Container { /* for homepage background image */
	width:				780px; 
	margin-right:		auto;
	margin-left:		auto;
	text-align:			left;
	background-image:	url(images/background-ceiling.jpg);
	background-repeat:	no-repeat;
	}

#Header-Image-Container-Tab { /* for 2nd level background image with tab */
	width:				780px; 
	margin-right:		auto;
	margin-left:		auto;
	text-align:			left;
	background-image:	url(images/background-ceiling-tab.jpg);
	background-repeat:	no-repeat;
	}

#Content {
	width:				740px;
	margin-right:		auto;
	margin-left:		auto;
	}

#Navigation {
	float:	left;
	width:	183px;
	}

#Header-Promo {
	height:		130px;
	width:		515px;
	margin:		0 0 40px 25px;
	float:		left;
	}

#Main-Content {
	margin:		0 0 50px 25px;
	width: 		515px;
	float:		left;
	padding:	0;
	}

#Main-Content-Column-Left {
	margin:		0;
	width: 		250px;
	float:		left;
	padding:	0;
	}

#Main-Content-Column-Left2 {
	margin:		0;
	width: 		250px;
	float:		left;
	padding:	0;
	}

#Main-Content-Column-Right {
	margin:		0 0 0 13px;
	width: 		250px;
	float:		left;
	padding:	0;
	}
#Main-Content-Column-Right2 {
	margin:		0 0 0 13px;
	width: 		250px;
	float:		left;
	padding:	0;
	}

#Main-Content-Column-Middle {
	clear:both;
	}

#Main-Content p {
	margin-top:		0px;
	}

h1 {
	color:			#0F650A;
	text-transform:	uppercase;
	font-size:		2em;
	font-weight:	bold;
	letter-spacing: -1px;
	margin-top:		0;
	}

.Table-Topline {
	border-top: 1px solid #CCCCCC;
	padding-top:2px;
	}

.Warning {
	font-weight:	bold;
	color:			#AA0000;
	}	

/*----------- Links ---------*/

a {
	color:#007E00;
	text-decoration:underline;
	}
a:hover {
	color: #990000;
	}	


/*----------- FORMS ---------*/
input {
	}
textarea {
	font-family:		Arial, Helvetica, sans-serif;
	}	
	
	
/*----------- SUB NAV LIST ---------*/
ul#navlist {
	margin:		4px 0 20px 0;
	padding: 	0;
	font-size:	.9em;}
	
#navlist li {
	display: inline;
	list-style-type: none;
	margin:	0;
	padding:0;}

#navlist a { padding: 2px; }

#navlist a:link, #navlist a:visited {
/***********************************
	color: 				#5C3B17;
	background-color: 	#fff;
	border:				1px dotted	#CCCCCC;
	text-decoration: 	none;}

#navlist a:hover {
	color: 				#5C3B17;
	background-color:	#CCCCCC;
	border-bottom:		1px solid #666666;
	text-decoration: 	none;}

#navlist li a#current	{
	color:				#999999;
	background-color:	;
***********************************/
	}


/*----------- FOOD ---------*/
.Food-Title {
	font-size:		1.6em;
	font-weight:	bold;
	border-bottom:	1px solid	#CCCCCC;
	padding-top:	10px;
	color:			#5C3B17;
	}
.Food-Title-Description {
	font-size: 		.9em;
	color:			#666666;
	font-style:		italic;
	}	
.Meal-Name {
	font-weight:	bold;
	margin-bottom: 0;
	}

/*----------- POD ---------*/

#pod-content-specials {
	margin:		52px 0 0 15px;
	padding:	0;
	width:		330px;
	}

#pod-content-specials p{
	margin:		0 0 4px 0;
	padding:	0;
	}

#pod-content-specials img {
	margin:		0;
	padding:	0 0 5px 5px;
	float:		right;
	}

#pod-content-happyhour {
	margin:		42px 0 0 15px;
	padding:	0;
	width:		170px;
	}

#pod-content-happyhour p{
	margin-top:	0;
	padding:	0;
	}

#pod-content-beer {
	margin:		90px 0 0 15px;
	padding:	0;
	width:		70px;
	}

#pod-content-beer p{
	margin-top:	0;
	padding:	0;
	}
	
#pod-content-crowley {
	margin:			52px 0 0 15px;
	padding:		0;
	width:			150px;
	}

#pod-content-crowley p{
	margin:			0 0 10px 0;
	padding:		0;
	border: none;
	}	

#pod-content-music {
	margin:			52px 0 0 15px;
	padding:		0;
	width:			180px;
	}

#pod-content-music p {
	margin:			0 0 4px 0;
	padding:		0;
	border-bottom:	1px solid #999999;
	}

/*----------- CALENDAR ---------*/
.Calendar-Month {
	margin:	auto 40px;
	font-weight:bold;
	font-size:	1.3em;
	}

.Calendar-Next-Link a:link, .Calendar-Next-Link a:visited {
}

.Calendar-Next-Link a:hover {
}

/*----------- SHOPPING CART ---------*/

#Cart-Items {
	border-bottom:	1px solid #CCCCCC;
	margin-bottom:	20px;
	padding-bottom:	10px;
	width:			100%;
	clear:			both;
	}

#Cart-Item-Photo {
	width:		220px;
	float:		left;
	margin:		0;
	padding: 	0;}
	
#Cart-Item-Description {
	width:		220px;
	float:		left;
	margin:		0 0 0 10px;
	padding: 	0;
	}
	
.Cart-Item-Price {
	font-size: 		1.4em;
	font-weight:	bold;
	}	

.Cart-Table-Titles {
	font-weight:		bold;
	border-bottom:		1px dotted #CCCCCC;
	}
.Cart-Table-Row {
	border-bottom:		1px dotted #CCCCCC;
	}
.Cart-Table-Order-Total {
	padding-top:	10px;
	float:			right;
	margin-right:	40px;
	}	
.Cart-Table-Order-Total-Price {
	font-size:		1.5em;
	font-weight:	bold;
	}			

/*----------- FOOTER ---------*/


#Footer {
	background-color:	#092e00;
	float:				left;
	width:				780px;
	}

#Footer-Image {
	background-image:	url(images/footer-shadow.gif);
	background-repeat:	repeat-x;
	width:				780px;
	}

#Footer-Content {
	width:				700px;
	background-color:	#092103; 
	padding:			20px;
	color:				#FFFFFF;
	margin:				0 20px 20px 20px;
	}	

#Footer-Content p {
	margin: 			0 0 12px 0;
	}

#Footer a {
	color:	#FFFFFF;}
	
.newsletter {
	font-size:.9em; }

img {
	border:	none;}
	
.image-right {
	float:	right;
	margin:	0 0 10px 10px;
	}
.image-left {
	float:	left;
	margin:	0 10px 10px 0;
	}

.quote {
	font-family:	Georgia, "Times New Roman", Times, serif;
	line-height:	150%;
	margin:			30px;}	
	
#lightbox-images {
	}  
#lightbox-images img {
	border: 1px solid #000000;
	margin: 5px;
	} 