/*
Pink: EC008C
Blue: 00ADEF
Orange: F7931D
Green: 39B54A
*/

body {
	margin: 0;
	padding: 40px 0;
	background: #000 url(../img/bg.jpg) 50% 0 no-repeat;
	color: #fff;
	font: 0.9em/1.4em Georgia, Times, Serif;
}

a:link, a:visited {
	color: #fff;
	text-decoration: underline;
}

h1, h2, h3 {
	margin: 0;
	padding: 0 0 0.3em;
}

h1 {
	font-size: 2em;
	line-height: 1.1em;
}

h2 {
	font-size: 1.3em;
	line-height: 1.1em;
}

h3 {
	font-size: 1em;
	line-height: 1.1em;
}

ol, ul {
	margin: 0 0 0 1.5em;
	padding: 0 0 1.4em;
}

p {
	margin: 0;
	padding: 0 0 1.4em;
}

p.more {
	padding: 0;
	text-align: right;
}

	p.more a span {
		display: none;
	}

.photo {
	margin: 0 20px 10px 0;
	float: left;
}

	.photo img {
		border: solid 5px #fff;
	}

#container {
	margin: 0 auto;
	width: 910px;
	overflow: hidden;
}

#header {
	padding: 0 0 15px;
	position: relative;
	width: 910px;
	height: 170px;
}

	#header h1 a {
		margin: 0;
		padding: 0;
		display: block;
		position: relative;
		width: 190px;
		height: 102px;
		overflow: hidden;
		background: url(../img/logo.png) 0 0 no-repeat;
		font-size: 1em;
		text-indent: -500em;
		cursor: pointer;
	}

	* html #header h1 {
		background-image: url(../img/logo.gif);
	}

	#banner {
		position: absolute;
		top: 0;
		right: 0;
		width: 690px;
		height: 170px;
	}

#middle {
	width: 690px;
	float: right;
}

#menu {
	background: url(../img/menu.gif) repeat-x;
	color: #fff;
	text-align: center;
}

	#menu ul {
		margin: 0;
		padding: 0 0 15px;
		list-style: none;
		font-size: 1.1em;
		line-height: 24px;
	}

		#menu ul li {
			padding: 0 10px 15px;
			display: inline;
		}

			#menu ul li a {
				padding: 2px 10px 20px;
			}

			#menu ul li a:link, #menu ul li a:visited {
				color: #fff;
				text-decoration: none;
			}

			#menu ul li.n0 a.current {
				background: #EC008C;
			}

			#menu ul li.n1 a.current {
				background: #00ADEF;
			}

			#menu ul li.n2 a.current {
				background: #F7931D;
			}

			#menu ul li.n3 a.current {
				background: #39B54A;
			}

	#submenu {
		position: relative;
		width: 690px;
		height: 130px;
		text-align: left;
	}

	#submenu.n0 {
		background: url(../img/subnav-pink.gif) no-repeat;
	}

	#submenu.n1 {
		background: url(../img/subnav-blue.gif) no-repeat;
	}

	#submenu.n2 {
		background: url(../img/subnav-orange.gif) no-repeat;
	}

	#submenu.n3 {
		background: url(../img/subnav-green.gif) no-repeat;
	}

		#submenu ul {
		}

			#submenu ul li {
				padding: 0;
				line-height: 21px;
			}

				#submenu ul li a {
					padding: 0 0 0 28px;
					position: relative;
					display: block;
					cursor: pointer;
				}

					#submenu ul li a .icon {
						display: block;
						position: absolute;
						top: 0;
						left: 0;
						width: 28px;
						height: 22px;
					}

					#submenu.n0 ul li a .icon {
						background: url(../img/subnav-item-pink.gif) no-repeat;
					}

					#submenu.n1 ul li a .icon {
						background: url(../img/subnav-item-blue.gif) no-repeat;
					}

					#submenu.n2 ul li a .icon {
						background: url(../img/subnav-item-orange.gif) no-repeat;
					}

					#submenu.n3 ul li a .icon {
						background: url(../img/subnav-item-green.gif) no-repeat;
					}

					#submenu ul li a .title {
						display: none;
					}

					#submenu ul li a:hover .icon, #submenu ul li a:focus .icon {
						background-position: 0 -22px;
					}

#main {
	width: 100%;
	overflow: hidden;
}

	#content-col {
		width: 230px;
		float: left;
	}

	#news-performance-cols {
		width: 435px;
		float: right;
		overflow: hidden;
		background: url(../img/news-performance-cols.gif) repeat-y;
	}

		#news-performance-cols h2 {
			padding: 5px 10px;
		}

		#news-performance-cols .box {
			padding: 5px 10px 5px 15px;
			border-top: solid 2px #000;
		}

		#news-performance-cols a:link, #news-performance-cols a:visited {
			color: #fff;
			text-decoration: none;
		}

		#news-performance-cols p {
			padding: 0 15px 10px;
		}

		#news-col, #performances-col {
			width: 210px;
			float: left;
		}

		#performances-col {
			float: right;
		}

			#performances-col h3 small {
				display: block;
			}

#sidebar {
	margin-left: 10px;
	width: 180px;
}

#footer {
	padding: 85px 0 0;
	width: 100%;
	clear: both;
	background: url(../img/footer.gif) 100% 40px no-repeat;
}

	#footer p {
		text-align: center;
	}

		#footer a:link, #footer a:visited {
			color: #ccc;
			text-decoration: none;
		}

		#footer a:hover, #footer a:focus {
			color: #fff;
			text-decoration: none;
		}

#main-photo {
	width: 440px;
	height: 456px;
	float: right;
	background: #000;
	border: solid 4px #39B54A;
	text-align: center;
	line-height: 453px;
}

	#main-photo img {
		vertical-align: middle;
	}

#photo-gallery-scroller {
	width: 230px;
	overflow: hidden;
	float: left;
}

	#photo-gallery-scroller .scroller-item {
		width: 242px;
		float: left;
	}

		#photo-gallery-scroller .scroller-item a {
			margin: 0 4px 4px 0;
			padding: 4px;
			display: block;
			position: relative;
			width: 66px;
			height: 66px;
			float: left;
			overflow: hidden;
		}

			#photo-gallery-scroller .scroller-item a img {
				border: none;
			}

	#photo-gallery-scroller .scroller-item a.current {
		padding: 0;
		border: solid 4px #39B54A;
	}

#photo-pagination {
	padding: 10px 0 0;
	width: 230px;
	overflow: hidden;
	float: left;
	clear: both;
}

	#photo-pagination #photo-gallery-left {
		float: left;
	}

	#photo-pagination #photo-gallery-right {
		float: right;
	}

.gallery-preview {
	padding: 0 0 1.5em;
	width: 100%;
	overflow: hidden;
}

	.gallery-preview .gallery-preview-photo {
		margin: 0 4px 0 0;
		width: 83px;
		height: 64px;
		float: left;
		overflow: hidden;
	}

		.gallery-preview .gallery-preview-photo a {
			display: block;
			position: relative;
			width: 77px;
			height: 59px;
		}

			.gallery-preview .gallery-preview-photo a img {
				border: none;
			}

.paginate {
	padding: 0 0 1.5em;
	text-align: center;
}

	.paginate div {
		display: inline;
	}

.news-story {
	margin: 0 0 10px;
	background: #333;
	color: #fff;
	width: 100%;
	overflow: hidden;
}

	.news-story-copy {
		padding: 10px 10px 0 0;
		width: 570px;
		float: right;
	}

	.news-story-date {
		padding: 10px 0 1.4em 10px;
		width: 40px;
		float: left;
		text-align: center;
	}

		.news-story-date .day {
			font-size: 2em;
			line-height: 1em;
		}

		.news-story-date .month {
			font-size: 1.2em;
			line-height: 1em;
		}

		.news-story-date .year {
			font-size: 0.8em;
			line-height: 1em;
		}

#mp3player-box {
	margin: 0 0 28px;
	position: relative;
	width: 180px;
	height: 141px;
	background: url(../img/player-bg.gif) no-repeat;
}

#mp3player {
	position: absolute;
	visibility: hidden;
}

#mp3player-status {
	padding: 6px 28px 6px 3px;
	position: absolute;
	top: 55px;
	left: 9px;
	background: #fff url(../img/player-down.gif) 135px 50% no-repeat;
	color: #000;
	width: 129px;
	border: solid 1px #231F20;
	white-space: nowrap;
	overflow: hidden;
	font: 0.8em/1em Arial, Helvetica, Sans-serif;
	cursor: pointer;
}

#mp3player-tracks {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 160px;
	top: 55px;
	left: 9px;
	z-index: 10;
	background: #fff;
	color: #000;
	border: solid 1px #231F20;
	font: 0.8em/1em Arial, Helvetica, Sans-serif;
	list-style: none;
}

	#mp3player-tracks li {
	}

		#mp3player-tracks a {
			padding: 3px;
			display: block;
			white-space: nowrap;
			overflow: hidden;
		}

		#mp3player-tracks a:link, #mp3player-tracks a:visited {
			color: #000;
			text-decoration: none;
		}

		#mp3player-tracks a:hover, #mp3player-tracks a:focus {
			color: #000;
			background: #ccc;
			text-decoration: none;
		}

#mp3player-buttons {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 6px;
	bottom: 5px;
	list-style: none;
}

*+html #mp3player-buttons {
	left: 5px;
	bottom: 6px;
}

	#mp3player-buttons li {
		float: left;
	}

		#mp3player-buttons a {
		}

			#mp3player-buttons a img {
				border: none;
			}

