/* universal
------------------------------------------- */
*
{
	margin: 0;
	padding: 0;
}

html, #nav
{
	-webkit-text-size-adjust: none;
	background: url(../images/general/background.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #E5E1CF;
}

html, body
{
	height: 100%;
	border: none;
}

body
{
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	line-height: 18px;
	letter-spacing: 0;
}

#bg
{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #FFFFFF;
}

/* fonts
------------------------------------------- */
@font-face
{
	font-family: "Helvetica Neue 35 Thin";
	src: url("../fonts/helvetica-neue-thin.eot");
	src: url("../fonts/helvetica-neue-thin.eot?#iefix") format("embedded-opentype"),
		 url("../fonts/helvetica-neue-thin.woff") format("woff"),
		 url("../fonts/helvetica-neue-thin.ttf") format("truetype"),
		 url("../fonts/helvetica-neue-thin.svg#Helvetica Neue 35 Thin") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* layout
------------------------------------------- */
#wrapperHome
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 920px;
	height: 690px;
	margin-top: -345px;
	margin-left: -460px;
	font-size: 0;
}

#innerHome
{
	position: absolute;
	width: 880px;
	height: 100%;
	margin-left: 40px;
}

#wrapper
{
	position: absolute;
	clear: both;
	width: 100%;
	z-index: 2;
}

#inner
{
	float: left;
	width: 832px;
}

body, #innerHome
{
	font-size: 12px;
}

/* home
------------------------------------------- */
#homeNav
{
	position: absolute;
	z-index: 4;
}

#homeNavGeneral
{
	position: absolute;
	top: 68px;
	left: 331px;
	z-index: 3;
}

#homeTwitter
{
	position: absolute;
	top: 21px;
	right: 0;
	width: 206px;
	font-size: 11px;
	line-height: 16px;
	z-index: 2;
}

#homeTwitInner
{
	float: left;
	width: 100%;
	min-height: 81px;
	padding-bottom: 5px;
	background: #FFFFFF;
}

#homeSponsor
{
	margin-top: 10px;
}

#homeBg
{
	position: absolute;
	top: 99px;
	left: -96px;
	width: 903px;
	height: 600px;
	z-index: 1;
	background: no-repeat url(../images/general/home_bg.png);
}

/* tweets
------------------------------------------- */
#tweets .loading, #tweets .noItems
{
	padding-left: 6px;
}

.twitter_icon
{
	float: left;
	margin: 6px;
}

.twitter_title
{
	float: left;
	margin-top: 9px;
}

.twitter_title a
{
	float: left;
	font-family: "Helvetica Neue 35 Thin", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	height: 20px;
	padding: 0 4px;
	line-height: 20px;
	letter-spacing: 1px;
	text-transform: lowercase;
	text-decoration: none;
	background: #E00063;
}

.twitter_title a:hover
{
	color: #FFFFFF;
	background: #36C182;
}

#tweets
{
	padding-top: 5px;
}

.tweet_list
{
	list-style: none;
}

.tweet_list .awesome, .tweet_list .epic
{
	text-transform: uppercase;
}

.tweet_list li
{
	float: left;
	clear: both;
	padding: 4px 6px;
	list-style-type: none;
}

.tweet_list li a
{
	color: #E00063;
	text-decoration: none;
}

.tweet_list li a:hover
{
	text-decoration: underline;
}

.tweet_list .tweet_avatar
{
	float: left;
	width: 26px;
	padding-top: 2px;
}

.tweet_list .tweet_right
{
	float: left;
	width: 162px;
	margin-left: 6px;
}

.tweet_list .tweet_avatar img
{
	vertical-align: middle;
}

.tweet_list .tweet_user
{
	font-weight: bold;
}

.tweet_list .tweet_text, .tweet_list .tweet_time
{
	float: left;
	clear: both;
}

.tweet_list .tweet_time a
{
	color: #999999;
}

.tweet_list .tweet_time a:hover
{
	text-decoration: underline;
}

.tweet_list .tweet_even
{
	border-top: 1px solid #D9D2B7;
	border-bottom: 1px solid #D9D2B7;
}

.tweet_list .tweet_last
{
	border-bottom: none;
}

/* nav
------------------------------------------- */
#nav
{
	position: fixed;
	width: 264px;
	height: 100%;
	z-index: 2;
}

#nav #logo
{
	position: absolute;
	top: 11px;
	left: 50px;
	z-index: 4;
}

#nav #circle
{
	position: absolute;
	top: 45px;
	left: 89px;
	z-index: 2;
}

#nav #cityName
{
	position: absolute;
	top: 260px;
	right: 27px;
	width: 100%;
	color: #3E3E3E;
	font-weight: bold;
	text-align: right;
}

#nav #cityName .city
{
	color: #E00063;
}

#nav #bgImage
{
	position: absolute;
	z-index: 1;
}

#nav #buttons
{
	position: absolute;
	top: 320px;
	right: 27px;
	z-index: 3;
}

#nav #buttons a
{
	float: right;
	clear: both;
	height: 25px;
	font-family: "Helvetica Neue 35 Thin", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #000000;
	line-height: 25px;
	letter-spacing: 1px;
	text-transform: lowercase;
	text-decoration: none;
	padding: 0 8px;
	margin-bottom: 5px;
	background: #FFFFFF;
}

#nav #buttons a:hover
{
	color: #FFFFFF;
	background: #36C182;
}

#nav #buttons a.navCurrent
{
	color: #FFFFFF;
	background: #E00063;
}

#nav #buttons #sponsor
{
	padding: 0;
	margin-top: 24px;
}

/* content
------------------------------------------- */
#content
{
	float: left;
	width: 580px;
	margin-left: 370px;
	padding-bottom: 57px;
}

.actCell
{
	float: left;
	width: 152px;
	margin-right: 62px;
	margin-bottom: 4px;
}

.actCellLast, div.lastPhoto
{
	margin-right: 0;
}

.actGenre
{
	font-weight: bold;
	color: #B8B8B8;
	text-transform: lowercase;
}

.actCell .actGenre
{
	padding-bottom: 2px;
}

.actCell .actPhoto
{
	width: 100%;
	height: 152px;
	background: #B8B8B8;
}

.actCell .actTitle
{
	padding-top: 3px;
}

.actCell .actTitle, .actCellRight h2
{
	font-weight: normal;
	font-size: 18px;
	color: #E00063;
	line-height: 22px;
}

.actCell .actTitle a
{
	text-decoration: none;
}

.itemVideo iframe
{
	width: 100%;
	height: 400px;
	border: none;
}

.itemRow
{
	position: relative;
}

.itemRow .itemDate
{
	position: absolute;
	top: 2px;
	left: -64px;
	width: 54px;
	height: 51px;
	font-weight: bold;
	font-size: 15px;
	color: #FFFFFF;
	text-align: center;
	line-height: 16px;
	padding-top: 3px;
	text-decoration: underline;
	background: no-repeat url(../images/general/circle_date.png);
}

.itemRow .itemDate a
{
	float: left;
	width: 100%;
	color: #FFFFFF;
}

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

.itemRow .itemText
{
	float: left;
	width: 100%;
}

.itemRow .itemText .title a
{
	color: #000000;
	text-decoration: none;
}

.itemRow .itemText .title a:hover
{
	color: #999999;
}

.clearMargin
{
	height: 54px;
}

.actCellLeft, .actCellRight, .sponsorCell, .scheduleCellLeft, .scheduleCellRight
{
	float: left;
}

.actCellLeft
{
	width: 340px;
}

.actCellRight
{
	width: 215px;
	padding-left: 25px;
}

.photoCell
{
	float: left;
	width: 133px;
	height: 133px;
	margin-right: 16px;
}

.photoCell img
{
	width: 100%;
	height: 100%;
}

.sponsorWrap
{
	display: inline-block;
	position: relative;
	width: 193px;
	height: 150px;
	text-align: center;
	overflow: hidden;
	vertical-align: middle;
}

.sponsorWrap ul
{
	position: absolute;
}

.sponsorWrap ul li
{
	width: 150px;
	height: 150px;
	padding: 0 15px;
	text-align: center;
	overflow: hidden;
}

.sponsorWrap .sponsor
{
	display: table-cell;
	width: 150px;
	height: 150px;
	text-align: center;
	vertical-align: middle;
}

.sponsorWrap .sponsor *
{
	vertical-align: middle;
}

.scheduleCellLeft
{
	font-weight: bold;
	width: 60px;
	padding-right: 10px;
}

.shareCells
{
	position: relative;
}

.shareCellLeft
{
	float: left;
}

.shareCellLeft div
{
	float: left;
	padding-right: 4px;
}

.shareCellRight
{
	position: absolute;
	right: -6px;
	padding-top: 2px;
}

/* map
------------------------------------------- */
.map
{
	height: 501px;
}

#mapVars
{
	display: none;
}

.legendCell
{
	float: left;
	width: 50%;
}

.legendCell a
{
	display: block;
	float: left;
	width: 100%;
	height: 37px;
	line-height: 37px;
	overflow: hidden;
}

.legendCell img
{
	float: left;
	padding-right: 10px;
}

.infoWindow
{
	float: left;
	clear: both;
	width: 240px;
	height: 200px;
	overflow: auto;
	margin-top: 15px;
	padding-right: 12px;
}

.infoWindow h1, .infoWindow h2, .infoWindow p, .infoWindow img, .infoWindow .view, .infoWindow hr
{
	float: left;
	clear: both;
	width: 220px;
}

.infoWindow h1
{
	width: auto;
	padding: 0;
	margin-top: 0;
	margin-bottom: 16px;
}

.infoWindow h1 a
{
	color: #FFFFFF;
	padding: 0 8px;
	text-decoration: none;
}

.soldout
{
	font-style: italic;
	color: #E00063;
}

.infoWindow .introduction
{
	padding-top: 18px;
}

.infoWindow .view
{
	width: auto;
	margin-bottom: 18px;
}

/* tags
------------------------------------------- */
h1
{
	float: left;
	clear: both;
	height: 25px;
	font-family: "Helvetica Neue 35 Thin", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 25px;
	letter-spacing: 1px;
	text-transform: lowercase;
	text-decoration: none;
	background: #E00063;
	padding: 0 8px;
	margin-top: 57px;
	margin-bottom: 32px;
}

h2
{
	font-size: 12px;
}

a
{
	color: #E00063;
	text-decoration: underline;
}

a:hover
{
	color: #999999;
}

p
{
	padding-bottom: 18px;
}

embed, object
{
	outline: none;
}

img
{
	border: 0;
}

ul
{
	list-style: none;
}

hr
{
	border: none;
	color: #B8B8B8;
	height: 1px;
	background: #B8B8B8;
}

/* classes
------------------------------------------- */
.upperCase
{
	text-transform: uppercase;
}

.lowerCase
{
	text-transform: lowercase;
}

.bold
{
	font-weight: bold;
}

.row
{
	float: left;
	clear: both;
	width: 100%;
}

.paddingTop
{
	padding-top: 18px;
}

.paddingBottom
{
	padding-bottom: 18px;
}

.extraPaddingBottom
{
	padding-bottom: 36px;
}

.marginTop
{
	margin-top: 18px;
}

.marginBottom
{
	margin-bottom: 18px;
}

.borderTop
{
	border-top: 1px solid #D9D2B7;
}

.borderBottom
{
	border-bottom: 1px solid #D9D2B7;
}

a.back
{
	float: left;
	font-family: "Helvetica Neue 35 Thin", Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-transform: lowercase;
	text-decoration: none;
	background: #E00063;
}

a.back
{
	font-size: 12px;
	height: 18px;
	padding: 0 4px;
	line-height: 18px;
}

a.back:hover
{
	color: #FFFFFF;
	background: #36C182;
}

.light
{
	color: #999999;
}

/* forms
------------------------------------------- */
form textarea
{
	resize: none;
}

form .field:focus, form textarea:focus
{
	margin: 0;
	outline: none;
	border: 2px solid #CCCCCC;
}

form .field, form textarea, form select
{
	margin: 1px;
	outline: none;
}

form .textAreaSmall
{
	height: 98px;
}

form .labelLeft
{
	float: left;
	clear: both;
	margin-left: 1px;
	margin-bottom: 4px;
}

form .fieldLeft
{
	float: left;
	clear: both;
	padding-bottom: 18px;
}

form .fieldCheck
{
	float: left;
	width: 110px;
	margin-right: 6px;
}

form .fieldCheck label
{
	display: block;
	cursor: pointer;
	padding-left: 15px;
	text-indent: -15px;
}

form .fieldCheck input
{
	position: relative;
	top: -4px;
	width: 13px;
	height: 13px;
	margin-right: 5px;
	vertical-align: bottom;
}

form .fieldRadioBtns label
{
	float: left;
	clear: both;
	cursor: pointer;
	padding-bottom: 2px;
	margin-right: 15px;
	text-transform: lowercase;
}

form .fieldRadioBtns span
{
	float: left;
	padding-top: 3px;
}

form .fieldRadioBtns .radioLabel
{
	float: left;
	padding-left: 5px;
	margin-top: -3px;
}

form .asterisk, form .error
{
	font-weight: bold;
	color: #E00063;
}

form .fieldSwitchLeft
{
	float: left;
	width: 110px;
	margin-right: 6px;
}

form .fieldSwitchRight
{
	float: left;
	width: 226px;
}

form .field
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #363636;
	padding: 4px 2px;
	width: 300px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}
