body { 
	font-family: Helvetica,Arial,sans-serif; 
	font-size: .8em; 
	background: #f8f7f5;
	color: #000;
	text-align: center;
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f7f5', endColorstr='#fff'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f7f5), to(#fff)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #f8f7f5,  #fff); /* for firefox 3.6+ */ 
}

h2, h3, h4, h5, h6 {
	margin: 20px 0 10px; 
	padding: 0; 
	font-family: Helvetica, Arial, sans-serif; 
	font-weight: bold;
	text-transform: lowercase;
	color: #4a697b;
}
h2 { 
	font-size: 6em;
	letter-spacing: -.05em;
}
h3 {
	font-size: 3em;
	letter-spacing: -.05em;
}
	h3 span {
		font-size: .4em;
		letter-spacing: -.07em;
	}
h4 {
	font-size: 2em;
	letter-spacing: -.05em;
}

	
p {
	margin: 0 0 20px;
}

dl {
	margin: 0;
	padding: 0;
	border-top: 1px solid #dedbce;
}

dt {
	margin: 0;
	padding: 20px 0 0 0;
}

dd {
	margin: 0;
	padding: 10px 0 20px 20px;
	color: #7a7a7a;
}
dd img {
	margin: 0 0 5px 0;
}

blockquote {font-style: italic;}

a, a:link, a:visited { color: #474747; text-decoration: underline }
a:hover, a:active, a:focus { color: #7a7a7a; text-decoration: none }

b { color:#4a697b; }

.red { color: #c05151; }

.light { color:#7b7964; }

.cb { clear: both; }

.info { 
	padding: 10px; 
	background: #faf8f6; 
	border: 1px solid #dedbce;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #7a7a7a;
}
	.info b {
		color: #7a7a7a;
	}
	.info ul {
		margin: 0;
		padding: 0;
		text-align: left;
		font-size: .5em;
		list-style: none;
	}



/*header stuff*/
h1#logo {
	margin: 0;
	padding: 0 10px 0 0;
	float: right;
}
	h1#logo a {
		display: block;
		width: 150px;
		height: 123px;
		position: relative;
		overflow: hidden;
	}
	h1#logo span {
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		background: #f8f7f5 url(images/logo.gif) no-repeat;
	}

ul#nav {
	margin: 10px 0 0 0;
	padding: 0 0 10px;
	width: 100%;
	list-style: none;
	text-align: right;
	text-transform: uppercase;
	font-size: .8em;
	border-bottom: #fff 10px solid;
}
	ul#nav li {
		margin: 0 0 0 10px;
		padding: 0;
		display: inline;

	}
		ul#nav li a, ul#nav li a:link, ul#nav li a:visited {
			text-decoration: none;
			letter-spacing: 2px;
		}
		ul#nav li a:hover, ul#nav li a:active, ul#nav li a:focus {
			color: #c05151;
		}



/*page headers*/


/*content*/
#body {
	margin: 0 auto;
	padding: 0;
	width: 950px;
background: #f8f7f5;
}

#cont {
	margin: 0;
	padding: 10px 0;
}

#text {
	margin: 0 0 10px 0;
	padding: 20px;
	text-align: left;
}

dl#story {
	border: 0;
}

dl#story dd {
	line-height: 1em;
	font-style:italic; 
}
	dl#story dd em {
		font-style: normal;
	}
dl#story dt {
	margin: 15px 0;
}
	dl#story dt a, dl#story dt a:link, dl#story dt a:visited {
		margin: 0 5px;
		padding: 5px;
		text-decoration: none;
		background: #fff;
		border: 1px solid #e0dccd;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-box-shadow: 1px 1px 5px #e0dccd;
		-webkit-box-shadow: 1px 1px 5px #e0dccd;
		box-shadow: 1px 1px 5px #e0dccd;
	}
	dl#story dt a:hover, dl#story dt a:active, dl#story dt a:focus {
		padding: 5px;
		text-decoration: none;
		background: #f8f4f6;
		border: 1px solid #dedbce;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		color: #c05151;
		-moz-box-shadow: 1px 1px 5px #e0dccd;
		-webkit-box-shadow: 1px 1px 5px #e0dccd;
		box-shadow: 1px 1px 5px #e0dccd;
	}
	
#playlist {
	width: 350px; 
	height: 490px; 
	margin: 0 0 20px 20px; 
	float: right; 
	/*border: #e0dccd 1px solid;*/
	-moz-box-shadow: 1px 1px 5px #e0dccd;
	-webkit-box-shadow: 1px 1px 5px #e0dccd;
	box-shadow: 1px 1px 5px #e0dccd;
}
.moretracks {
	padding: 10px;
	background: #fff;
	-moz-box-shadow: 1px 1px 5px #e0dccd;
	-webkit-box-shadow: 1px 1px 5px #e0dccd;
	box-shadow: 1px 1px 5px #e0dccd;
}
	.moretracks h2 {
		font-size: 30px;
	}
	.moretracks h3 {
		font-size: 25px;
		color: #829fb0;
	}



/*footer*/
#copyright {
	display: block;
	padding: 20px 0;
	position: relative;
	top: 10px;
	font-size: .7em;
	letter-spacing: 2px; 
	text-transform: uppercase;
	color: #cabc90;
	background: #fff;
}
