/************************************************
	Global style sheet for DaveCarlock.com
	
	version:		1.0
	created by:		Dala Design
	website:		www.daladesign.com
	last edited:	02/26/2007
************************************************/
img {
	border: none;
	}
body {
	margin: 0;
	padding:0;
	background-color: #000000;	
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	}
a {
	color: #CAB862;
	}
a:hover {
	color: #FDF2BF;
	}
#content {
	width: 800px;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -400px;
	}
h1 {
	margin: 0 0 20px 0;
	padding: 0;
	}
h1#logo a {
	display: block;
	width: 120px;
	padding: 130px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:130px; /* for IE5/Win */
	background: url("/images/cp_logo.gif") no-repeat top left;
	}
h2 {
	margin: 0 0 20px 0;
	padding: 0;
	color: #977E2A;
	font-size: 26px;
	}
h3 {
	font-size: 12px;
	text-transform: uppercase;
	color: #977E2A;
	margin: 0;
	padding: 0;
	}
p {
	margin: 0 0 20px 0;
	}

/* bio page*/
#bio #subtitle {
	color: #977E2A;
	font-size: 16px;
	font-weight: bold;
	}
#bio h2 {
	color: #CDB350;
	}
#bio h3 {
	font-size:15px;
	color: #CDB350;
	}
#bio strong {
	color: #E48CBE;
	}
#coverart {
	float: right;
	width: 243px;
	margin: 0 0 20px 20px;
	padding: 12px 0 12px 12px;
	background-color: #977E2A;
	}
#coverart .thumbnail {
	border: 1px solid #000000;
	margin: 0 4px 4px 0;
	}
#coverart h3 {
	color: #000000;
	margin: 0 0 8px 0;
	padding: 0;
	}
h2#bioheader {
	padding: 34px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:34px; /* for IE5/Win */
	background: url("/images/davecarlock.gif") no-repeat top left;	
	}
h3#discography {
	padding: 18px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:18px; /* for IE5/Win */
	background: url("/images/discography.gif") no-repeat top left;	
	}
#mainimage {
	display: block;
	border: 1px solid #545454;
	}
#navimg {
	display: block;
	margin: 0 0 20px 0;
	border-top: 2px solid #545454;
	border-bottom: 1px solid #545454;
	}
label {
	font-weight: bold;
	color: #ffffff;
	}
#sidebar {
	width: 290px;
	float: right;
	border-left: 1px solid #545454;
	padding: 0 0 0 20px;
	}

/* home */
#home p {
	text-align: justify;
	}
#home #maincontent {
	width: 440px;
	}
#home form {
	margin: 12px 0 20px 0;
	padding: 0;
	}
#home #maincontent h3 {
	font-size: 24px;
	margin-bottom: 20px;
	}
#showcase {
	margin-top: 20px;
	}
#showcase img {
	margin-right: 16px;
	}
#showcase a:focus { /* remove white dotted border on Mozilla */
	outline: none;
	}

/* Splash page */
#splash h1 {
	margin: 0 0 10px 0;
	padding: 84px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:84px; /* for IE5/Win */
	background: url("/images/dc_logo_splash.gif") no-repeat top left;	
	}
#splash h2 {
	margin: 0 0 35px 0;
	padding: 14px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:14px; /* for IE5/Win */
	background: url("/images/subheading_splash.gif") no-repeat top left;	
	}
#tagline {
	width: 421px;
	margin: 0 auto 20px auto;
	padding: 51px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:51px; /* for IE5/Win */
	background: url("/images/decuplethreat.gif") no-repeat top left;	
	}
#splash #content {
	width: 800px;
	position: absolute;
	top: 24px;
	left: 50%;
	margin: 0 0 20px -400px;
	}
#footer {
	clear: both;
	margin: 36px 0 0 0;
	padding: 12px 0;
	text-align: center;
	border-top: 1px solid #797979;
	color: #797979;
	font-size: 11px;
	}


