/******************INDEX*************************/
#recentNews {
	display: inline;
	float: left;
	width: 450px;
}

#albumEmail {
	display: inline;
	float: left;
	width: 300px;
	margin-left: 30px;
}

#album {
	margin-bottom: 20px;
}

#albumCover {
	margin-bottom: 10px;
}	

#player {
	display: inline;
	float: left;
	width: 190px;
	margin-right: 10px;
}

#indexPlayer {
	position: absolute;
}

#player h4,#songTitle {
	font-size: 140%;
}

#soundOnOff {
	display: inline;
	float: left;
	width: 100px;
	height: 40px;	
}

#soundOnOff img {
	border: 0;
}

#soundOn {
	display: none;
}

#emailList {
	clear: both;
}

#joinEmail {
	margin-left: 67px;
}

#joinEmail img {
	border: none;
}

/**********************MUSIC*****************************/
#albumThumbs {
	display: inline;
	float: left;
	width: 230px;
	margin-right: 30px;
}

.album {
	display: inline;
	float: left;
	width: 110px;
	margin-bottom: 10px;
	margin-left: 10px;
	cursor: pointer;
}

.albumClear {
	clear: both;
	display: inline;
	float: left;
	width: 110px;
	margin-bottom: 10px;
	cursor: pointer;
}

#albumInfo {
	position: relative;
	display: inline;
	float: left;
	width: 510px; 
}

#albumTitle {
	display: inline;
	float: left;
	width: auto;
}

.lyrics #albumTitle {
	display: block;
	float: none;
	width: auto;
}

#itunesLink {
	display: inline;
	float: left;
}



#mediaPlayer {
	position: absolute;
	bottom: 0;
	left:0;
	height: 85px;
	width: 300px;
}	

#albumInfo h4 {
	font-size: 160%;
	font-weight: normal;
}

.featuredAlbumCover {
	display: inline;
	float: left;
	width: 300px;
	margin-right: 10px;
}

.songList {
	display: inline;
	float: left;
	width: 190px;
	margin-left: 10px;
}

.music #player {
	width: 300px;
	height: 85px;
	margin: 0;
	padding: 0;
}

/**********************LYRICS*********************************/
#lyrics_content {
	display: inline;
	float: left;
	width: 510px;
}

#lyrics_content h4 {
	font-size: 160%;
	font-weight: bold;
	margin-bottom: 1em;
}

#lyrics_content h5 {
	font-size: 120%;
	margin: 0;
	font-style: italic;
}

.albumLyrics {
	width: 510px;
	height: 300px;
	overflow: auto;
}

/*********************PRESS**********************************/
#chooseAlbum {
	display: inline;
	float: right;
	width: 170px;
}

#pressAlbums {
	background: #A69C81;
	padding: 15px;
	margin-bottom: 15px;
}

#pressAlbums h4 {
	font-size: 150%;
	margin-bottom: .5em;
	font-weight: normal;
}

ol {
	margin: 0 0 0 20px;
	padding: 0;
	*padding: 0 0 0 10px;
}

ol li {
	margin: 0 0 1em 0;
	padding: 0;
}

.reviews {
	width: 575px;
}	

.reviews h4 {
	margin-bottom: 1em;
}

.review {
	margin-bottom: 15px;
	border-bottom: 1px solid #000;
}

.reviewLast {
	margin-bottom: 0;
	border-bottom: none;
}

/***********************SHOWS*************************/
table {
	margin-top: 10px;
	margin-bottom: 20px;
	width: 100%;
	border-collapse: collapse;
}

th {
	padding: 6px 6px;
	background: url(../img/footerBg.jpg);
	border-bottom: 1px solid #4C402A;
}

td {
	padding: 6px 6px;
	border: 1px solid #000;
	vertical-align: top;
}

/************************BIO******************************/
#bioText {
	display: inline;
	float: left;
	width: 390px;
	margin-right: 30px;
}

#otherInfo {
	display: inline;
	float: left;
	width: 360px;
}

#bioText h4, #otherInfo h4 {
	text-transform: uppercase;
}

/****************************LINKS***************************/

/*****************************CONTACT**************************/
#contact h4 {
	text-transform: uppercase;
}

/***************************BACKEND*****************************/
#admin_menu {
	display: inline;
	float: right;
	width: 175px;
}

table.backend {
	margin-top: 10px;
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

table.view {
	width: 600px;
}

label {
	clear: left;
	display: inline;
	float: left;
	width: 100px;
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
	margin-bottom: 10px;
}

input,select {
	margin-bottom: 10px;
}

.view th {
	background: none;
	background: #A08F5B;
	border: 1px solid #000;
	vertical-align: top;
	text-align: right;
	width: 100px;
}

.submit {
	margin-top: 10px;
	margin-left: 120px;
}

/**********************SHOP***************************/
.albumSale {
	display: inline;
	float: left;
	width: 33%;
	text-align: center;
	margin-bottom: 20px;
}

.albumSale form {
	margin: 0;
}

.albumSale img {
	margin-bottom: .5em;
}	