/*
	Master Stylesheet for screen media
	All code on this site unless otherwise mentioned is covered by this Creative Commons License:
	
		Attribution-ShareAlike License
		http://creativecommons.org/licenses/by-sa/2.0/
	
	Author: Ryan J. Bonnell, (ryanjbonnell.com)
*/

* {
	/* Global CSS Reset */
	margin: 0;
	padding: 0;
	}

body {
	font-size: 62.5%;
	/* in em's 62.5% is equivalent to 16px or Text Size > Medium in browsers */
	/* Therefore, 1em is 10px, 0.8em is 8px, 1.2 em is 12px, 1.6em is 16px.  */
	text-align: center;
	margin: 0 auto 75px auto;
	padding: 0;
	color: #333;
	font-family: "Lucida Grande", Lucida, "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", "Trebuchet MS", "Bitstream Vera Sans", Arial, sans-serif;
	}

/* Main Page Structures
----------------------------------------------------------------------------- */

div#wrapper {
	margin: 0 auto 0 auto;
	text-align: center;
	width: 970px;
	background: #fff url(../images/background.gif) repeat-y left top;
	padding: 0 10px;	
	}
	
div#header {
	clear: both;
	position: relative;
	height: 150px;
	margin: 0 auto 0 auto;
	background: url(../images/header.jpg) no-repeat left top;
	border-bottom: 8px solid #ffce33;
	}
	
	div#header h1 {
		margin: 0;
		padding: 0;
		display: block;
		width: 165px;
		height: 155px;
		position: absolute;
		top: 0;
		left: 0;
		}
		
	div#header h1 a {
		margin: 0;
		padding: 0;	
		display: block;
		width: 165px;
		height: 155px;
		border: none;
		text-decoration: none;
		text-indent: -9999px;
		}

	div#header h2 {
		display: none;
		visibility: hidden;
		}

	div#header p.tickets {
		color: #fff;
		position: absolute;
		top: 8px;
		right: 225px;
		font-weight: bold;
		font-size: 1.1em;
		}
		
		div#header p.tickets a {
			color: #ccc;
			}
			
		div#header p.tickets a:hover {
			color: #eee;
			}
			
	div#header form#search {
		position: absolute;
		top: 8px;
		right: 25px;
		}
		
		div#header form#search input[type="search"] {
			width: 165px;
			}

	p.countdown {
		color: #000;
		background-color: #fff;
		padding: 5px 10px;
		font-size: 1.4em;
		text-align: center;
		}
		
	div#header ul {
		position: absolute;
		bottom: 0;
		right: 0px;
		margin: 0;
		padding: 0;
		list-style: none;
		text-align: left;
		}
		
	div#header ul li {
		display: block;
		height: 30px;
		float: left;
		margin: 0;
		padding: 5px 4px;
		color: #ccc;
		text-align: center;
		text-transform: uppercase;
		font: bold 1.3em/30px "Lucida Grande", Lucida, Helvetica, Arial, sans-serif;
		line-height: 30px !important;
		}
		
	div#header ul li a {
		display: block;
		height: 30px;
		color: #fff;
		text-decoration: none;
		padding-left: 33px;
		}
		
	div#header ul li a:hover {
		color: #ffce33;
		}
		
		div#header ul li.home a {
			background: url(../images/navigation/home.gif) no-repeat left 3px;
			}
			
		div#header ul li.home a:hover {
			color: #ffce33;
			}		

		div#header ul li.attractions a {
			background: url(../images/navigation/attractions.gif) no-repeat left 3px;
			}

		div#header ul li.attractions a:hover {
			color: #c33333;
			}

		div#header ul li.visitors a {
			background: url(../images/navigation/visitors.gif) no-repeat left 3px;
			}

		div#header ul li.visitors a:hover {
			color: #0c9c50;
			}

		div#header ul li.participants a {
			background: url(../images/navigation/participants.gif) no-repeat left 3px;
			}
			
		div#header ul li.participants a:hover {
			color: #7a6fd1;
			}			

		div#header ul li.events a {
			background: url(../images/navigation/events.gif) no-repeat left 3px;
			}
			
		div#header ul li.events a:hover {
			color: #ed2da7;
			}			

		div#header ul li.sponsorship a {
			background: url(../images/navigation/sponsorship.gif) no-repeat left 3px;
			}

		div#header ul li.sponsorship a:hover {
			color: #c33333;
			}

		div#header ul li.media a {
			background: url(../images/navigation/media.gif) no-repeat left 3px;
			}

		div#header ul li.media a:hover {
			color: #a61ea8;
			}
			
		div#header ul li.schedule a {
			background: url(../images/navigation/schedule.gif) no-repeat left 3px;
			}

		div#header ul li.schedule a:hover {
			color: #12268e;
			}			
			
		body#home ul li.home a {
			color: #ffce33;
			}

		body#visitors ul li.visitors a {
			color: #0c9c50;
			}

		body#visitors div#header {
			border-bottom: 8px solid #0c9c50;
			}
			
		body#participants div#header {
			border-bottom: 8px solid #7a6fd1;
			}
			
		body#participants ul li.participants a {
			color: #7a6fd1;
			}
						
		body#attractions div#header {
			border-bottom: 8px solid #c33333;
			}
			
		body#attractions ul li.attractions a {
			color: #c33333;
			}
		
		body#events div#header {
			border-bottom: 8px solid #ed2da7;
			}

		body#events ul li.events a {
			color: #ed2da7;
			}
		
		body#media div#header {
			border-bottom: 8px solid #a61ea8;
			}
			
		body#media ul li.media a {
			color: #a61ea8;
			}						
			
		body#schedule div#header {
			border-bottom: 8px solid #12268e;
			}
			
		body#schedule ul li.schedule a {
			color: #12268e;
			}
			
		div#header p {
			margin: 0;
			}
			
	div#header p.committee {
		position: absolute;
		left: 740px;
		top: 68px;
		display: block;
		width: 28px;
		height: 28px;
		}
		
		div#header p.committee a {
			display: block;
			width: 28px;
			height: 28px;
			border: none;
			text-decoration: none;
			text-indent: -9999px;		
			}

	div#header p.icas {
		position: absolute;
		left: 807px;
		top: 45px;
		display: block;
		width: 60px;
		height: 60px;
		}
		
		div#header p.icas a {
			display: block;
			width: 60px;
			height: 60px;
			border: none;
			text-decoration: none;
			text-indent: -9999px;
			}
			
	div#header p.wthr {
		position: absolute;
		left: 880px;
		top: 40px;
		display: block;
		width: 88px;
		height: 70px;
		}
		
		div#header p.wthr a {
			display: block;
			width: 88px;
			height: 70px;
			border: none;
			text-decoration: none;
			text-indent: -9999px;
			}			

div#container {
	text-align: left;
	clear: both;
	margin: 0 auto 0 auto;
	min-height: 250px;
	}
	
	div#content {
		float: left;
		width: 750px;
		margin: 10px;
		background-color: #fff;
		}
		
	div#sidebar {
		float: left;
		width: 194px;
		background-color: #e8e8e8;
		padding: 0;
		}
		
		div#sidebar p {
			margin: 10px;
			line-height: 125%;
			}

	div#left {
		display: block;
		float: left;
		width: 194px;
		padding: 12px 0 0 0;
		}
		
		h5 {
			color: #333;
			background-color: #e8e8e8;
			font: bold 1.6em/150% "Lucida Grande", Lucida, "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", "Trebuchet MS", "Bitstream Vera Sans", Arial, sans-serif;
			text-transform: uppercase;
			padding: 10px 20px;
			}
			
		h5 a {
			color: #333;
			text-decoration: none;
			}
			
		div#left ul {
			list-style: none;
			margin: 0;
			background-color: #f5f5f5;
			}
			
		div#left ul li {
			font: bold 1.3em/150% "Lucida Grande", Lucida, "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", "Trebuchet MS", "Bitstream Vera Sans", Arial, sans-serif;
			display: block;
			margin: 0 0 0 10px;
			padding: 5px 10px;
			border-bottom: 1px solid #c8c8c8;
			}
			
		div#left ul li a {
			color: #333;
			text-decoration: none;
			display: block;
			}

		div#left ul li a:hover {
			color: #12268e;
			}
	
	body#performers.fighters ul li.fighters a {
		color: #8e121b;
		}
	
	div#middle {
		display: block;
		float: left;
		width: 552px;
		padding: 0 10px;
		overflow: hidden;
		margin: 0 10px 25px 0;
		}
	
	div#right {
		display: block;
		float: left;
		width: 194px;
		padding: 12px 0 0 0;
		}

p {
	font: 1.2em/165% "Lucida Grande", Lucida, "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", "Trebuchet MS", "Bitstream Vera Sans", Arial, sans-serif;
	color: #333;
	margin-top: 1em;
	}
	
	p.permalink a {
		color: #008000;
		}
	
	.note {
		padding: 10px;
		border: 1px solid #fc6;
		background-color: #ffc;
		margin: 5px 0;
		}
	
	ul {
		margin: 1em;
		}
	
	li {
		font-size: 1.2em;
		line-height: 165%;
		margin-left: 2em;
		margin-top: .25em;
		}

	ul ul {
		margin: 0;
		padding: 0;
		}
	
	ul li li {
		font-size: 1.0em;
		line-height: 165%;
		list-style: square none;
		}
		
	blockquote {
		margin-left: 25px;
		color: #666;
		}
		
	blockquote p {
		color: #666;
		}

h3 {
	font: 2.2em/125% Helvetica, Arial, sans-serif;
	color: #000;
	margin: 0.5em 0 0 0;
	padding: 0;
	}

h4 {
	font: normal 1.8em/125% Helvetica, Arial, sans-serif;
	color: #666;
	margin: 1.5em 0;
	padding: 0;
	display: block;
	width: 100%;
	border-bottom: 1px solid #ccc;
	}

div#footer {
	clear: both;
	text-align: center;
	background: #fff url(../images/footer.gif) repeat-x left top !important;
	margin: 1em 0 0 -5px;
	padding: 0.75em 0 0 5px;
	width: 975px;
	}
	
	div#footer p.credits {
		color: #666;
		margin: 1em 0 0 0;
		}
		
		div#footer p.credits a {
			color: #666;
			text-decoration: underline;
			}
			
		div#footer p.credits a:hover {
			background-color: #000;
			text-decoration: none;
			color: #fff;
			}

	div#footer p {
		color: #000;
		font-size: 1.1em;
		line-height: 160%;
		padding: 0;
		}
		
	div#footer a {
		color: #000;
		text-decoration: underline;
		font-weight: normal !important;
		padding: 0.1em;
		}

	div#footer a:hover, div#footer a:visited:hover {
		text-decoration: underline;
		}
		
	div#footer .subscribe {
		padding-left: 18px;
		background: url(../images/feed-icon.gif) no-repeat 1px 50%;
		}

dl.info {
	display: block;
	text-align: left;
	float: left;
	width: 300px;
	padding: 10px 10px 15px 10px;
	margin: 0;
	}
	
	dl.visitors.info {
		background-color: #eee;
		}
		
	dl.media.info {
		background-color: #ccc;
		width: 310px;
		}
		
	dl.sponsors.info {
		background-color: #eee;
		}
		
	dl.visitors dt {
		background: transparent url(../images/visitor-info.gif) no-repeat left top;
		}
				
	dl.sponsors dt {
		background: transparent url(../images/subscribe-info.gif) no-repeat left top;
		}				

	dl.media dt {
		background: transparent url(../images/attractions-info.gif) no-repeat left top;
		}

	dl.info dt {
		font-weight: bold;
		color: #000;
		font-size: 1.4em;
		margin: 0 5px;
		height: 35px;
		padding-left: 35px;
		line-height: 25px;
		}
		
	dl.info dt a {
		text-decoration: underline;
		color: #000;
		}
	
	dl.info dd {
		border: 1px solid #fff;
		border-left: none;
		border-right: none;
		color: #666;
		padding: 5px 3px;
		margin: 3px 3px -4px 38px;
		font-size: 1.2em;		
		}
		
	dl.info dd a {
		text-decoration: none;
		color: #666;
		}
		
	dl.info dd a:hover {
		text-decoration: underline;
		color: #333;
		}

div#ticker {
	text-align: right;
	}

table {
	border-collapse: collapse;
	border: 1px solid #ccc;
	margin: 10px 0;
	text-align: left;
	font-size: 1.2em;
	}

table th {
	background-color: #e2e2e2;
	font-weight: bold;
	}

table th, table tr, table td {
	padding: 5px 15px;
	border-collapse: collapse;
	border: 1px solid #ccc;
	}		

table.events tbody tr th {
	background-color: #e2e2e2;
	color: #000;
	}
	
	table.events tbody tr td {
		padding: 3px 15px;
		font-size: 1.0em !important;
		vertical-align: top;
		}
		
	table.events tbody tr td p {
		margin: 0 0 .5em 0;
		font-size: 1.0em !important;
		}
		
	table.events tbody tr td li {
		font-size: 1.0em !important;
		}
		
	table.events tbody tr td.time {
		width: 60px;
		}

code {
	color: #666;
	display: inline;
	white-space: nowrap;
	font: 1.0em/110% Monaco, Courier, monospace;	
	}
	
.video {
	background: transparent url(../images/video.gif) no-repeat left center;
	padding: 0 0 0 20px;
	}

/* Common Classes
----------------------------------------------------------------------------- */

a img {
	border: none;
	text-decoration: none;
	}
	
.float-right {
	float: right;
	}

.float-left {
	float: left;
	}
	
.strong {
	font-weight: bold;
	}
	
.hidden {
	display: none;
	}
	
.clear {
	display: block;
	clear: both;
	}
	
.pdf {
	padding-left: 17px;
	background: url(../images/adobe-pdf.gif) no-repeat 0 50%;
	}
	
hr { 
	width: 100%;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #ccc;
	border-left: none;
	line-height: 1px;
	height: 1px;
	margin: 5px auto 5px auto;
	clear: both;
	display: block;
	text-decoration: none;
	}
