@charset "UTF-8";

/* 

Concord Music Group - Press Room

Main Stylesheet [ press.css ]

Last Updated: 05.14.2008

01. Structure
02. Header
03. Content
04.	Footer
05. Index
06.	Albums
07. News
08. Label
09. Search Results
00. Clear Height Fix 

*/

/* Mozilla dotted-border fix */
:focus
{
	-moz-outline-style: none;
}

/* ----  01. STRUCTURE ---- */


body
{
	font: normal 15px Georgia, Arial, Verdana, Sans-serif;
	color: #333;
	background-color: #FFF;
	padding: 0;
	margin: 0;
}

a
{
	color: #2770A4;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: 0;
	text-decoration: 0;
}

h1, h2, h3, h4, form, fieldset, input, select
{
	padding: 0;
	margin: 0;
}

#top
{
	width: 100%;
	height: 20px;
	background: #FFF url(/images/bg-top.png) top center no-repeat;
}

#middle
{
	width: 100%;
	background: #FFF url(/images/bg.png) top center repeat-y;
}

#bottom
{
	width: 100%;
	height: 140px;
	background: #FFF url(/images/bg-bottom.png) top center no-repeat;
}

#container
{
	width: 932px;
	background-color: #FFF;
	margin: 0 auto 0 auto;
}


/* ---- 02. HEADER --- */


#header
{
	background: url(/images/header_back.gif);
}

#logo
{
	float: left;
	padding-left: 16px;
}

/*#logo a
{
	display: block;
	width: 170px;
	height: 43px;
}*/

#logo h1
{
	display: none;
}

#nav
{
	float: right;
	padding-right: 16px;
}

#nav ul
{
	width: 272px;
	height: 17px;
	list-style-type: none;
	padding: 10px;
	margin: 14px 0 0 0;
	border: 1px solid #ccc;
	background-color: #fff;
	font-size: 16px;
}

#nav li
{
	float: left;
	padding: 0 7px;
}

#nav a
{
	color: #000;
}

#labels
{
	clear: both;
	text-align: center;
	padding: 14px 16px 14px 16px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

#labels, #labels h2
{
	font: 12px Arial, Helvetica, sans-serif;
	color: #666;
}

#labels h2, #labels ul, #labels li
{
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#labels li
{
	white-space: nowrap;
}

#search
{
	clear: both; 
	padding: 18px 16px 20px 14px;
}

#search img 
{
	position: absolute;
}

#search input.search
{
	width: 270px;
	height: 18px;
	border: solid 1px #666;
	color: #666;
	margin: 0 0 0 235px;
}

#search input.submit
{
	margin: 0 0 0 16px;
}

#search p
{
	float: right;
	width: 280px;
	margin: -40px 0 0 0;
	font: 12px Arial, Helvetica, sans-serif;
}

body:first-of-type #search p
{
	margin: 0;
}


/* ---- 03. CONTENT --- */


#content
{
	font-family: Arial, Verdana, sans-serif;
	color: #333;
	padding: 16px;
}

/* header */

#contentHeader
{
	padding: 16px 0 8px 0;
	border-bottom: 1px solid #ccc;
}

#contentHeader #title
{
	float: left;
}

#contentHeader #title.tour
{
	width: 680px;
}

#contentHeader #title.notfound
{
	width: 902px;
	margin-bottom: 180px;
}

#contentHeader #title.notfound h1
{
	padding-bottom: 6px;
	margin-bottom: 40px;
	border-bottom: solid 1px #999;
}

#contentHeader #title h1
{
	font-size: 30px;
	font-weight: normal;
}

#contentHeader #title h1 small
{
	font-size: 30px;
	font-weight: normal;
	color: #999;
}

#contentHeader #title h2
{
	font-size: 24px;
	font-weight: normal;
}

#contentHeader #onTour
{
	/*position: relative;
	height: 1%;*/
	float: right;
	width: 210px;
	text-align: right;
}

#contentHeader #onTour span
{
	/*position: absolute;
	bottom: 0;
	right: 0;*/
	text-transform: uppercase;
	font-size: 12px;
	color: #666;
}

#contentHeader #onTour span strong
{
	color: #2770A4;
}

#contentHeader #onTour a
{
    color: #666;
}

#contentHeader #onTour a:hover
{
    color: #2770A4;
    text-decoration: underline;
}

/* columns */

.col
{
	margin-top: 16px;
	font-size: 14px;	
}

.col.left
{
	float: left;
	padding-right: 16px;
	border-right: 0px solid #ccc;
}

.col.right
{
	float: right;
	padding-left: 16px;
	border-left: 0px solid #ccc;
}

.col img
{
	border: 0;
}

/* release blocks */

.release
{
	padding: 0 0 10px 0;
}

.release p
{
	margin: 0;
}

.release h1
{
	border-top: 3px solid #000;
	text-transform: uppercase;
	font-size: 14px;
	color: #333;
	padding: 10px 0 0 0;
	margin: 0 0 16px 0;
}

.release h1 small
{
	font-size: 14px;
	font-weight: normal;
}

.thumb
{
	float: left;
	padding: 0 10px 0 0;
}

.thumb img
{
	width: 90px;
}

.links
{
	float: left;
}

.links h2
{
	font-size: 14px;
	margin: 0 0 2px 0;
}

.file
{
	margin: 0 0 12px 0;
}

.links .file
{
	margin: 12px 0 10px 0;
}

.set
{
	border-bottom: 1px solid #ccc;
	padding: 0 0 10px 0;
	margin: 10px 0 20px 0;
}


/* ---- 03. FOOTER ----*/


#footer
{
	font: 10px normal Arial, Verdana, sans-serif;
	clear: both;
	text-align: center;
}

#footer .note
{
	font: 10px normal Arial, Verdana, sans-serif;
	padding: 20px 40px 20px 40px;
	border-top: solid 1px #000;
}

#footer .disclaimer
{
	font: 10px normal Arial, Verdana, sans-serif;
	padding: 20px;
	color: #999;
	border-top: solid 1px #000;
}

#debug
{
    margin: 50px;
    padding: 10px;
    font-size: 10px;
    background: #FFD;
    border: dotted 1px #777;
    color: #333;
} 

/* ---- 04. INDEX --- */


#contentHeader.index
{
	border-bottom: 3px solid #000;
}

.col.left .index
{
	width: 682px;
	padding: 0 0 0 0;
}

.col.right .index
{
	width: 184px;
}

.index .release
{
	float: left;
	margin: 0 8px 10px 0;
	font-size: 11px;
}

.index .release a
{
	color: #000;
}

.index .release a:hover
{
	color: #06C;
}

.index .release .image a
{
	font: bold 11px Arial, Verdana, Sans-serif;
	color: #666;
}

.index .release .image
{
	float: left;
	width: 90px;
	padding: 3px 5px 0 5px;
	text-align: center;
	background: url(/images/album-bg.png) top left no-repeat;
}

.index .release .image img
{
	margin-bottom: 5px;
	width: 90px;
	height: 90px;
}

.index .release .info
{
	float: left;
	width: 109px;
	padding: 3px 5px 0 5px;
}

.index .release .info h2
{
	font: bold 12px Arial, Verdana, Sans-serif;
	line-height: 15px;
}

.index .release .info h3
{
	font: normal 11px Arial, Verdana, Sans-serif;
	line-height: 13px;
}

.index .release .info div
{
	margin: 2px 0 0 0;
}

.index .release .info .label a
{
	font-weight: bold;
}

.index .release .label
{
	line-height: 16px;
}

.index #news h1
{
	text-transform: uppercase;
	font-size: 14px;
	color: #333;
	padding: 0 0 10px 0;
}

.index #news .headline
{
	font-size: 12px;
	margin: 0 0 12px 0;
}


/* ---- 06. ALBUMS --- */


.col.left.album, .col.right.album
{
	width: 433px;
}

/* album details */

.album .details
{
	padding-bottom: 10px;
}

.album .image
{
	float: left;
	width: 188px;
	height: 196px;
	padding: 3px 5px 0 5px;
	background: url(/images/album-large-bg.png) top left no-repeat;
}

.album .image img
{
	margin-bottom: 5px;
	width: 188px;
	height: 188px;
}

.album .info
{
	float: left;
	padding: 3px 5px 0 5px;
	font-size: 12px;
	color: #666;
}

.album .info div
{
	clear: left;
	margin-top: 2px;
	color: #666;
}

.album .info b
{
	color: #2770A4;
}

.album .info strong
{
	color: #000;
}

.album .info .sku, .album .info .tag
{
	text-transform: uppercase;
}

.album .info .sku
{
	font-size: 11px;
	font-weight: bold;
}

.album .info .tag a
{
	font-weight: bold;
}

.album .info .link
{
	margin-top: 8px;
}

/* tracklist */

.disc
{
	text-transform: uppercase;
	font-size: 14px;
	margin: 10px 0 10px 0;
}

.track
{
	padding: 0 0 4px 0;
	margin: 0 0 6px 0;
	border-bottom: 1px solid #ccc;
}

.track img
{
	margin: 4px 4px 0 0; 
}

/* bio */

.bio h1
{
	padding-bottom: 0;
}

.bio p
{
	margin: 0 0 10px 0;
}

/* assets */

.asset .set.last
{
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}

.asset h2
{
	font-size: 14px;
	margin: 0 0 2px 0;
}

.asset .credit
{
	font-size: 11px;
}

.asset .banner
{
	margin: 0 0 10px 0;
}

.asset .video .title
{
	margin: 10px 0 10px 0;
}

.asset .video .request
{
	font-size: 12px;
	padding-bottom: 10px;
}


/* ---- 07. NEWS --- */


.col.left.news, .col.right.news
{
	width: 433px;
	font-family: Georgia, Arial, Verdana, Sans-serif;
}

.news h1
{
	text-transform: none;
	color: #999;
	font: normal 14px Arial, Helvetica, sans-serif;
	margin: 0 0 15px 0;
}

.news h1 strong
{
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
}

.news #current p.intro
{
	font-size: 22px;
}

#content .news #archive .headline
{
	padding: 0 0 15px 0;
	margin: 15px 0 0 0;
	border-bottom: solid 3px #000;
}

#content .news #archive .headline h3
{
	font: normal 14px Arial, Verdana, Sans-serif;
	color: #666;
	padding: 0 0 10px 0;
	margin: 0;
}

#content .news #archive .headline p
{
	font-size: 16px;
	padding: 0;
	margin: 0;
}


/* ---- 08. LABEL --- */


.col.left.label, .col.right.label
{
	width: 433px;
}

.contacts h1
{
	border-top: 0;
	padding-top: 0;
}

.contacts div
{
	clear: left;
	margin: 4px 0 0 0;	
}

.contacts div strong
{
	text-transform: uppercase;
}

.contacts .email
{
	margin: 20px 0 20px 0;
}


/* ---- 09. SEARCH RESULTS ---- */


#searchHeader
{
	text-transform: uppercase;
	font-weight: bold;
}

#count
{
	padding: 0 0 12px 0;
	border-bottom: 1px solid #ccc;
}

#showing, #showAll
{
	float: left;
	width: 206px;
}

#paging
{
	float: left;
	width: 488px;
	text-align: center;
}

#showAll
{
	text-align: right;
	font-weight: normal;
}

#sorting
{
	padding: 12px 0 12px 0;
	border-bottom: 3px solid #000;
}

#sorting span.sort
{
	padding-right: 38px;
}

#sorting span.divide
{
	padding: 0 8px;
	color: #666;
}

#sorting span.selected, #sorting span.selected a
{
	color: #09F;
	font-weight: normal;
}

.results .release
{
	border-bottom: 1px solid #ccc;
	padding: 12px 0 12px 0;
}

.results .release.last
{
	border-bottom: 0;
}

.results .release .image a
{
	font: bold 11px Arial, Verdana, Sans-serif;
	color: #666;
}

.results .release .image
{
	float: left;
	width: 90px;
	padding: 3px 5px 0 5px;
	text-align: center;
	background: url(/images/album-bg.png) top left no-repeat;
}

.results .release .image img
{
	margin-bottom: 5px;
	width: 90px;
	height: 90px;
}

.results .release .info
{
	float: left;
	width: 788px;
	padding: 4px 0 0 12px;
}

.results .release .info h2
{
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 2px;
}

.results .release .info h3
{
	font-size: 13px;
	font-weight: normal;
	line-height: 15px;
}

.results .release .info p.review
{
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	margin: 10px 0 0 0;
}

.results .release .info a
{
	color: #369;
	font-weight: bold;
}

.noresult
{
	font: normal 13px Georgia, Arial, Verdana, Sans-serif;
	line-height: 17px;
	padding: 12px 36px 144px 24px;
	margin: 0;
}

.limitedresult
{
	font: normal 13px Georgia, Arial, Verdana, Sans-serif;
	line-height: 17px;
	padding: 12px 36px 36px 24px;
	margin: 0;

}


/* ---- 00. CLEAR HEIGHT FIX --- */


.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* PREVIEW PLAYER */
#PreviewPlayer {
	height:0;
	left:-500px;
	position:absolute;
	top:-500px;
	width:0;
	z-index:-1;
}

/* PREVIEWS */
a.audioPreview {
	background-image:url(../images/preview-sprites.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	height:16px;
	text-align:left;
	text-indent:-3000px;
	width:77px;
}

a.downloadPreview {
	background-image:url(../images/dl_preview.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	height:16px;
	text-align:left;
	text-indent:-3000px;
	width:139px;
}

a.downloadTrack {
	background-image:url(../images/dl_track.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	height:16px;
	text-align:left;
	text-indent:-3000px;
	width:131px;
}

.track #mediaButtons a {
	margin: 4px 5px 2px 0;
	display: block;
	float: left;
}

.track #mediaButtons {
	float: left;
}

.track {
	clear: both;
	float: left;
	width: 433px;
}

.release.bio {
	clear: both;
}
