@charset "utf-8";

/* TURQUOISE = #052d38 */

.clear {
	clear:both;
}
.float {
	float:left;
}
body {
	color: #FFFFFF;
	background:url(/wp-content/themes/APR/images/bkg.jpg) top center no-repeat #000;
	font-family: 'Trebuchet MS', Arial;
	color:#909090;
	text-align:center;
}
a {
	color:inherit;
}
p {
	line-height:150%;
	margin-bottom:2em;
}
#masterContainer {
	width:960px;
	margin:0 auto 0 auto;
	padding:20px 10px 20px 10px;
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	color:#077b99;
	font-weight:normal;
}
h2 {
	font-size:1.8em;
}
h3 {
	font-size:1.6em;
}
h4 {
	font-size:1.4em;
}
h5 {
	font-size:1.3em;
	line-height:1.3em;
}
h6 {
	font-size:1.2em;
}

/* --- HEADER --- */
#header {
	background:url(/wp-content/themes/APR/images/bar.png) bottom center no-repeat;
	float:left;
	width:100%;
	padding-bottom:50px;
	margin:0 0 40px 0;
}
h1#logo {
	background:url(/wp-content/themes/APR/images/logo.png);
	width:288px;
	height:103px;
	text-indent:-9999px;
	display:block;
	float:left;
}
h1#logo a {
	display:block;
}
#mainNav {
	border-top:1px solid #052d38;
	border-bottom:1px solid #052d38;
	width:585px;
	padding:5px 0 5px 0;
	margin:15px 0 0 0;
	float:right;
}
ul#nav {
	width:585px;
	height:50px;
	position:relative;
	margin:0;
	padding:0;
}
#nav li a {
	position:absolute;
	top:0;
	margin:0;
	padding:0;
	display:block;
	height:50px;
	text-indent:-9999px;
	overflow:hidden;
}
li.homeNav a {
	left:0;
	width:113px;
	background:url(/wp-content/themes/APR/images/nav.png);
	background-position:0 0;
}
li.homeNav a:hover {
	background:url(/wp-content/themes/APR/images/nav.png);
	background-position:0 -50px;
}
li.aboutNav a {
	left:118px;
	width:113px;
	background:url(/wp-content/themes/APR/images/nav.png);
	background-position:-118px 0;
}
li.aboutNav a:hover {
	background:url(/wp-content/themes/APR/images/nav.png);
	background-position:-118px -50px;
}
li.artistsNav a {
	left:236px;
	width:113px;
	background:url(/wp-content/themes/APR/images/nav.png);
	background-position:-236px 0;
}
li.artistsNav a:hover {
	background:url(/wp-content/themes/APR/images/nav.png);
	background-position:-236px -50px;
}
li.releasesNav a {
	left:354px;
	width:113px;
	background:url(/wp-content/themes/APR/images/nav.png);
	background-position:-354px 0;
}
li.releasesNav a:hover {
	background:url(/wp-content/themes/APR/images/nav.png);
	background-position:-354px -50px;
}
li.newsNav a {
	left:472px;
	width:113px;
	background:url(/wp-content/themes/APR/images/nav.png);
	background-position:-472px 0;
}
li.newsNav a:hover {
	background:url(/wp-content/themes/APR/images/nav.png);
	background-position:-472px -50px;
}
	
/* --- BODY --- */
.promoBanner {
	margin:0 0 40px 0;
	border-top:1px solid #052d38;
	border-bottom:1px solid #052d38;
}
.ftArtistContainer, .newsContainer, .playerContainer {
	width:220px;
	float:left;
	margin-right:20px;
}
.releasesContainer {
	width:220px;
	float:left;
}
.heading {
	font-size:0.7em;
	background:url(/wp-content/themes/APR/images/boxtitle_bkg.gif);
	padding:4px 0 4px 5px;
	margin:0 0 5px 0;
	color:#077b99;
	text-transform:uppercase;
}

.contentMeat {
	font-size:0.7em;
	background:url(/wp-content/themes/APR/images/boxcontent_bkg.png);
	padding: 10px 10px 5px 10px;
	margin-bottom:20px;
}
.indexColumns {
	min-height:250px;
}

/* --- ARTIST PAGE --- */
.artistsList img {
	float:left;
	padding:0 0 20px 20px;
}
.bioContainer {
	width:240px;
	float:left;
}
.largeContainer {
	width:700px;
	float:right;
}
.quickLinks img {
	margin:10px 10px 10px 0;
}
.singleReleasePost {
	margin-bottom:10px;
	float:left;
	width:100%;
}

/* --- RELEASE --- */
.releaseLeftColumn {
	width:220px;
	float:left;
	margin:0 20px 0 0;
}
.releaseRightColumn {
	width:700px;
	float:right;
}
.releaseArtists {
	margin:auto 0 20px auto;
}
img.download {
	margin:10px 0 10px 0;
}
.releaseOverviewContainer {
	width:700px;
	margin:0 10px 0 0;
}
.releaseOverviewContainer h2 {
	font-size:1.5em;
}
.releaseThumbnail {
	float:left;
	margin:0 10px 0 0;
}
ul.artistList {
	list-style-type:none;
}
ul.artistList li {
	display:block;
	padding:5px 0 5px 0;
}
ul.artistList li a {
	display:block;
	text-decoration:none;
}
ul.artistList li:hover /*, .current-cat */{
	background:url(/wp-content/themes/APR/images/boxtitle_bkg.gif);
	padding-left:5px;
}
.minHeight-120 {
	min-height:120px;
}
/* --- ABOUT --- */
.aboutform {
	border:1px solid #052d38;
	padding:4px;
	color:#999;
	background:none;
	width:95%;
}
/* --- FOOTER --- */
#footer {
	clear:both;
	margin-top:20px;
}