/* @override 
	http://kcc.homedns.org/chris/assets/templates/chrisBlack/styles.css
	http://www.kcc.homedns.org/chris/assets/templates/chrisBlack/styles.css
	http://chrischurch.ca/assets/templates/chrisBlack/styles.css
*/

/* RESET */

*{
	margin: 0;
	padding: 0;
}

ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/* LAYOUT */
.clear { clear: both; }
.clearfix { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; }

body{
	margin: 0 auto;
	font: 18px "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 920px;
	text-align: center;
	background-color: #000;
	color: #fffeff;
}

a, a:visited{
	color: #537a89;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#wrapper{
	width: 920px;
	margin: 0 auto;
	text-align: left;
}

#header{
	width: 600px;
	margin: 0 auto;
}

#logo {
	margin: 0 auto;
	width: 600px;
}

#leftColumn{
	width: 600px;
	float: left;
	margin-top: 30px;
}

#content{
	position: relative;
	margin: 0 auto;
}

#rightColumn{
	float: right;
	width: 320px;
	min-height:575px;
	height:auto !important;
	height:575px;
	background: url(images/chrisImage.jpg) no-repeat right top;
	margin-top: 24px;
}

#rightColumnDark{
	float: right;
	width: 320px;
	min-height:575px;
	height:auto !important;
	height:575px;
	background: url(images/chrisImageDark.jpg) no-repeat right top;
}

#news{
	position: relative;
	line-height: 1.6em;
	text-align: left;
	float: left;
}

#news p{
	padding-bottom: 10px;
}

#news h2 {
	margin-bottom: 9px;
	padding-bottom: 12px;
	border-bottom: 1px solid #645765;
	color: #537a89;
	font-weight: normal;
	font-style: normal;
}

#news h3 {
	margin-bottom: 9px;
	padding-bottom: 12px;
	border-bottom: 1px solid #645765;
	color: #537a89;
	font-weight: normal;
	font-style: normal;
}

#news blockquote{
	padding-right: 30px;
	padding-left: 30px;
	color: #537a89;
	font-style: italic;
}

#touring{
	position: relative;
	color: #e2d7d2;
	text-align: left;
	float: left;
}

#touring p{
	margin-bottom: 10px;
	line-height: 26px;
}

#touring h2 {
	margin-bottom: 9px;
	padding-bottom: 12px;
	border-bottom: 1px solid #645765;
	color: #537a89;
	font-weight: normal;
	font-style: normal;
}

#touring h3 {
	margin-bottom: 9px;
	padding-bottom: 12px;
	border-bottom: 1px solid #645765;
	color: #537a89;
	font-weight: normal;
	font-style: normal;
}

#touring table {
	margin-top: 20px;
	margin-bottom: 20px;
}

#touring td{
	padding-top: 5px;
	padding-left: 0;
	padding-right: 11px;
	font-size: 12px;
}

#nav{
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

#nav ul{
	height: 22px;
}

#nav li{
	float: left;
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid white;
	padding-left: 0;
}

#nav li a{
	text-decoration: none;
	color: white;
	letter-spacing: .2em;
	font-size: 16px;
}

#nav li.last {
	border-style: none;
	margin-right: 0;
}

#nav li a:hover {
	color: #537a89;
}

#nav li.active a{
	color: #537a89;
}

#musicNav{
	padding-top: 10px;
	font-size: 0;
	margin-bottom: 10px;
}

#musicNav ul {
	display: block;
	height: 27px;
	font-size: 27px;
}

#musicNav li{
	float: left;
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid white;
	padding-left: 0;
}

#musicNav li a{
	text-decoration: none;
	color: #537a89;
	letter-spacing: .1em;
	font-weight: bold;
	font-size: 24px;
}

#musicNav li.last {
	border-style: none;
	margin-right: 0;
}

#musicNav li a:hover {
	text-decoration: underline;
}

#musicNav li.active a{
	color: #fff;
	text-decoration: none;
}

#playerHome{
	padding: 14px;
	background: #1f1e1e;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	float: left;
	margin-bottom: 20px;
	margin-top: 5px;
}

#playerControls{
	position: relative;
	float: left;
	padding-top: 3px;
}

.songTitle{
	color: white;
	position: relative;
	margin-right: 14px;
	float: left;
}

.playerControls2{
	position: relative;
	padding-top: 3px;
	display: inline;
}

.fullCD {
	background: #1f1e1e;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

#buyCDs{
	padding: 14px;
	background: #1f1e1e;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#buyCDs table{
	width: 100%;
}

.cdName{
	padding-left: 10px;
	padding-right: 10px;
	font-size: 16px;
}

.cdIcon{
	padding-top: 10px;
	padding-right: 10px;
}

.cartButton {
	margin: 0;
	padding: 5px 0 0;
}

.songTitle2{
	color: white;
	font-size: 1em;
	margin-right: 14px;
	width: 194px;
	text-align: right;
}

.coverArt{
	float: right;
	width: 150px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.coverArt a{
	background: #1f1e1e;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-weight: bold;
	font-size: 14px;
	display: inline;
	padding: 5px;
	margin-left: 7px;
}	

.coverArt a:hover{
	text-decoration: none !important;
	color: white !important;
}

.vericode{
	margin-left: 127px;
	margin-top: 7px;
}


.submitButton{
	font-size: 16px !important;
	margin-left: 64px;
}

#commentForm label{
	display: inline-block;
	width: 120px;
	text-align: right;
	position: relative;
	vertical-align: top;
}

#commentForm input, #commentForm textarea{
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #1f1e1e;
	width: 439px;
	color: white;
	font-size: 18px;
	border-style: none;
}

.errors {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #3d1407;
	padding: 5px 10px;
	margin-left: 127px;
	color: #fff;
	height: auto;
	width: 428px;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px;
}

.facebookSmall{
	float: right;
	position: relative;
	bottom: 4px;
}

.facebookContact {
	margin-left: 125px;
}

.required, .invalid {
	background: #3d1200 url(images/cautionIcon.gif) no-repeat right top;
}

label.required, label.invalid {
	background: none;
}

#footer{
	width: 600px;
	border-top: 1px solid white;
	margin: 20px 0;
	float: left;
	height: 41px;
}

#footer p{
	margin-top: 13px;
	color: #888;
	text-align: left;
	font-size: 12px;
}