@charset "utf-8";
/* CSS Document */

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
}
.copyright {
	font-size: 9px;
	color: #000000;
}
a.snvlink:link {
	color: #000000;
	text-decoration: none;
}
a.snvlink:visited {
	color: #000000;
	text-decoration: none;
}
a.snvlink:active {
	color: #000000;
	text-decoration: none;
}
a.snvlink:hover {
	color: #ffffff;
	text-decoration: none;
}
a:link {
	color: #3ba0e4;
}
.admin-title {
	font-size: 18px;
	font-weight: bold;
	color: #3ba0e4;
}
.linktitle {
	font-size: 16px;
	font-weight: bold;
	color: #3ba0e4;
}

.fineprint {
	font-size: 9px;
}
.admin-fields {
	font-weight: bold;
}

a:visited {
	color: #3ba0e4;
}
a:hover {
	color: #FFFFFF;
}
.footerlinks {
	font-size: 9px;
}
.artists-name {
	font-weight: bold;
	color: #929292;
	font-size: 11px;
}
.artist-featuredname {
	font-size: 14px;
	font-weight: bold;
	color: #929292;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.admin-subtitles {
	font-size: 14px;
	font-weight: bold;
	color: #3ba0e4;
}
.artists-headname {
	font-size: 16px;
	font-weight: bold;
	color: #3ba0e4;
}
.about-question {
	font-weight: bold;
	color: #3ba0e4;
}
.message {
	font-weight: bold;
	color: #FF0000;
}
.weekof {
	font-size: 14px;
	font-weight: bold;
	color: #3CA1E4;
}
.weekofhome {
	font-weight: bold;
	color: #3CA1E4;
}
.artist-pic {
	border: 1px solid #969293;
}
.artist-headshot {
	border: 1px solid #333333;
}
.home-promotable {
	background-color: #0e0e0e;
	border: 1px solid #000000;
}
.home-promohead {
	font-size: 12px;
	font-weight: bold;
	color: #929292;
}
.featured {
	color:#3CA1E4;
}




/* New Home Page Styles */

#artist {
	font-style: normal;
	font-size: 16px;
	color: #3CA1E4;
	font-weight: bold;
}

#title {
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	color: #FF0000;
}

.italic {
	font-style: italic;
	margin: 0px 0 0px 0;
	padding-top: 20px;
	font-size: 11px;
}

.no-padding {
	padding: 0px;
}

	#home-page .images img {
		margin: 5px 20px 5px 20px;
	}
	
	#home-page .images {
		margin-left: 0px;
	}
	
	#home-page img {
		border: 0px;
		width: 90px;
		height: 90px;
		border: 1px solid #969293;
	}
	#home-page {
		width: 95%;
		margin: 0 auto;
		background-color: #000000;
		padding: 10px 10px 35px 10px;
	}
	

#right {
	float: right;
	margin: 0px 0 10px 10px;
	border: 1px solid #969293;
}

	#right-padding {
		float: right;
		margin: 0px 175px 10px 10px;
	}

#left {
	float: left;
	margin: 0px 10px 10px 0;
	border: 1px solid #969293;
}

.right {
	text-align: right;
}
