@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:black;
	background-image:url('../images/wcmcbkg.jpg');
	background-repeat:no-repeat;
	width:100%;
    background-position=left center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:white;
	/*background-repeat: no-repeat;*/
	/*z-index:-100;*/
}
.oneColElsCtr #container {
	margin-top:auto;
	width: 960px;
	height: inherit;
	margin: 100px auto 80px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color:#FFF;
    font-family:Helvetica, Arial, sans-serif;
	font-size: 16px;
	background-color:rgba(0,0,0,0.5);
}

.titles {
	font-family:cityburn;
	font-size:56px;
	text-decoration:none;
	color:white;
}

#singleSelections
{
    float:left;
	width:200px;
	padding:0px 80px 0px 0px;
}

#singleSelections a
{
	text-decoration:none;
	text-decoration:underline;
	padding-left:10px;
	
}

#singleSelections a:hover 
{
	cursor:pointer;
}

#mp3
{
	float:right;
	width:200px;
	padding-right:200px;
}

#mp3 img
{
	height:255px;
}

#album
{
	float:right;
	width:210px;
}

#album img
{
	height:255px;
}

.oneColElsCtr #logo
{
    float:left; 
    padding-left:20px;
    padding-top:20px;
    width:30%;
    height:200px;
}
.oneColElsCtr #links
{
    margin-left:33%; 
    width:70%;
    height:200px;
}

.oneColElsCtr #mainContent {
	padding: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColElsCtr #block 
{
    margin-top:40px;
}

.topbutton
{
	font-size:44px;
    float:right;
	font:20px;
	font-family:cityburn;
	text-decoration:none;
	color:white;
}
a
{
	text-decoration:none;
    color:white;
}
a:-webkit-any-link 
{
	text-decoration:none;
    color:white;
	font:cityburn;
}

#right
{
	position:absolute;
	right:300px;
	width:300px;
	background-color:#b0e0e6;
}

#track
{
   	float:left;
  	height:30px;
	width:100px;
}

#ontop {
	z-index:100;
}

#close
{
    padding-right:40px;
    float:right;
}

#cdbackground
{
   position: relative; 
   height:450px;
}

#cd
{
	/*z-index:-98;*/
    float:none;
	width:900;
	height:450px;
}
#cd .turn-page{
	background-color:transparent;
	background-size:100% 100%;
}
a img {border: none; }

.navLinks {
	font-family:cityburn;
	font-size:44px;
	text-decoration:none;
	color:white;
}

.bandList {
	width:860px;
	text-decoration:none;
	text-align:center;
	list-style: none;
	font-size:22px;
}

.rolls {
	font-size: 14px;
	color: #a79d56;
}

#player {

	height:20px;
	width:800px;
	padding-right:30px;

}

#store {
	height:250px;
}

#trackElment
{
	padding: 0px 0px;
}

#cart img
{
	position:relative;
	padding-top:20px;
}