@CHARSET "UTF-8";

/**
 * GENERICS
 * -------- */
h1 {
	font-size: 2.5em;
}

h2 {
	font-weight: bold;
}

a {
	color: #00596e;
}

a:hover {
	text-decoration: none;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.col-left {
	float: left;
	width: 33%;
}

.col-middle {
	float: left;
	width: 34%;
	text-align: center;
}

.col-right {
	float: left;
	width: 33%;
}

.right {
	text-align: right;
}

.errorMessage {
	color: #922;
	font-style: italic;
}

/**
 * INDEX PAGE
 * ---------- */
 
body {
	background-color: #a5e6f3;
}

.container {
	width: 950px;
	margin-bottom: 10px;
}

#header {
	padding: 10px 110px 0;
	background: transparent url(../img/bg-body.jpg) repeat-y;
}

#header .inside {
	width: 730px;
	height: 245px;
	background: transparent url(../img/header.jpg) no-repeat;
}

#header .inside * {
	display: none;
}

#filters {
	padding: 7px 110px 0;
	background: transparent url(../img/bg-body.jpg) repeat-y;
}

#filters .inside {
	width: 730px;
	height: 148px;
	background: transparent url(../img/filters.jpg) no-repeat;
}

#filters .inside h2 {
	display: none;
}

#filterLists {
	width: 700px;
	margin: 0 auto;
	padding-top: 70px;
}

ul.filterList {
	float: left;
	width: 140px;
	margin: 0;
	padding-left: 0;
	list-style: none;
}

ul.filterList input[type="checkbox"], input[type="radio"], input.checkbox, input.radio {
	top: 0;
}

ul.filterList label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}


#artists {
	clear: both;
	float: left;
	padding: 0 110px 14px;
	background: transparent url(../img/bg-body.jpg) repeat-y;
}

#artists .inside {
	float: left;
	width: 730px;
	padding-top: 17px;
	background: transparent url(../img/bg-artists.jpg) repeat-y;
}

div.errorMessage {
	display: none;
	width: 638px;
	padding-left: 46px;
	font-size: 2em;
}

ul.artistList {
	float: left;
	margin: 0;
	width: 648px; /* extra 10px to accomodate li.artist's margin-right */
	padding-left: 46px;
	list-style: none;
}

li.artist {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 152px;
	height: 152px;
}

#artists .footer {
	float: left;
	width: 730px;
	height: 14px;
	background: transparent url(../img/bg-artists-footer.jpg) repeat-y;
}


#footer {
	clear: both;
	height: 190px;
	min-height: 190px;
	padding: 0 110px;
	background: transparent url(../img/bg-footer.jpg) no-repeat ;
}

#footer .inside {
	width: 730px;
	height: 153px;
	padding-top: 20px;
	background: transparent url(../img/footer.jpg) no-repeat;
	text-align: center;
}

#footer-links {
	margin-bottom: 20px;
}

#footer-links a {
	display: inline-block;
	padding: 0 10px;
}


#text-music {
	display: none;
	clear: both;
	font-size: 1.5em;
	text-align: center;
}

p.disclaimer,
p.policies {
	margin-bottom: .2em;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/**
 * ARTIST PAGE
 * ----------- */

.artistPage {
	float: left;
	width: 750px;
	padding: 58px 0 0;
	color: #00596e;
	background: #D6F3FA url(../img/artist-top.jpg) no-repeat;
}

.artistPage a {
	font-weight: bold;
}

.artistPage .artistName {
	margin-bottom: .25em;
}

.artistPage .albumTitle {
	font-size: 1.25em;
	font-style: italic;
	margin-bottom: 28px;
}

.artistPage .link {
	margin-bottom: .5em;
}

.artistPage .col-left {
	width: 410px;
	margin-left: 13px;
	margin-bottom: 13px;
}

.artistPage .col-right {
	float: right;
	width: 300px;
	margin-right: 13px;
	margin-bottom: 13px;
}
 
.packshot {
	float: left;
	width: 200px;
	height: 200px;
	margin-right: 10px;
	margin-bottom: 20px;
	border: 1px solid #8d8dc8;
	line-height: 200px;
	text-align: center;
}

.albumInfo {
	float: left;
	width: 198px;
}

.description {
	clear: both;
}

.video {
	width: 300px;
	height: 250px;
	margin-bottom: 10px;
	line-height: 250px;
	text-align: center;
}

.videoTitle {
	text-align: center;
	font-weight: bold;
}

.recommendation p {
	font-weight: bold;
	margin-bottom: .5em;
}

.recommendation a {
	font-weight: normal;
}

.artistPage .footer {
	clear: both;
	width: 750px;
	height: 16px;
	margin-top: 13px;
	background: transparent url(../img/artist-bottom.jpg) no-repeat;
}


/**
 * EMAIL PAGES
 * ----------- */
body.emailPage {
	padding: 45px 0 0;
	color: #00596e;
	background: #D6F3FA url(../img/artist-top.jpg) no-repeat;
}

.emailPage .inside {
	padding: 13px;
}

.emailPage .footer {
	clear: both;
	height: 16px;
	background: transparent url(../img/artist-bottom.jpg) no-repeat;
}


