/* @override http://localhost:8888/FabMusic2/public_html/css/discography.css */

.pics{
	position: relative;
	top: 50px;
	left: 70px;
}

div#page-wrapper{
	background: URL(../images/discography/BG.png) no-repeat #e9e5e3;
	background-position: -30px 170px;
}

div#page-content{
	min-height: 640px;
}

div#controls{
	position: relative;
	top: 450px;
}

div#next{
	position: absolute;
	left: 600px;
	top: 8px;
	cursor: pointer;
}

div#prev{
	position: absolute;
	left: 400px;
	cursor: pointer;
}

div#leftSide{
	float: left;
	width: 990px;
}

div.artwork{
	float: left;
}

div.artwork img{
	width: 350px;
}

div.albumInfo{
	float: left;
	font-family: Georgia;
	font-size: 1.3em;
	padding:120px 0 0 20px;
}

span.title{
	display: block;
	font-style: italic;
}

span.artist{
	display: block;
	font-weight: bold;
}

span.credits{
	display: block;
	margin: 20px 0 20px 0;
	font-size: .9em;
}

span.awards{
	display: block;
	margin: 0 0 20px 0;
	font-size: .9em;
}

span.release{
	display: block;
}

a#weather-link{
	display: block;
	height: 30px;
	width: 120px;
	position: absolute;
	top: 520px;
	left: 140px;
}
