* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #000;
	background-image: url("../images/bground_content.jpg");
	background-position: center top;
	background-repeat: repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.clear {
	clear: both;
}
.ppadding {
	height: 2em;
}
a:link {
	color: #ffcf92;
	text-decoration: none;
}
a:visited {
	color: #ffcf92;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
a:active {
	color: #432500;
}
h1 {
	font-size: 280%;
	font-weight: lighter;
	letter-spacing: 0.15em;
	color: #fff;
	position: absolute;
	top: 140px;
	right: 105px;
	z-index: 2;
}
#h1tagline {
	color: #e29739;
	position: absolute;
	top: 185px;
	right: 110px;	
	letter-spacing: 0.15em;
	z-index: 2;
}
#robinwilson {
	width: 931px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	font-weight: bolder;
	text-transform: uppercase;
	color: #432500;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 95%;
	font-weight: lighter;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
	color: #fff;
	border-bottom: 1px dotted #eec998;
	padding-bottom: 0.3em;
	margin-bottom: 0.3em;
}
#content-container p {
	font-size: 80%;
	color: #4c2b00;
	text-align: justify;
	margin-bottom: 1em;
	line-height: 1.6em;
}
#header {
	margin: 0 auto;
	background-color: #000;
}
#header-home {
	background-image: url("../images/header_home.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #000;
	height: 313px;
	position: relative;
}
#header-bio {
	background-image: url("../images/header_bio.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #000;
	height: 313px;
	position: relative;
}
#header-recordings {
	background-image: url("../images/header_recordings.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #000;
	height: 313px;
	position: relative;
}
#nav-container {
	position: relative;
	width: 931px;
	height: 313px;
	margin: 0 auto;
}
ul#nav {
	position: absolute;
	bottom: -1px;
	background-image: url("../images/bground_nav.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	width: 931px;
	height: 60px;
}
ul#nav li {
	list-style-type: none;
	display: block;
	float: left;
	width: 116px;
	height: 60px;
}
ul#nav li a {
	display: block;
	height: 20px;
	margin-top: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	font-weight: bold;
	color: #884d00;
	text-decoration: none;
	text-align: center;
}
ul#nav li a:hover {
	color: #b96800;
}
#site-background {
	background-image: url("../images/bground_content.jpg");
	background-position: center top;
	background-repeat: repeat;
	width: 100%;
	padding-bottom: 80px;
	position: relative;
}
#content-container {
	background-image: url("../images/bground_content_middle.jpg");
	background-position: center top;
	background-repeat: repeat-y;
	width: 931px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
#content {
	position: relative;
}
#bground_content_top {
	background-image: url("../images/bground_content_top.jpg");
	background-position: center 1px;
	background-repeat: no-repeat;
	width: 931px;
	height: 163px;
	position: absolute;
	z-index: 0;
}
#bground_content_bottom {
	background-image: url("../images/bground_content_bottom.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 931px;
	height: 37px;
	position: relative;
	z-index: 0;
}
#content-left {
	float: left;
	width: 495px;
	margin: 50px 0 0 0;	
	padding: 0 20px 0 40px;
	background-image: url("../images/content_divider.gif");
	background-position: right top;
	background-repeat: repeat-y;
	position: relative;
	z-index: 2;
}
#content-right {
	float: left;
	width: 315px;
	padding: 0 40px 0 15px;
	margin: 50px 0 0 0;
	position: relative;
	z-index: 2;
}
#footer {
	font-size: 75%;
	color: #c28f4e;
	width: 931px;
	margin: 5px auto;
}
#footer p {
	margin: 0 40px;
}
#footer a:link {
	color: #c28f4e;
	text-decoration: none;
}
#footer a:visited {
	color: #c28f4e;
	text-decoration: none;
}
#footer a:hover {
	color: #c28f4e;
	text-decoration: underline;
}
#content-left p.gallery {
	display: block;
	float: left;
	text-align: left;
	width: 150px;
	margin-right: 10px;
	margin-top: 1em;
	line-height: 1.2em;
	border-bottom: 1px dotted #432500;
	padding-bottom: 0.2em;
}
p.gallery img {
	border: 3px solid #eec998;
}
#cd_promo {
	width: 305px;
	height: 144px;
	background-image: url("../images/bground_cd.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	padding: 5px;
	position: relative;
}
.noborder img{
	border: none;
}
.cdcover {
	border: 3px solid #ffd39d;
}
.cdbutton_sample {
	position: absolute;
	right: 10px;
	top: 10px;
}
.cdbutton_album {
	position: absolute;
	right: 10px;
	top: 53px;
}
.cdalbum {
	border-bottom: 1px dotted #432500;
	padding: 10px 0 5px 0;
}
dt {
	float: left;
	margin: 10px 10px 10px 0;
}
dd {
	color: #432500;
	font-size: 85%;
	line-height: 1.5em;
	text-align: justify;
}	
dd.albumtitle {
	font-size: 110%;
	color: #fff;
	margin-bottom: 0.2em;
	text-align: left;
}
dd.albumlink {
	border-right: 5px solid #432500;
	text-align: right;
	padding-right: 5px;
	margin-top: 30px;
	margin-bottom: 5px;
}
.songlist {
	font-size: 80%;
	color: #4c2b00;
}
dl#schedule dt{
	float:none;
	color: #fff;	
	border-bottom: 1px dotted #eec998;
}
table {
	font-size: 85%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #432500;
}
#buy {
	margin: 20px 0;
	padding: 5px 0;
	text-align: right;
	border-top: 1px dotted #eec998;
}
#stores img{
	border: none;
}
.events {
	margin: 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px dotted #eec998;
}
.events dd {
	margin-left: 75px;
}
.event_date {
	text-align: center;
	background-image: url(../images/calendar.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width: 72px;
	height: 78px;
	position: relative;
	top: -10px;
}
.event_date span {
	position: absolute;
	top: 33px;
	right: 22px;
	line-height: 0.9em;
	font-size: 85%;
	color: #4c2b00;
	font-weight: bold;
	height: 30px;
}
.event_title {
	margin-bottom: 10px;
}
blockquote {
	color: #884d00;
	font-size: 110%;
	font-style:italic;
}
.bhome {
	background-color: #d7a96e;
	padding: 10px 30px;
	border-top: 1px dotted #4c2b00;
}
.bhome span {
	color: #4c2b00;
	font-size: 80%;
	font-style:normal;
}
