/* Band/Album pages */

#bandMainContent {
	position: absolute;
	top: 220px;
	left: 245px;
	width: 734px;
	/*height: 400px;*/
	/*padding: 10px;*/
}

#mainContent {
	position: absolute;
	top: 384px;
	left: 252px;
	width: 734px;

	
	/*padding: 10px;*/
}

.innerContent {
	position: relative;
	width: 363px;
	float: left;
	margin: 2px;
	
	
}

#albumPlayer {
	position: absolute;
	left: 268px;
	top: 164px;	
	height: 100px;
	width: 700px;
}

#nameTitle {
	position: absolute;
	left: 218px;
	top: 285px;
	width: 750px;
	height: 74px;
	z-index: 0;
}

#nameTitle h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #eee;
}

#nameTitle span {
	font-style: italic;
}


/*#artMain {
	position: absolute;
	top: 400px;
	left: 260px;
	width: 100px;
	height: 115px;
}
*/

#artMain {
	position: relative;
	float: right;
	width: 150px;
	height: 160px;
	margin-bottom: 5px;
	margin-top: 45px;

}

#artMain a {
	outline: none;
	text-decoration: none;
	border: none;
	font-size: 9px;
	color: #548296;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#artMain img {
	border: none;
}

#artMain p { 
	position: relative;
	text-align: center;
	top: -10px;
	color: #548296;
}


.blurb {
	color: #eee;
	z-index: 2;
}

.blurb h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
}

.blurb p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

.blurb a {
	color: #aaa; 
	text-decoration: none;
}

.blurb span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-variant: small-caps;
	font-weight: bold;
}


#artSecondary {
	position: absolute;
	top: 485px;
	left: 420px;
	width: 300px;
	height: 355px;
}


.contentText {
	color: #eee;
	position: relative;
	float: left;
	width: 300px;
	margin: 4px;
	z-index: 15;
}


.contentTextNarrow {
	color: #eee;
	position: relative;
	float: left;
	width: 195px;
	margin: 4px;
	z-index: 15;
}

.contentText p, .contentTextNarrow p {
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.quoted {
	font-size: 12px;
/*	font-style: italic;
	font-variant: small-caps;
*/}

.contentText h1, .contentTextNarrow h1 {
	font-size: 14px;
	letter-spacing: 4px;
	color: #679FB8;
	font-family: Georgia, "Times New Roman", Times, serif;
}
	
.contentText .centered, .contentTextNarrow .centered {
	position:relative;
	margin-left: auto;
	margin-right: auto;
}

.ex {
	color: #679FB8;
	margin-right: 3px;
	letter-spacing: 2px;
}

.contentText a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #679FB8;

}
