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

/* MAD HOUSE COMEDY CLUB */

body {margin: 0; padding: 0; text-align: center; background: #505050 url(images/common/bg.gif) center top repeat-x; font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: white;}

a {font-weight: bold; color: white;}

#wrapper {width: 1000px; margin: 0 auto; text-align: left; background: #bf2200 url(images/common/page_bg.gif) no-repeat;}

#header {margin: 0;}
#header table {margin: 0;}
#header table td {padding: 0;}

/* FOOTER */

#footer {margin: 0; text-align: center; font-size: 12px; color: white;}
#footer #footer_links {margin: 10px auto; padding: 6px 0; border-top: 2px solid red; border-bottom: 2px solid red;}
#footer #footer_links a {color: white;}
#footer_bg {margin: 0; padding: 0;}
#footer #footer_copyright {margin: 0; padding-bottom: 20px; background-color: black;}
#footer #footer_copyright a {color: red;}

/*LEFT COLUMN*/

#leftcolumn {width: 240px; float: left; margin: 20px 0; padding: 0;}
#leftcolumn .top {width: 240px; height: 14px; margin: 0; padding: 0; background: url(images/common/leftcolumn_top.gif) no-repeat;}
/*#leftcolumn .top {_padding-top: 10px;}  underscore hack - targets IE 6 and below */
#leftcolumn .center {background-color: black; margin-bottom: 10px;}
#leftcolumn .bottom {width: 240px; height: 14px; margin: 0 0; padding: 0; background: url(images/common/leftcolumn_bottom.gif) no-repeat;}
#leftcolumn .button {margin-bottom: 10px;}

#leftcolumn p {
	margin: 10px;
}

#leftcolumn p.left_link {
	display: block;
	/*color: white;*/
	text-decoration: none;
	font-size: 12px;
	/*font-weight: bold;*/
	/*border-bottom: 2px solid #ffffff*/;
	margin: 0;
	padding: 0;
}

#leftcolumn .left_link a {
	display: block;
	/*color: white;*/
	text-decoration: none;
	/*font-size: 11px;*/
	/*font-weight: bold;*/
	background: url(images/common/arrow_left_link.gif) 10px 7px no-repeat;
	/*border-bottom: 2px solid #ffffff*/;
	margin: 0;
	padding: 4px 10px 4px 34px;
}

#leftcolumn .left_link a:hover {
	background-color: white;
	background-image: url(images/common/arrow_left_link_on.gif);
}

/*#leftcolumn #nav .subnav a {
	font-size: 11px;
	color: #444444;
	font-weight: normal;
	text-decoration: none;
	background: white url(images/common/arrow_sub_link.gif) 4px 5px no-repeat;
	padding-left: 20px;
	border-bottom: 1px dotted #b3b3b3;
}*/

/*#leftcolumn #nav .subnav a:hover {
	color: #ac0c0c;
	background-color: white;
}*/

/*#leftcolumn #nextevent a {
	display: block;
	color: white;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background: #ac0c0c url(images/common/arrow_nextevent.gif) 4px center no-repeat;
	border-bottom: 2px solid #ffffff;
	margin: 0;
	padding: 4px 4px 4px 20px;
}

#leftcolumn #nextevent a:hover {
	background: #ac0c0c url(images/common/arrow_nextevent_on.gif) 4px center no-repeat;
}*/

#leftcolumn h1 {
	/*display: block;*/
	font-size: 18px;
	font-weight: bold;
	/*background-color: #2e3092;*/
	/*border-bottom: 2px solid #ffffff;*/
	margin: 10px;
	/*padding: 4px;*/
}





/*CENTER COLUMN*/
#centercolumn {width: 540px; float: left; margin: 0 20px;}
#centercolumn_full {width: 780px; float: left; display: inline; margin: 0 20px;} /*display inline as fix for IE float rendering bug which doubles left margin*/
#centercolumn, #centercolumn_full {*margin-top: 20px;} /*IE 7 and below - asterisk preceeding style targets IE 7 and below - star property hack (commonly mistaken for the star HTML hack)*/

#centercolumn h1, #centercolumn_full h1 {font-size: 24px; font-weight: bold; background-color: black; padding: 2px 6px;}
#centercolumn h2, #centercolumn_full h2 {font-size: 18px; font-weight: bold;}



/*RIGHT COLUMN*/

#rightcolumn {
	float: right;
	width: 180px;
	margin: 20px 0 0;
	padding: 0;
}

#rightcolumn .button {margin-bottom: 10px;}





.clearfloat { /* final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



.title {margin-bottom: 20px;}

.title_section {font-size: 18px; font-weight: bold; color: #1552a9;}

.morelink {font-size: 13px; background: url(images/common/arrow_morelink.gif) 0 1px no-repeat; padding: 2px 0 2px 20px;}
.morelink a {font-weight: normal; color: #444444; text-decoration: none;}
.morelink a:hover {color: #1552a9; text-decoration: underline;}

.jumplink {background: url(images/common/arrow_morelink.gif) 0 1px no-repeat; padding: 2px 0 2px 20px;}

/* testimonials */

.testimonial {text-align: right; margin: 0 20px 30px 0;}
.testimonial_name {font-size: 18px; font-weight: bold; color: #333333;}
.testimonial_co {font-style: italic;}

/*************** FORMS ******************/

.formtable {margin: 0 auto;}
.formtable td {padding: 4px;}
.formtable .formtext {text-align: right; font-weight: bold;}

/*************** MENU ******************/

.menu_wrapper {width: 510px; padding: 10px; background: white; border: 1px solid black; font-size: 18px; color: black;}
.menutable {width: 510px;}
.menutable td {padding: 2px 4px;}
.menutable td.item {}
.menutable td.line {border-bottom: 1px dotted black;}
.menutable td.price {width: 40px; font-weight: bold; color: #bf2200; text-align: center;}
.menutable tr.color {background: #e2e2e2;}