/*
	Color sets
	
	Red: #550f0f
	Orange: #c49a59
	
*/

html {margin: 0 0 10px 0; padding: 0;}
body {
	margin: 0 0 10px 0;
	padding: 0;
	background: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #585858;
}

a {color: #870d0d; text-decoration: underline;}
a:hover {color: #7a2828; text-decoration: underline;}
img, img a, img a:hover {border: 0;}

h1 {

}
h3 {
	font-size: 1em;
	padding: 0;
	margin: 15px 0;
}
h3 a {text-decoration: none;}

h2 {
	font-size: 1.5em;
}

#header {
	width: 850px;
	height: 150px;
	background: url(images/header.jpg) 0 0 no-repeat;
	margin: 0 auto;
	overflow: hidden;
	border-left: 4px solid #550f0f;
	border-right: 4px solid #550f0f;
}

#container {
	width: 818px;
	padding: 16px;
	border-left: 4px solid #550f0f;
	border-right: 4px solid #550f0f;
	background: #550f0f url(images/lower_menu.png) 0 0 no-repeat;
	margin: 0 auto;
	overflow: hidden;
	height: 100%;
}

#contentWrap {
	float: left;
	display: inline;
	width: 638px;
}
#content {
	background: url(images/container.png) 0 0 no-repeat;
	width: 580px;
	padding: 29px;
	overflow: hidden;
	line-height: 16px;
}
#content p {margin: 10px 0 25px 0; padding: 0;}
#contentBot {
	width: 638px;
	height: 6px;
	float: left;
	display: inline;
	background: url(images/container_bottom.png) 0 0 no-repeat;
}


/*Sidebar*/
#sideBar {
	float: right;
	display: inline;
	padding: 4px 0 0 0;
}
#sideBar #events {
	background: url(images/cave_events.png) 0 0 no-repeat;
	border: 1px solid white;
	width: 158px;
	overflow: hidden;
	padding: 61px 0 0 0;
	margin: 0 0 20px 0;
}
#sideBar #events ul {
	border-top: 1px solid white;
	margin: 0;
	padding: 7px 0 0 0;
	list-style: none;
	background: url(images/events_bg.jpg) 0 0 no-repeat;
	height: 100%;
	overflow: hidden;
}
#sideBar #events ul li {
	height: 1%;
	padding: 0 10px 0 10px;
	margin: 0 0 12px 0;
}
#sideBar #events ul li span.date {color: white; text-transform: uppercase; display: block; font-size: 11px;}
#sideBar #events ul li span.time {color: #c38f8f; font-size: 11px; display: block;}

#sideBar .ad {width: 160px; height: 600px;}


/*Footer*/
#footer {
	color: #434343;
	margin: 0 auto;
	width: 850px;
	overflow: hidden;
	font-size: 11px;
}
#footer ul {
	list-style: none;
	margin: 15px 0;
	padding: 0;
	text-align: left;
}
#footer ul li {
	margin: 0 18px 0 0;
	display: inline;
}
#footer ul li a {color: #a4a4a4; text-decoration: none;}
#footer ul li a:hover {text-decoration: underline;}


/*Menu*/
#header ul#menu {
	width: 850px;
	list-style: none;
	margin: 0 0 0 0;
	height: 35px;
	overflow: hidden;
	height: 100%;
	padding: 0;
}
#header ul#menu li {
	height: 35px;
	float: left;
	display: inline;
}
#header ul#menu li a {
	height: 35px;
	display: block;
	height: 35px;
	text-indent: -9999px;
}
#header ul#menu li.menu a {background: url(images/nav_menu.png) 0 0 no-repeat; width: 68px;}
#header ul#menu li.events a {background: url(images/nav_events.png) 0 0 no-repeat; width: 75px;}
#header ul#menu li.birthday a {background: url(images/nav_birthday.png) 0 0 no-repeat; width: 124px;}
#header ul#menu li.faq a {background: url(images/nav_faq.png) 0 0 no-repeat; width: 56px;}
#header ul#menu li.laffter a {background: url(images/nav_laffter.png) 0 0 no-repeat; width: 129px;}
#header ul#menu li.reservations a {background: url(images/nav_reservations.png) 0 0 no-repeat; width: 117px;}
#header ul#menu li.shows a {background: url(images/nav_shows.png) 0 0 no-repeat; width: 75px;}
#header ul#menu li.showtimes a {background: url(images/nav_showtimes.png) 0 0 no-repeat; width: 102px;}
#header ul#menu li.tickets a {background: url(images/nav_tickets.png) 0 0 no-repeat; width: 104px;}

#header ul#menu li a:hover {background-position: bottom left;}


/*Thumbnails*/
ul#thumbnails {
	margin: 15px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	height: 100%;
}
ul#thumbnails li {
    float: left;
	height: 1%;
	display: inline;
	width: 169px;
	margin: 0 15px 0 0;
	padding: 7px;
	background: url(images/thumb_bg.png) 0 0 no-repeat;
}
ul#thumbnails li.last_thumb {margin: 0;}
ul#thumbnails li img {
	display: inline;
	margin: 0 20px 10px 0;
}
ul#thumbnails li span.name { text-transform: uppercase; display: block; font-weight: bold; padding-right: 5px; }
ul#thumbnails li span.date { text-transform: uppercase; color: #870d0d; display: block;}

/*Home Page Thumbnails*/
ul#home_thumbnails {
	margin: 15px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	height: 100%;
}
ul#home_thumbnails li {
    float: left;
	height: 1%;
	display: inline;
	width: 100%;
	margin: 0 15px 0 0;
	padding: 7px;
	background: url(images/thumb_bg.png) 0 0 no-repeat;
}
ul#home_thumbnails li.last_thumb {margin: 0;}
ul#home_thumbnails li img {
    float: left;
	display: inline;
	margin: 0 20px 10px 0;
}
ul#home_thumbnails li span.name { float: left; text-transform: uppercase; display: block; font-weight: bold; padding-right: 5px; }
ul#home_thumbnails li span.date { float: left; text-transform: uppercase; color: #870d0d; display: block;}
ul#home_thumbnails li span.bio { float: left; width: 350px; color: #870d0d; display: block;}

#home_thumbnails hr { float: left; width: 100%; }

.productimg {
	float: left;
	width: 200px;
}

.product_details {
	width: 375px;
	padding-top: 20px;
	float: right;
}

div.product {
	clear: left;
}

/*Images*/
.heading_tag {padding: 8px 0 0 0; display: block;}

.emphRed {
	color: #550F0F;
	font-weight: bold;
}

.disc {font-size: 10px}

ul.faq {
	margin: 10px 0;
	padding: 0;
}
ul.faq li {
	list-style: none;
	margin: 5px 0;
}

.store { border: 1px solid #fff; padding: 4px; text-align: center; background: #6a1211; }
.store a { color: #fff; text-decoration: none; }
.buyNow { cursor: pointer; }

.comedianImg { width: 169px; height: 169px; }
