body {
	background: #dbebc7;
	border-color: #20a1dd;
}

h1, h2, h3, h4, h5, h6, .sponsor_type, .agenda_time strong, span.time {
	color: #eb1a21;
}

#mobile_menu_container, #menu_button, #sidebar_border_bottom,
a.main_link:hover, a.main_link.selected, ul#nav li a.active, .agenda_date h2,
#future input.future_button, #past_left h5 {
	background-color: #20a1dd;
	color: #fff;
}

ul#nav, #sidebar, #footer, #content, #content_past {
	border-color: #20a1dd;
}

#mobile_menu ul li a {
	color: #fff;
}

#logo {
	width: 364px;
}

img.small {
	height: 43px;
}

#venue {
	left: 306px;
    margin-top: 45px;
}

#venue_home p, #venue p, #venue_past {
	background: #fff;
	background:rgba(255,255,255,.8);
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 2px 8px;
}

#venue_home {
    bottom: 95px;
    left: 470px;
}

#events p {
	background: #fff;
	background:rgba(255,255,255,.8);
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-radius: 5px;
}

#footer_contact form label, #footer_contact ul li strong, #footer a, span.headline {
	color: #333;
}
.sponsor_type {
	background-color: #20a1dd\9;
	color: #fff\9;
}

ul#swts {
	display: none;
}

.sponsorslide {
	min-height: 120px;
}

@media only screen and (min-device-width: 768px) {
	.sponsor_type {
		background-color: #20a1dd;
		color: #fff;
	}
	#header {
		height: 76px;
		padding: 0px 0 0 0;
		margin: 0 0 10px 0;
	}
	ul#swts {
		display: block;
	}
	#venue_home p, #venue p, #venue_past {
		background: transparent;
		padding: 0;
	}
}

/*-------------------------------------
SHOWS WITHIN THE SHOW
------------------------------------- */
ul#swts {
	list-style-type: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

ul#swts li {
	float: left;
	width: 47px;
	height: 48px;
	position: relative;
	margin: 0 5px 0 0;
}

ul#swts li .front {
	float: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 900;
	width: inherit;
	height: inherit;
	text-align: center;
	-webkit-transform: rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
}

ul#swts li:hover .front {
	z-index: 900;
	-webkit-transform: rotateY(180deg);		
}		

ul#swts li .back {
	float: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 800;
	width: inherit;
	height: inherit;		
	-webkit-transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
}		

ul#swts li:hover .back {
	z-index: 1000;
	-webkit-transform: rotateY(0deg);
}

#swts_mobile_front {
	width: 48px;
	height: 47px;
	background: url('../events/images/swts_icons.gif') 0 0 no-repeat;
}

#swts_mobile_back {
	width: 48px;
	height: 47px;
	background: url('../events/images/swts_icons.gif') -48px 0 no-repeat;
}

#swts_video_front {
	width: 48px;
	height: 47px;
	background: url('../events/images/swts_icons.gif') 0 -48px no-repeat;
}

#swts_video_back {
	width: 48px;
	height: 47px;
	background: url('../events/images/swts_icons.gif') -48px -48px no-repeat;
}

#swts_social_front {
	width: 48px;
	height: 47px;
	background: url('../events/images/swts_icons.gif') 0 -94px no-repeat;
}

#swts_social_back {
	width: 48px;
	height: 47px;
	background: url('../events/images/swts_icons.gif') -48px -94px no-repeat;
}

#swts_response_front {
	width: 48px;
	height: 47px;
	background: url('../events/images/swts_icons.gif') 0 -141px no-repeat;
}

#swts_response_back {
	width: 48px;
	height: 47px;
	background: url('../events/images/swts_icons.gif') -48px -141px no-repeat;
}

#swts_display_front {
	width: 48px;
	height: 47px;
	background: url('../events/images/swts_icons.gif') 0 -188px no-repeat;
}

#swts_display_back {
	width: 48px;
	height: 47px;
	background: url('../events/images/swts_icons.gif') -48px -188px no-repeat;
}

/*-------------------------------------
TRACKS/TRACK GRID
------------------------------------- */
#track_grid {
	clear: both;
}

#grid_tags {
	margin-bottom: 20px;
	float: left;
	padding: 7px 0;
	clear: both;
}

.grid_tag {
	margin: 0 10px 10px 0;
	display: block;
	float: left;
}

.grid_tag a {
	font-weight: bold;
}

.grid_tag img {
	margin: 0 2px 0 0;
}

#track_grid table {
	width: 755px;
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	border: 0;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#track_grid table tr td .tag b {
	font-weight: normal;
}

#track_grid table tr th {
	text-align: center;
	padding: 5px;
	color: #fff;
}

#track_grid td {
	padding: 5px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#track_grid a {
	text-decoration: none;
}

#track_grid a:hover {
	text-decoration: underline;
}

#grid_top {
	background: #eee;
}

#grid_top th:last-child {
	border-right: 1px solid #ccc;
}

#track_grid table th {
	background-color: #666;
}

#track_grid table th:nth-child(1) {
	background-color: #333;
}

#track_grid table th:nth-child(2) {
	background-color: #00A0E3;
}

#track_grid table th:nth-child(3) {
	background-color: #FFCA05;
}

#track_grid table th:nth-child(4) {
	background-color: #F37920;
}

#track_grid table th:nth-child(5) {
	background-color: #EC1C24;
}

#track_grid table th:nth-child(6) {
	background-color: #BC1A8C;
}
