/* 
	Warner Music Nashville Stylesheet - warnermusicnashville.css
	Created: 2010-01-14
	Author: AnthologyCreative.com
*/


/* TABLE OF CONTENTS
****************************************************************************************************
	LINKS
		standard
	GENERAL
		body
		container
	INTROS 
		coming in 2010
		wmn logo
	HEADER
	MAIN CONTENT
		coming in 2010
		album boxes
	FOOTER
*/


/*  LINKS
****************************************************************************************************/
a:link, a:visited {
	color: #000;
	text-decoration: none;
}

a:hover, a:active {
	color: #000;
	text-decoration: underline;
}


/*  GENERAL
****************************************************************************************************/
body {
	background: #000;
	color: #fff;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:12px;
}

.container {
	background: #c6e6ef;
	padding:20px 0 40px;
}


/*  INTROS
****************************************************************************************************/
.coming-2010-white-wrap {
	position:relative;
}

img.coming-2010-white {
	position:absolute;
	top:146px;
	left:388px;
}

#wmn-intro-logo {
	margin:140px 0 0 0;
}

/*  HEADER
****************************************************************************************************/
#header {
	text-align:center;
	width:100%;
	background: url('../images/header-bg.jpg') repeat-x bottom center;
	height:60px;
}


/*  MAIN CONTENT
****************************************************************************************************/
#main-content {
	background: url('../images/main-content-bg.jpg') repeat-x center center;
	height:849px;
	padding:40px 0 0 0;
}

.coming-2010-wrap {
	width:220px;
	height:269px;
	position:relative;
}

img.coming-2010 {
	margin:0 auto;
	display:block;
	padding:45px 0 0 0;
}

/* Album Boxes */
.album-box {
	width:220px;
	height:254px;
	background: url('../images/album-info-bar.png') no-repeat bottom center;
	margin:0 0 15px 0;
	font-size:14px;
	line-height:12px;
}

.album-box .title-wrap {
	margin:4px 0 0 0;
	display:inline;
	overflow:hidden;
	float:left;
}
	.album-box span.song-title {
		font-size:10px;
		color:#e79a26;
	}
	
	.album-box span.song-title.long {
		letter-spacing:-0.04em;
	}

	.album-box .playButton {
		background: url('../images/player-controls.png') no-repeat top left;
		width:22px;
		height:22px;
		text-indent:-9999px;
		display:block;
		cursor:pointer;
		margin:5px 4px 0 2px;
	}

	.album-box .pauseButton {
		background: url('../images/player-controls.png') no-repeat bottom left;
		width:22px;
		height:22px;
		text-indent:-9999px;
		display:block;
		cursor:pointer;
		margin:5px 4px 0 2px;
	}

.learn-more {
	float:right;
	display:inline;
	margin:9px 3px 0 0;
}

/*  FOOTER
****************************************************************************************************/
#footer {
	text-align:center;
	background: url('../images/footer-bg.jpg') repeat-x center center;
	height:60px;
	color:#494949;
	font: bold 11px/60px Arial, Helvetica, Sans-Serif;
}
