/*
Theme Name: Canvas 5
Theme URI: http://wordpress.org/
Description: Canvas 5 Wordpress Theme.
Version: 1
Author: Rob Stainback
Author URI: http://stermie.com/
*/



body {
	font: 12px/24px Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background: #000000;
	margin: 0px;
}
#header {
	text-align: left;
	vertical-align: bottom;
	height: 78px;
	width: 100%;
	padding-top: 72px;
	font: 11px Arial, Helvetica, sans-serif;
}
#main {
	background: url(images/bg.jpg) repeat-x left top;
	text-align: left;
	height: 400px;
	width: 100%;
}
#footer {
	text-align: right;
}
#content {
	background: url(images/content_bg.png) repeat;
	height: 360px;
	width: 360px;
	float: right;
	margin-right: 100px;
	padding: 20px;
}
#content p {
	margin-top: 0px;
}
a {
	color: #66CC00;
	text-decoration: none;
}
a:hover {
	color: #66FF00;
	text-decoration: underline;
}
#header ul {
	list-style: none;
	margin: 0px;
	padding-top: 54px;
}
#header li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	margin: 0px;
}
#artistmain {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 20px;
	min-height: 460px;
	width: 460px;
	background: #000000;
	padding-bottom: 20px;
}
#artistmain #artistname {
	/*height: 50px;*/
	font-size: 36px;
	text-transform: lowercase;
}
#artistmain #vtext {
	width: 160px;
	margin-right: 20px;
	float: left;
	height: 410px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#artistmain #vimage {
	float: left;
	height: 410px;
	width: 280px;
	padding-bottom: 20px;
}
#artistmain #htext {
	width: 460px;
	height: 110px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-bottom: 20px;
}
#artistmain #himage {
	height: 280px;
	width: 460px;
	padding-bottom: 20px;
}
