* {
	margin: 0;
}
html, body {
	height: 100%;
	text-align: center;
	background:url(../img/bkg2.gif) repeat;
}

.footer {
	height: 142px;
	display: block;
}

.container {
	margin: 0 auto;
	background:#222;
	width: 360px;
	text-align: left;
	overflow:hidden;
	padding: 0 100px;
}

#worksContainer {
	width: 360px;
	text-align: left;
	overflow:visible;	
}

#musicContainer {
	width: 360px;
	text-align: left;
	overflow:hidden;
}

#bioContainer {
	width: 360px;
	text-align: left;
	overflow:hidden;
}

#bioContainer p {
	margin-bottom: 60px;
	font: 12px normal Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #C7C7C7;
	text-align: justify;
}


.header {
	height: 90px;
	display: block;
	background-image:url(../img/stimulantsound.gif);
	background-position:center center;
	background-repeat:no-repeat;
	position: relative;
	width: 360px;
}

#title h1 {
	font:  13px normal Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height: 20px;
	color: #CCC;
	text-align: justify;
	margin: 2px 0px 12px 0px;
}

.content {
	padding: 10px 0;
	width: 100%;
	float: left;
	background-color:#333;
	height: 400px;
}

.content ul, .content ol {
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings. Padding on the bottom for space between other elements on the lists and on the left to create the indention */
}


.footer {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.footer a {
	color: #54A1BB;
	text-decoration: none;
	border: 0;
}

.footer a:hover {
	color: #ffffff;
	
}
.footer p {
	position: absolute;
	left: 0;
	bottom: 50px;
	width: 100%;
	padding: 0;
	color: #B5B5B5;
	font: 12px normal arial,sans-serif;
	text-align: center;
}

#navContainer {
	width: 360px;
}

.nav {
	width:330px;
	height:30px;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #54A1BB;
	margin-bottom: 20px;
}


.nav .nav-one, .nav .nav-two, .nav .nav-three {
	list-style: none;
	float: left;
	display: inline;
	background-color:#333;
	height:23px;
	width:62px;
	padding-top: 7px;
	padding-left: 10px;
	margin-left: 1px;
}

.nav .nav-one a, .nav .nav-two a, .nav .nav-three a {
	font: 12px normal Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
	margin: 10px 0px 0px 4px;
	padding-top: 10px;
	
}

.nav-two a { padding-left:4px}
.nav-three a { padding-left:1px;}



#current {
	background-color:#54A1BB;
	color: red;
}


.container #nav .navBox {
	width:100px;
	height:30px;
	background-color: #555;
	display:inline;
	float: left;
}

.clearfloat { /* this class can be placed on a <br /> or empty block element as the final element following the last floated block (within the .container) if the footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, nav, article, figure {
	display: block;
}

hr {border: 1px dotted #666; border-style: none none dotted; margin: 20px 0;}
h2 { font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#54A1BB; margin-bottom: 1px; line-height:20px;}
p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CFCFCF;
	margin-bottom:6px;
	line-height:16px;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#CCC;
	margin-bottom: 1px;
	line-height:18px;
}


a:focus {
    outline: none;
}
audio{ width:360px; height:27px;}
.audiojs { width: 360px; height:27px;}
.audiojs .scrubber {width:200px; height:5px; }
.audiojs .play{ background-position: -2px -4px;}
.audiojs .pause { background-position: -2px -94px;}

.audiojs .time {line-height:28px;}