/* general
------------------------------------------- */
#wrapper, #header, #content, #footer
{
	float: left;
	clear: both;
	width: 100%;
}

#wrapper
{
	width: 1048px;
	margin-left: 41px;
}

#content
{
	width: 1012px;
	margin-left: 28px;
	background: #FFFFFF;
}

#footer
{
	margin-top: 20px;
	padding-bottom: 77px;
}

/* header
------------------------------------------- */
#headerLogoNav, #headerCurrentPage
{
	float: left;
	clear: both;
	width: 100%;
}

#headerCurrentPage
{
	margin-top: 20px;
}

#headerLogoNav #logo
{
	float: left;
	margin-top: 40px;
}

#headerLogoNav #nav
{
	float: left;
	margin-top: 71px;
	margin-left: 22px;
}

#header #nav li
{
	margin-left: 28px;
}

/* content
------------------------------------------- */
#contentCols
{
	float: left;
	clear: both;
	width: 100%;
	padding-bottom: 50px;
}

#contentColLeft
{
	float: left;
	width: 500px;
	padding-left: 19px;
	padding-top: 19px;
}

#contentColRight
{
	float: right;
	width: 348px;
	padding: 17px 0 150px 0;
	background: bottom repeat-x url(../images/general/sidebar_lines.jpg);
}

#contentColRight #sideBarItems
{
	float: left;
	clear: both;
	width: 310px;
	padding: 0 19px;
}

.row, .areaSideItem, #contentColLeft .areaLabel, .pageNav, #contentBottom, #sideBarNav
{
	float: left;
	clear: both;
	width: 100%;
}

.eventTitle
{
	float: left;
	clear: both;
	width: 100%;
	height: 28px;
	padding: 14px 0 10px 0;
	font-size: 28px;
	font-weight: bold;
	line-height: 28px;
	overflow: hidden;
}

.itemWrap, .itemLongWrap, .eventWrap, .photoAlbumWrap
{
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	margin: 19px 0;
}

#contentColLeft .itemWrap a, #contentColLeft .eventWrap a, #contentColLeft .photoAlbumWrap a
{
	display: block;
	float: left;
	clear: both;
	width: 100%;
	height: 166px;
	color: #000000;
	overflow: hidden;
	text-decoration: none;
}

#contentColLeft .eventWrap a
{
	height: 226px;
}

#contentColLeft .photoAlbumWrap a
{
	height: 170px;
}

#contentColLeft .itemImg,
.eventImg,
.photoImg,
.itemBody,
.itemText,
.itemBtn,
.partnerCell,
.areaSideItem .itemTextTitle,
.areaSideItem .itemTextDescr
{
	float: left;
}

#contentColLeft .itemImg, .eventImg, .photoImg, .eventMainImage
{
	padding: 8px;
	width: 150px;
	height: 150px;
}

.eventImg, .eventMainDisplay
{
	height: 210px;
}

.eventMainImageBack
{
	position: absolute;
	visibility: hidden;
}

.photoImg
{
	width: 154px;
	height: 154px;
}

.eventMainDisplay
{
	float: left;
	clear: both;
	width: 100%;
	margin: 0 0 15px 0;
	padding: 15px 0;
}

.eventMediaDisplay
{
	float: left;
	clear: both;
	width: 100%;
	background: #000000;
}

.eventMainDisplay .eventMainImage
{
	float: left;
	width: 150px;
	height: 100%;
	background: url(../images/general/lines.jpg);
}

.eventMainDisplay .eventMainInfo
{
	float: left;
	width: 294px;
	height: 204px;
	color: #8C8C8C;
	margin-left: 8px;
	padding: 11px 16px;
	font-size: 12px;
	line-height: 16px;
}

.eventMediaDisplay .eventMediaGrid
{
	float: left;
	width: 491px;
	height: 163px;
	margin: 2px;
	padding: 2px;
}

.eventMediaDisplay .eventMediaGrid .eventMediaCell
{
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 1px;
	margin-bottom: 1px;
}

.eventMediaDisplay .eventMediaGrid .eventMediaLastCellRight
{
	margin-right: 0;
}

.eventMediaDisplay .eventMediaGrid .eventMediaLastCellBottom
{
	margin-bottom: 0;
}

.eventMediaDisplay .eventMediaGrid a
{
	display: block;
	float: left;
	width: 100%;
	height: 100%;
}

.eventMediaBtn
{
	padding-bottom: 15px;
}

#contentColLeft .itemFeatured
{
	margin-bottom: 53px;
}

#contentColLeft .itemFeatured, #contentColLeft .itemFeatured .itemImg
{
	background: #000000;
}

#contentColLeft .itemFeatured .itemBody
{
	color: #FFFFFF;
}

.itemBody
{
	width: 318px;
	height: 127px;
	margin: 2px 8px 10px 8px;
	overflow: hidden;
}

.eventWrap .itemBody
{
	height: 187px;
}

.photoAlbumWrap .itemBody
{
	width: 314px;
	height: 131px;
}

.itemHeader, .itemTitle, .itemNewsHeader
{
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 2px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
}

.itemHeader, .itemNewsHeader
{
	font-size: 11px;
	color: #3399FF;
	height: 20px;
	margin-bottom: 0;
	overflow: hidden;
}

.itemBtn
{
	font-weight: bold;
	width: 318px;
	margin: 0 8px;
	overflow: hidden;
}

.photoAlbumWrap .itemBtn
{
	width: 314px;
}

.itemLongWrap
{
	margin-top: 18px;
}

.itemLongWrap .itemHeader
{
	line-height: 11px;
}

#contentColLeft .itemWrap a:hover,
#contentColLeft .itemWrap a:hover .itemImg,
#contentColLeft .itemWrap a:hover .itemBody,
#contentColLeft .itemWrap a:hover .represented,
#contentColLeft .eventWrap a:hover,
#contentColLeft .eventWrap a:hover .eventImg,
#contentColLeft .eventWrap a:hover .itemBody,
#contentColLeft .photoAlbumWrap a:hover,
#contentColLeft .photoAlbumWrap a:hover .photoImg,
#contentColLeft .photoAlbumWrap a:hover .itemBody
{
	color: #FFFFFF;
	background: #3399FF;
}

#contentColLeft .itemWrap a:hover .itemHeader,
#contentColLeft .eventWrap a:hover .itemHeader,
#contentColLeft .photoAlbumWrap a:hover .itemHeader,
#contentColLeft .itemLongWrap a:hover .itemNewsHeader
{
	color: #000000;
	background: #3399FF;
}

#contentColLeft .itemWrap a:hover .itemImg
{
	background: no-repeat center url(../images/general/na_hover.png);
}

#contentColLeft .eventWrap a:hover .eventImg
{
	background: no-repeat center url(../images/events/na_hover.png);
}

#contentColLeft .photoAlbumWrap a:hover .photoImg
{
	background: no-repeat center url(../images/photos/na_hover.png);
}

.itemVarTextH
{
	height: 74px;
	overflow: hidden;
}

.itemLargeImg, .itemLongText, .mapCanvas
{
	margin-bottom: 14px;
}

.itemMoreLink
{
	padding-top: 4px;
	margin-bottom: 38px;
}

.mapCanvas
{
	height: 320px;
}

.mapCoord
{
	float: left;
	clear: both;
	visibility: hidden;
}

#contentColRight .areaLabel
{
	float: left;
	width: 295px;
}

.areaRssIcon
{
	float: right;
}

.areaSide, .clearSide
{
	float: left;
	clear: both;
	width: 100%;
	margin-top: 17px;
	margin-bottom: 46px;
	font-size: 11px;
	line-height: 18px;
}

.areaSide
{
	border-bottom: 2px solid #000000;
	background: #D3D3D3;
}

.row .areaSideBottomBtn
{
	margin-bottom: 17px;
}

.areaSideBtn
{
	margin-bottom: 46px;
}

.fbShare
{
	margin-top: 17px;
}

#fbLikebox iframe
{
	background: #FFFFFF;
}

div.itemInPast a
{
	color: #8C8C8C;
}

div.itemInPast a .itemImg
{
	opacity: 0.5;
	filter: alpha(opacity=50);
}

div.itemInPast a:hover .itemImg
{
	opacity: 1;
	filter: alpha(opacity=100);
}

.areaSideItem#currentItem, .areaSideItem#currentItem a
{
	color: #FFFFFF;
	background: #3399FF;
}

.areaSideItem#currentItem a .itemDate, .areaSideItem#currentItem a:hover .itemDate
{
	color: #000000;
}

.areaSideItem a
{
	display: block;
	width: 100%;
	height: 40px;
	color: #000000;
	padding: 8px 0;
	overflow: hidden;
}

.areaSideItem a:hover
{
	color: #FFFFFF;
	background: #3399FF;
}

.areaSideItem .itemDate
{
	float: left;
	width: 52px;
	height: 100%;
	padding-left: 5px;
}

.areaSideItem a:hover .itemDate
{
	color: #000000;
}

.areaSideItem .itemText
{
	float: left;
	width: 203px;
	height: 100%;
	font-weight: bold;
	overflow: hidden;
	text-transform: uppercase;
}

.areaSideItem .itemTextLarge, .areaSideItem .itemTextFull
{
	padding-left: 5px;
	width: 255px;
}

.areaSideItem .itemTextFull
{
	width: 305px;
}

.areaSideItem .itemTextDescr
{
	font-weight: normal;
}

.areaSideItem .itemImg
{
	float: left;
	width: 40px;
	height: 40px;
	padding-left: 4px;
	overflow: hidden;
}

.areaSideItem .itemTextSmall
{
	font-weight: bold;
	text-transform: none;
}

.socialIcon, .labelBtn
{
	float: left;
	margin-right: 10px;
}

#sideBarNav
{
	margin: 25px 0 46px 0;
}

#sideBarNav a#currentPage
{
	color: #000000;
	background: #FFFFFF;
}

#sideBarNav a
{
	display: block;
	float: left;
	clear: both;
	width: 100%;
	height: 36px;
	padding-top: 4px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #B6B6B6;
	line-height: 36px;
	text-transform: uppercase;
}

#sideBarNav .sideBarNavArrow
{
	float: left;
	width: 19px;
	padding-top: 9px;
}

#sideBarNav .sideBarNavTitle
{
	float: left;
	text-transform: uppercase;
}

#sideBarNav a:hover, .textHighlight
{
	color: #3399FF;
}

#constructionMsg, #photoArea, #partnerArea
{
	margin-top: 19px;
	margin-bottom: 60px;
}

#constructionMsg p
{
	margin: 0;
	font-size: 18px;
	line-height: 33px;
}

#constructionMsg span
{
	padding: 5px;
	background: url(../images/general/lines.jpg);
}

#constructionMsg span.glow
{
	padding: 0;
	font-weight: bold;
	color: #000000;
}

#newsletterMsg
{
	display: none;
}

#newsletterMsg p
{
	font-weight: bold;
	margin: 0 0 5px 0;
}

#contactForm
{
	margin-top: 50px;
}

.contentItemText
{
	padding-top: 3px;
}

.contentItemLabels, .eventMediaBtn
{
	padding-top: 12px;
	padding-bottom: 38px;
}

.itemLabel
{
	padding-top: 38px;
	padding-bottom: 12px;
}

.itemLabelShort
{
	padding-top: 20px;
}

.itemVideo, .itemTracks, .itemArtists, .areaPaddingBottom
{
	padding-bottom: 38px;
}

#contentColLeft .itemArtists a
{
	display: block;
	height: 59px;
}

#contentColLeft .itemArtists a:hover,
#contentColLeft .itemArtists a:hover .itemArtistRow .itemArtistImg
{
	background: #3399FF;
}

#contentColLeft .itemArtists a:hover .itemArtistRow .itemArtistImg
{
	background: no-repeat center url(../images/general/na_hover_small.png);
}

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

.itemTracks .itemTrackRow, .itemWrapListHeader, .itemArtists .itemArtistRow
{
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 9px;
	text-transform: uppercase;
	border-bottom: 1px solid #D3D3D3;
}

.itemWrapListHeader
{
	height: 44px;
	font-size: 28px;
	color: #8C8C8C;
	line-height: 44px;
	margin-top: 19px;
	margin-bottom: 0;
}

.itemWrapList
{
	margin-top: 0;
	margin-bottom: 19px;
}

.itemArtists .itemArtistRow
{
	font-size: 28px;
	line-height: 28px;
}

.itemTracks .itemTrackRow .itemTrackCell,
.itemArtists .itemArtistRow .itemArtistCell
{
	float: left;
	width: 450px;
	height: 44px;
	padding-bottom: 5px;
	overflow: hidden;
}

.itemArtists .itemArtistRow .itemArtistCell
{
	width: 432px;
	padding-top: 9px;
	line-height: 44px;
}

.itemTracks .itemTrackRow .itemTrackPlay,
.itemArtists .itemArtistRow .itemArtistImg
{
	width: 40px;
	margin-right: 10px;
}

.itemArtists .itemArtistRow .itemArtistImg
{
	padding-left: 9px;
	padding-right: 9px;
}

#contentColLeft .itemTracks .itemTrackRow .itemTrackPlay a
{
	height: 40px;
}

.itemTracks .itemTrackRow .itemTrackCell .row
{
	height: 20px;
	overflow: hidden;
}

.itemTracks .itemTrackRow .itemTrackArtist
{
	font-weight: normal;
	color: #8C8C8C;
}

#contentColLeft .noPaddingTop
{
	padding-top: 0;
}

#photoArea
{
	width: 620px;
}

.photoCell, .photoNavArea
{
	float: left;
	width: 154px;
	height: 154px;
	margin-right: 1px;
	margin-bottom: 1px;
	background: #000000;
}

.photoCell a img
{
	width: 154px;
	height: 154px;
}

.photoTitle h1, .itemLongWrap h1, .eventMainInfo
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 28px;
	font-weight: bold;
	line-height: 28px;
	text-transform: uppercase;
}

.itemLongWrap h1
{
	margin: 0 0 10px 0;
}

.itemLongWrap h1, .photoTitle h1
{
	line-height: 32px;
}

.photoTitle h1
{
	margin: 0;
}

.photoAlbumGrid
{
	float: left;
	margin-bottom: 10px;
}

.photoGridMargin
{
	margin-right: 10px;
}

.photoCellSmall
{
	float: left;
}

.photoNavArea
{
	color: #FFFFFF;
	text-align: center;
	line-height: 154px;
}

.photoNavBtn
{
	color: #000000;
	background: #FFFFFF;
}

.photoNavBtn a
{
	position: relative;
	display: block;
	float: left;
}

.photoNavBtn a span.photoNavBtnArr, .photoNavBtn a span.photoNavBtnImg
{
	position: absolute;
	z-index: 1;
}

.photoNavBtn a span.photoNavBtnImg
{
	z-index: 0;
}

.photoAlbumArea
{
	width: 300px;
	color: #FFFFFF;
	padding: 0 5px;
	background: #000000;
}

.photoAlbumArea .itemHeader
{
	color: #3399FF;
}

#partnerArea,
#contentColLeft .itemImg,
#contentColLeft .eventImg,
#contentColLeft .photoImg,
.itemArtists .itemArtistRow .itemArtistImg
{
	background: url(../images/general/lines.jpg);
}

.pageNav
{
	padding-top: 20px;
}

#contentColLeft .pageNav a
{
	display: block;
	float: left;
	height: 19px;
	padding: 0 7px;
	margin: 0 10px 10px 0;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 19px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #000000;
	background: #000000;
}

#contentColLeft .pageNav a#current
{
	color: #000000;
	border: 1px solid #D3D3D3;
	background: #FFFFFF;
}

#contentColLeft .pageNav a:hover
{
	color: #FFFFFF;
	background: #3399FF;
	border: 1px solid #3399FF;
}

#areaTicketShop
{
	position: relative;
	float: left;
}

#areaTicketShopIframe
{
	margin-left: -18px;
}

#contentColLeft .eventWrap a.ticketsBtn
{
	position: absolute;
	top: 199px;
	left: 263px;
	width: 92px;
	height: 19px;
}

#contentColLeft .partnerCell a
{
	display: block;
	padding: 9px;
	width: 232px;
	height: 148px;
}

#contentColLeft .partnerCell a .partnerImgWrap
{
	display: table;
	width: 214px;
	height: 130px;
	padding: 9px;
	text-align: center;
	overflow: hidden;
	background: #FFFFFF;
}

#contentColLeft .partnerCell a .partnerImgWrap .partnerImg
{
	display: table-cell;
	vertical-align: middle;
}

#contentColLeft .partnerCell a:hover
{
	color: #FFFFFF;
	background: #3399FF;
}

#contentBottom
{
	position: relative;
}

#contentBottomLights
{
	position: absolute;
	right: -8px;
	bottom: 0;
	width: 485px;
	height: 600px;
	background: no-repeat url(../images/general/footer_lights.png);
}

#contentBottomAbout, #contentBottomContact
{
	float: left;
	clear: both;
	width: 484px;
	padding-left: 22px;
}

#contentBottomContact
{
	padding-top: 115px;
	padding-bottom: 46px;
}

/* footer
------------------------------------------- */
#footerLabelCopy
{
	float: left;
	width: 142px;
	height: 19px;
	padding-left: 611px;
}

#footerLabelDesign
{
	float: left;
	width: 158px;
	height: 19px;
	padding-left: 129px;
}

/* tags
------------------------------------------- */
ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul li
{
	float: left;
}

a, #contentColLeft h1 a
{
	color: #000000;
	text-decoration: none;
}

#contentColLeft a, #contentColLeft .itemLongText a, #contentBottom a
{
	color: #3399FF;
	text-decoration: underline;
}

#contentColLeft a:hover, #contentColLeft .itemLongText a:hover, #contentBottom a:hover
{
	color: #8C8C8C;
}

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

.textBold
{
	font-weight: bold;
}

label span.error
{
	color: #DD0D34;
}

.represented
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 11px;
	font-style: italic;
	color: #8C8C8C;
	text-transform: lowercase;
}

/* forms
------------------------------------------- */
.frmField, .frmFieldLarge
{
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	line-height: 16px;
	width: 196px;
	border: none;
	padding: 4px 3px;
	background: #D3D3D3;
}

label
{
	float: left;
	clear: both;
	font-weight: bold;
}

.frmFieldLarge
{
	width: 350px;
}

.frmFieldArea
{
	padding: 4px 0 15px 0;
}

.frmFieldArea div
{
	float: left;
	margin-right: 20px;
}

.frmFieldVerify
{
	width: 230px;
}
