@charset "UTF-8";

/* CSS Reset */

html, body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	list-style-type: none;
	list-style-image: none;
	text-decoration: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
caption, th, td {
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* End CSS Reset */

body {
	background-image: url(../images/background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	min-width: 960px
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 17px;
}
#header {
	background-image: url(../images/header.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 55px;
	z-index: 100;
}

#container {
	width: 960px;
	position: relative;
	left: auto;
	right: auto;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center -55px;
	height: 780px;
}
#sidebar {
	float: left;
	margin-top: 390px;
	width: 345px;
}
#photos   {
	width: 220px;
	padding-left: 75px;
	height: 390px;
}
#photos h1 {
	height: 40px;
	width: 210px;
	background-image: url(../images/h1photo.jpg);
	background-position: right -8px;
	background-repeat: no-repeat;
	text-indent: -999px;
}
#photos   img {
	float: left;
	padding-bottom: 10px;
	padding-right: 10px;
}
#content h3 {
	font-size: 14px;
}
.linkbox {
	padding-bottom: 10px;
	clear: both;
}
#content  a {
	color: #896822;
	font-weight: normal;
}
#content a:hover {
	color: #2A4587;
}
#content {
	left: 520px;
	top: 260px;
	float: left;
	margin-top: 200px;
	width: 480px;
	height: 550px;
	padding-right: 10px;
	padding-left: 10px;
}
#content h1 {
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-top: 20px;
}
#content h2 {
	color: #666666;
	line-height: 22px;
	font-size: 18px;
	padding-bottom: 15px;
}
q {
	font-style: italic;
	color: #666666;
	line-height: 17px;
}
#content img {
	float: left;
	padding-right: 20px;
}
#cd {
	height: 210px;
	float: left;
}
#credits {
	width: 135px;
	color: #666666;
	font-size: 12px;
	line-height: 17px;
	float: left;
}
#tracknames  {
	width: 330px;
	color: #666666;
	font-size: 12px;
	line-height: 17px;
	float: right;
}
.home {
	background-image: url(../images/h1welcome.jpg);
}
.bio {
	background-image: url(../images/h1bio.jpg);
}
.links {
	background-image: url(../images/h1links.jpg);
}
.press {
	background-image: url(../images/h1press.jpg);
}
.music {
	background-image: url(../images/h1music.jpg);
}
.gigs {
	background-image: url(../images/h1gigs.jpg);
}
.contact {
	background-image: url(../images/h1contact.jpg);
}

#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 90px;
	bottom: 0px;
	position: relative;
	float: none;
	color: #663300;
	font-weight: bold;
}
#footer #footercontents {
	height: 70px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
#footer #footercontents #mp3 {
	float: left;
	width: 230px;
	padding-left: 70px;
}
#footer #footercontents #footernav {
	text-align: right;
	padding-right: 90px;
}
#footer #footercontents #footernav a {
	color: #663300;
	text-decoration: underline;
}
#footer #footercontents #footernav a:hover {
	color: #2A4587;
}
#footer #footercontents #footernav img {
	float: right;
	padding-left: 5px;
}
#footer #footercontents #footernav #socialicons {
	padding-left: 10px;
	float: right;
}
.textfield {
	width: 460px;
	margin-bottom: 10px;
	height: 12px;
	border: 1px solid #DFDECA;
	font-family: "Times New Roman", Times, serif;
	color: #896822;
	font-size: 12px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.msgfield {
	width: 460px;
	font-family: "Times New Roman", Times, serif;
	height: 150px;
	border: 1px solid #DFDECA;
	color: #896822;
	font-size: 12px;
	padding: 5px;
	margin-bottom: 10px;
}
.form {
}
.submit {
	width: 80px;
	height: 20px;
	border: 1px solid #DFDECA;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 12px;
	background-color: #896822;
	font-weight: bold;
}
.buybtn {
	float: left;
	margin-bottom: 20px;
}
