/*//////////////////////////////////////////////////////////////////////////////////////////////////
----------------------------------------------------------------------------------------------------
RESET
----------------------------------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////////////////////////*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*//////////////////////////////////////////////////////////////////////////////////////////////////
----------------------------------------------------------------------------------------------------
LAYOUT
----------------------------------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////////////////////////*/

/* HTML 5 Support
----------------------------------------------------------------------------------------------------*/
article, section, header, footer, nav, menu, aside{
	display: block;
}



/* General Styles
----------------------------------------------------------------------------------------------------*/
body{
	margin: 0;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 0.875em;
	color: #59626b;
}

a img{ border: none; }

.inner{ width: 1120px; margin: 0 auto; padding: 0 30px; }



/* Header Styles
----------------------------------------------------------------------------------------------------*/
header{ position: relative; height: 230px; }
#home header{ height: 660px; }
#library header{ height: 380px; }

header .inner{
	position: relative;
	width: 1180px;
	padding: 0;
}

header nav{
	background: url("../img/header.png") top center no-repeat;
	width: 100%;
	height: 230px;
	position: absolute;
	top: 0px;
	z-index: 20;
}

header #sub{
	width: 100%;
	height: 430px;
	padding: 70px 0 0 0;
	position: absolute;
	top: 160px;
	z-index: 10;
}

header .homebanner1{ background: url("../img/sub_header.png") top center no-repeat; }
header .homebanner2{ background: url("../img/sub_header_2.png") top center no-repeat; }
header .homebanner3{ background: url("../img/sub_header_3.png") top center no-repeat; }
header .homebanner4{ background: url("../img/sub_header_4.png") top center no-repeat; }

header #search-bar{
	background: url("../img/search_header.png") top center no-repeat;	
	width: 100%;
	height: 150px;
	padding: 70px 0 0 0;
	position: absolute;
	top: 160px;
	z-index: 10;
}

header #banner{
	background: url("../img/header_banner.png") bottom left;	
	width: 240px;
	height: 530px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 300;
	padding: 30px 50px;
}

#library header #banner{
	background: url("../img/header_banner.png") bottom left no-repeat;
	width: 240px;
	height: 440px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 30;
	padding: 30px 50px;
}



/* Main Navigation 
----------------------------------------------------------------------------------------------------*/
header nav ul{ margin: 90px 0 0 380px; }

header nav ul li{
	display: inline-block;
	float: left;
	margin-right: 2px;
}

header nav #small{
	margin: 0 0 0 380px; height: 30px;
	text-align: right;
}



/* Error pages
----------------------------------------------------------------------------------------------------*/
#error-page #content{
	background: url("../img/error-bg.gif") top left no-repeat;
	width: 524px;
	padding: 95px 50px 0 350px;
	height: 425px;
	margin: 0 auto;
}

#error-page h2{
	font-size: 36px;
	letter-spacing: -1px;
}

#error-page ul, #error-page ul li{
	margin: 10px;
	list-style: disc;
}

#error-page ol, #error-page ol li{
	margin: 10px;
	list-style: decimal;
}



/* Big Header
----------------------------------------------------------------------------------------------------*/
header #sub .text{
	margin-left: 380px;
	padding: 20px 0;
	width: 600px;
}

header #search-bar .text{
	margin-left: 380px;
	padding: 10px 0;
}

header #sub .text p{
	width: 440px;
	font-size: 13px;
}



/* Content Styles
----------------------------------------------------------------------------------------------------*/
#content{ 
	width: 1180px; 
	padding: 0; 
	margin: 0 auto; 
	clear: both;
}

#content .home-col{
	float: left;
	margin-right: 20px;
	padding-right: 20px;
	border-right: solid 1px #f9f9f9;
	width: 346px;
	min-height: 350px;
}

#content .home-col.last{
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}

#content aside{
	float: left;
	width: 340px;
	margin-top: 90px;
	padding: 0;
}

#home #content aside{
	float: left;
	width: 280px;
	margin-top: 400px;
	padding: 0 0 0 30px;
}

#content #main{
	margin-left: 360px;
	padding: 30px 0;
}

#home #content{
	padding: 0 30px;
	width: 1120px;
}



/* Tables
----------------------------------------------------------------------------------------------------*/
table{
	border: none;
	width: 100%;
}

table th{
	padding: 30px 20px 15px 20px;
	text-align: left;
	color: #000;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
}

table td{
	padding: 10px 20px;
	vertical-align: middle;
}


/* Tracklist tables */
.tracklist th{
	padding: 30px 20px 15px 20px;
	text-align: left;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	cursor: pointer;
}

.tracklist tr{
	border-bottom: solid 1px #e0ebf3;
}

.tracklist tr:nth-child(odd){
	background: #ecf4fa;
}

.tracklist tr.heading{
	background: #2d3338 url("../img/tr-bg.gif") top left no-repeat;
}

/* jQuery Pagination */
#pager select{ display: none; }


/* My Favourites Box
----------------------------------------------------------------------------------------------------*/
.my_favs li{
	padding: 10px;
	border-bottom: solid 1px #efefef;
}

.my_favs li a{
	color: #4e555b;
	text-decoration: none;
}

.my_favs .jplayer_playlist_current{ background: #f9f9f9 url("../img/play.png") right no-repeat; }
.my_favs .jplayer_playlist_current a{ color: #1b2023; background: none; }

#library #jplayer_playlist{
	background: url("../img/favourites/favourites_bg.gif") top left no-repeat;
	padding: 30px 50px 10px 50px;
	min-height: 300px;
}

#library .favourites-bottom{
	height: 20px;
	background: url("../img/favourites/favourites_bottom.gif") top left no-repeat;
}

#library #jplayer_playlist ul{
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: solid 1px #d5dada;
}

#library #jplayer_playlist ul li{
	margin-bottom: 10px;
}

#library #jplayer_playlist ul li .fav_remove, #library #jplayer_playlist ul li .fav_play{
	float: right;
	display: block;
	width: 13px;
	height: 13px;
	padding: 3px;
}

#library #jplayer_playlist ul li .fav_play{ float: left; }

#library #jplayer_playlist ul li h5, #library #jplayer_playlist ul li h6{
	margin: 0 0 0 30px;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
}

#library #jplayer_playlist ul li h6{ font-weight: normal; }



/* Placement page
----------------------------------------------------------------------------------------------------*/
#placement_points{
	list-style: none;
}
#placement_points li{
	width: 330px;
	float: left;
	margin: 0 30px 20px 0;
	padding: 5px 0 0 50px;
}

.listitem01{ background: url("../img/bullets/bullet01.gif") top left no-repeat; }
.listitem02{ background: url("../img/bullets/bullet02.gif") top left no-repeat; }
.listitem03{ background: url("../img/bullets/bullet03.gif") top left no-repeat; }
.listitem04{ background: url("../img/bullets/bullet04.gif") top left no-repeat; }

.placement_img, .composition_img{
	float: right;
	margin: -100px 0 0 10px;
}

#placement_logos{
	clear: both;
	background: url("../img/placement_logos_bg.gif") top left no-repeat;
	padding: 30px 0;
	height: 230px;
}

#placement_logos li{
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	display: block;
	width: 140px;
	height: 100px;
}

.topbox{
	height: 145px;
}

/* Select every 5th li and remove the margin */
#placement_logos li.last{
	margin-right: 0;
}



/* Latest News
----------------------------------------------------------------------------------------------------*/
#latest-news article{
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	border-bottom: solid 1px #e7e7e7;
}

#latest-news article:nth-last-child(1){
	border-bottom: none;
	padding: 0;
}

#latest-news .body{
	display: block;
	padding: 0 40px;
}

#latest-news article h2{
	background: url("../img/news-title-bg.gif") top left no-repeat;
	height: 70px;
	padding: 30px 40px;
	margin: 0 0 10px 0;
	font-size: 24px;
}

#latest-news small{
	display: block;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	color: #9fa5aa;
}

#latest-news #comments h2{
	background: none;
	height: auto;
	padding: 0;
	margin: 0;
}

/* Comments */
#comments{
	margin: 30px 0;
	background: #ecf2f2;
	padding: 30px 50px;
}

#comments ol li{
	margin: 30px 0 0 0;
	min-height: 65px;
}

#comments ol li p{
	margin-left: 140px;
	border-left: solid 1px #cdd3d3;
	padding: 0 0 0 30px;
	font-size: 13px;
	line-height: 21px;
	min-height: 65px;
}

#comments ol li .comment_author{
	float: left;
	width: 120px;
	font-size: 12px;
	line-height: 1;
	margin: 0;
	padding: 0;
	border: none;
}

#comments ol li .comment_author strong{
	display: block;
	margin-bottom: 10px;
}
#comments ol li .comment_author .date{
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 11px;
}



/* Partners Page
----------------------------------------------------------------------------------------------------*/
#partners #main div.partner img{ float: left; }

#partners #main div.partner h3, #partners #main div.partner p{ margin-left: 180px; }

#partners #main div.partner{
	height: 100px;
	padding: 30px;
	border-bottom: solid 1px #e7e7e7;
}

#partners #main div.partner:nth-child(even){ background: #ecf2f2; }



/* Music Library
----------------------------------------------------------------------------------------------------*/
.license-track{
	background: url("../img/library/licence-track-bg.gif") top left no-repeat;
	padding: 25px 30px 20px 30px;
	height: 136px;
	margin: 30px 0 10px 0;
}

.license-track .left{
	float: left;
	width: 360px;
}

.license-track .right{
	margin-left: 420px;
	padding-top: 35px;
}

.more-like{
	background: url("../img/library/more-like-bg.gif") top left no-repeat;
	padding: 20px 30px;
	height: 141px;
	margin: 30px 0 10px 0;
}

.tags-box{
	float: left;
	width: 380px;
	padding: 0 29px 0 0;
	border-right: solid 1px #e7e7e7;
	margin-right: 30px;
	height: 280px;
}

.tags-box ul{
	margin: 0;
	list-style: none;
	padding: 0;
	font-size: 12px;
}

.tags-box ul li{
	display: inline;
	margin: 0 20px 0 0;
	padding: 0;
	color: #fff;
	width: 100px;
	line-height: 24px;
}

.genre-box{
	margin-left: 440px;
	height: 280px;
}

.genre-box ul{
	margin: 0;
	list-style: square;
	padding: 0;
	font-size: 12px;
}

.genre-box ul li{
	margin: 0 10px 8px 20px;
	padding: 0;
	float: left;
	width: 100px;
}

.genre-box ul li.last{
	margin: 0 0 8px 20px;
}

.genre-box ul li a{

}

.dont-like-box{ width: 820px; }


/* Pagination */
#pagination{
	padding: 15px 0;
	display: block;
	width: 820px;
}

#pagination .right{ float: right; width: 100px; text-align: right; font-size: 24px; }
#pagination .left{ float: left; width: 100px; font-size: 24px; }
#pagination .pages{
	text-align: center;
	margin: 0 120px;
}

#pagination .pagedisplay{ border: none; text-align: center; }

#pagination a{ text-decoration: none; }


#content .track-page-heading h1, #content .track-page-heading h2{
	margin: 0;
	padding: 0;
}

#content .track-page-heading img{
	float: left;
	width: 50px;
	margin-right: 30px;
}

#library .controls{
	margin: 20px 0;
}

#library .controls a{
	margin-right: 6px;
}

.artist-bio{
	min-height: 200px;
}

.artist-bio img{
	float: left;
	border: solid 5px #ecf2f2;
}

#content .artist-bio h4, .artist-bio p{
	margin-left: 270px;
}



/* Contact page
----------------------------------------------------------------------------------------------------*/
#main .contact_left{
	float: left;
	width: 380px;
}

#main .contact_right{
	margin-left: 420px;
}

#map_holder{
	background: #f9f9f9;
	padding: 5px;
	clear: both;
	height: 240px;
	margin-top: 30px;
}

#map_canvas{
	width: 560px;
	height: 240px;
	margin-bottom: 30px;
	float: left;
}
#map_address{
	margin-left: 570px;
	padding: 30px 0 30px 20px;
	background: #f9f9f9;
}



/* Image rotator placement-page
----------------------------------------------------------------------------------------------------*/
div#rotator {
	margin-top: -30px;
	float: right;
	width: 440px;
	position:relative;
	height:231px;
	margin-left: 15px;
}

/* rotator css */
div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}

/* rotator image style */	
div#rotator ul li img {
	background: #fff;
}

div#rotator ul li.show {
	z-index:500;
}



/* Composition Graph
----------------------------------------------------------------------------------------------------*/
#comp{
	margin: 0;
	padding: 0;
}

#comp li{
	display: block;
	width: 140px;
	margin-right: 30px;
	text-align: center;
	float: left;
}

#comp li.last{
	margin-right: 0;
}

#comp li img{
	display: block;
	width: 140px;
	height: 160px;
	margin-bottom: 5px;
}


/* Footer
----------------------------------------------------------------------------------------------------*/
footer{ clear: both; }

footer .right{
	float: right;
	width: 300px;
	text-align: right;
}

footer{
	background: #eef4f8 url("../img/footer-bg.gif") top center no-repeat;
	padding: 50px 30px;
}

.crafty{
	display: block;
	clear: left;
	font-size: 12px;
	color: #5a6268;
	text-transform: lowercase;
	line-height: 1;
	margin: 0;
	text-decoration: none;
	text-align: right;
}
.crafty:hover{
	text-decoration: none;
}



/* NyroModal
----------------------------------------------------------------------------------------------------*/
div#nyroModalFull {
	font-size: 12px;
	color: #777;
	z-index: 999999;
}

div#nyroModalLoading {
	border: 4px solid #777;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(../img/nyromodal/ajaxLoader.gif) no-repeat;
	background-position: center;
}

div#nyroModalLoading.error {
	border: 4px solid #f66;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}

div#nyroModalWrapper {
	background: #fff;
	border: 4px solid #777;
}

a#closeBut {
	position: absolute;
	display: block;
	top: -13px;
	right: -13px;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	background: url(../img/nyromodal/close.gif) no-repeat;
	outline: 0;
}

h1#nyroModalTitle {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -22px;
	left: 5px;
	font-size: 12px;
	color: #ddd;
}

div.wrapper div#nyroModalContent {
	padding: 5px;
}

div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}

div.wrapperImg img {
	vertical-align: baseline;
}

div.wrapperImg div#nyroModalContent div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: black;
	padding: 10px;
	margin: 10px;
	border: 1px white dotted;
	overflow: hidden;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

div.wrapperImg div#nyroModalContent div:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: help;
}

a.nyroModalPrev, a.nyroModalNext {
	z-index: 105;
	outline: none;
	position: absolute;
	top: 0;
	height: 100%;
	width: 40%;
	cursor: pointer;
	text-indent: -9999em;
	background-image: url(data:image/gif;base64,AAAA);/* Trick IE6 */
}

div.wrapperSwf a.nyroModalPrev, div.wrapperSwf a.nyroModalNext, div.wrapper a.nyroModalPrev, div.wrapper a.nyroModalNext {
	height: 60%;
	width: 20%;
}

a.nyroModalPrev {
	left: 0;
}

a.nyroModalPrev:hover {
	background: url(../img/nyromodal/prev.gif) left 20% no-repeat;
}

a.nyroModalNext {
	right: 0;
}

a.nyroModalNext:hover {
	background: url(../img/nyromodal/next.gif) right 20% no-repeat;
}



/* My Playlists View
----------------------------------------------------------------------------------------------------*/
#main .playlist{
	border-bottom: solid 1px #e7e7e7;
	padding: 20px 0;
}

#main .playlist a h2{
	background: url("http://library.pennyblackmusiclicensing.com/img/mp_folder.png") top left no-repeat;
	height: 24px;
	font-size: 18px;
	padding: 3px 40px;
}

#main .playlist menu{
	float: right;
	width: 300px;
	text-align: right;
	margin: 0;
	padding: 6px 0 0 0;
}

#main .playlist ul{
	margin: 0;
	padding: 15px 20px;
	background: #f9f9f9;
	border: solid 1px #e7e7e7;
}
#main .playlist li{
	display: inline;
	font-size: 12px;
	margin-right: 20px;
	padding: 4px;
}

#main .playlist li em{
	font-size: 11px;
	color: #a1a8ac;
}



/* Lists
----------------------------------------------------------------------------------------------------*/

#terms-of-use #main ul,
#privacy-policy #main ul{
	margin: 10px 10px 20px 10px;
	list-style: disc;
}
#terms-of-use #main li,
#privacy-policy #main li{
	margin: 10px;
	list-style: disc;
	line-height: 1.75em;
}



/*//////////////////////////////////////////////////////////////////////////////////////////////////
----------------------------------------------------------------------------------------------------
TYPOGRAPHY
----------------------------------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////////////////////////*/

/* General Type
----------------------------------------------------------------------------------------------------*/
html{ font-size: 100%; }

input[type=text], textarea{
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 0.875em;
	color: #59626b;
}

h1{
	color: #dd0a32;
	font-size: 24px;
	margin: 0 0 30px 0;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

#home h1{
	font-size: 36px;
}

h2{
	font-size: 1.5em;
	margin: 0 0 1em 0;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #2c3237;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

header #banner h2{
	margin: 20px 0 10px 0;
}

h3{
	color: #dd0a32;
	font-size: 18px;
	margin: 0 0 20px 0;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

header h3{
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #3e454b;
	font-size: 1.125em;
	line-height: 1.5em;
	margin: 0 0 0.75em 0;
	text-shadow: none;
}

h4{
	font-size: 16px;
	line-height: 21px;
	margin: 0;
	padding: 0;
}

p{
	font-size: 1em;
	line-height: 1.75em;
	margin: 0 0 1.25em 0;
}

a{ color: #DD0A32; text-decoration: underline; }

a:hover{ color: #bb1031; text-decoration: none; }

.white{ color: #fff; text-shadow: 1px 1px 1px rgba(0,0,0,0.5); }


/* Navigation links
----------------------------------------------------------------------------------------------------*/
header nav ul li a{
	display: block;
	padding: 15px 20px;
	color: #dee6eb;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
	text-transform: lowercase;
	line-height: 1em;
	font-weight: bold;
}

header nav ul li a:hover{
	color: #fff;
	background: #333a41;
}

header nav ul li a:active{
	color: #fff;
	background: #2d3338;
}

header nav ul li.selected a{
	color: #fff;
	background: #2d3338;
}

header nav #small a{
	display: block;
	width: 80px;
	height: 14px;
	padding: 8px 10px;
	color: #dee6eb;
	text-decoration: none;
	line-height: 1em;
	font-size: 0.875em;
	background: #2d3338;
	float: right;
	margin-left: 10px;
	text-align: center;
}

header nav #small a:hover{ background: #1b2023; }



/* Homepage Header
----------------------------------------------------------------------------------------------------*/
header #banner h1{
	margin: 0 0 30px 0;
}

header #sub h2{
	color: #dd0a32;
	font-size: 36px;
	margin: 0 0 7px 0;
	letter-spacing: -1px;
}

header #search-bar h2{
	color: #dd0a32;
	font-size: 24px;
	margin: 0 0 10px 0;
}



/* H4 Buttons
----------------------------------------------------------------------------------------------------*/
h4.button{
	display: inline-block;
	background: #000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px #2d3338;
	-moz-box-shadow: 1px 1px 1px #fff;
	margin-right: 15px;
}

h4.button a{
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px 10px;
	font-size: 14px;
	border: solid 1px rgba(255,255,255,0.2);
	border-top: solid 1px #b8bbbd;
	border-top-color: rgba(255,255,255,0.6);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	/* Background gradients */
	background-color: #4e555b; /* fallback color */
	background-image: -moz-linear-gradient(100% 100% 90deg, #30363b, #4e555b);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4e555b), to(#30363b));
}

h4.button a:hover{
	background-color: #30363b; /* fallback color */
	background-image: -moz-linear-gradient(100% 100% 90deg, #4e555b, #30363b);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#30363b), to(#4e555b));
	color: #fff;
}

h4.large{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

h4.large a{
	padding: 10px 15px;
	font-size: 16px;
}

h4.red a{
	background-color: #dd0b33; /* fallback color */
	background-image: -moz-linear-gradient(100% 100% 90deg, #c01334, #dd0b33);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dd0b33), to(#c01334));
	border: solid 1px rgba(255,255,255,0.3);
	border-top-color: #f29dad;
}

h4.red a:hover{
	background-color: #b71534; /* fallback color */
	background-image: -moz-linear-gradient(100% 100% 90deg, #dd0b33, #c01334);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c01334), to(#dd0b33));
}

/* Content type
----------------------------------------------------------------------------------------------------*/
p.large{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 30px;
}

p.large small{
	font-size: 14px;
	font-weight: normal;
}

p.small{
	font-size: 13px;
	line-height: 21px;
	margin: 0;
	padding: 0;
}

.license-track h3{ color: #fff; margin: 0 0 10px 0; }


.license-track p{ color: #fff; }

.license-track .left p{
	font-size: 12px;
	line-height: 20px;
}

.genre-box a, .tags-box a{
	color: #59626b;
	text-decoration: none;
}

.genre-box a:hover, .tags-box a:hover{ text-decoration: underline; color: #2d3134; }



/* Latest news
----------------------------------------------------------------------------------------------------*/
/* Homepage */
#latest_news{
	border-top: solid 1px #e7e7e7;
}
#latest_news li{
	padding: 10px 0;
	border-bottom: solid 1px #e7e7e7;
}

#latest_news h4{
	margin: 0;
	padding: 0
}

#latest_news h4 small{
	float: right;
	font-size: 12px;
	font-style: italic;
	color: #9b9b9b;
}

#latest_news h4 a{
	text-decoration: none;
}


/* News Page */
#latest-news article h2{
	margin: 0;
}

#latest-news article h2 a{ text-decoration: none; }

#latest-news article small{
	display: block;
	color: #666;
	margin: 0 0 20px 0;
	font-size: 16px;
	font-style: italic;
}

#latest-news article .body, #latest-news article .body p, #latest-news article .body li{ font-size: 13px; line-height: 21px; }

#latest-news a.read_more{ margin: 0 0 0 40px; }


#comments ol li .comment_author strong{
	font-weight: bold;
	font-size: 14px;
}

#comments h3{
	clear: left;
	border-top: solid 1px #cdd3d3;
	margin-top: 30px;
	padding-top: 30px;
}


/* Custom Composition
----------------------------------------------------------------------------------------------------*/
#comp h5{
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #3e454b;
	margin-bottom: 4px;
}

#comp p{
	font-family: Georgia, Times, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 16px;
	color: #7d7d7d;
}


.license-track .right a{ color: #fff; }



/* Footer
----------------------------------------------------------------------------------------------------*/
footer, footer p{ font-size: 12px; }

footer p{ margin: 0 0 5px 0; }

footer p img{ vertical-align: middle; }

footer a{ color: #59626b; }



/*//////////////////////////////////////////////////////////////////////////////////////////////////
----------------------------------------------------------------------------------------------------
FORMS
----------------------------------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////////////////////////*/

/* Homepage forms
----------------------------------------------------------------------------------------------------*/
header #banner .search-holder{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.05) inset;
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.05) inset;
	padding: 4px;
	background: #fff;
	width: 232px;
	border: solid 1px #fff;
}

header #banner .search-box{
	display: block;
	width: 160px;
	border: none;
	padding:  4px;
	font-size: 12px;
	background: #fff;
}

header #banner .search-button{
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 3px 5px;
	border: solid 1px rgba(255,255,255,0.2);
	border-top: solid 1px #b8bbbd;
	border-top-color: rgba(255,255,255,0.6);
	border: solid 1px rgba(255,255,255,0.3);
	border-top-color: #f29dad;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	/* Background gradients */
	background-color: #dd0b33; /* fallback color */
	background-image: -moz-linear-gradient(100% 100% 90deg, #c01334, #dd0b33);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dd0b33), to(#c01334));
	
	float: right;
}

header #banner .search-button:hover{
	background-color: #b71534; /* fallback color */
	background-image: -moz-linear-gradient(100% 100% 90deg, #dd0b33, #c01334);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c01334), to(#dd0b33));
}



/* Search bar
----------------------------------------------------------------------------------------------------*/
header #search-bar .search-holder{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.05) inset;
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.05) inset;
	padding: 4px;
	background: #fff;
	width: 550px;
	border: solid 1px #fff;
}

header #search-bar .search-box{
	display: block;
	width: 420px;
	border: none;
	padding: 6px 10px;
	font-size: 16px;
	background: #fff;
}

header #search-bar .search-button{
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 6px 10px;
	border: solid 1px rgba(255,255,255,0.2);
	border-top: solid 1px #b8bbbd;
	border-top-color: rgba(255,255,255,0.6);
	border: solid 1px rgba(255,255,255,0.3);
	border-top-color: #f29dad;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	/* Background gradients */
	background-color: #dd0b33; /* fallback color */
	background-image: -moz-linear-gradient(100% 100% 90deg, #c01334, #dd0b33);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dd0b33), to(#c01334));
	
	float: right;
}

header #search-bar .search-button:hover{
	background-color: #b71534; /* fallback color */
	background-image: -moz-linear-gradient(100% 100% 90deg, #dd0b33, #c01334);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c01334), to(#dd0b33));
}



/* License this track
----------------------------------------------------------------------------------------------------*/
#content .license-holder{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.05) inset;
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.05) inset;
	padding: 4px;
	background: #fff;
	width: 352px;
	border: solid 1px #fff;
}

#content .license-holder .license-box{
	display: block;
	width: 240px;
	border: none;
	padding: 6px 10px;
	font-size: 16px;
	background: #fff;
}

#content .license-holder input[type="submit"]{
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 6px 10px;
	border: solid 1px rgba(255,255,255,0.2);
	border-top: solid 1px #b8bbbd;
	border-top-color: rgba(255,255,255,0.6);
	border: solid 1px rgba(255,255,255,0.3);
	border-top-color: #f29dad;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	/* Background gradients */
	background-color: #dd0b33; /* fallback color */
	background-image: -moz-linear-gradient(100% 100% 90deg, #c01334, #dd0b33);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dd0b33), to(#c01334));
	
	float: right;
}

#content .license-holder input[type="submit"]:hover{
	background-color: #b71534; /* fallback color */
	background-image: -moz-linear-gradient(100% 100% 90deg, #dd0b33, #c01334);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c01334), to(#dd0b33));
}



/* Comments forms
----------------------------------------------------------------------------------------------------*/
#comments label{
	float: left;
	width: 120px;
	padding-top: 6px;
}

.textfield, textarea{
	display: block;
	width: 280px;
	padding: 5px 10px;
	font-size: 14px;
	border: solid 1px #dae2e2;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

textarea{ height: 140px; }

.submitbutton{
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 6px 10px;
	border: solid 1px rgba(255,255,255,0.2);
	border-top-color: rgba(255,255,255,0.6);
	border-top-color: #f29dad;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	/* Background gradients */
	background-color: #dd0b33; /* fallback color */
	background-image: -moz-linear-gradient(100% 100% 90deg, #c01334, #dd0b33);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dd0b33), to(#c01334));
}

.submitbutton:hover{
	background-color: #b71534; /* fallback color */
	background-image: -moz-linear-gradient(100% 100% 90deg, #dd0b33, #c01334);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c01334), to(#dd0b33));
}


#comments .textfield, #comments textarea, #comments .submitbutton{
	margin-bottom: 10px;
	margin-left: 140px;
}



/* Contact form
----------------------------------------------------------------------------------------------------*/
/*#contact_form label{
	display: block;
	margin: 0 0 5px 0;
}

#contact_form input{
	display: block;
	margin: 0 0 15px 0;
}

#contact_form input[type=text], #contact_form textarea{
	display: block;
	width: 280px;
	border: none;
	padding: 5px 10px;
	font-size: 1em;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background: #fff;
	border: solid 1px #dae2e2;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	color: #333;
}

#contact_form textarea{ height: 140px; }

#contact_form input[type="submit"]{
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 6px 10px;
	border: solid 1px rgba(255,255,255,0.2);
	border-top-color: rgba(255,255,255,0.6);
	border-top-color: #f29dad;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	background-color: #dd0b33; 
	background-image: -moz-linear-gradient(100% 100% 90deg, #c01334, #dd0b33);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dd0b33), to(#c01334));
}

#contact_form input[type="submit"]:hover{
	background-color: #b71534; 
	background-image: -moz-linear-gradient(100% 100% 90deg, #dd0b33, #c01334);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c01334), to(#dd0b33));
}
*/



/* Flashdata
----------------------------------------------------------------------------------------------------*/
#flashdata{
	position: absolute;
	top: 300px;
	left: 50%;
	width: 420px;
	margin-left: -250px;
	padding: 30px;
	background-color: #fff;
	border: solid 10px #e7e7e7;
	background: rgba(255,255,255,0.8);
	z-index: 102030030;
}
#flashdata .close{
	display: block;
	width: 14px;
	float: right;
	background: #333;
	height: 14px;
	padding: 3px;
	text-align: center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#flashdata .close a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
}

input.labelHighlight { color: #d7d7d7; }


/* Signin / register page
----------------------------------------------------------------------------------------------------*/
#sign-up .left{
	float: left;
	width: 380px;
	padding-right: 29px;
	border-right: solid 1px #e7e7e7;
}

#sign-up .right{
	margin-left: 440px;
}

#sign-up form label{
	display: block;
	margin: 15px 0 5px 0;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}

#sign-up form input[type=text], #sign-up form input[type=password]{
	display: block;
	width: 360px;
	border: none;
	padding: 6px 10px;
	font-size: 1em;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background: #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.3) inset;
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3) inset;
	margin-bottom: 10px;
}

#sign-up form input[type="submit"]{
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 6px 10px;
	border: solid 1px rgba(255,255,255,0.2);
	border-top-color: rgba(255,255,255,0.6);
	border-top-color: #f29dad;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	/* Background gradients */
	background-color: #dd0b33; /* fallback color */
	background-image: -moz-linear-gradient(100% 100% 90deg, #c01334, #dd0b33);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dd0b33), to(#c01334));
}

#sign-up form input[type="submit"]:hover{
	background-color: #b71534; /* fallback color */
	background-image: -moz-linear-gradient(100% 100% 90deg, #dd0b33, #c01334);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c01334), to(#dd0b33));
}



/* Enquiry form
----------------------------------------------------------------------------------------------------*/
#enquiry_form{
	padding: 30px;	
}
#enquiry_form form p{
	margin: 0;
}

#enquiry_form .form{
	display: block;
	float: left;
	width: 370px;
	background: #ebf2f2;
	padding: 15px 30px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#enquiry_form .description{
	margin-left: 460px;
	padding: 30px 0;
}

#enquiry_form .textfield, #enquiry_form textarea{
	width: 350px;
	clear: left;
	margin-bottom: 10px;
}

#enquiry_form textarea{ height: 100px; }

#enquiry_form label{
	font-size: 11px;
	text-transform: uppercase;
	margin: 10px 0 5px 0;
	color: #333;
}

#enquiry_form .radioshack{
	font-size: 12px;
}

#enquiry_form .femails{
	border-top: solid 1px #d7d7d7;
	border-bottom: solid 1px #d7d7d7;
	padding: 10px 0;
	margin: 10px 0;
}

#enquiry_form .description ol{ margin-bottom: 40px; }

#enquiry_form .description ol li{ padding: 0 0 0  50px; }

#enquiry_form .description h4{
	font-size: 16px;
	line-height: 21px;
}
#enquiry_form .description p{
	font-size: 13px;
	line-height: 21px;
}

#enquiry_form .description ol .one{ background: url("../img/bullets/bullet01.gif") top left no-repeat; }
#enquiry_form .description ol .two{ background: url("../img/bullets/bullet02.gif") top left no-repeat; }
#enquiry_form .description ol .three{ background: url("../img/bullets/bullet03.gif") top left no-repeat; }



/* My Playlists page
----------------------------------------------------------------------------------------------------*/
#library .pl-input{ display: none; }


.table-key{
	display: block;
	width: 263px;
	height: 33px;
	float: right;
}



/* Login box
----------------------------------------------------------------------------------------------------*/
aside #login-box{
	background: url("http://library.pennyblackmusiclicensing.com/img/login-box-bg.gif") top left no-repeat;
	padding: 35px 50px 25px 50px;
	min-height: 220px;
}

aside #login-box h3{
	color: #fff;
	margin: 0;
}

aside #login-box input{
	display: block;
	width: 220px;
	clear: left;
	padding: 6px 10px;
	border: none;
	font-size: 1em;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background: #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.3) inset;
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3) inset;
	margin-bottom: 10px;
}

aside #login-box label{
	clear: left;
	display: block;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	margin: 10px 0 5px 0;
}

aside #login-box .login-buttons{ margin: 5px 0 0 0; }

aside #login-box .forgot{ margin: 10px 0 0 0; }

aside #login-box .forgot a{ color: #fff; font-size: 12px; }

aside #login-box .login-buttons h4{ -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.3); }

aside #login-box .detail{ margin: 10px 0 0 0; color: #cfd0d1; }



/*//////////////////////////////////////////////////////////////////////////////////////////////////
----------------------------------------------------------------------------------------------------
jPlayer Penny Black Skin
----------------------------------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////////////////////////*/

div.jp-single-player,
div.jp-playlist-player {
	/* Edit the font-size to counteract inherited font sizing.
	 * Eg. 1.25em = 1 / 0.8em
	 */
	font-size:1em; /* No parent CSS that can effect the size in these demos */
	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #666;
}
div.jp-interface {
	position: relative;
	background-color:#951930;
	width:200px;
	padding: 15px 20px;
}
div.jp-single-player div.jp-interface {
	border-bottom:none;
}
div.jp-playlist-player div.jp-interface {
}

div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0;
	margin: 0 0 10px 39px;
}
div.jp-interface ul.jp-controls a {
	display: block;
	overflow:hidden;
	text-indent:-9999px;
	float: left;
}
a.jp-play,
a.jp-pause {
	width:40px;
	height:40px;
}
a.jp-play {
	background: url("../img/jplayer-penny-black.png") 0 0 no-repeat;
}
a.jp-play:hover {
	background: url("../img/jplayer-penny-black.png") -41px 0 no-repeat;
}
a.jp-pause {
	background: url("../img/jplayer-penny-black.png") 0 -42px no-repeat;
}
a.jp-pause:hover {
	background: url("../img/jplayer-penny-black.png") -41px -42px no-repeat;
}
a.jp-stop {
	background: url("../img/jplayer-penny-black.png") 0 -83px no-repeat;
	width:28px;
	height:28px;
}
a.jp-stop:hover {
	background: url("../img/jplayer-penny-black.png") -29px -83px no-repeat;
}
a.jp-favourite {
	background: url("../img/jplayer-penny-black.png") 0 -83px no-repeat;
	width:28px;
	height:28px;
}
a.jp-favourite:hover {
	background: url("../img/jplayer-penny-black.png") -29px -83px no-repeat;
}
a.jp-previous {
	background: url("../img/jplayer-penny-black.png") 0 -112px no-repeat;
	width:28px;
	height:28px;
}
a.jp-previous:hover {
	background: url("../img/jplayer-penny-black.png") -29px -112px no-repeat;
}
a.jp-next {
	background: url("../img/jplayer-penny-black.png") 0 -141px no-repeat;
	width:28px;
	height:28px;
}
a.jp-next:hover {
	background: url("../img/jplayer-penny-black.png") -29px -141px no-repeat;
}



/* Volume controls 
----------------------------------------------------------------------------------------------------*/
ul.jp-vol-controls {
	list-style-type:none;
	padding:0;
	margin: 0;
	position: relative;
	clear: left;
	/* Hides the volume bar */
	display: none;
}
ul.jp-vol-controls li {
	display: inline-block;
}
ul.jp-vol-controls a {
	display: block;
	overflow:hidden;
	text-indent:-9999px;
}

a.jp-volume-min {
	background: url("../img/jplayer-penny-black.png") 0 -170px no-repeat;
	width:18px;
	height:15px;
}
a.jp-volume-min:hover { background: url("../img/jplayer-penny-black.png") -19px -170px no-repeat; }

a.jp-volume-max {
	background: url("../img/jplayer-penny-black.png") 0 -186px no-repeat;
	width:18px;
	height:15px;
}
a.jp-volume-max:hover { background: url("../img/jplayer-penny-black.png") -19px -186px no-repeat; }

div.jp-volume-bar {
	overflow:hidden;
	margin-top:5px;
	background: url("../img/jplayer-penny-black.png") 0 -250px repeat-x;
	width:46px;
	height:5px;
	cursor: pointer;
}
div.jp-volume-bar-value {
	background: url("../img/jplayer-penny-black.png") 0 -256px repeat-x;
	width:0px;
	height:5px;
}



/* Track Position
----------------------------------------------------------------------------------------------------*/
.progress-bar{
	clear: left;
	width: 160px;
	margin: 0 auto;
}

div.jp-progress {
	overflow:hidden;
	background-color: #ddd;
	width:160px;
	height:10px;
}
div.jp-load-bar {
	background: url("../img/jplayer-penny-black.png") 0 -202px repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("../img/jplayer-penny-black.png") 0 -218px repeat-x ;
	width:0px;
	height:15px;
}

div.jp-play-time{
	float: left;
	width: 60px;
	font-size:.64em;
	font-style:oblique;
	color: #fff;
	margin-top: 3px;
}
div.jp-total-time {
	width:60px;
	font-size:.64em;
	font-style:oblique;
	margin-left: 100px;
	color: #fff;
	text-align: right;
	margin-top: 3px;
}



/* Playlist Pulldown
----------------------------------------------------------------------------------------------------*/
div.jp-playlist { display: none; }
div.jp-playlist-player div.jp-playlist a:hover { color:#fff; }
div.jp-playlist-player div.jp-playlist a.jplayer_playlist_current { color:#fff; }



/* Track info
----------------------------------------------------------------------------------------------------*/
.track-info{
	padding: 0 0 10px 0;
}

.track-info p{
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 12px;
	line-height: 1.5em;
	text-align: center;
}

.track-info .trackName{
	font-weight: bold;
	font-size: 14px;
}



/* Extra Styling
----------------------------------------------------------------------------------------------------*/
.jp-controls{ height: 40px; }

.jp-controls li{
	padding-top: 6px;
	display: block;
	width: 28px;
	float: left;
}

.jp-controls .big{
	padding-top: 0;
	width: 40px;
}

div.jp-interface ul.eeplayer{
	margin-left: 52px;
}