@charset "UTF-8";
/*	IndieCade.com Typography Styles
	Updated: Tue 06.14.10 @ 9:13 PM EST
	Last Updated By: Jerrett Zaroski
	Author: Jerrett Zaroski
-------------------------------------------------------------------*/

/* Table of Contents
-----------------------------*/

/* Colours Used
-----------------------
Primary Colour: #ea7d26 (orange)
Contrast Colour: #302a2c (medium grey)
Background Grey: #151112 (near black)
General Text: #494546 (text grey)
Header Text: #2b2325 (header text grey)
Inverse Text: #6e6869 (light text grey)
Inverse Text Lighter: #9c9294 (subheader text grey)
Inverse Header Text: #766f70 (lighter text grey)
Inverse Header Text2: #796c6f (warmer lighter text grey)
Inverse Warmest Text: #a6988d (warmest lighter text grey)
*/

/* General
--------------------*/

@font-face {
	font-family: 'HelveticaNeueLTPro55RomanRegu';
	src: url('fonts/helveticaneueltpro-roman-webfont.eot');
	src: local('‚ò∫'), url('fonts/helveticaneueltpro-roman-webfont.woff') format('woff'), url('fonts/helveticaneueltpro-roman-webfont.ttf') format('truetype'), url('fonts/helveticaneueltpro-roman-webfont.svg#webfontqF9iHzbj') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background: #151112;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-family: 'HelveticaNeueLTPro55RomanRegu', Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 26px;
	color: #000;
	padding: 0;
	margin: 10px 0 10px 0;
	border-bottom: 1px dotted #000;
}
	h1 .slashes {
		font-weight: bold;
		color: #ea7d26;
	}

h2 {
	font-family: 'HelveticaNeueLTPro55RomanRegu', Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 25px;
	color: #000;
	padding: 0;
	border-bottom: 1px dotted #000;
	margin: 0 0 10px 0;
}
	h2 .slashes, h3 .slashes {
		font-weight: bold;
		color: #ea7d26;
	}

h3 {
	font-size: 11px;
	line-height: normal;
	color: #000;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #000;
	margin: 0 0 5px 0;
}

h4, h5 {
	color: #333;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	margin: 6px 0 4px 0;
}

h5 {
	margin: 6px 0 2px 0;	
}

a:hover h5 {
	color: #ea7d26;
	text-decoration: underline;
}

h6 {
	font-weight: bold;
	margin: 0 0 5px 0;
	font-size: 13px;
	color: #000;
}

div#page {
	width: 100%;
	min-width: 950px;
	margin: auto;
}

img {
	border: none;
}

a {
	text-decoration: none;
}

table.webform {
	border: 0px;
	border-spacing: 0px 10px;
}

.textfield, .textfield_third, .textfield_half {
	height: 20px;
	border: none;
	background-color: #c2c2c2;
	padding: 6px 0 0 10px;
	color: #484143;
}

.textfield {
	width: 210px;
}

.textfield_third {
	width: 291px;
}

.textfield_half {
	width: 445px;
}

.textarea {
	width: 435px;
	height: 90px;
	border: none;
	background-color: #c2c2c2;
	padding: 6px 10px 0 10px;
	color: #484143;
}

.textlabel {
	font-weight: bold;
	margin: 0 0 5px 0;
	font-size: 13px;
	color: #000;
}

div#content_bottom #article_content a.submit_link div.submit_button {
	color: #000;
	text-decoration: none;
}

div#content_bottom #article_content a.submit_link:hover div.submit_button {
	color: #ea7d26;
}

div#content_bottom #article_content a.submit_link {
	float: right;
	width: 80px;
	height: 18px;
	font-family: 'HelveticaNeueLTPro55RomanRegu', Arial, Helvetica, sans-serif;
	font-size: 22px;
	display: block;
	padding: 0 15px 0 0;
	color: #000;
	text-decoration: none;
	background: url('images/core_site/featured_news_arrow.png') transparent no-repeat 61px 2px;
}

div#content_bottom #article_content a.submit_link:hover {
	background: url('images/core_site/featured_news_arrow.png') transparent no-repeat 78px -14px;
}

div#content_bottom #article_content ul {
	font-size: 15px;
	margin-top: 0;
	margin-bottom: 0;
}

div#content_bottom #article_content ul.regular {
	font-size: 13px;
}

div#content_bottom #article_content ul li,
div#content_bottom #article_content ul a.active li {
	list-style-image: url('images/core_site/arrow.png');
	margin-bottom: 5px;
}

div#content_bottom #article_content ul a li {
	list-style-image: url('images/core_site/arrow_hover.png');
	color: #494546;
	text-decoration: none;
}

div#content_bottom #article_content ul a:link li,
div#content_bottom #article_content ul a:visited li,
div#content_bottom #article_content ul a:focus li {
	list-style-image: url('images/core_site/arrow.png');
	color: #494546;
	text-decoration: none;
}

div#content_bottom #article_content ul a {
	text-decoration: none;
}

div#content_bottom #article_content ul a.active:link li,
div#content_bottom #article_content ul a.active:visited li,
div#content_bottom #article_content ul a.active:focus li,
div#content_bottom #article_content ul a:hover li {
	list-style-image: url('images/core_site/arrow_hover.png');
	color: #ea7d26;
	text-decoration: underline;
}

div#content_bottom #article_content ul a.active:hover li {
	list-style-image: url('images/core_site/arrow.png');
	color: #494546;
	text-decoration: none;
}

.quote {
	color: #796c6f;
	font-size: 15px;
	font-style: italic;
	margin: 0 0 7px 0;
}

.quote_credit {
	color: #a9a4a5;
	font-size: 11px;
	text-transform: uppercase;
	text-align: right;
}

.image_credit {
	color: #796c6f;
	font-size: 11px;
	font-style: italic;
	text-align: right;
}

/* Dividers
-------------------*/

div.h_divider {
	float: left;
	padding: 0;
	margin: 5px 6px 0 5px;
	position: relative;
}

div.divider {
	clear: both;
	margin: auto;
	border-bottom: 1px dotted #000;
	width: 926px;
	height: 1px;
	padding: 20px 0 0 0;
}

div.large_divider {
	clear: both;
	margin: auto;
	border-bottom: 1px dotted #000;
	width: 612px;
	height: 1px;
	padding: 3px 0 3px 0;
}

div.medium_divider {
	clear: both;
	margin: auto;
	border-bottom: 1px dotted #000;
	width: 457px;
	height: 1px;
	padding: 3px 0 3px 0;
	margin-bottom: 10px;
	margin-top: 5px;
}

div.small_divider {
	clear: both;
	margin: auto;
	border-bottom: 1px dotted #000;
	width: 300px;
	height: 1px;
	padding: 3px 0 3px 0;
}

/* Header
--------------------*/

div#header {
	width: 100%;
	font-family: 'HelveticaNeueLTPro55RomanRegu', Arial, Helvetica, sans-serif;
}

div#header #top_menu {
	margin: auto;
	width: 940px;
	text-align: right;
	font-size: 12px;
	color: #766f70;
	padding: 6px 0 5px 0;
}

div#header #top_menu a:link,
div#header #top_menu a:visited,
div#header #top_menu a.active:hover {
	color: #766f70;
}

div#header #top_menu a:hover,
div#header #top_menu a.active {
	color: #ea7d26;
}

div#header #top_menu #search {
	width: 300px;
	position: relative;
	display: inline;
	float: right;
}

div#header #logo_menu {
	width: 100%;
	background: url('images/core_site/logo_menu_background.png') repeat #302a2c;
	height: 160px;
}

div#header #logo_menu #items {
	width: 938px;
	margin: auto;
	
}

div#header #logo_menu #logo {
	margin-top: 17px;
	float: left;
}

div#header #logo_menu #quote {
	float: left;
	color: #796c6f;
	margin: 45px 0 0 62px;
	width: 370px;
	font-size: 18px;
	line-height: 18px;
}

div#header #logo_menu #quote div {
	text-align: right;
	padding: 0 20px 0 0;
	font-size: 10px;
	text-transform: uppercase;
	color: #a9a4a5;
}

div#header #logo_menu #buttons {
	float: right;
	width: 230px;
	height: 130px;
	margin: 14px 5px 0 0;
}

div#header #logo_menu #buttons a#tickets,
div#header #logo_menu #buttons a#submit,
div#header #logo_menu #buttons a#conference {
	height: 130px;
	width: 110px;
	display: block;
}

div#header #logo_menu #buttons a#tickets {
float: left;
	background: url('images/core_site/logo_menu_tickets.png') no-repeat transparent -110px 0;
}

div#header #logo_menu #buttons a#conference {
float: right;
	background: url('images/core_site/logo_menu_conference.png') no-repeat transparent -110px 0;
}

div#header #logo_menu #buttons a#submit {
float: right;
	background: url('images/core_site/logo_menu_submit.png') no-repeat transparent -110px 0;
}
	div#header #logo_menu #buttons a#tickets:hover,
	div#header #logo_menu #buttons a#submit:hover,
	div#header #logo_menu #buttons a#conference:hover {
		background-position: 0 0;
	}

div#header div#main_menu {
	clear: both;
	margin: auto;
	height: 36px;
	text-align: left;
	width: 925px;
}

div#header div#main_menu a:link,
div#header div#main_menu a:visited,
div#header div#main_menu a.active:hover {
	font-size: 15px;
	margin: 0;
	padding: 12px 9px 7px 9px;
	position: relative;
	color: #ea7d26;
	float: left;
	background-color: transparent;
}

div#header div#main_menu a:hover,
div#header div#main_menu a.active {
	color: #151112;
	background-color: #ea7d26;
}

div#header div#main_menu a span.slashes,
div#header div#main_menu a.active:hover span.slashes {
	color: #4a4244;	
}

div#header div#main_menu a:hover span.slashes,
div#header div#main_menu a.active span.slashes {
	color: #FFF;	
}

div#header div#main_menu a#home,
div#header div#main_menu a.active#home:hover {
	margin: 0;
	padding: 0;
	top: 0;
	width: 42px;
	height: 36px;
	float: left;
	background-color: transparent;
	background: url('images/core_site/mainmenu_home.png') no-repeat -42px 0;
}

div#header div#main_menu a#home:hover,
div#header div#main_menu a.active#home {
	background-position: 0 0;
}

div#header #line{
	width: 100%;
	background-color: #ea7d26;
	height: 1px;
}

/* Content
--------------------*/

div#content_top {
	margin: auto;
	width: 925px;
	margin-bottom: 20px;
	margin-top: 20px;
	background-color: #0d0a0b;
	color: #6e6869;
}

div.index_top {
	height: 332px;
}

div#content_bottom #article_description a {
	color: #ea7d26;
}
div#content_bottom #article_description a:hover {
	color: #a6988d;
	text-decoration: underline;
}

div#content_bottom #article_content,
div#content_bottom #article_description {
	width: 925px;
	margin: auto;
	color: #494546;
	font-size: 13px;
	padding: 0 0 0 0;
}

div#content_bottom #article_content a.feature_link {
	width: 925px;
	height: 285px;
	position: absolute;
	display: block;
	background: url('images/core_site/featured_news_arrow.png') transparent no-repeat 891px 269px;
}

div#content_bottom #article_content a.feature_link:hover {
	background: url('images/core_site/featured_news_arrow.png') transparent no-repeat 908px 253px;
}

div#content_bottom #article_content a.feature_2_link {
	width: 612px;
	height: 285px;
	position: absolute;
	display: block;
	background: url('images/core_site/featured_news_arrow.png') transparent no-repeat 578px 269px;
}

div#content_bottom #article_content a.feature_2_link:hover {
	background: url('images/core_site/featured_news_arrow.png') transparent no-repeat 595px 253px;
}

div#content_bottom #article_content .feature_left {
	float: left;
	width: 260px;
	height: 245px;
	background-color: #302a2c;
	color: #959595;
	padding: 20px;
}

div#content_bottom #article_content .feature_left h6,
div#content_bottom #article_content .feature_bottom h6 {
	color: #FFF;
}

div#content_bottom #article_content .feature_right {
	float: right;
	width: 625px;
	height: 285px;
	background-color: #6e6e6e;
}

div#content_bottom #article_content .feature_2_right {
	float: right;
	width: 312px;
	height: 285px;
	background-color: #6e6e6e;
}

div#content_bottom #article_content .feature_top {
	width: 925px;
	height: 205px;
	background-color: #6e6e6e;
}

div#content_bottom #article_content .feature_bottom {
	width: 885px;
	height: 60px;
	background-color: #302a2c;
	color: #959595;
	padding: 10px 20px 10px 20px;
}

div#content_bottom #article_content .post {
	padding: 15px 0px 5px 0px;
}

div#content_bottom #article_content a {
	color: #ea7d26;
	text-decoration: underline;
}
	div#content_bottom #article_content a:hover {
		color: #494546;
		text-decoration: none;
	}

div#content_bottom #article_content .column-left{
	float: left;
	width: 350px;
	padding: 10px;
	border: 1px dotted #000;
	margin: 10px 10px 10px 0;
}

div#content_bottom #article_content .column-right {
	float: right;
	width: 350px;
	border: 1px dotted #000;
	padding: 15px;
	margin: 10px 0 10px 10px;
	background-color: #FFF;
}

div#content_bottom #article_content .column-right img {

}



/* Index Slideshow
-----------------------*/

div#content_top div.main_slide {
	position: relative;
	width: 672px;
	height: 332px;
	float: right;
}
	div#content_top div.main_slide img {
		width:672px;
		height:332px;
		padding: 0;
		margin: 0;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1
	}

#main_slideshow-container-controls {
	width:258px;
	height:332px;
	padding: 0;
	margin: 0; 
	float: left;
	position: absolute;
	z-index: 2;
}
	#main_slideshow-container-controls div.toc-inactive,
	#main_slideshow-container-controls div.toc-active {
		border-bottom: 1px solid #000;
		font-size: 15px;
		cursor: pointer;
		width: 243px;
		height: 23px;
		padding: 7px 0 0 10px;
		margin: 0;
	}
	#main_slideshow-container-controls div.toc-inactive {
		color: #ea7d26;
		background-color: #302a2c;
	}
	#main_slideshow-container-controls div.toc-active {
		color: #433b3d;
		background-color: #ea7d26;
	}
	#main_slideshow-container-controls div.toc-desc {
		margin: 15px 0 0 15px;
		padding: 0 0 5px 0;
		width: 220px;
		font-weight: normal;
		font-size: 12px;
	}
		#main_slideshow-container-controls div.toc-desc div {
			padding: 0 0 10px 0;
			margin: 0;
			color: #9c9294;
			font-size: 13px;
		}
div#content_top #main_slideshow-container-controls div.toc-desc a {
			color: #9c9294;
			text-decoration: none;
		}
div#content_top	#main_slideshow-container-controls div.toc-desc a:hover {
			color: #ea7d26;
			text-decoration: underline;
		}

a#slideshow-container-caption  {
	height: 60px;
	width: 672px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	overflow: hidden;
}
	a#slideshow-container-caption div.captionSubDIV {
		background-color: #302a2c;
		height: 60px;
		width: 672px;
		position: absolute;
	}
	a#slideshow-container-caption div.captionTextDIV {
		height: 60px;
		background-color: transparent;
		width: 590px;
		position: absolute;
		margin: 22px 0 0 0;
		text-align: right;
		color: #ea7d26;
	}
	

/* Content: Bottom
--------------------------*/

div#content_bottom {
	width: 100%;
	background: #FFF;
	padding: 10px 0 0 0;
}

/* Mailing List
--------------------------*/

#mailinglistDiv {
}

#mailinglistTextbox {
	width: 255px;
	height: 20px;
	float: left;
	border: none;
	background-color: #c2c2c2;
	padding: 6px 0 0 10px;
	color: #484143;
}

a#mailinglistSubmit {
	width: 34px;
	height: 26px;
	float: left;
	cursor: pointer;
	background: url('images/core_site/mailinglist_arrow.png') no-repeat -34px 0;
}
	a#mailinglistSubmit:hover {
		background-position: 0 0;
	}

/* Index: Bottom Content
---------------------------*/

div#content_bottom div.index_column {
	float: left;
	position: relative;
	width: 300px;
	padding: 0 5px 0 5px;
}

div#content_bottom div.column_2 {
	float: left;
	position: relative;
	width: 457px;
	padding: 0;
}

div#content_bottom div.column_2 div.column_img {
	width: 457px;
	height: 114px;
	background-color: #6e6e6e;
	margin: 0 0 5px 0;
}

div#content_bottom a.column_2_link {
	width: 457px;
	height: 114px;
	display: block;
	position: absolute;
	background: url('images/core_site/featured_news_arrow.png') transparent no-repeat 423px 98px;
}


div#content_bottom a.column_2_link:hover {
	background: url('images/core_site/featured_news_arrow.png') transparent no-repeat 440px 82px;
}

div#content_bottom div.column_3_double {
	float: left;
	position: relative;
	width: 612px;
	padding: 0;
}

div#content_bottom div.column_3 {
	float: left;
	position: relative;
	width: 301px;
	padding: 0;
}

div#content_bottom div.column_3_double div.column_img {
	width: 612px;
	height: 114px;
	background-color: #6e6e6e;
	margin: 0 0 5px 0;
}

div#content_bottom a.column_3_double_link {
	width: 612px;
	height: 114px;
	background: url('images/core_site/featured_news_arrow.png') transparent no-repeat 578px 98px;
}

div#content_bottom div.column_3 div.column_img {
	width: 301px;
	height: 114px;
	background-color: #6e6e6e;
	margin: 0 0 5px 0;
}

div#content_bottom a.column_3_link {
	width: 301px;
	height: 114px;
	background: url('images/core_site/featured_news_arrow.png') transparent no-repeat 267px 98px;
}

div#content_bottom a.column_3_double_link,
div#content_bottom a.column_3_link {
	display: block;
	position: absolute;
}

div#content_bottom a.column_3_link:hover {
	background: url('images/core_site/featured_news_arrow.png') transparent no-repeat 284px 82px;
}

div#content_bottom a.column_3_double_link:hover {
	background: url('images/core_site/featured_news_arrow.png') transparent no-repeat 595px 82px;
}

div#content_bottom .article_thumb {
	width: 75px;
	height: 75px;
	float: left;
	margin: 0 5px 5px 0;
	font-size: 10px;
	background-color: #6e6e6e;
}

div#content_bottom a.article_thumb_link {
	width: 75px;
	height: 75px;
	display: block;
	position: absolute;
	background: url('images/core_site/featured_news_arrow.png') transparent no-repeat 41px 59px;
}

div#content_bottom a.article_thumb_link:hover {
	background: url('images/core_site/featured_news_arrow.png') transparent no-repeat 58px 43px;
}



/* important: INDEX */

div#content_bottom #about_us_content,
div#content_bottom #features_content,
div#content_bottom #sponsors_content{
	width: 930px;
	margin: auto;
	color: #494546;
	font-size: 12px;
	line-height: 16px;
	padding: 7px 0 0 0;
}

div#content_bottom #features_content img {
	position: absolute;
}

div#content_bottom #about_us_content a,
div#content_bottom #features_content a {
	color: #ea7d26;
	text-decoration: underline;
}

div#content_bottom #about_us_content a:hover,
div#content_bottom #features_content a:hover {
	color: #494546;
	text-decoration: none;
}

div#content_bottom #features_content {
}
		div#content_bottom #features_content img {
			position: absolute;
		}
		
		div#content_bottom #features_content a.featured_game {
			width: 300px;
			height: 230px;
			display: block;
			position: relative;
			background: url('images/core_site/featured_game_arrow.png') no-repeat 268px 214px;
		}
		div#content_bottom #features_content a.featured_game:hover {
			background: url('images/core_site/featured_game_arrow.png') no-repeat 284px 198px;
		}
		
div#content_bottom #features_content a.featured_news {
	text-decoration: none;
	height: 22px;
	overflow: hidden;
	padding-right: 20px;
	display: block;
	background: url('images/core_site/featured_news_arrow.png') no-repeat 267px 6px;
}
		
div#content_bottom #features_content a.featured_news:hover {
	background: url('images/core_site/featured_news_arrow.png') no-repeat 284px -10px;
}

div#content_bottom #features_content div.blog_date {
	color: #8f8688;
	font-size: 10px;
	line-height: 9px;
	margin: 0 0 3px 0;
}

div#content_bottom #sponsors_content .inner_sponsors {
	position: relative; 
	left:0; 
	top:0; 
	z-index:1; 
}

div#content_bottom #sponsors_content .sponsor_logo_large,
div#content_bottom #sponsors_content .sponsor_logo_reg,
div#content_bottom #sponsors_content .sponsor_logo_small {
	position: absolute;
 	display: block;
	border: 1px solid #c4c4c4;
	background-color: #FFF;
	text-align: center;
	color: #494546;
	text-decoration: none;
	font-size: 14px;
}

div#content_bottom #sponsors_content .sponsor_logo_large:hover,
div#content_bottom #sponsors_content .sponsor_logo_reg:hover,
div#content_bottom #sponsors_content .sponsor_logo_small:hover {
	color: #ea7d26;
	text-decoration: underline;
}

div#content_bottom #sponsors_content .sponsor_logo_large {
	width: 213px;
	height: 130px;
	margin: 0;
}

div#content_bottom #sponsors_content .sponsor_logo_reg {
	width: 167px;
	height: 130px;
	margin: 0;
}

div#content_bottom #sponsors_content .sponsor_logo_small {
	width: 145px;
	height: 110px;
}

div#premiere {
	width: 215px;
	height: 144px;
	float: left;
	margin: 0;
}
  

div#presenting {
	width: 710px;
	height: 144px;
	float: right;
	margin: 0;
	padding: 0 0 0 5px;
}
	div#presenting h2 {
		width: 700px;
		float: left;
		margin-left: 8px;
	}
	div#presenting #presenting_1 {
		margin: 0 0 0 8px;
	}
	div#presenting #presenting_2 {
		margin: 0 0 0 185px;
	}
	div#presenting #presenting_3 {
		margin: 0 0 0 362px;
	}
	div#presenting #presenting_4 {
		margin: 0 0 0 539px;
	}

            
div#principal, div#award, div#contributing, div#academic, div#patrons, div#friends {
	width: 146px;
	height: 135px;
	float: left;
}

div#principal, div#award, div#contributing, div#academic, div#patrons {
	margin: 0 10px 0 0;
}

div#friends {
	margin: 0;
}

h3.patrons_etc {
	width: 305px;
	position: relative;
}

div#academic h3 {
	position: absolute;
	width: 146px;
}

div#academic a {
	margin-top: 23px;
}

/* Sidebar
--------------------*/

div#sidebar {
	clear: both;
	float: left;
	width: 200px;
	height: 500px;
}

/* Tickets Table
--------------------------*/

table.tickets {
	font-size: 12px;
	width: 100%;
	cellpadding: 0;
	cellspacing: 0;
}

table.tickets tr.other {
	background-color: #c2c2c2;
}

table.tickets td {
	width: 110px;
	padding: 5px;
	margin: 0;
}

table.tickets td.check{
	text-align: center;
	vertical-align: middle;
	padding-top: 8px;
}

table.tickets td.spacer {
	background-color: #FFF;
	font-size: 10px;
}

table.tickets td.heading, table.tickets td.heading_top {
	font-weight: bold;
	color: #000;
}

table.tickets td.heading_top {
	text-align: center;
}

div#content_bottom #article_content table.tickets td.heading_top a {
	color: #000;
}

div#content_bottom #article_content table.tickets td.heading_top a:hover {
	color: #ea7d26;
}

table.tickets td.heading {
	width: 300px;
}

/* Schedule Table
--------------------------*/

table.schedule {
	font-size: 11px;
	width: 100%;
	cellpadding: 0;
	cellspacing: 0;
	text-align: center;
	border-spacing: 3px;
}

table.schedule tr {
	background-color: #ebebeb;
}

table.schedule tr.other {
	background-color: #c2c2c2;
}

table.schedule td {
	padding: 5px 2px 5px 2px;
	margin: 0;
	height: 35px;
}

table.schedule td.spacer {
	background-color: #FFF;
	font-size: 10px;
	width: 60px;
}

table.schedule td.column_divider {
	background-color: #FFF;
	width: 3px;
	padding: 0;
}

table.schedule td.heading, table.schedule td.heading_top {
	font-weight: bold;
	color: #000;
}

table.schedule td.heading_top {
	text-align: center;
	width: 120px;
}

table.schedule td.conference {
	color: #ff6600;
	border: 3px dotted #ff6600;
	background-color: #FFF;
}
	table.schedule td.conference h2 span.slashes {
		color: #ff6600;
	}


table.schedule td.ticket {
	color: #9900cc;
	border: 3px dotted #9900cc;
	background-color: #FFF;
}
	table.schedule td.ticket h2 span.slashes {
		color: #9900cc;
	}

table.schedule td.awards {
	color: #3BB9FF;
	border: 3px dotted #3BB9FF;
	background-color: #FFF;
}
	table.schedule td.awards h2 span.slashes {
		color: #3BB9FF;
	}

table.schedule td.public {
	color: #009933;
	border: 3px dotted #009933;
	background-color: #FFF;
}
	table.schedule td.public h2 span.slashes {
		color: #009933;
	}

div#content_bottom #article_content table.schedule td.heading_top a {
	color: #000;
}

div#content_bottom #article_content table.schedule td.heading_top a:hover {
	color: #ea7d26;
}

table.schedule td.heading {
	width: 60px;
}

div#content_bottom #article_content table.schedule td.conference a.popup_trigger {
	color: #ff6600;
}

div#content_bottom #article_content table.schedule td.public a.popup_trigger {
	color: #009933;
}

div#content_bottom #article_content table.schedule td.ticket a.popup_trigger {
	color: #9900cc;
}

div#content_bottom #article_content table.schedule td.awards a.popup_trigger {
	color: #3BB9FF;
}

div#content_bottom #article_content table.schedule td.conference a.popup_trigger,
div#content_bottom #article_content table.schedule td.public a.popup_trigger,
div#content_bottom #article_content table.schedule td.ticket a.popup_trigger,
div#content_bottom #article_content table.schedule td.awards a.popup_trigger {
	text-decoration: none;
}

div#content_bottom #article_content table.schedule td.conference a.popup_trigger:hover,
div#content_bottom #article_content table.schedule td.public a.popup_trigger:hover,
div#content_bottom #article_content table.schedule td.ticket a.popup_trigger:hover,
div#content_bottom #article_content table.schedule td.awards a.popup_trigger:hover {
	color: #494546;
	text-decoration: underline;
}

div#content_bottom #article_content table.schedule td.conference div.popup_box,
div#content_bottom #article_content table.schedule td.public div.popup_box,
div#content_bottom #article_content table.schedule td.ticket div.popup_box,
div#content_bottom #article_content table.schedule td.awards adiv.popup_box {
	font-size: 13px;
	visibility: hidden;
	position: fixed;
	text-align: left;
	top: 30%;
	left: 50%;
	margin-left: -272px;
	z-index: 6000;
	background-color: #FFF;
	width: 500px;
	padding: 20px;
	border: 3px dotted;
}

div#content_bottom #article_content table.schedule div.popup_box div.text {
	color: #494546;
	font-size: 12px;
}

/* Sponsors Table */

table.sponsors_table td {
	width: 145px;
}

table.sponsors_table td a {
 	display: block;
	background-color: #FFF;
	color: #494546;
	text-decoration: none;
	font-size: 14px;
}

table.sponsors_table td a#text {
}

table.sponsors_table td a img {
	height: 110px;
}

table.sponsors_table td a:hover {
	color: #ea7d26;
	text-decoration: underline;
}

table.sponsors_table td a#text:hover {
}

/* Footer
--------------------*/

div#networking {
	clear: both;
	width: 100%;
	background-color: #FFF;
	float: left;
}

div#networking #items{
	width: 940px;
	margin: auto;
	padding: 10px 0 0 0;
	background-color: #FFF;
	position: relative;
}

div#networking #twitter {
	width: 600px;
	margin: 0 0 20px 7px;
	float: left;
	position: relative;
}

div#networking #twitter h2 a, div#networking #facebook h2 a  {
	font-weight: normal;
	font-size: 13px;
	color: #2b2325;
	position: absolute;
	height: 17px;
	padding: 0 0 4px 7px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
}

div#networking #twitter h2 a {
	width: 78px;
	margin-left: 427px;
	background: url('images/core_site/networking_twitter_arrow.png') no-repeat 0px 0px;
} 

div#networking #facebook h2 a {
	width: 103px;
	margin-left: 73px;
	background: url('images/core_site/networking_facebook_arrow.png') no-repeat 0px 0px;
} 

div#networking #twitter h2 a:hover {
	color: #ea7d26;
	background: url('images/core_site/networking_twitter_arrow.png') no-repeat 0px -21px;
}

div#networking #facebook h2 a:hover {
	color: #ea7d26;
	background: url('images/core_site/networking_facebook_arrow.png') no-repeat 0px -21px;
}

ul#twitter_update_list {
	font-size: 12px;
	margin: 0;
	padding: 0;
	list-style-type: none;

}

ul#twitter_update_list li, ul#twitter_update_list li a {
	margin: 0 0 5px 0;
	padding: 0;
	color: #8f8688;
	text-decoration: none;
	list-style-image: none;
}

ul#twitter_update_list li span, ul#twitter_update_list li span a:hover {
	color: #494546;
	text-decoration: none;
}

ul#twitter_update_list li span {
	display: block;
}

ul#twitter_update_list li a:hover, ul#twitter_update_list li span a {
	color: #ea7d26;
	text-decoration: underline;
}

div#networking #facebook {
	width: 300px;
	margin-right: 6px;
	float: right;
}

div#networking #facebook div {
	font-size: 12px;
	color: #494546;
}

div#footer {
	clear: both;
	width: 100%;
	background-color: #151112;
}

div#footer #items {
	width: 940px;
	height: 70px;
	margin: auto;
}

div#footer #items #footer_menu {
	padding: 10px 0 0 0;
	float: left;
}

div#footer #items #footer_menu a {
	color: #a6988d;
	font-size: 11px;
}

div#footer #items #footer_menu a:hover {
	color: #FFF;
}

div#footer #items #footer_menu a #slashes {
	color: #ea7d26;
}


div#footer #items #credits {
	padding: 7px 0 0 0;
	float: right;
	text-align: right;
	font-size: 11px;
	color: #a6988d;
}

div#footer #items #credits a {
	color: #ea7d26;
}

div#footer #items #credits a:hover {
	color: #FFF;
}

div#footer #items #credits #fi_logo img {
	position: relative;
	top: 5px;
}	