/* ----------MAIN-------------- */
body {
background-color: #000;
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:0;
margin:0;
}


/* ----------LINKS-------------- */
a:link {color: #ff9900; text-decoration: none;}
a:visited {color:#ff9900; text-decoration: none;}
a:hover {color: #cc6633; text-decoration: none;}
a:active { color:#ff9900; text-decoration: none;}






/* ----------HEADERS-------------- */
h1 {
text-align: center;
text-transform:uppercase;
font-size:12px;
font-weight: normal;
margin-top: 0px;
padding-top: 2px;
}

h2 {
font-size: 14px;
text-transform:uppercase;
color: white;
margin-top: 0px;	
}



/* ----------COLORED CONTAINERS (in order from out to in)-------------- */
#black {
width: 954px;
margin: 0 auto;
border-left: 12px solid #000;
border-right: 12px solid #000;
background-color: #999; /* <--grey background */
}

#grey {
width: 930px;
border-left: 12px solid #ccc;
border-right: 12px solid #ccc;
border-top: 12px solid #ccc;
}

#white {
width: 924px;
border-left: 3px solid #fff;
border-right: 3px solid #fff;
border-top: 3px solid #fff;
}

#orange {
width: 912px;
border-left: 6px solid #ff9933;
border-right: 6px solid #ff9933;
border-top: 6px solid #ff9933;
}



/* ----------BANNER-------------- */
#banner {
width: 912px;
height: 386px;
background-image: url(images/site/banner.gif);
background-repeat: no-repeat;
}

#centerbanner {
margin-left: 164px;
width: 578px;
height: 380px;
background-image: url(images/site/banner_image3.gif);
background-color: #ccffff;
border: 3px solid #000;
}

#name {
margin: 0 auto;
width: 500px;
height: 140px;
border-bottom: 1px dotted #000;
}

#tracks {
margin: 0 auto;
margin-top: 10px;
width: 500px;

}

#options {
margin: 0 auto;
margin-top: 40px;
width: 500px;

text-align: center;
}


/* ----------MENU-------------- */
#menu {
width: 912px;
height: 25px;
margin-top: 0px;
background-color: #ff9933;
border-bottom: 3px solid #000;
}

#navbar {
margin-left: 164px;
width: 584px;
height: 20px;
padding-top: 5px;
font-size: 12px; 
text-transform:uppercase;
}

#navbar a:link {color: #fff; text-decoration: none;}
#navbar a:visited {color:#fff; text-decoration: none;}
#navbar a:hover {color: #cc6633; text-decoration: none;}
#navbar a:active { color:#fff; text-decoration: none;}

#navbar a {margin-left: 53px;}




/* -----------------CONTENT--------------------- */

#container {
width: 906px;
border-left: 3px solid #000;
border-right: 3px solid #000;
background: url(images/site/columns.gif);
background-repeat: repeat-y;
}

#centercontent {
margin-left: 137px;
margin-top: 0px;
width: 626px;
background-color: #ccc;
border-left: 3px solid #000;
border-right: 3px solid #000;
}

#content {
margin-left: 21px;
margin-top: 0px;
width: 582px;
background-color: #ccffff;
border-left: 1px solid #000;
border-right: 1px solid #000;
}

#subject {
margin: 0 auto;
text-align: center;
width: 480px;
}

#entry {
padding-top: 50px;
padding-bottom: 40px;
}

#break {
width: 480px;
margin: 0 auto;
border-bottom: 1px dotted #000;
}

p, pre{
font-size: 11px;
padding-top: 20px;
margin:0px;
text-align:center;
}

/* -----------CENTER TEXT UNDER THUMBS (but not in track list--------------------------- */

.centerdiscog {
text-align: center;
font-size: 11px;
}


/* -----------FOOTER--------------------------- */
#footerbigblack {
height: 119px; 
width: 954px;
background-color: #fff;
margin: 0 auto;
margin-top: 0px;
border-left: 12px solid #000;
border-right: 12px solid #000;
}

#footergrey {
width: 930px;
height: 107px;
margin-top: 0px;
border-left: 12px solid #ccc;
border-right: 12px solid #ccc;
border-bottom: 12px solid #ccc;
}

#footerwhite {
width: 924px;
height: 104px;
margin-top: 0px;
border-left: 3px solid #fff;
border-right: 3px solid #fff;
border-bottom: 3px solid #fff;
}

#footerorange {
width: 912px;
height: 98px;
margin-top: 0px;
border-left: 6px solid #ff9933;
border-right: 6px solid #ff9933;
border-bottom: 6px solid #ff9933;
}

#footersmallblack {
width: 906px;
height: 95px;
margin-top: 0px;
background-image: url(images/site/footer.gif);
border-left: 3px solid #000;
border-right: 3px solid #000;
border-bottom: 3px solid #000;
}

#footercentercontent {
margin-left: 140px;
margin-top: 0px;
width: 626px;
height: 95px;
background-color: #ccc;
}

#footercontent {
margin-left: 21px;
margin-top: 0px;
width: 582px;
height: 95px;
background-color: #ccffff;
border-left: 1px solid #000;
border-right: 1px solid #000;
}




