@charset "utf-8";

/* CSS Document */



html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td
{
	margin:0;
	padding:0;
}

table
{
	border-collapse:collapse;
	border-spacing:0;
}

fieldset, img
{
	border:0;
}

address, caption, cite, code, dfn, em, strong, th, var
{
	font-style:normal;
	font-weight:normal;
}

li
{
	list-style:none;
}

caption, th
{
	text-align:left;
}

h1, h2, h3, h4, h5, h6
{
	font-size:100%;
	font-weight:normal;
}

q:before, q:after
{
	content:'';
}

abbr, acronym
{
	border:0;
	font-variant:normal;
}

sup
{
	vertical-align:text-top;
}

sub
{
	vertical-align:text-bottom;
}

input, textarea, select
{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

input, textarea, select
{
	font-size:100%;
}

legend
{
	color:#FFF;
}

*
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

html, body
{
	height: 100%;
	color: #FFFFFF;
	background: #000000;
}

a
{
	font-weight: bold;
	text-decoration: none;
	color: #00bce4;
}

/* Main Layout */



#header
{
	width: 900px;
	height: 180px;
	margin: 0 auto;
}

#header .col
{
	width: 33%;
	height: 180px;
	float: left;
}

#header .col img
{
	display: block;
	margin: 0 auto;
}

#header h1
{
	height: 180px;
	width: 246px;
	background: url(img/mifwlogo.jpg) top left no-repeat;
	margin: 0 auto;
}

#header h1 img
{
	display: none;
	width: 0;
	height: 0;
}

#header h1 a
{
	display: block;
	height: 100%;
	width: 246px;
	text-indent: -2000px;
	font-size: 0%;
}

#sfp
{
	width: 900px;
	color: #666666;
	font-size: 80%;
	text-align: right;
	margin: 0 auto;
	padding: 2px 0;
}

#topmenubg
{
	background: #18bbaf url(img/top-menu-bg.gif) top left repeat-x;
	border-top: 1px solid #18bbaf;
	height: 49px;
}

#topmenu
{
	width: 900px;
	margin: 0 auto;
	position: relative;
	height: 49px;
}

#topmenu ul
{
	position: relative;
	margin: 0 0 0 5px;
}

#topmenu ul li
{
	float: left;
	display: inline;
}

#topmenu ul li a
{
	display: block;
	height: 37px;
	background: none;
	padding: 12px 8px 0 8px;
	color: #FFFFFF;
	font-size: 110%;
	font-weight: bold;
}

#topmenu ul li a:hover
{
	background: url(img/top-menu-over-bg.gif) top left repeat-x;
}

#containerbg
{
	background: url(img/container-bg.gif) top center repeat-y;
}

#cols
{
	margin: 0 auto;
	width: 900px;
	overflow: hidden;
}

#leftmenu
{
	width: 190px;
	padding: 10px 5px 0 5px;
	float: left;
	background: url(img/left-menu-bg.gif) top left no-repeat;
	padding-bottom: 2000px;
	margin-bottom: -2000px;
}

#leftmenu li
{
	font-size: 75%;
	color: #FFFFFF;
	margin: 0 0 10px 0;
}

#leftmenu li a
{
	font-weight: bold;
	color: #FFFFFF;
}

#leftmenu li a:hover
{
	font-weight: bold;
	color: #7edcdb;
}

#main
{
	width: 680px;
	padding: 10px 10px 0 10px;
	float: right;
	padding-bottom: 2000px;
	margin-bottom: -2000px;
}

#footerbg
{
	background: url(img/footer-bg.gif) top center no-repeat;
}

#footer
{
	clear: both;
	width: 880px;
	height: 110px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	font-size: 80%;
}

#footer a
{
	color: #FFFFFF;
	text-decoration: underline;
}

/* End Main Layout */



/* Left Menu */



#leftmenu
{
}

/* End Left Menu */



/* Main Content */



h1.title
{
	font-size: 150%;
	color: #7edcdb;
	font-weight: bold;
}

#share
{
	padding: 5px;
	text-align: right;
}

#content
{
	font-size: 95%;
}

/* End Main Content */



/* Begin Reset Content */



.formatted img
{
	border: 1px solid #999999;
}

.formatted a
{
}

.formatted p
{
	margin: 1em 0;
}

.formatted blockquote
{
	margin: 1em 40px;
}

.formatted strong
{
	font-weight: bolder;
}

.formatted em
{
	font-style: italic;
}

.formatted ul
{
	padding: 1em 0 0 2em;
}

.formatted ul li
{
	list-style-type: disc;
	list-style-position: outside;
}

.formatted ol
{
	padding: 1em 0 0 2em;
}

.formatted ol li
{
	list-style-type: decimal;
	list-style-position: outside;
}

.formatted li
{
	margin: 0 0 1em 2em;
}

.formatted hr
{
	height: 1px;
	border: 1px solid #666666;
	margin: 0.5em auto 0.5em auto;
}

.formatted h3
{
	font-weight: bold;
	font-size: 120%;
}

/* End Reset Content */



/* Messages */



.error
{
	color: #FF0000;
}

.warning
{
	color: #FF9900;
}

.notice
{
	color: #009900;
}

#messages li
{
	padding: 10px;
	font-weight: bold;
	font-size: 110%;
}

/* End Messages */ 



/* Input Forms */



.form fieldset
{
	padding: 0 0 0 10px;
}

.form fieldset div label
{
	/* display: block; */
}

.form fieldset div.row
{
	margin: 0 0 10px 0;
}

.form fieldset div.row div.message
{
	font-size: 90%;
	padding: 0 0 0 5px;
	font-style: italic;
}

.form fieldset .error
{
	font-weight: bold;
	color: #FF0000;
}

.form fieldset input.error
{
	color: #000000;
	border: 1px solid #FF0000;
}

.form fieldset input
{
	display: block;
}

.form fieldset input[type=checkbox]
{
	display: inline;
}

.form fieldset select
{
	display: block;
}

.form legend
{
	font-weight: bold;
	font-size: 110%;
	margin: 0 0 0 -5px;
}

/* End Input Forms */





/* Data Grid */



.datagrid table
{
	width: 100%;
}

/* End Data Grid */





/* Gallery */



#gallery table
{
	width: 100%;
}

#gallery td
{
	width: 25%;
	height: 150px;
	vertical-align: top;
	text-align: center;
	font-size: 80%;
	padding: 20px 0 0 0;
}

#gallery td img
{
	display: block;
	border: 1px solid #666666;
	margin: 0 auto;
}

/* End Gallery */



/* Ticket Sales */

#ticket-shop h3
{
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 20px 0;
}

#ticket-shop .row
{
	margin: 0 0 10px 0;
	font-size: 90%;
}

#ticket-shop .price
{
	margin: 0 0 5px 0;
}

#ticket-shop .title
{
	margin: 0 0 5px 0;
}

#ticket-shop .description
{
	margin: 0 0 5px 0;
}

#ticket-checkout
{
	margin-bottom: 30px;
}

#ticket-checkout h3
{
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 20px 0;
}

#ticket-checkout .tickets
{
	font-size: 90%;
	width: 100%;
}

#ticket-checkout .tickets th
{
	font-weight: bold;
}

#ticket-checkout .tickets td
{
	padding: 2px;
}

/* End Ticket Sales */







#backNav
{
	margin: 20px 0 0 0;
}


/* Event Ticket Sales */

#event-shop
{
	clear: both;
}

#event-shop h3
{
	font-size: 120%;
	font-weight: bold;
	margin: 30px 0 0 0;
}

#event-shop .row
{
	padding: 5px 5px 20px 5px;
	font-size: 90%;
}

#event-shop .price
{
	margin: 0 0 5px 0;
}

#event-shop input[type=text]
{
	width: 30px;
}


#event-shop .title
{
	font-size: 105%;	
	margin: 0 0 5px 0;
	font-weight: bold;
	color: #7EDCDB;
}

#event-shop .title em
{
	font-style: italic;
}

#event-shop .description
{
	margin: 0 0 5px 0;
}

#event-shop .light
{
	background: #4F4F4F;
}

#event-shop .dark
{
	background: #2F2F2F;
}

#event-shop .section
{
	border: 1px solid #6F6F6F;
}

/* End Ticket Sales */

/* Cart */

#cart
{
	margin-bottom: 30px;
}

#cart h3
{
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 20px 0;
}

#cart .tickets
{
	font-size: 90%;
	width: 100%;
}

#cart .tickets th
{
	font-weight: bold;
	font-size: 110%;
}

#cart .tickets td
{
	padding: 5px;
	
}

#cart .right
{
	text-align: right;
}

#cart .center
{
	text-align: center;
}

#cart td.indent
{
	padding-left: 20px;
	
}

#cart .seats
{
	font-size: 90%;
}

#cart .seats td
{
	font-style: italic;
}

#cart .date
{
	font-weight: bold;
}

#cart .slim
{
	white-space: nowrap;
	padding-left: 10px;
	padding-right: 10px;
}

#cart .remove
{
	width: 100px;
}

#cart .totalprice
{
	width: 100px;
}

#cart .qty
{
	width: 35px;
}

#cart .seatprice
{
	width: 70px;
}

#cart .seatloc
{
	width: 215px;
}

#cart .grandtotal
{
	font-size: 120%;
	font-weight: bold;
	color: #7EDCDB;
}

#cart-coupon
{
	font-size: 90%;
	margin-bottom: 20px;
}

#cart-coupon strong
{
	font-weight: bold;
}
#cart-coupon label
{
	font-weight: bold;
}

/* End Cart */




/* Order Detail */

#order-detail h3
{
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 20px 0;
}

#order-detail table
{
	width: 100%;
}

#order-detail td
{
	padding: 10px;
	width: 50%;
	vertical-align: top;
}

/* End Order Detail */

/* Social */

#social h3
{
	font-weight: bold;
	font-size: 110%;
}

/* End Social */