@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	text-align: center;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* PRBF  */
body {
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #C22129;
	text-decoration: none;
}
a:hover {
	color: #C22129;
	text-decoration: underline;
}
h2 {
	margin-bottom: 10px;
}
p {
	margin-bottom: 10px;
}
ul {
	margin-bottom: 10px;
}
ul li {
	list-style: disc;
	margin-left: 20px;
}

.bd {
	background: #111111;
}
#pagewrapper {
	background: url(../images/bg_piano.jpg);
	width: 800px;
	margin: 10px auto;
	border: 10px solid #000000;
}
#pagewrapper ul li {
	list-style: none;
	margin-left: 0px;
}
#page {

}
#topmenu {
	text-align: center;
	padding: 15px 0 5px 0;

}
	#topmenu ul {

	}
	#topmenu ul li {
		display: inline;
		list-style: none;
		padding: 0px 5px;
		font-weight: bold;
		font-size: 125%;
	}
	#topmenu ul li a {
/*		color: #00AEEF;*/
		color: #CC0000;
		text-decoration: underline;
		font-weight: bold;
		text-shadow: #333 2px 1px 1px;
	}
	#topmenu ul li a:hover {
		color: #000000;
		text-decoration: underline;
	}
#header {
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	padding: 15px 0 15px 0;
}
#logo {
	text-align: center;
}
#date {
	text-align: center;
}
#headliners {
	width: 100%;
	padding-top: 10px;
}
	.headliners-left {
		float: left;
		width: 50%;
	}
	.headliners-left .inner {
		padding: 0px;
		text-align: right;
	}
	.headliners-right {
		float: left;
		width: 50%;
	}
	.headliners-right .inner {
		padding: 25px 0 0 50px;
		text-align: left;
	}
#acts {
	padding: 10px 20px;
	text-align: center;
	color: #C22129;
	font-weight: bold;
	line-height: 150%;
/*	background: #F0CC01;
	background: #00AEEF;
	background: #222222;*/
	margin-top: 10px;
}
#acts h2 {
	color: #000;
	font-size: 125%;
	font-weight: bold;
	margin-bottom: 5px;
	text-transform: uppercase;
}
#acts a {
	color: #C22129;
	background: url(../images/video.gif) no-repeat 0% 50%;
	padding: 0 0 0 25px;
}
#description {
	text-transform: uppercase;
	padding: 0px 30px 30px 30px;
	line-height: 150%;
	color: #10495C;
	font-weight: bold;
	text-align: center;
}
#description1 {
	padding: 0px 30px 30px 30px;
	line-height: 150%;
	color: #10495C;
	text-align: left;
	font-weight:bold;
}
#description1 p {
	padding: 0px 0px 10px 0px;
}
#description1 h1 {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 150%;
	font-weight: bold;
}
#description1 h2 {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 130%;
	font-weight: bold;
	color: #CC0000;
}
#description1 h3 {
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 120%;
	font-weight: bold;
}
#footer {
	margin: 10px;
	text-align: center;
	font-size: 80%;
	color: #FFFFFF;
}
#artist {
	padding: 10px 40px;
	text-align: center;
}
.pop h2 {
	font-size: 150%;
	text-align: center;
}
.pop {
	font-size: 85%;
	text-align: left;
	line-height: 140%;
}
.clear {
	clear: both;
}
.iframe {
}
.hl1 {
	font-size: 200%;
	line-height: 150%;
}
.hl2 {
	font-size: 175%;
	line-height: 150%;
}
.hl3 {
	font-size: 150%;
	line-height: 150%;
}
.hl4 {
	font-size: 125%;
	line-height: 150%;
}

