@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
a {
	color:#aeee00;
	text-decoration:none;
}
a:hover {
	color:#fff;
}
a:focus {
	outline: none;
}
body {
	margin:0;
	padding:0;
	background:#212121;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
	min-height:100%;
	color:#ccc;
}
div#wrapper {
	margin:0 auto;
	padding:0;
	text-align:left;
	position:relative;
	width:960px;
	height:100%;
	min-height:100%;
}
div#mastHead {
	margin:0;
	padding:0;
	float:left;
	position:relative;
	width:960px;
	height:120px;
}
div#mastHead h1.logo {
	margin:30px 0 0 0;
	padding:0;
	background:#000 url(../images/logo.png) top left no-repeat;
	width:270px;
	height:56px;
	text-indent:-9999px;
}
ul#topNav {
	margin:0;
	padding:2px 0 0 0;
	float:left;
	width:960px;
	height:23px;
	border-top:1px #63655e solid;
	border-bottom:1px #63655e solid;
}
ul#topNav li {
	display:inline;
	padding:0 10px 0 10px;
}
ul#topNav li a {
	font-size:.65em;
}
div#searchPanel {
	margin:0;
	padding:2px 0 0 0;
	float:left;
	width:960px;
background:#000;
	display:none;
}
div#searchPanel li {
	display:inline;
	padding:0 10px 0 10px;
}
div#aboutPanel {
	margin:0;
	padding:2px 0 0 0;
	float:left;
	width:960px;
	border-bottom:1px #63655e dashed;
	display:none;
}
div#content {
	margin:0;
	padding:30px 0 20px 0;
	float:left;
	position:relative;
	width:960px;
	height:100%;
	min-height:100%;
	line-height:18px;
}
div#footer {
	margin:0 auto;
	padding:0;
	position:relative;
	height:35px;
	width:960px;
	border-top:1px #63655e solid;
	text-align:right;
}
div#footer p {
	margin:30px 0 0 0;
	font-size:.65em;
	color:#ccc;
}
/* Classes */
br.clear {
	clear:both;
}
ul#listCD {
	float:left;
	width:960px;
	position:relative;
	height:100%;
}
li.thisCD {
	display:inline;
	width:240px;
	float:left;
	position:relative;
}
li.thisCD img {
}
.displayTitle {
	font-size:.8em;
	font-weight:bold;
	color:#fff;
}
.displayArtist {
	font-size:.65em;
}
.cdBlock {
	margin:0 0 10px 0;
	padding:5px;
	width:220px;
	background:#000;
}
li.fullDescription {
	width:720px;
	float:left;
	position:relative;
		font-size:.75em;
}



/* Slide Gallery */
.sliderGallery {
    overflow: hidden;
    position: relative;
    height: 180px;
    width: 960px;
	float:left;
}
.sliderGallery ul {
    position: absolute;
    list-style: none;
    overflow: none;
    white-space: nowrap;
}

.sliderGallery ul li {
    display: inline;
	padding:0 30px 0 30px;
	
}
.handle {
    position: absolute;
    cursor: move;
    top: 170px;
    z-index: 100;
    /* bespoke to your own solution */
    height: 10px;
    width: 180px;
	background:#63655e;
}
#content h2 {
margin:5px 0 15px 0;	
font-size:.85em;
font-weight:bold;
	
}
ul.option {
	padding:0 0 5px 0;
font-size:.65em;	
	border-bottom:1px #666 dashed;
}
.displayCategory {
font-weight:boldl
	
}
.cssform {
	position:absolute;
	top:45px;
	left:720px;
	width:260px;
}
.cssform p {
	display:inline;
}
.tracklist {
	font-size:1.5em;
}
.pagination {
font-size:80%;
width:960px;
float:left;
text-align:right;
}
.search {
font-size:.75em;
padding:0 0 15px 0;
}
}