@charset "utf-8";
/* CSS Document */
html {
	height: 			100%;
}

body {
	margin: 			0px;
	width: 				100%;
	height: 			100%;
	background-color: 	#160000;
	font-family: 		Verdana, Tahoma, Arial, sans-serif;
	font-size: 			14px;
}

/* -- MAIN LAYOUT ELEMENTS ------------------------------------ */
#container {
	position: 			relative;
	width: 				100%;
	min-height: 		100%;
	margin-bottom: 		-30px;
}

#content {
	background-color: 	#000000;
}

.column-left {
	margin-right: 		400px;
	padding: 			40px 40px 0px 40px;
	color: 				#e1cece;
}

.column-right {
	float: 				right;
	width: 				360px;
	height: 			520px;
	border-left:  		10px solid #160000;
	padding: 			40px 20px 20px 20px;
	color: 				#ffffff;
}

.column-right img {
	border: 			0px;
}

#separator {
	height: 			10px;
	background-color: 	#160000;
	border-top: 		1px dotted #781819;
}

#clearfooter {
	height: 			30px;
}

#footer {
	position: 			relative;
	border-top: 		1px dotted #781819;
	height: 			30px;
	text-align: 		center;
}

.footer-left {
	height: 			30px;
	margin-right: 		400px;
	line-height: 		25px;
	color: 				#e1cece;
}

.footer-right {
	float: 				right;
	width: 				400px;
	height: 			30px;
	border-left: 		1px dotted #781819;
	line-height: 		25px;
	color: 				#ffffff;
}

/* -- MENU STYLE ---------------------------------------------- */
ul {
	list-style-type: 	none;
	margin: 			20px 0px;
	padding: 			0px;
}

li {
	height: 			30px;
	padding-left: 		20px;
	line-height: 		24px;
	font-size: 			20px;
}

li a {
	color: 				#ffffff;
	text-decoration: 	none;
}

li a:hover {
	color: 				#e1cece;
}


li.current {
	background-color: 	#160000;
	border-bottom: 		1px dotted #781819;
}


/* -- ARTISTS ------------------------------------------------- */
#pagination {
	float: 				right;
	padding-top: 		50px;
}

#pagination a {
	font-weight: 		bold;
	color:				#FFFFFF;
	text-decoration: 	none;
}

#pagination a:hover {
	color: 				#e1cece;
	text-decoration: 	underline;
}

.artist {
	float: 				left;
	width: 				183px;
	height: 			211px;
	border-top: 		10px solid #160000;
	border-left: 		10px solid #160000;
	padding-top: 		12px;
	text-align: 		center;
}

.artist img {
	display: 			block;
	margin: 			0px auto;
	border: 			0px;
	padding-bottom:		12px;
}

.artist a {
	color: 				#e1cece;
	text-decoration: 	none;
}

.artist a:hover {
	text-decoration: 	underline;
}

#artist-left {
	float: 				left;
	width: 				320px;
	height: 			530px;
	border-top: 		10px solid #160000;
	border-left: 		10px solid #160000;
	text-align: 		center;
}

#artist-left img {
	margin-top: 		10px;
}

#artist-right {
	height: 			530px;
	overflow: 			hidden;
	border-top: 		10px solid #160000;
	border-left: 		10px solid #160000;
	border-right: 		10px solid #160000;
	padding: 			0px 12px;
}

#artist-right a {
	color: 				#ffffff;
	text-decoration: 	none;
}

#artist-right a:hover {
	text-decoration: 	underline;
}

#flash_mp3 {
	margin-top: 		20px;
}	

/* -- CONTACT PAGE FORM --------------------------- */
form {
	margin-top: 		0px;
}

form p {
	clear: 				left;
	margin: 			0px;
	padding: 			5px 0px 0px 0px;
	text-align: 		left;
}

form p label {
	float: 				left;
	width: 				80px;
	font: 				12px Arial, Helvetica, Sans-Serif;
}

fieldset {
	min-height: 		340px;
	float: 				left;
	width: 				45%;
	border: 			1px solid #660000;
	margin-top: 		19px;
	padding: 			10px;

}
legend {
	font: 				bold 24px Verdana, Arial, Helvetica, Sans-Serif;
	color: 				#ffffff;
}

input {
	border: 			1px solid #660000;
	background-color: 	#000000;
	font: 				12px Arial, Helvetica, Sans-Serif;
	color:	 			#FFFFFF;
}

input.button {
	margin-top: 		10px;
	border-top: 		1px solid #990000;
	border-left: 		1px solid #990000;
	border-right: 		1px solid #330000;
	border-bottom: 		1px solid #330000;
	background-color: 	#660000;
	font: 				16px Arial, Helvetica, Sans-Serif;
	color:	 			#FFFFFF;
}

textarea, select {
	border: 			1px solid #660000;
	background-color: 	#000000;
	font: 				12px Arial, Helvetica, Sans-Serif;
	color:	 			#FFFFFF;
}

/* -- TEXT STYLES --------------------------------------------- */
h1 {
	margin: 			0px;
	font-size: 			60px;
	color: 				#ffffff;
}

h2 {
	margin: 			0px;
	font-size: 			42px;
	color: 				#ffffff;
}

h3 {

}

.column-left p {
	text-align: 		justify;
}

.clear {
	clear: 				both;
	height: 			0px;
	line-height: 		0px;
}

