/* font-size changed from px units to % to facilitate easier resizing, conversions done here http://pxtoem.com/ but really it's just 
the different font size divided by the base font-size (12px) times 100 and that's the percentage

the font-sizing controls and the nav bar don't increase in size*/

* {
	padding:0;
	margin:0;
}
.clear {
	clear:both
}
html {
	font-size:12px;
	}
 	
	
body {
	background:#000000 no-repeat 50% 0;
	color:#ffffff;
	font-family:arial;
	background-image:url('/images/bg.jpg');
	}
	

	
	
.wrapper{
	text-align:center;
	/*min-height:860px*/
}
.container {
	margin:0 auto;
	width:948px;
	padding-bottom:20px;
	/*background-color:#FFFFFF;
	border:50px;*/
	/*min-height:860px;*/
	}
.header {
	width:950px;
	height:130px;
	margin:0 auto;
	/*background-color:#ffffff;*/
}
.header_logo {
	height:130px;
	/*background-color:#FFFFFF;*/
	background-image:url(../images/headerbggradient.jpg);
	background-repeat:repeat-y;
	text-align:left;
	}

.header_nav {
	width:948px;
	}
#navigation a{
	color:#FFFFFF;
	}
.navMid{
	height:45px;
	float:left;
	background: url(../images/nav-comic-rpt.jpg) repeat-x;
	width:600px;
	}
.navLeft{
	background:url(../images/navLeft.png) no-repeat;
	width:13px;
	height:45px;
	float:left;
	}
.navRight{
	float:right;
	background:url(../images/navRight.png) no-repeat;
	width:13px;
	height:45px;
	}
.navi2{
	background: url(../images/nav-comic-rpt.jpg) repeat-x;
	width:324px;
	float:left;
	}
.accessLinks{
	padding:20px 0 0 180px;
	text-align:right;
	height:45px;
	}	
div.accessLinks a{
	color:#fff;
	}
.navMid a{
	display:block;
	height:45px;
	width:85px;
	text-decoration:none;
	float:left;
	padding:20px 0px 0px 0px;
	COLOR:#FFFFFF;
	}
	
.navMid a:hover{
	text-decoration:none;
	font-size:1.1em;
	font-weight:700;
	}


.content_container{
top:5em;
padding:5em 0 0 0;
	/*margin-top:5em;*/
	}
.content_container ul, .content_container li {
	list-style:none;
}
.content_left {
	float:left;
	width:350px;
	background-color:#000000;
	padding:0 0 0 20px;
	text-align:left;
	border:0px solid red
}
.content_left_2 {
	float:left;
	width:300px;
	padding: 10px 0 0 50px;
	text-align:left;
	border:0px solid red;
}
.content_left_3 {
	float:left;
	width:550px;
	padding:20px 0 0 50px;
	text-align:left;
	background-color:none;
}

.content_left_3 h1{
	float:left;
	}
	
.content_left_3 p{
	font-size:125%;
	}

.content_mid {
	float:left;
	width:270px;
	background-color:transparent;
	padding:10px 0 20px 0;
	text-align:left
}
.content_mid_2 {
	float:left;
	width:270px;
	background-color:transparent;
	padding:10px 0 20px 0;
	text-align:left
}
.content_right {
	float:right;
	width:300px;
	text-align:left;
	padding-top:20px;
}
.footer {
	width:948px;
	height:34px;
	background:url('/images/footer_bg.jpg') no-repeat;
	margin:0 auto;
	}
.footer a:link, .footer a:visited {
	color:#ffffff;
	text-decoration:none;
}
.footer a:hover {
	color:#ffffff;
	text-decoration:underline;
}
.footer_left{text-align:left;width:640px;background:url('/images/footer_left.jpg') no-repeat;height:34px;float:left;}
.footer_right{text-align:right;float:right;padding:10px 0 0 0}

.comedian_foot {
	float:right;
	text-align:right;
}
img.home_image {
	display:none;
}
/*body#home .comedian_foot {
	text-align:left;
	margin-top:-250px;
}


body#sponsors .comedian_foot, body#aboutus .comedian_foot {
	margin-top:-170px
}*/
body#aboutus .comedian_foot {
	margin-top:0
}
body#home .comedian_foot img.home_image {
	display:block;
	text-align:left;
}
body#home .comedian_foot img.other_image {
	display:none;
	text-align:right;
}
body#sponsors .comedian_foot img.other_image,  body.details_layout .comedian_foot img {
	display:none
}
/* Events Page */
	.events {
	margin:20px 0 30px 0;
	font-size:91.7%;
}
/*.events a{color:#efbf01;text-decoration:none}
			.events a:hover{color:#CC9900;text-decoration:underline;}*/
		.events h1 {
	font-size:125%;
	color:#ff6600
}
.events h2 {
	font-size:141.7%;
	color:#ffffff;
	margin:5px 0 3px 0;
	padding:0
}
.events_right_td {
	height:410px
}
/* Events Page */	

/* Sponsors Page */
.sponsors {
	width:948px;
	}
	
.sponsors_left {
	text-align:left;
	float:left;
	width:560px;
	padding:15px 0 0 50px;
	background:url('/images/sponsors_bg.png') no-repeat;
}
.sponsors_left p {
	padding:0 20px 5px 0
}
.sponsors_bot {
	background:url('/images/sponsors_bot.png') no-repeat;
	height:16px;
	width:300px;
	margin:0 0 20px 0;
	border:1px solid red
}
.sponsors_right {
	width:300px;
	float:right;
	padding-top:20px;
}
.sponsors_content {
	text-align:left;
	margin: -130px 0 30px 30px
}
.sponsors_content h2 {
	font-size:14px;
	font-weight:bold;
	padding:20px 0 10px 0
}
.sponsors_content h1 {
	color:#ffcc00;
	font-size:250%;
	/*letter-spacing:1px;*/
	line-height:250%;
}
/* Sponsors Page */

/* Event Details Page */
.event_location {
	float:right;
	margin-left:40px;
	padding-bottom:10px;
	}
/* Event Details Page */

/* Sub Nav */
.sub_nav_wrap{
	padding-bottom:20px;
	width: 935px;
	
	}
.sub_nav_logo {
	text-align:left;
	padding-left:10px;
	float:left;
	background:none;
	width:240px;
	}
.sub_nav {
	width:650px;
	text-align:left;
	float:right;
	font-size:91.7%;
	font-weight:bold;
	}
.sub_nav li {
	display:inline;
	padding:0 10px 0 10px;
	background: url('/images/arrow2.gif') no-repeat 100% 50%;
	}
.sub_nav li a {
	color:#ff6600;
	text-decoration:none;
	}
.sub_nav li a:hover {
	color:#ff6600;
	}
.sub_nav li a.active{
	color:#fff;
	}

/* Sub Nav */
	/* Sub Nav 2*/
	.sub_nav2 {
	width:700px;
	text-align:left;
	float:right;
}
.sub_nav2 {
	font-size:91.7%;
	color:#ff6600;
	font-weight:bold;
}
.sub_nav2 li {
	display:inline;
	padding:0 10px 0 5px;
}
.sub_nav2 li a {
	color:#ff6600;
	text-decoration:none;
}
.sub_nav2 li a:hover {
	color:#ff6600;
	text-decoration:underline;
}
/* Sub Nav 2*/

.spot {
	background:url('/images/spot.png') no-repeat;
	width:780px;
	height:1140px;
}
img {
	border:0
}
h1 {
	color:#ffcc00;
	font-size:200%;
	/*letter-spacing:-1px;*/
	line-height:30px
}
h2 {
	color:#ff6600;
	font-size:116.7%;
	font-weight:bold;
	padding:0 0 10px 6px;
}
p {
	font-size:100%;
	padding:0 20px 10px 0;
}
.hr {
	border-top:1px solid #adadad;
	height:1px;
	margin:15px 0 15px 0;
	opacity:0.4;
	filter:alpha(opacity=40)
}
.hr2 {
	border-top:1px solid #adadad;
	height:1px;
	margin:15px 0 15px 0;
	opacity:0.4;
	filter:alpha(opacity=40);
	width:242px
}
.copy_white {
	font-weight:bold;
	font-size:125%;
}
.copy_white a {
	font-weight:normal;
	color:#efbf01;
	text-decoration:none
}
.copy_white a:hover {
	font-weight:normal;
	color:#CC9900;
	text-decoration:underline;
}
.copy_white2 {
	font-weight:normal;
	font-size:116.7%
}
.copy_white2 a {
	font-weight:normal;
	color:#ff6600;
	text-decoration:underline
}
.copy_white2 a:hover {
	font-weight:normal;
	color:#ff6600;
	text-decoration:none;
}
a:link, a:visited {
	color:#efbf01;
	text-decoration:none;
}
a:hover {
	color:#CC9900;
	text-decoration:underline;
}
.thumbgallery, .thumbgallery li {
	list-style:none;
	margin:0;
	padding:0
}
.thumbgallery {
	overflow:hidden;
}
.thumbgallery li {
	float:left;
	margin-right:5px;
}
.performers ul, .performers li {
	list-style:none;
	margin:0;
	padding:0
}
.performers ul {
	overflow:hidden
}
.performers li {
	margin-bottom:5px;
	float:left;
	text-align:left;
	width:125px;
	margin-right:5px;
}
.performers li span, .performers li img {
	display:block
}
.performers h3 {
	margin-bottom:10px;
}
.performers {
	width:320px;
}
.performers span.name {
	font-weight:bold
}
.event_details h2 {
	padding:15px 0 20px 0;
	text-transform:uppercase;
	font-size:125%;
	font-weight:bold
}
.event_details h3 {
	font-size:141.7%
}
.event_details .description {
	margin-right:50px
}
.event_details .value, .event_details .donors {
	font-weight:bold;
}

.event_details p {
	padding-bottom:25px;
}
.event_details .date p {
	font-size:125%;
	padding-bottom:10px;
}
.event_details .date {
	padding-bottom:25px;
}
.event_location {
	/*margin:0 0 15px 50px;*/
	
}
.event_location .name {
	font-weight:bold;
}
.event_location p {
	padding:0 0 10px;
}
.event_location p.LargeMap {
	/*margin:0px 0;*/
	/*text-align:left;*/
}
.event_location p.LargeMap a:link, .event_location p.LargeMap a:visited {
}
.event_location p.LargeMap a {
	display:inline;
}
.event_details .event_location div.address p {
	padding-bottom:10px;
}

.event_details .city {
	padding-bottom:10px;
	clear:left;
}

.buytickets{
	padding-top:0px;
	}

.buytickets h2 {
	font-size:200%
}
.buytickets ul, .buytickets li {
	list-style:none;
	margin-left:0;
}
.buytickets div {
	padding:0px;
	color:#fff;
	overflow:hidden;
	font-size:125%;
	line-height:15px;
	margin:0px;
	height:30px;
}
.buytickets div.hr {
	height:1px;
	margin:10px 0;
	background:#ddd;
	color:#ddd;
}
.buytickets div span.place {
	float:left;
}
.buytickets div a.buy {
	float:right;
}
.buytickets div a {
	font-weight:bold;
	text-decoration:none;
}
.buytickets div a {
	text-transform:uppercase;
	color:#ffcc00;
}
.buytickets div a:hover {
	text-decoration:none;
}
.content_right {
	overflow:hidden
}
.event_sponsors {
	margin:0;
}
.event_sponsors .sponsors_box {
	clear:both
}
.event_sponsors h2 {
	background: #333 url('/images/sidebar-title-bg.gif') repeat-x 50% 0;
	height:36px;
	overflow:hidden;
	padding-bottom:0;
	color:#fff;
	font-weight:bold;
	border-left:1px solid #060606;
	border-right:1px solid #060606;
	font-size:14px
}
.comics-list li{
	list-style-type:disc;
	padding:10px;
	margin:0;
	}
.event_sponsors p {
	margin:10px 0 0 2px;
	text-transform:uppercase;
	background:url('/images/sidebar-title-accent.gif') no-repeat 240px 100%;
}
.sponsorlist, .sponsorlist li {
	list-style:none;
	margin:0;
	padding:0;
}
.sponsorlist {
	background: #fff url('/images/sidebar-body-bg.gif') repeat-y 0 0;
	border-left:1px solid #060606;
	border-right:1px solid #060606;
	padding-top:5px;
	text-align: center;
}
.sponsorlist .sidebarfooter {
	width:100%;
	height:7px;
	background: #fff url('/images/sidebar-footer-bg.gif') center bottom;
	margin-bottom:25px
}
.sponsorlist ul {
	overflow:hidden;
	padding:0 15px
}
.sponsorlist li {
	float:left;
	width:50%;
	margin:5px 0;
	text-align:center;
}
.sponsorlist li.nologo {
	color:#000;
	font-weight:bold;
	width:100%;
}
.self-messaging {
	text-align:center
}
p.seethehope img {
	display:block;
	margin:10px 0 30px;
}
body#home .seethehope {
	display:none
}
body#home .content_mid {
	padding-top:0
}
body#home h1 {
	font-size:250%
}
body#sponsors {
	background:#000 url('/images/bg2.jpg') no-repeat 50% 0;
	}
div.sponsors h2 {
	font-weight:bold;
	padding:20px 0 0px 0px;
}
div.sponsors p.sponsorline {
	overflow:hidden;
	clear:both;
	line-height:60px;
	
}
div.sponsors p.sponsorline a {
	margin: 0 10px 0 0;
}
div.sponsors p.sponsorline a img {
	vertical-align:middle;
	padding: 0 20px 0px 0px;
}
/*div.sponsors #presenting p.sponsorline {
	width:320px
}
div.sponsors #encore p.sponsorline {
	width:430px
}
div.sponsors #major p.sponsorline {
	width:530px;
}
div.sponsors #opening p.sponsorline {
	width:620px
}
div.sponsors #media p.sponsorline {
	width:700px
}*/
object.videoPlayer {
	display:block;
	border:#605e61 solid 1px;
}
body.simple_layout h1 {
	padding-bottom:30px
}
body.simple_layout h2 {
	padding:20px 0 0;
}
/*high contrast rules */
body.hc, body#sponsors.hc, body.hc .header_nav, body.hc .header_nav a:hover, body.hc .header_nav .navLeft, body.hc .header_nav .navRight, body.hc .footer
{
	background-image:none;
}

body.hc .footer_left {display:none}


body.hc .sponsors_intro {
	background-color:#000
}
body#sponsors.hc h2 {
	/*color:#800080*/
}
/*body.hc .sub_nav_logo {
	background-image:url('/images/logo2.jpg');
	background-repeat:no-repeat;
}
*//* remove outline */
*:focus {
	outline: none;
}
*::-moz-focus-inner {
 border: none;
}

.buyTicketBut{
	padding-top:20px;
	}
	
body.index_layout .container, body#media.simple_layout .container {
	
	background:url(/images/events_right.gif) bottom right no-repeat;
}

body#home .container{
	background:url(/images/content_home_left.jpg) bottom left no-repeat;
	}
	
	

		.auction_container{width:520px;text-align:left;border:0px solid red}
			.auction_box{width:520px;}
				.auction_image{width:94px;}
				.auction_content{padding:0px 10px 0px 10px;color:#FFFFFF;font-family:Arial;font-size:10px}
			.no_border{border:0px}
		.auction_header{margin:-13px 0 0 13px;position:relative;z-index:100}
		.auction_content h2 {font-size:141.7%;color:#ffffff;padding:0}

		p a:hover{text-decoration:underline;}
		.videobox table {margin:0 0 30px 0}
		.videobox td{padding:10px 16px 0px 0;font-size:105% }


	   .dnbutton{display:block;list-style-type:none;margin:0;padding:0}
	   .dnbutton{display:block;list-style-type:none;}
	   .dnbutton li a {display:block;width:127px;height:32px;background:url('../images/button_donate.gif') no-repeat;}
	   .dnbutton li a:hover {display:block; width:127px;height:32px;background:url('../images/button_donate_on.gif') no-repeat;}
	   
	   
/* CSS BY ITODS*/

.logpad a{
	padding:0 8px 0 8px;
}
.ticket-price-Yellow{
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
text-decoration:none;
font-weight:normal;
color:#FFCC00;
}
.ticket-price-white{
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
text-decoration:none;
font-weight:normal;
color:#FFFFFF;
}