/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.block { display: block; }

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

.header1 {
	font-size: 14px;
	color: #BE2926;
}

#ssLogo {
	padding-left: 12px;
	padding-top: 5px;
	float: left;
}

#topLogos {
	position: absolute;
	left: 805px;
	margin-top: 10px;
}

#contentWrapper {
	position: absolute;
	top: 171px;
	left: 14px;
	height: 475px;
	width: 1000px;
	border: 1px solid #999999;
}

#festivalTop {
	height: 54px;
	width: 450px;
	position: absolute;
	left: 154px;
	top: 172px;
	z-index: 1;
}

#leftNav {
	height: 422px;
	position: absolute;
	line-height: 18px;
	padding-top: 54px;
	left: 15px;
	top: 172px;
	width: 138px;
	background-image:url(../images/line.gif);
	background-repeat: no-repeat;
	border-right: 1px solid #999;
}

#leftNav p {
	padding-left: 5px;
	margin: 0px;
	margin-bottom: 10px;
}

#leftNav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6E1154;
	text-decoration:none;
}

#leftNav a:hover {
	color: #000000;
}

#mainContent {
	height: 475px;
	width: 541px;
	position: absolute;
	left: 154px;
	top: 172px;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	border-right: 1px solid #999;
}

#mainContent p {
	margin: 0px;
	padding: 5px 15px;
}

#mainContent a {
	color: #A85328;
	text-decoration: none;
}

#mainContent a:hover {
	color: #000;
}

#festivalLineup {
	margin: 0px;
	height: 475px;
	width: 319px;
	position: absolute;
	left: 696px;
	top: 172px;
	overflow: hidden;
}

#lineupBox {
	position: absolute;
	width: 100px;
	top: 647px;
	left: 910px;
	background-color: #E7542A;
	padding: 2px;
	z-index: 2;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}

#lineupBox a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

#lineupBox a:hover {
	color: #000000;
}

#mp3Box {
	position: absolute;
	width: 400px;
	top: 648px;
	left: 13px;
	z-index: 3;
}

/* Artist Styles */

.artistLarge {
	font-size: 16px;
}
#mainContent p.artistSmall {
	font-size: 10px;
	padding: 10px 15px;
}

#Blue {
	color: #9FCAD0;
}
#Blue a {
	color:#9FCAD0;
}
#Blue a:hover {
	color:#000000;
}

#Pumpkin {
	color:#BB4717;
}
#Pumpkin a {
	color:#BB4717;
}
#Pumpkin a:hover {
	color:#000000;
}

#Yellow {
	color:#D1AE41;
}
#Yellow a{
	color:#D1AE41;
}
#Yellow a:hover {
	color:#000000;
}

#Purple {
	color:#6E1154;
}
#Purple a{
	color:#6E1154;
}
.Purple a:hover{
	color:#000000;
}

#Brown {
	color:#A85328;
}
#Brown a {
	color:#A85328;
}
#Brown a:hover {
	color:#000000;
}

#Red {
	color:#BE2926;
}
#Red a{
	color:#BE2926;
}
#Red a:hover{
	color:#000000;
}
#Orange {
	color:#E7542A;
}
#Orange a{
	color:#E7542A;
}
#Orange a:hover{
	color:#000000;
}
