
/* News
========================================================================================== */
#news-box {
	background: url(/img/box-top-blue.gif) no-repeat top left;
	margin: 0 0 28px;
	padding: 22px 22px 0;
}
#news-box .box-btm {
	background: url(/img/box-btm-blue.gif) no-repeat bottom left;	
	height: 28px;
	width: 218px;
	position: relative;
	top: 28px;
	margin: -28px -22px 0;
}
#news-box h2.ttl {
	font-size: 1.5em;
	margin-bottom: 20px;
}

.news-item {
	padding: 5px 0;
	overflow: hidden;
}
.news-item h3 {
	font-size: 0.812em;
	margin: 10px 0 5px 0;
}
#home .news-item h3 a:link,
#home .news-item h3 a:visited,
#home .news-item h3 a:hover,
#home .news-item h3 a:focus,
#home .news-item h3 a:active {
	color: #000;
	border: none;
	text-decoration: none;
}
.news-item p {
	margin: 5px 0;
}
.news-item h5 {
	float: right;
	white-space: nowrap;
	font-size: 0.687em;
}
.news-item h5 a {
	color: #000;
	text-decoration: none;
}


/* Radio
========================================================================================== */
#radio-box {
	background: url(/img/box-top-yellow.gif) no-repeat top left;
	margin: 0 0 34px;
	padding: 22px 22px 0;
	width: 188px;
}
#radio-box .box-btm {
	background: url(/img/box-btm-yellow.gif) no-repeat bottom left;	
	height: 19px;
	width: 232px;
	position: relative;
	top: 19px;
	margin: -19px -22px 0;
}
#radio-box h2.ttl {
	font-size: 1.5em;
	margin-bottom: 20px;
}
#radio-box p {
	font-weight: bold;
	text-align: center;
	margin: 10px;
	font-size: 0.75em;
	cursor: hand;
	cursor: pointer;
}


/* TV
========================================================================================== */
#tv-box {
	background: url(/img/box-top-cream.gif) no-repeat top left;
	margin: 0 0 19px;
	padding: 22px 22px 0;
	width: 188px;
}
#tv-box .box-btm {
	background: url(/img/box-btm-cream.gif) no-repeat bottom left;	
	height: 19px;
	width: 232px;
	position: relative;
	top: 19px;
	margin: -19px -22px 0;
}
#tv-box img {
	margin: 0 auto 5px;
	display: block;
}

#tv-box h2,
#tv-box h4 {
	font-size: 0.975em;
	margin: 10px 0;
}
#tv-box h2 {
	padding: 0 0 10px;
	border-bottom: dotted 2px #393B23;
}
#tv-box h4 {
	padding: 10px 0 0;
	border-top: dotted 2px #393B23;
	text-align: center;
	font-size: 0.812em;
	margin: 10px 0;
}
#wrap #tv-box h4 a:link,
#wrap #tv-box h4 a:visited,
#wrap #tv-box h4 a:hover,
#wrap #tv-box h4 a:focus,
#wrap #tv-box h4 a:active {
	color: #393B23;
	border: none;
	text-decoration: none;
}

#tv-box ol {
	margin: 10px 20px;
}
#tv-box ol li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #393B23;
	font-size: 1em;
}
#tv-box ol li a {	
	color: #666;
	font-style: italic;
	font-size: 0.75em;
	text-decoration: none;
	font-weight: normal;
}
#tv-box li strong {
	font-size: 1.2em;	
}
#tv-box li.one strong {
	color: #2AC016;
}
#tv-box li.two strong {
	color: #FC0029;
}
#tv-box li.three strong {
	color: #0E1973;
}

#tv-box li a:hover strong {
	color: #FFF;	
}
#tv-box li.one a:hover strong {
	background: #2AC016;
}
#tv-box li.two a:hover strong {
	background: #FC0029;
}
#tv-box li.three a:hover strong {
	background: #0E1973;
}



/* Welcome
========================================================================================== */
#banner {
	margin: -20px 0 5px;	
}
#banner2 {
	margin: -10px -1px 0 -10px;	
}
#welcome {
	margin: 20px 0;
}
#welcome p {
	font-size: 0.75em;	
	font-family: Georgia, "Times New Roman", Times, serif;
}
#welcome em {
	color: #156185;
	font-weight: bold;
}
#welcome h2 {
	position: relative;
	width: 357px;
	height: 27px;
	overflow: hidden;
	font-size: 0.812em;
	margin: 10px 0;
}
#welcome h2 em {
	background: url(/img/ttl-welcome.gif) no-repeat;
	position: absolute;
	width: 357px;
	height: 27px;
	top: 0;
	left: 0;
}
#welcome h3 {
	position: relative;
	width: 234px;
	height: 28px;
	overflow: hidden;
	font-size: 0.812em;
	margin: 10px 0;
}
#welcome h3 em {
	background: url(/img/ttl-see-you.gif) no-repeat;
	position: absolute;
	width: 234px;
	height: 28px;
	top: 0;
	left: 0;
}

/*
ul#sponsers {
	clear: both;
	list-style: none;
	position: relative;
	height: 120px;
	margin-top: 30px;
}
ul#sponsers li {
	position: absolute;
	top: 10px;
}
ul#sponsers li.cider {
	left: 0;
	top: 30px;
}
ul#sponsers li.barefoot {
	left: 195px;
}
ul#sponsers li.size12 {
	left: 360px;
	top: 35px;
}*/


/* Sign up
========================================================================================== */
#signup-box {
	background: url(/img/box-top-green.gif) no-repeat top left;
	margin: 0 0 13px;
	padding: 20px 20px 0;
	width: 400px;
}
#signup-box .box-btm {
	background: url(/img/box-btm-green.gif) no-repeat bottom left;	
	height: 19px;
	width: 440px;
	position: relative;
	top: 13px;
	margin: -13px -20px 0;
}
#signup-box h2.ttl {
	position: relative;
	width: 244px;
	height: 21px;
	overflow: hidden;
	font-size: 0.812em;
	margin: 0 0 10px;
}
#signup-box h2.ttl em {
	background: url(/img/ttl-signup.gif) no-repeat;
	position: absolute;
	width: 244px;
	height: 21px;
	top: 0;
	left: 0;
}
#signup-box p {
	font-weight: bold;
	margin: 10px 0;
	color: #FFF;
}
#signup-box form {
	padding: 10px 0;
	overflow: hidden;
}
#signup-box div.text {
	position: relative;
	float: left;
	width: 300px;
}
#signup-box div.text input {
	width: 270px;
	border: none;
	color: #67695B;
	padding: 3px;
}
#signup-box div.text label {
	position: absolute;
	left: 8888px;
}
#signup-box div.text em {
	position: absolute;
	left: 240px;
	top: -5px;
	background: url(/img/hand.png);
	width: 82px;
	height: 32px;
}
#signup-box div.submit {
	float: right;
}
#signup-box div.submit input {
	border: none;
	background: none;
	font-weight: bold;
	font-size: 0.812em;
	color: #FFE401;
	font-family: Georgia, "Times New Roman", Times, serif;
}


/* Misc
========================================================================================== */
#badge-ticket {
	margin: 40px 0 0;
}
#badge-ticket img {
	margin: 0 auto;
	display: block;
}


/* Gallery
========================================================================================== */
#body-gallery h1 span,
#body-lineup h1 span {
	float: left;
	white-space: nowrap;
	width: 350px;
	position: absolute;
	top: 45px;
	left: 20px;
}

#content h1 ul {
	white-space: nowrap;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 330px;
	position: absolute;
	top: 45px;
	right: -20px;
}
#content h1 ul li {
	line-height: 1.4;
	font-size: 0.687em;	
	float: left;
	position: relative;
	margin: 0 0 0 10px;
}
#content h1 ul li a:link,
#content h1 ul li a:visited,
#content h1 ul li a:hover,
#content h1 ul li a:focus,
#content h1 ul li a:active {
	color: #FFF;
	text-decoration: none;
	border: none;
}
#content h1 ul li em {
	display: none;
	width: 12px;
	height: 9px;
	background: url(/img/gal-on.png) no-repeat 0 0;
	position: absolute;
	left: 50%;
	top: 2em;
	margin-left: -6px;
}

#content h1 ul li.on {
	/*font-size: 0.912em;
	line-height: 1.0;*/	
}
#content h1 ul li.on a:link,
#content h1 ul li.on a:visited,
#content h1 ul li.on a:hover,
#content h1 ul li.on a:active, 
#body-gallery #gallery h3 a:link,
#body-gallery #gallery h3 a:visited,
#body-gallery #gallery h3 a:hover,
#body-gallery #gallery h3 a:active,
#body-gallery #gallery h3 {
	color: #FBC00A;
	border: none;
}

#gallery {
	background: url(/img/box-top-dark.gif) no-repeat top left;
	margin: 0 -20px 30px;
	padding: 22px 22px 44px;
	width: 636px; /*680px;*/
	float: left;
}
#gallery .box-btm {
	background: url(/img/box-btm-dark.gif) no-repeat bottom left;	
	height: 10px;
	width: 680px;
	position: relative;
	top: 32px;
	margin: -22px -22px;
}
#gallery #thumbs {
	overflow: hidden;
	width: 576px;
	margin: 0 auto;
}
#gallery #thumbs ul {
	padding: 0;
	margin: 0;
}
#gallery #thumbs li {
	list-style: none;
	float: left;
	margin: 5px;
	border: solid 3px #89886C;
	padding: 0;
}
#gallery #thumbs li a {
	display: block;
}
#gallery #thumbs li img {
	width: 80px;
}
#gallery img {
	display: block;	
}
#gallery p {
	color: #FFF;
	font-weight: bold;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	clear: both;
}



/* Gallery js version
========================================================================================== */
.js #gallery {
	position: relative;	
}
.js #gallery #gal-prev,
.js #gallery #gal-next {
	position: absolute;
	top: 55px;
	cursor: hand;
	cursor: pointer;
}
.js #gallery #gal-prev {
	left: 20px;
}
.js #gallery #gal-next {
	right: 20px;
}

.js #gallery #thumbs {
	height: 100px;
	overflow: hidden;
	position: relative;
}
.js #gallery #thumbs ul {
	width: 100%;
	height: 100px;
	position: absolute;
	left: 0;
	top: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
.js #gallery #gal-wrap {
	height: 472px;	
	border: solid 3px #FFF;
	background: #000;
}
.js #gallery #gal-img {	
	max-height: 472px;
	margin: -236px auto 0;
	position: relative;
	top: 50%;
}
#gallery #thumbs li.on {
	border-color: #FFF;	
}
#gallery h3 {
	cursor: hand;
	cursor: pointer;
}
.js #gallery h3 {
	float: right;
	padding: 0 20px 20px;
}
.js #gallery h3#gal-upload {
	float: left;	
}


/* News
========================================================================================== */
#news h2 {
	margin-bottom: 5px;	
}
#news h3 {
	margin-top: 5px;	
	font-size: 0.812em;
}
#news div.image {
	float: left;
	margin: 0 20px 20px 0;
}
#news div.image img {
	border: none;
	display: block;
}
#news h5 {
	float: right;
	white-space: nowrap;
	font-size: 0.812em;
	margin-bottom: 20px;
}
#news h5 {
	color: #000;
}
#news ul.actions {
	clear: both;	
}


/* line up
========================================================================================== */
#lineups a:link,
#lineups a:visited,
#lineups a:hover,
#lineups a:active,
#lineups a:focus {
	text-decoration: none;
	border: none;
	display: block;
}
#lineups a {
	float: left;
	margin: 20px 0;
}
	
	

#lineup {
	background: url(/img/box-top-yellow-big.gif) no-repeat top left;
	margin: 0 -20px 30px;
	padding: 20px 20px 44px;
	width: 640px; /*680px;*/
	float: left;
}
#lineup .box-btm {
	background: url(/img/box-btm-yellow-big.gif) no-repeat bottom left;	
	height: 10px;
	width: 680px;
	position: relative;
	top: 40px;
	margin: -20px -20px;
	clear: both;
}
#lineup h2 {
	text-align: center;
	font-size: 1.1em;
	margin: 20px 0;
}

#lineup a:link,
#lineup a:visited,
#lineup a:hover,
#lineup a:active,
#lineup a:focus,
#stages ul.buttons a:link,
#stages ul.buttons a:visited,
#stages ul.buttons a:hover,
#stages ul.buttons a:active,
#stages ul.buttons a:focus,
#previous-lineup a:link,
#previous-lineup a:visited,
#previous-lineup a:hover,
#previous-lineup a:active,
#previous-lineup a:focus {
	text-decoration: none;
	border: none;
}

#body-lineup #artist h1 span {
	float: none;
	width: auto;
	position: static;
}

#artist div.video {
	background: url(/img/box-top-green.gif) no-repeat top left;
	margin: 10px auto 33px;
	padding: 20px 20px 0;
	width: 400px;
	clear: both;
}
#artist div.video .box-btm {
	background: url(/img/box-btm-green.gif) no-repeat bottom left;	
	height: 19px;
	width: 440px;
	position: relative;
	top: 13px;
	margin: -13px -20px 0;
}
#artist h4 {
	background: #861823;
	padding: 5px 20px;
	margin: 30px 0 30px -20px;
	float: left;
}
#artist h4 a:link,
#artist h4 a:visited,
#artist h4 a:hover,
#artist h4 a:active,
#artist h4 a:focus {
	color: #FBC00A;
	border: none;
}

#lineup div.artist {
	position: relative;	
	overflow: hidden;
	float: left;
}
#lineup h3 {
	position: relative;	
	margin: 5px 0;
}
#lineup h3.first {
	margin-bottom: 30px;
}
#lineup div.artist h3 span {
	position: absolute;
	left: -8888px;
	top: 0;
	background-repeat: no-repeat;
}
#lineup div.artist h3 a:hover span,
#lineup div.artist h3 a:active span,
#lineup div.artist h3 a:focus span,
#lineup div.artist h3:hover span {
	left: 0;	
}
div.admin div.artist {
	outline: solid 2px #999;
}
#lineup ul.buttons,
#stages ul.buttons {
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: right;
}
#stages ul.buttons {
	float: none;
	border: none;
}
#lineup ul.buttons li,
#stages ul.buttons li {
	float: left;
	margin: 5px;
}
/*
#stages .stage-col {
	float: left;
	width: 45%;
}*/
#stages .day-col {
	width: 200px;
	float: left;
	margin-top: 10px;
	margin-bottom: 30px;
}
#stages #day-Saturday {
	padding: 0 19px;	
}
#stages #day-TBC {
	float: none;
	clear: both;
	width: auto;
	padding-right: 0;
}

#stages ul {
	margin: 0;
	padding: 0;
	border-top: dotted 1px #393B23;
}
#stages li {
	list-style: none;
	font-weight: bold;
	font-size: 0.75em;
	border-bottom: dotted 1px #393B23;
	margin: 5px 0 0;
	padding: 0 10px 5px;
}
#stages ul.buttons li {
	margin: 5px;
	border: none;
	padding: 0;
}
#stages li em {
	font-style: normal;
	color: #FC0029;
	font-size: 0.9em;
	display: block;
	padding-top: 5px;
}

#stages a:link,
#stages a:visited,
#stages a:hover,
#stages a:active,
#stages a:focus {	
	color: #156185;
}
#stages a:link,
#stages a:visited {
	border-bottom: none;	
}
#stages a:hover,
#stages a:active,
#stages a:focus {
	border-bottom: dotted 1px #156185;	
}


/* Faq
========================================================================================== */
#faq dt {
	color: #393B23;
	border-bottom: dotted 1px #393B23;
	font-size: 1em;
	margin: 15px 0 5px;
}
#faq dd {
	margin: 5px 0 15px;	
	padding: 0 3em;
}
#faq dd ol {
	margin: 5px 0;	
}
.js #faq dt {
	cursor: hand;
	cursor: pointer;
}
.js #faq dd {
	display: none;	
}