@charset "UTF-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#009999;
	background-image:url(../images/2010/main-bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	margin:0;
	padding:0;
}

img {
	border:0;
}

#clear {
	clear:both;
}

h1 {	
	color:#FFFFFF;
	font-size:18px;
}

h2 {	
	color:#0099CC;
	font-size:15px;
}

p {
	color:#1e3b59;
	font-size:12px;
}

a {
	color:#000000;
}

/*	START NAVIGATION   */

#navWrapper {
	width: 100%;
	background-image:url(../images/2010/hdr-nav-bg.gif);
	background-repeat:repeat-x;
	height: 98px;
}

#navInner {
	width: 780px;
	margin-left:auto;
	margin-right:auto;
}

#navLogo {
	width: 75px;
	height: 64px;
	float:left;
}

#navJoin {
	width: 700x;
	float:right;
	height: 64px;
	font-size:11px;
	color:#999999;
}

#navPanel {
	clear:both;
	width: 780px;
	float:left;
	height:32px;
	overflow: hidden;
}

#navPanel ul {
	width: 780px;
	float:left;
	height:32px;
	overflow: hidden;
    margin: 0;
    padding: 0;
}

#navPanel li {
    float: left;
    display: inline;
    height: 32px;
    overflow: hidden;
}

#navPanel li a {
    float: left;
    display: inline-block;
    height: 32px;
    overflow: hidden;
}

#navPanel li a img, #2010navPanel li img {
    margin: 0;
    display: inline-block;
}

#navPanel li a:hover img {
    margin-top: -32px;
}

#footerWrapper {
	width: 100%;
	background-image:url(../images/2010/bg-footer.jpg);
	background-repeat:repeat-x;
	height: 175px;
}

#footerInner {
	width: 780px;
	margin-left:auto;
	margin-right:auto;
}

#footerLogos {
	width: 124px;
	height: 75px;
	padding: 20px 0 0 20px;
	float:left;
}

#footerNav {
	width: 528px;
	height: 75px;
	padding: 20px 0 0 20px;
	float:left;
}

#footerNav p, #footerNav a {
	font-size:11px;
	color:#666666;
	padding:0;
	margin:0;
	text-align:right;
	line-height:150%;
}

#footerMadeBy {
	width: 10px;
	height:75px;
	padding: 20px 0 0 20px;
	float:left;
}


/*	END NAVIGATION   */
/*	START CONTENT AREA   */


#WrapInner {
	width: 780px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/2010/bg-content.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	padding-bottom:40px;
	min-height:1000px;
}


#WrapLeft {
	float:left;
	width: 408px;
	padding:11px;
	overflow:hidden;
}

#WrapRight {
	float:left;
	width: 324px;
	padding:11px;
	overflow:hidden;
}


.home2010 {
	width: 750px;
	margin:20px;
}

.home2010a {
	width: 750px;
	margin:20px 20px 20px 5px;
}




/*	NEWS   */

.news_item {
	margin: 20px;
	width: 700px;
	padding: 25px;
	background-image:url('../images/typebg.png');
}

.news_content {
	width: 650px;
}

.news_image {
	float: left;
	width: 255px;
	margin-bottom: 15px;
	margin-right: 25px;
}

.news_title {
	float: left;
	text-transform: uppercase;
	margin-bottom: 15px;
	clear:left;
}

.news_text {
	clear:both;
	margin-bottom: 10px;
	margin-right: 10px;
}




/*	ARTISTS   */


.artists_text {
	padding: 15px;
	margin: 0 25px 15px 25px;
	background-image:url('../images/typebg.png');	
}

.artist_item {
	margin: auto;
	margin-bottom: 20px;
	width: 950px;
}

.artist_image {
	clear:left;
	float: left;
	width: 250px;
	margin-right: 20px;
	margin-bottom:20px;
	margin-left:25px;
}

.artist_content {
	float: left;
	width: 430px;
	padding: 15px;
	background-image:url('../images/typebg.png');
	overflow:hidden;
}

.artist_content img {

}

.artist_title {
	color: #990000;
	font-size: 20px;
	margin-bottom: 15px;
}

.artist_bio {
	margin-bottom: 10px;
}

.artist_media {
	clear:left;
	margin-left: 20px;
	float: left;
	width: 450px;
	overflow:hidden;
	margin-bottom: 40px;
}


/*	INFO   */

.info {
	margin: auto;
	width: 750px;
}

.info_submenu {
	float: left;
	margin-right: 20px;
	margin-left: 10px;
	margin-top:15px;
}

.info_submenu_item {
	width: 180px;
	height: 25px;
	background-image: url('../images/button.png'); 
	padding: 10px;
	padding-top: 17px;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	margin-bottom: 10px;
}

.info_submenu_item a:link, .info_submenu_item a:visited, .info_submenu_item a:hover {
	color: #FFF;
	text-decoration: none;
}

.info_content {
	background-image:url('../images/typebg.png');
	padding: 15px;
	float: left;
	width: 490px;
	
}

.info_image {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}



/*	TICKETS   */



.tickets {
	width: 750px;
	margin: auto;
}

.ticket {
	width: 700px;
	padding: 25px;
	margin-bottom: 20px;
	background-image:url('../images/typebg.png');
	
}

.ticket_title a:link, .ticket_title a:hover, .ticket_title a:visited {
	color: #000000;
}



/*	TRANSPORT   */

.transport {
	width: 750px;
	margin: auto;
}

.accommodation {
	float: left;
	width: 480px;
	padding: 25px;
	margin-bottom: 20px;
	background-image:url('../images/typebg.png');
}

.accommodation_title {
	margin-bottom: 15px;
}

.accommodation_title a:link, .accommodation_title a:visited, .accommodation_title a:hover {
	color: #000000;
}

.accommodation_body, .accommodation_phone, .accommodation_url {
	margin-bottom: 10px;
}

.transport_submenu {
	float: left;
	margin-right: 20px;

	margin-top:15px;	
}

.transport_submenu_item {
	width: 180px;
	height: 25px;
	background-image: url('../images/button.png'); 
	padding: 10px;
	padding-top: 17px;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	margin-bottom: 10px;
}

.transport_submenu_item a:link, .transport_submenu_item a:visited, .transport_submenu_item a:hover {
	color: #FFF;
	text-decoration: none;
}



/*	PAST FESTIVALS   */


.past_festivals {
	margin: auto;
	width: 750px;
}

.festival {
	width: 700px;
	padding: 25px;
	background-image:url('../images/typebg.png');
	margin-bottom: 20px;
	height:700px;
}

.festival_flyer {
	width: 175px;
	float: left;
	margin-right: 15px;
}

.festival_images {
	width: 480px;
	float: left;
}

.festival_title {
	margin-bottom: 15px;
}

.festival_subtitle {
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 14px;
	font-weight: bold;
}

.festival_image {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.past_photo {
	margin: auto;
	width: 900px;
	text-align: center;
	margin-bottom: 20px;
}

.past_buttons {
	margin: auto;
	width: 420px;
	text-align: center;
}

.past_button {
	float: left;
	margin-left: 20px;
	width: 180px;
	height: 25px;
	background-image: url('../images/button.gif'); 
	padding: 10px;
	padding-top: 17px;
	color: #990000;
	text-align: center;
	font-size: 16px;
}

.past_backbutton {
	width: 180px;
	height: 25px;
	background-image: url('../images/button.gif'); 
	padding: 10px;
	padding-top: 17px;
	color: #990000;
	text-align: center;
	font-size: 16px;
	margin: 0 auto;
	margin-top: 10px;
}

.past_backbutton a:link, .past_backbutton a:hover, .past_backbutton a:visited,
.past_button a:link, .past_button a:hover, .past_button a:visited {
	color: #990000;
	text-decoration: none;
}

.past_photo_caption {
	text-align: center;
	color: #FFFFFF;
	margin: 10px;
	margin: auto;
	margin-bottom: 20px;
	width: 420px;

}

/*	MERCH   */


.merch {
	width: 700px;
	margin: auto;
	background-image:url('../images/typebg.png');
	padding: 20px;
}

.merch_item {
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 180px;
	height: 320px;
}

.merch_title {
	margin-bottom: 10px;
	height: 30px;
}


.merch_photo {
	margin-bottom: 10px;
}

.merch_desc {
	margin-botom: 5px;
}


/*	MEDIA   */


.media {
	width: 750px;
	margin: auto;
}

.media_release, .sponsorship {
	margin-bottom: 20px;
	background-image:url('../images/typebg.png');
	width: 700px;
	padding: 25px;
}

.media_title, .sponsor_title {
	margin-bottom: 15px;
	margin-top: 15px;
}

.media_release_title, .sponsorship_title {
	margin-bottom: 15px;
}

.media_release_photo, .sponsorship_photo {
	float: left;
	width: 145px;
	margin-right: 15px;
}

.media_release_text, .sponsorship_text {
	float: left;
	width: 430px;
}

/*	LINKS   */


.links {
	width: 750px;
	margin: auto;
}

.link {
	width: 700px;
	padding: 25px;
	background-image:url('../images/typebg.png');
	margin-bottom: 15px;
}

.link a:link, .link a:visited, .link a:hover {
	color: #000000;
	font-size: 20px;
	text-decoration: none;
}
