#songControls {
	float:left;
	width:209px;
	height:775px;
	padding:0px;
	margin:0px;
	border-right:solid 1px #141213;
	/*background-color:#261e19;
	opacity:0.4;*/
	/*margin:auto;
	padding:0px;
	display:block;*/
	/*background-color:#bbb;*/
	/*background-image:url('../siteImages/sidebar.png');*/
	height:
}

#songControls ul{
	margin:auto;
	margin-top:60px;
	width:170px;
	padding:0;
	/*list-style-position:inside;*/
	/*margin:30px 20px auto 20px;*/
	/*margin-left:20px;
	margin-right:20px;*/
	/*display:inline;*/
	/*margin:0px 0px 0px 0px;*/
	font-family:'OrbitronMedium',Arial, sans-serif;
	list-style-type:none;
}

#songControls ul li {
	text-align:center;
	font-size:20px;
	border-width:2px;
	border-style:solid;
	padding:2px 0px 1px 0px;
	border-radius:5px;
	-moz-border-radius:5px;
}

#songControls ul li a {
	text-decoration:none;
}

#playDownload {
	margin-top:40px;
	margin-bottom:60px;
}

#playDownload li {
	margin-bottom:20px;
	background-color:#d0b481;
	border-color:#141213;
}
#playDownload li:hover {
	background-color:#543f27;
}

#playDownload li a{
	color:#261e19;
}
#playDownload li a:hover{
	color:#f1d0b0;
}

#songList li {
	margin-bottom:20px;
	background-color:#5B4935;
	border-color:#141213;
}
#songList li:hover {
	background-color:#8f6b3f;
}

#songList li a{
	color:#d0b481;
}
#songList li a:hover{
	color:#141213;
}


/*comments and info buttons*/

.siteButton{
	width:110px;
	border:solid 1px #141213;
	border-radius:3px;
	-moz-border-radius:3px;
	background-color:#d0b481;
	text-align:center;
	/*position:relative;
	top:50px;
	left:10px;*/
	
	text-decoration:none;
	color:#261e19;
	padding:20px auto 10px auto;
	/*float:right;
	padding:0;
	margin:auto;*/
}

.siteButton a{
	text-decoration:none;
	color:#261e19;
	padding:0px;
}
#showInfoButton, #hideInfoButton {
	float:left;
	margin-left:8px;
}
#showCommentsButton, #hideCommentsButton {
	float:right;
	margin-right:8px;
}
#hideInfoButton:hover, #showInfoButton:hover, #hideCommentsButton:hover, #showCommentsButton:hover{
	background-color:#eacb92;
}
#hideInfoButton, #hideCommentsButton{
	display:none;
}


