/* * * * * * * * * * * * * * * * * * * * * * * * * * * *  
Stylesheet for Dangerbird Records
by Chris Nalesnik, James Ellis for Athletics (http://athleticsnyc.com)
 * * * * * * * * * * * * * * * * * * * * * * * * * * * */

body {
	margin:0;
	padding:0;
	background: #FFFFFF url(../images/body_bg.gif);
	font-size:11px;
	font-family:Verdana, Arial, sans-serif;
}


/* Reusables
	-set everything to a baseline 
*/
img {border:0px;}

ul, li, table, p, hr, form, ol, ul, li {
	margin: 0px;
	padding: 0px;
}
.image_input {
	border: none;
	background:transparent;
}
h1, h2, h3, h4, h5 {
	font-family: Georgia, serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

/* Share this button */
span.sharelink_textbased {
	font-size:10px;
	text-transform:uppercase;
}
a.stbutton {
	display:block;
	width:70px;
	padding-top:0;
}
.stbutton .stbuttontext {
	line-height:14px;
	font-size:10px;
	text-transform:uppercase;
}

.rounded_box_5px {
	-moz-border-radius: 5px 5px 5px 5px;
	
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	
	-khtml-border-bottom-left-radius: 5px;
	-khtml-border-bottom-right-radius: 5px;
	-khtml-border-top-left-radius: 5px;
	-khtml-border-top-right-radius: 5px;
	
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Styles for form elements used throughout the site */

input, textarea, select {
	background:#fff url(../images/fieldbg.gif) repeat-x top;
	border-top:1px solid #7c7c7c;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #ddd;
	font-family:"Lucida Grande",Verdana, Arial, sans-serif;
	font-size:12px;
}

input {
	padding:3px 5px 3px 5px;
}

input.large {
	font-size:14px;
}

/* Sidebar inputs for search and mailing list */
input.search_sidebar,
input.mailing_list_sidebar {
	font-size:11px;
	color:#7D7D7D;
}

/* Form errors */
input.large_error,
input.medium_error,
input.small_error {
	background-color:#FFD4D4;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* THE BOX!
	- Informs all grey content boxes of their attributes
*/
.box{
	background-color: #F8F7F8;
	border: 1px solid #EBEAEB;
	padding: 14px;
	padding-top: 13px;
	padding-bottom: 11px;
	margin-bottom: 2px;
}

.regular_content{
	padding: 21px;
	padding-top: 10px;
	margin-top: 9px;
	margin-bottom: 9px;
	font-size: 12px;
	line-height: 16px;
}
	/* Regular Content Paragraph */
	.regular_content p {
		font-size:11px;
		margin-top:5px;
		margin-bottom:15px;
		line-height:17px;
	}
.regular_content .smallprint{
	color: #939598;
}

/* Error Box. Currently being used on the Mailing Page when something goes wrong with the form */

.error_notification {
	margin-top:10px;
	margin-bottom:10px;
	border:1px solid #FF5858;
	background-color:#FFD4D4;
	padding-top:14px;
	padding-bottom:14px;
	color:#FF0000;
}
	.error_notification p {
		font-weight:bold;
	}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */








/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Reusables
	-things that are used often, in a non specific manner throughout the site
*/
a{
	color: #379BFD;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a:visited {
	
}
a:visited:hover{
}

.smallprint{
	color: #C0BFBF;
	font-size: 10px;
	font-style: italic;
}

h2{
	margin-left: 3px;
	margin-bottom: 9px;
	font-size: 22px;
	color: #343535;
}

h3{
	font-size: 18px;
	margin-bottom: 9px;
}

p{
	padding-left: 2px;
	padding-right: 2px;
}

/* fix for dirty hr's */
.hr{
	border: 0px;
	background: transparent url(../images/hr_leftbar.gif) repeat-x;
	height: 1px;
	padding: 0px;
	margin: 0px;
	margin-bottom:8px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */









/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Main Structure
	-the site is wrapped in these
*/
.wrapper{
	width: 100%;
	background: #FFFFFF url(../images/wrapper_bg.gif);
}
.wrapper_inner{
	width: 977px;
	background: transparent url(../images/backgrounds/drop_shadow.png);
	margin-left: auto;
	margin-right: auto;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#header{
	height: 120px;
	background:#FFFFFF url(../images/header/bg.gif) no-repeat;
	position:relative;
}

#header h1, #header a, #header ul, #header li {
	margin:0;
	padding:0;
}

#header ul {
	list-style:none;
}

#header h1 {
	position:absolute;
	font-size:12px;
	top:0;
	left:35px;
}
#header h1 a {
	display:block;
	width:246px;
	height:68px;
	text-decoration:none;
}
#header h1 a strong {
	visibility:hidden;
}

/* Global nav */
#global_main_nav {
	position:absolute;
	top:83px;
	left:6px;
	font-size:19px;
	font-family:Georgia,Verdana,Arial;
	font-weight:normal;
}
#global_main_nav li {
	float:left;
	padding-left:10px;
	padding-right:8px;
	/*background:url(../images/header/divider.gif) no-repeat 100% 8px;*/
}
#global_main_nav li.nodivider {
	background:transparent !important;
}

#global_main_nav li a {
	color:#545656;
	text-decoration:none;
	display:block;
	float:left;
	height:40px;
}
#global_main_nav li a:hover {
	color:#333;
}

#global_main_nav li.artists a:hover {
	background:url(../images/header/rollovers/rollovers_01.gif) no-repeat 0px 21px;
}
#global_main_nav li.releases a:hover {
	background:url(../images/header/rollovers/rollovers_02.gif) no-repeat -8px 21px;
}
#global_main_nav li.news a:hover {
	background:url(../images/header/rollovers/rollovers_03.gif) no-repeat -7px 21px;
}
#global_main_nav li.tours a:hover {
	background:url(../images/header/rollovers/rollovers_04.gif) no-repeat -7px 21px;
}
#global_main_nav li.downloads a:hover {
	background:url(../images/header/rollovers/rollovers_05.gif) no-repeat -7px 21px;
}
#global_main_nav li.store a:hover {
	background:url(../images/header/rollovers/rollovers_07.gif) no-repeat -13px 21px;
}
#global_main_nav li.videos a:hover {
	background:url(../images/header/rollovers/rollovers_06.gif) no-repeat -9px 21px;
}
#global_main_nav li.blog a:hover {
	padding-right:20px;
	background:url(../images/header/rollovers/rollovers_03.gif) no-repeat -11px 21px;
}

/* Active states */

#global_main_nav li.artists_active a {
	color:#343535;
	background:url(../images/header/rollovers/rollovers_01.gif) no-repeat 0px 21px;
}
#global_main_nav li.releases_active a {
	color:#343535;
	background:url(../images/header/rollovers/rollovers_02.gif) no-repeat -8px 21px;
}
#global_main_nav li.news_active a {
	color:#343535;
	background:url(../images/header/rollovers/rollovers_03.gif) no-repeat -7px 21px;
}
#global_main_nav li.tours_active a {
	color:#343535;
	background:url(../images/header/rollovers/rollovers_04.gif) no-repeat -7px 21px;
}
#global_main_nav li.downloads_active a {
	color:#343535;
	background:url(../images/header/rollovers/rollovers_05.gif) no-repeat -7px 21px;
}
#global_main_nav li.store_active a {
	color:#343535;
	background:url(../images/header/rollovers/rollovers_07.gif) no-repeat -13px 21px;
}
#global_main_nav li.videos_active a {
	color:#343535;
	background:url(../images/header/rollovers/rollovers_06.gif) no-repeat -9px 21px;
}
#global_main_nav li.blog_active a {
	color:#343535;
	background:url(../images/header/rollovers/rollovers_03.gif) no-repeat -11px 21px;
}

/* Sub-nav */
#global_sub_nav,
#global_sub_sub_nav {
	position:absolute;
	top:8px;
	right:5px;
	font-size:10px;
	text-transform:uppercase;
}

#global_sub_sub_nav {
	z-index:100;
	top:26px;
}

#global_sub_nav li,
#global_sub_sub_nav li {
	float:left;
	background:url(../images/header/divider.gif) no-repeat 100% 2px;
	padding-right:10px;
	padding-left:10px;
}
#global_sub_nav li.nodivider,
#global_sub_sub_nav li.nodivider {
	background:transparent !important;
}
#global_sub_nav a,
#global_sub_sub_nav a {
	color:#545656;
	text-decoration:none;
}
#global_sub_nav a:hover,
#global_sub_sub_nav a:hover {
	color:#333;
	text-decoration:underline;
}

#global_sub_nav a.bluelink,
#global_sub_nav a.bluelink:visited {
	color:#379BFD;
}

/* Launch Jukebox */
#header_jukebox {
	position:absolute;
	left:735px;
	top:33px;
	font-family:Georgia,Verdana,Arial;
	padding-top:50px;
	padding-left:20px;
}
.reveal_jukebox_arrow {
	background:url(../images/header/jukebox_arrow.gif) no-repeat 0 0;
}
#header_jukebox a {
	font-size:18px;
	color:#545656;
	text-decoration:none;
	display:block;
}
#header_jukebox a:hover {
	color:#333;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.main_content{
	width: 950px;
	margin-left: 14px;
	margin-right: 14px;
}



/* sub_content and its helpers allow us to alter the background of the content area */
.sub_content{
	border-bottom: 4px solid #353636;
	background: #FFF url(../images/bg_body_long.gif) repeat-y;
}
.plain_bg{
	background: #353636 url(../images/bg_body_long_plain.gif) repeat-y;
}
.no_bg{
	background: #FFFFFF;
}
.blog_bg {
	background: #FFF url(../images/bg_body_long_blog.gif) repeat-y;
}




/* allbar stretchs all the way across the content area */
.allbar{
}
.allbar .content{
	border-top: 4px solid #353636;
	padding-top: 14px;
	padding-left: 12px;
	padding-right: 12px;
	color: #353636;
}




.leftbar{
	width: 648px;
	float: left;
}

/* Styles for the Scrollable on the Home (Used to be Flash-based) */

#homeSlideshow,
#homeSrollable {
	border-top: 4px solid #353636;
	width:648px;
	height:366px;
	overflow:hidden;
	position:relative;
}

#homeSrollable ul.controls {
	position:absolute;
	z-index:2;
}

#homeSrollable ul.controls li {
	float:left;
	display:block;
	width:24px;
	height:21px;
	margin-right:9px;
	background:#2c2c2c;
	border:1px solid #181818;
	color:#d4d4d4;
	font-size:13px;
}
#homeSrollable ul.controls li span {
	display:block;
	text-align:center;
	margin-top:1px;
	width:24px;
}
#homeSrollable ul.controls li:hover {
	cursor:pointer;
	color:#fff;
	background:#444444;
}

/* Selected */
#homeSrollable ul.controls li.selected {
	border:1px solid #0566c7;
	background:#1380eb;
	color:#fff;
	cursor:default;
}

#homeSrollable ul.slides {
	position:absolute;
	z-index:1;
	list-style:none;
	overflow:hidden;
	width:20000em;
}

#homeSrollable ul.slides li {
	display:inline;
	float:left;
	width:648px;
	height:366px;
	overflow:hidden;
	background:#353636;
	list-style:none;
}

/* end: Home Scrollable */




.leftbar .content{
	border-top: 4px solid #353636;
	width: 648px;
	padding-top: 14px;
	color: #353636;
}
.leftbar .subpadding{
	padding-top: 9px;
}

	.leftbar h5{
		font-size: 9px;
		color: #96999B;
		font-family: Verdana, Arial;
	}
	.leftbar .text h3{
		font-size: 14px;
		color: #379BFD;
		font-family: Verdana, Arial;
		margin-bottom: 3px;
	}
	.leftbar .hr{
		margin-bottom: 4px;
	}
	.leftbar h2{
		margin-top:6px;
		margin-bottom: 13px;
	}


.leftbar .leftmain{
	width: 391px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 10px;
	float: left;
}
/* Special cases for Home Page */
.news_blog_left, .homepage_left {
	width:430px !important;
}
.home_midbar, .news_blog_midbar {
	width: 162px !important;
	padding-left:0 !important;
}


/* leftmainfull is used when there is no midbar */
.leftbar .leftmainfull{
	width: 624px !important;
	padding-left: 12px;
	padding-right: 12px;
}



/* leftmainsplit is used when there is a midbar */
.leftbar .leftmainsplit{
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 10px;
}

/* leftbar text is a wrapper for text you might stick in the leftbar */
.leftbar .text{
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 10px;
	line-height: 18px;
}

.leftbar .text img{
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-top: 6px;
	margin-bottom: 10px;
}

.leftbar .text .text_content{
	padding-left: 1px;
	padding-right: 1px;
}

.leftbar .more_news{
	margin-left: 5px;
	padding-left: 11px;
	margin-top: 8px;
	padding-bottom: 10px;
	background: transparent url(../images/bullet_2.gif) 0px 5px no-repeat;
}


/* subpage strips out innate padding so we can stretch the background for things like ruled text */
.subpage{
	width: 415px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.subpage h2{
	margin-left: 22px;
	margin-bottom: 10px;
}
.subpage .readmore{
	background: transparent url(../images/readmore_v2.gif) left center no-repeat;
	margin-left: 22px;
	padding-left: 14px;
	margin-bottom: 8px;
	font-size: 11px;
}

/* header_table allows us to put things next to a page title, like a form */ 
.header_table{
	width: 100%;
	font-size: 10px;
}
.header_table select{
	font-size: 9px;
	margin-left: 4px;
}
.header_table div{
	padding-bottom: 2px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */






/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Styles for News 
	- News Main
	- News Category/Archive
	- News Article Detail
	- Home News Call-Out <-- Please don't forget that this controls home as well!
*/
.news_blog {
	padding-left:5px;
}
.news_blog div.entry_block {
	margin-top:10px;
	margin-bottom:10px;
}
	
	/* Entry Header DIV (contains an h3.date, h2.title, and h3.detail) */
	
	.news_blog div.entry_block div.entry_header {
		margin-bottom:12px;
	}
	
	.news_blog div.entry_block div.entry_header h3.date {
		font-family:Verdana, Arial, sans-serif;
		font-size:10px;
		color:#000;
		font-weight:normal;
		margin-top:0px;
		margin-bottom:0px;
	}
		.news_blog div.entry_block div.entry_header h3.date span {
			color:#666;
			font-style: italic;
		}
	
	.news_blog div.entry_block div.entry_header h2.title {
		font-size:19px;
		margin-top:3px;
		margin-bottom:3px;
		margin-left:0;
		font-weight:normal;
	}
	.news_blog div.entry_block div.entry_header h3.detail {
		font-family:Verdana, Arial, sans-serif;
		font-size:9px;
		color:#666;
		font-weight:normal;
		font-style: italic;
		margin-top:0px;
		margin-bottom:0px;
	}

/* Images */

.news_blog div.image {
	margin-bottom:15px;
}
.news_blog div.image img {
	padding:2px;
	border:1px solid #D7D7D7;
}
.news_blog div.image p {
	padding-left:2px;
	margin-top:2px;
	margin-bottom:6px;
	font-size:10px;
	text-align:left;
	line-height:14px;
	color:#666;
}

/* General paragraph */

.news_blog p {
	font-size:11px;
	line-height:17px;
	margin-top:8px;
	margin-bottom:12px;
	margin-right:10px;
	padding-left:0;
}

/* General link states */

.news_blog a:link {
	color:#379BFD;
	text-decoration:none;
}
.news_blog a:hover {
	text-decoration:underline;
}
.news_blog a:visited {
	color:#379BFD;
	border-bottom:1px dotted #379BFD;
	text-decoration:none;
}
.news_blog a:visited:hover {
	text-decoration:none;
	border-bottom:1px solid #379BFD;
}

/* Lists (ul, ol, etc.) */ 

.news_blog ul, .news_blog ol {
	padding-left:30px;
	padding-right:20px;
	margin-bottom:10px;
}

.news_blog ul li, .news_blog ol li {
	padding-left:0;
	margin-left:0;
	margin-top:6px;
	margin-bottom:6px;
}

/* Blockquote */

.news_blog blockquote {
	margin-left:30px;
	margin-right:30px;
}

.news_blog blockquote p {
	font-size:10px;
}

/* Headers */

.news_blog h2, .news_blog h3, .news_blog h4  {
	font-family:"Georgia",Verdana,Arial,sans-serif;
	color:#000;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:0px;
}

.news_blog h2 {
	font-size:16px;
}

.news_blog h3 {
	font-size:13px;
}

.news_blog h4 {
	font-size:11px;
}

.news_blog h5 {
	font-size:10px;
}

/*  Midbar for News Categories & Archive  */

.news_blog_midbar {
	float: right;
	padding-left: 17px;
	padding-right: 17px;
}
	
	/* Midbar Headers */
	
	.news_blog_midbar h3 {
		font-size:18px;
		margin-left:5px;
		margin-right:5px;
	}
	
	.news_blog_midbar h5 {
		font-family:Verdana,Arial,sans-serif;
		font-size:10px;
		font-weight:bold;
		margin-top:12px;
		margin-bottom:0;
		margin-left:5px;
		color:#76787A;
	}
	
	/* List for category and archive items */
	
	.news_blog_midbar ul {
		list-style:none;
		margin-left:5px;
		margin-right:5px;
		margin-top:5px;
		margin-bottom:15px;
	}
	
	.news_blog_midbar li {
		margin-top:3px;
		margin-bottom:4px;
		font-size:9px;
		color:#666;
	}
	
	.news_blog_midbar ul.artists li a {
		font-size:12px;
	}
	
	/* Special case for Linked List tags */
	
	.news_blog_midbar ul.tags li.level0 a {
		font-size:10px;
	}
	
	.news_blog_midbar ul.tags li.level1 a {
		font-size:11px;
	}
	
	.news_blog_midbar ul.tags li.level2 a {
		font-size:12px;
	}
	
	.news_blog_midbar ul.tags li.level3 a {
		font-size:13px;
	}
	
	.news_blog_midbar ul.tags li.level4 a {
		font-size:14px;
	}
	
	.news_blog_midbar ul.tags li.level5 a {
		font-size:15px;
	}
	
	.news_blog_midbar ul.tags li.level6 a {
		font-size:16px;
	}
	
	.news_blog_midbar ul.tags li.level7 a {
		font-size:17px;
	}
	
	/* List Links */
	
	.news_blog_midbar a:link {
		font-size:10px;
		color:#379BFD;
		text-decoration:none;
	}
	.news_blog_midbar a:hover {
		text-decoration:underline;
	}
	.news_blog_midbar a:visited {
		font-size:11px;
		color:#379BFD;
		border-bottom:1px dotted #379BFD;
		text-decoration:none;
	}
	.news_blog_midbar a:visited:hover {
		text-decoration:none;
		border-bottom:1px solid #379BFD;
	}
	
	/* RSS Link call-out */
	
	div.rss {
		margin-top:15px;
		margin-left:5px;
		margin-bottom:5px;
	}
	div.rss a {
		background:url(../images/RSS_24x24.gif) no-repeat;
		width:53px;
		height:24px;
		display:block;
		padding-top:6px;
		padding-left:30px;
		border:0;
		text-decoration:none;
	}
	div.rss a:hover {
		text-decoration:none;
		border:0;
	}
	div.rss a strong {
		visibility:hidden;
	}
	
/* Styles for News Detail Header */

.news_detail_header {
	margin-top:5px;
	margin-left:6px;
}
	.news_detail_header h4 {
		font-family:Verdana,Arial,sans-serif;
		font-size:9px;
		margin-top:10px;
		margin-bottom:10px;
		text-transform:uppercase;
	}
	
	.news_detail_header h1 {
		margin-top:10px;
		margin-bottom:10px;
		color:#202121;
		font-size:22px;
	}
	
	.news_detail_header h3.date {
		font-family:Verdana, Arial, sans-serif;
		font-size:11px;
		color:#000;
		font-weight:normal;
		margin-bottom:0;
	}
		.news_detail_header h3.date span {
			color:#666;
			font-style: italic;
		}
		
	.news_detail_header h3.detail {
		font-family:Verdana, Arial, sans-serif;
		font-size:9px;
		color:#666;
		font-weight:normal;
		font-style: italic;
		margin-bottom:6px;
	}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */





/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Styles for Releases
	- Releases Main
	- Releases Detail
*/
.release_main .text{
	padding-left: 21px;
	padding-right: 21px;
}
.release_main h2{
	padding: 0px;
	margin: 0px;
	margin-bottom: 6px;
	color: #96999B;
}
	/* Links for H2 (Artist Name) */
	
	.release_main h2 a, .release_main h2 a:visited {
		color: #96999B !important;
	}
	
	.release_main h2 a:hover, .release_main h2 a:visited:hover {
		color: #96999B;
		text-decoration:underline;
	}
	
.release_main h3{
	color: #353636 !important;
	font-size: 22px !important;
	font-family: Georgia, serif !important;
	margin-bottom: 4px;
}
.release_main h5{
	color: #96999B;
	font-size: 10px;
	font-family: Verdana, Arial;
}
.release_main .release_info{
	margin-left: 2px;
	margin-top: 9px;
	margin-bottom: 8px;
}

.release_main .text_content{
	padding-left: 2px;
	padding-right: 2px;
	line-height: 20px;
}
.release_main .text_content p{
	padding-bottom: 20px;
}

/* Style for Release credits (on Release Detail) */

.release_credits p {
	color:#939598;
	font-size:10px;
}

/* box specification for releases... */
.release_box{
	padding: 10px !important;
	line-height: 18px;
	margin-bottom: 3px;
}
.release_box img{
   margin-right: 16px;
}
.release_box h3{
	color: #96999B;
	margin: 0px !important;
	font-size: 18px;
}
	/* Artist Name Links */
	
	.release_box h3 a, .release_box h3 a:visited {
		color: #96999B;
	}
	
	.release_box h3 a:hover, .release_box h3 a:visited:hover {
		color: #96999B;
		text-decoration:underline;
	}

.release_box h4{
	margin: 0px !important;
	font-size: 18px !important;
	margin-bottom: 4px !important;
	font-family: Georgia !important;
}
	/* Release Name Links */
	
	.release_box h4 a, .release_box h4 a:visited {
		color: #353636;
	}
	
	.release_box h4 a:hover, .release_box h4 a:visited:hover {
		color: #353636;
		text-decoration:underline;
	}

.release_box h5{
	font-size: 10px;
	color: #96999B;
	font-family: Verdana, arial;
	line-height: 12px;
	margin-bottom: 4px;
}
.release_box span{
	display: block;
	line-height: 15px;
	margin-bottom: 5px;
}
/* Read more link */
.release_box a.readmore{
	color:#379BFD;
	background: transparent url(../images/readmore.gif) left center no-repeat;
	padding-left: 14px;
	font-size: 11px;
	margin-left: 2px;
}
	.release_box a.readmore:hover {
		text-decoration:underline;
	}

.release_year_table{
	border-collapse: separate;
	border-spacing:4px;
	margin:-4px;
	margin-bottom: 3px;
}
.release_year_table .yeartd{
	width: 287px;
}
.release_year_table .year_thumb{
	width: 76px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */










/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Styles for Artists
	-Artists Main
	-Artists Detail
*/

/* creates a nice ruled paper effect on the div */
.ruled_text p {
	margin-bottom:16px;
	line-height: 26px;
	padding-left: 22px; 
	padding-right: 22px;
	padding-top: 0px;
	padding-bottom: 8px;
	background: transparent url(../images/backgrounds/ruled_bg.gif) repeat-y;
}
	.ruled_text blockquote {
		margin:0;
		padding:0;
	}
		.ruled_text blockquote p {
			padding-left:50px !important;
			padding-right:50px !important;
		}

.artist_container_table{
	border-collapse: separate;
	border-spacing:4px;
	margin:-4px;
}


.artist_container{
	text-align: left;
	width: 183px;
	border: 1px solid #EAEAEA;
	background-color: #F7F7F7;
	color: #97989A;
	font-size: 10px;
	margin-bottom: 3px;
}
.artist_container h3{
	margin-top: 9px;
	margin-left: 6px;
	font-size: 16px;
	margin-bottom: 5px;
	color: #353636;
}
.artist_container h3 a{
	color: #353636;
}
.artist_container p{
	width: 172px;
	line-height: 14px;
	margin-left: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	padding-left:0px;
}
.artist_container .readmore {
	display: block;
	background: transparent url(../images/readmore.gif) left center no-repeat;
	margin-left: 5px;
	padding-left: 14px;
	margin-bottom: 6px;
	font-size: 11px;
}
	/* Link states for readmore */
	.artist_container .readmore a {
		color:#379BFD;
	}
	.artist_container .readmore a:hover {
		text-decoration:underline;
	}



.artist_detail_header{
	padding-left: 14px;
	padding-right: 12px;
	padding-bottom: 13px;
}
.artist_detail_header .header_img{
	padding: 5px;
	border: 1px solid #CCCCCC;
}
.artist_detail_header div{
	padding-top: 14px;
	padding-left: 5px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */







/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Styles managing the hide_overflow div(s). These divs hide overflow, and then we
	provide a link to expose the overflow using a scriptaculous animation.
	- Used on Artist Detail
*/
.hide_overflow {
	margin-bottom:6px;
}
#overflow_reveal {
	margin-left:20px;
	margin-bottom:30px;
}




/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Styles associated with the midbar
*/
.midbar{
	float: right;
	width: 202px;
	padding-left: 12px;
	padding-right: 12px;
}
.midbar h3{
	font-size: 18px;
	margin-left: 0px;
	margin-bottom: 6px;
}
.midbar h3.home_on_tour_now {
	margin-top:6px;
	margin-bottom:13px;
	font-size:22px;
}
.midbar h4{
	margin-left: 0px;
	font-size: 14px;
	margin-bottom: 5px;
}

.midbar .hr{
	margin-bottom:5px;
}

.midbar .midbar_item{
	padding-top: 3px;
	padding-left: 0px;
	padding-right: 5px;
	padding-bottom: 8px;
	font-size: 10px;
	line-height: 15px;
	color: #939598;
}
.midbar .midbar_item strong{
	font-weight: normal;
	color: #353636;
}
.midbar .midbar_item .buynow{
	margin-top: 2px;
	margin-left: 1px;
	background: transparent url(../images/dollarsign.gif) left center no-repeat;
	padding-left: 16px;
}
	/* Link states for buynow links */
	.midbar .midbar_item .buynow a {
		color:#379BFD;
	}
	.midbar .midbar_item .buynow a:hover {
		text-decoration:underline;
	}
.midbar .midbar_item .links{
	line-height: 16px;
	font-size: 11px;
}
	/* Link states for .links */
	.midbar .midbar_item .links a {
		color:#379BFD;
	}
	.midbar .midbar_item .links a:hover {
		text-decoration:underline;
	}
	.midbar .midbar_item .links a:visited {
		border-bottom:1px dotted #379BFD;
		text-decoration:none;
	}
	.midbar .midbar_item .links a:visited:hover {
		border-bottom:1px solid #379BFD;
		text-decoration:none;
	}
.midbar .more_dates {
	margin-left: 0px;
	padding-left: 9px;
	margin-top: 2px;
	padding-bottom: 15px;
	background: transparent url(../images/bullet_2.gif) 0px 5px no-repeat;
}
/* The more dates link states */
	.midbar .more_dates a {
		font-size:10px;
		color:#379BFD;
	}
	.midbar .more_dates a:hover {
		text-decoration:underline;
	}
	.midbar .more_dates a:visited {
		text-decoration:none;
		border-bottom:1px dotted #379BFD;
	}
	.midbar .more_dates a:visited:hover {
		text-decoration:none;
		border-bottom:1px solid #379BFD;
	}


.midbar_artist .album_info{
	font-size: 10px;
	line-height: 14px;
	padding-left: 2px;
	padding-right: 2px;
	margin-bottom: 11px;
}

.midbar_artist .buylinks{
	padding-left: 2px;
	padding-right: 2px;
}

/* Border around albums */
.midbar_artist img {
	border:1px solid #B1B4B7;
}

.midbar_artist .album_info h4{
	padding-top: 5px;
	padding-left: 0px;
	margin-bottom: 3px;
	font-size: 12px;
	font-family: Verdana, Arial;
	color: #353636;
	margin-left: 0px;
	font-weight: bold;
}
.midbar_artist .album_info h5{
	font-size: 12px;
	font-family: Verdana, Arial;
}
/* Links for main album */
.midbar_artist .album_info h4 a{
	color: #353636;
}
.midbar_artist .album_info h4 a:hover {
	color: #353636;
	text-decoration:underline;
}
.midbar_artist .album_info h4 a:visited {
	color: #353636;
	border-bottom:1px dotted #666;
	text-decoration:none;
}
.midbar_artist .album_info h4 a:visited:hover {
	color: #353636;
	border-bottom:1px solid #666;
	text-decoration:none;
}


.midbar_release{
	margin-top: 1px;
	line-height: 14px;
	color: #353636;
}
/* Links for the 'Other Releases' */
.midbar_release a.release_title {
	color:#353636;
}
.midbar_release a.release_title:hover {
	text-decoration:underline;
}
.midbar_release a.release_title:visited {
	text-decoration:none;
	border-bottom:1px dotted #666;
}
.midbar_release a.release_title:visited:hover {
	text-decoration:none;
	border-bottom:1px solid #666;
}

.midbar_release img{
	margin-right: 9px;
}
.midbar_release strong{
	font-size: 11px;
	font-weight: bold !important;
}
.midbar_release .lefttd{
	width: 59px;
}


.midbar_upcoming_release{
	padding-top: 4px !important;
	line-height: 14px;
	color: #353636;
	margin-left: 0px;
}
.midbar_upcoming_release .album_info{
	padding-left: 0px;
	padding-right: 2px;
}
.midbar_upcoming_release img{
	margin-bottom: 8px;
}
.midbar_upcoming_release h4, h5{
	margin: 0px;
}
.midbar_upcoming_release h4 a{
	color: #96999B;
	font-size: 16px;
}
.midbar_upcoming_release h5{
	margin-top: 1px;
	margin-bottom: 3px;
	color: #353636;
	font-family: Georgia, serif;
	font-size: 16px;
}
.midbar_upcoming_release h5 a{
	color: #353636;
}


.midbar_tracks{
	margin-top: 1px;
	line-height: 14px;
	color: #353636;
	font-size: 11px;
}
.midbar_tracks .track_listing{
	margin-top: 5px;
	font-size: 11px;
	line-height: 16px;
}
	
	.midbar_tracks p {
		padding-left:0;
	}
/* Track Listing links */

	.midbar_tracks .track_listing a, .midbar_tracks .track_listing a:visited {
		padding-right: 30px;
		background: transparent url(../images/file_types/mp3.gif) 100% 50% no-repeat;
	}
	
	.midbar_tracks .track_listing a:hover, .midbar_tracks .track_listing a:visited:hover {
		text-decoration:underline;
	}


.midbar_tracks .album_info{
	margin-top: 8px;
	margin-bottom: 9px;
	font-size: 10px;
	line-height: 14px;
}
.midbar_tracks .lefttd{
	width: 59px;
}


/* Midbar styles for videos (used on artist detail pages) */
table.midbar_videos td {
	vertical-align:middle;
	padding-bottom:5px;
	padding-right:7px;
}
	table.midbar_videos img {
		border:1px solid #EBEAEB;
		padding:2px;
	}



.midbar_downloads{
	margin-top: 2px;
}
/* downloads links */
.midbar_downloads a:link {
	color: #353636;
}
.midbar_downloads a:hover {
	color: #000;
	text-decoration:underline;
}
.midbar_downloads a:visited {
	text-decoration:none;
	color: #353636;
	border-bottom:1px dotted #353636;
}
.midbar_downloads a:visited:hover {
	text-decoration:none;
	color: #000;
	border-bottom:1px solid #666;
}

.midbar_downloads strong{
	margin-right: 5px;
}
.midbar_downloads td{
	padding-bottom: 7px;
}
.midbar_downloads .lefttd{
	padding-top:2px;
	width: 44px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */




/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Styles associated with the rightbar
*/
.rightbar{
	float: right;
	border-top: 4px solid #817D7B;
	background-color: #353636;
	width: 302px;
	color: #FFFFFF;
	font-size: 11px;
}
.rightbar_item{
	background:url(../images/rightbar_item_bg.gif) repeat-x;
	border-bottom: 4px solid #817D7B;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
}
.rightbar_item .text{
	line-height: 15px;
	padding-right: 10px;
	padding-left: 10px;
	text-shadow: 0 0 0 #000;
}

.rightbar a {
	color: #C0BFBF;
	text-decoration: none;
}

.rightbar h2{
	margin: 0px;
	font-size: 18px;
	padding-top: 13px;
	padding-left: 3px;
	color: #C0BFBF;
	padding-bottom: 7px;
	text-shadow: #242424 2px 2px 1px;
}

.rightbar h3{
	font-size: 12px;
	color: #C0BFBF;
	font-family: Verdana;
	font-weight: normal;
}

.rightbar .hr{
	margin-bottom:8px;
	background: transparent url(../images/hr_rightbar.gif) repeat-x;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Right bar social icons */

div.rightbar_item.social_icons {
	padding-left:20px;
	padding-top:25px;
	padding-bottom:5px;
	border-bottom:0;
}

div.rightbar_item.social_icons div.item {
	display:inline;
	margin-right:10px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Styles associated with the bottombar
*/
.content_bottombar{
	padding: 12px;
	border-top: 4px solid #353636;
}

.bottombar{
	clear: both;
	background-color: #FFFFFF;
}
.bottombar .hr{
	width: 623px;
	margin-bottom: 4px;
}
.bottombar h3{
	font-size: 18px;
	margin-left: 3px;
	margin-bottom: 8px;
}
.bottombar h4{
	font-size: 11px;
	font-family: Verdana, arial;
	color: #96999B;
	margin-left: 4px;
	margin-bottom: 5px;
}
.bottombar .maintable{
	width: 623px;
	margin-bottom: 8px;
}
.bottombar .maintable .tdleft{
	padding-right: 3px;
}
.bottombar .release_box{
	width: 288px;
}
.bottombar .release_box img{
	margin-right: 11px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */





/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Styles associated with the rightbar
*/
.release{}
.release_item{
	width: 100%;
	padding-bottom: 9px;
	padding-top: 9px;
	line-height: 14px;
}
.release_item:hover{
	background: #2B2B2B;
	cursor: pointer;
}
.release_thumb{
	width: 82px;
}
.release h3{
	color:#FFF;
	font-size:9px;
	text-transform:uppercase;
	margin-bottom: 0px;
	text-shadow: 0 0 0 #666;
}
.release h3.title{
	text-transform:none;
	padding-right:10px;
	font-size:12px;
	color:#fff;
	margin-top:0px;
	margin-bottom: 5px;
	text-shadow: 0 0 0 #666;
}
.release_item em{
	color:#CCC;
	font-size: 9px;
	font-style:normal;
	text-shadow: 0 0 0 #666;
}
.release img{
	margin-left: 10px;
	margin-right: 11px;
	border: 1px solid #000;
}
.release .hr{
	margin-bottom: 0px;
	margin-top: 0px;
}



.rightbar_item .more_news {
	margin-left: 5px;
	padding-left: 8px;
	margin-top: 7px;
	background: transparent url(../images/bullet.gif) 0px 5px no-repeat;
}
/* Link states for more news */
	.rightbar_item .more_news a {
		color: #FFFFFF;
		text-shadow:0 0 0 #000;
	}
	.rightbar_item .more_news a:hover {
		text-decoration:underline;
	}



.buzznet_thumbs{
	width:100%;
}
.buzznet_thumbs td{
	padding-top:5px;
	padding-bottom: 5px;
}
.buzznet_thumbs img{
	padding: 2px;
	border: 1px solid #B6B6B6;
}
.buzznet_thumbs img:hover {
	border: 1px solid #FFF;
}



.news_item{
	width: 100%;
	padding-bottom: 9px;
	padding-top: 9px;
	line-height: 14px;
	font-size: 10px;
	line-height: 16px;
}
.news_item td {
	padding-left:10px;
}
.news_item:hover{
	background: #2B2B2B;
	cursor: pointer;
}	
.news_item strong{
	display: block;
	font-size: 9px;
	color: #ADACAC;
	text-shadow: 0 0 0 #666;
	font-weight: normal;
}
.news_item img{
	margin-left:0;
	padding: 2px;
	border: 1px solid #B6B6B6;
	margin-right:0;
}
.news_item a{
	font-size:12px;
	color: #FFFFFF;
	text-shadow: 0 0 0 #000;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */








.box_wrapper{
	margin-bottom: 6px;
}
.box_wrapper h3{
	font-size: 16px;
	margin-bottom: 7px;
	padding-left: 4px;
	padding-top: 15px;
}
.box_wrapper a{
	padding-bottom: 4px;
	background: transparent url(../images/bullet_2.gif) 0px 5px no-repeat;
	padding-left: 8px;
}
.box_wrapper em{
	color: #96999B;
	font-style: normal;
}



.tourbox:hover{
	/*background-color: #FFFEFF;*/
}
.tourbox h4{
	font-size: 12px;
	font-family: Verdana, Arial;
	margin-bottom: 3px;
}
.tourbox p {
	font-size: 11px;
	color: #939598;
	font-family: Verdana, Arial;
	margin-bottom: 7px;
}
.tourbox a.buynow{
	display: inline;
	font-size: 10px;
	background: transparent url(../images/dollarsign.gif) left center no-repeat;
	padding-left: 16px;
	padding-top: 3px;	
}
.tourbox a.buynow:hover{
	text-decoration:underline;
}
.tourbox em{
	color: #9A9C9E;
}



.download_wrapper{
	padding-bottom: 13px !important;
}
.download_type{
	font-size: 11px;
	color: #353636;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	padding-bottom: 7px;
	padding-left: 7px;
	padding-top: 1px;
}
.downloadbox{
	font-size: 12px;
	margin-bottom: 2px;
}
.downloadbox:hover{
	/*background-color: #EFEEEF;*/
}
.downloadbox a{
	padding: 0px;
	padding-right: 10px;
	background: none;
}
.downloadbox em{
	font-style: normal;
	color: #939598;
	font-size: 11px;
}



.video_box{
	padding: 0px;
	text-align: left;
	font-size: 9px;
	margin-bottom: 3px;
}
.video_box img {
	border:1px solid #ccc;
	margin-bottom:5px;
}
.video_box h3{
	margin-top: 1px;
	margin-left: 6px;
	font-size: 16px;
	margin-bottom: 0px;
	color: #353636;
	line-height: 17px;
}
.video_box h3 a{
	color: #353636;
}
.video_box h4{
	font-size: 14px;
	margin-left: 6px;
	margin-bottom: 0px;
	margin-top:1px;
	color: #97989A;
	line-height:16px;
}
.video_box h4 a{
	color: #97989A;
}
.video_box span{
	display: block;
	padding-top: 5px;
	padding-bottom: 11px;
	padding-left: 7px;
	color: #9D9EA0;
}
.video_box p{
	color:#666868;
	font-size:10px;
	line-height: 14px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 10px;
}
.video_box .readmore{
	display: block;
	background: transparent url(../images/bullet_2.gif) 0px 5px no-repeat;
	margin-left: 8px;
	padding-left: 9px;
	margin-bottom: 2px;
	font-size: 11px;
}



.video_detail_box{
	width: 404px;
	padding: 4px;
	text-align: left;
	font-size: 11px;
	margin-bottom: 3px;
}
.video_detail_box h3{
	margin-top: 0px;
	margin-left: 6px;
	font-size: 18px;
	margin-bottom: 15px;
	color: #353636;
	line-height: 17px;
}
.video_detail_box h3 a{
	color: #353636;
}
.video_detail_box h4{
	font-size: 18px;
	margin-left: 6px;
	margin-bottom: 0px;
	color: #97989A;
}
.video_detail_box p{
	line-height: 15px;
	font-size:11px;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:9px;
	padding-right:15px;
	color: #666868;
}
.video_detail_box .video_info{
	margin-right: 3px;
	margin-left: 3px;
}
.video_detail_box .video_info .runtime{
	margin-top: 5px;
	float: right;
	margin-right: 10px;
	font-size: 9px;
}
	.video_detail_box table.embed_link_table {
		margin-left:6px;
		margin-right:6px;
		margin-top:5px;
		margin-bottom:10px;
	}
		.video_detail_box table.embed_link_table h5 {
			margin-bottom:2px;
			font-size:10px;
			color:#353636;
		}
		.video_detail_box table.embed_link_table input {
			font-size:10px;
			width:170px;
			color:#666;
		}

.video_detail_link{
	display: block;
	background: transparent url(../images/bullet_2.gif) 0px 5px no-repeat;
	margin-top: 7px;
	margin-left: 5px;
	padding-left: 9px;
	margin-bottom: 2px;
	font-size: 11px;
}



.video_detail_list_box{
	width: 193px;
	padding: 5px;
	text-align: left;
	font-size: 11px;
	margin-bottom: 3px;
}
	.video_detail_list_box:hover {
		background-color:#fff;
		cursor: pointer;
	}
.video_detail_list_box table{
	margin-bottom: 3px;
}
.video_detail_list_box .tdleft{
	width: 74px;
}
.video_detail_list_box h4{
	margin: 0px;
	font-size: 14px;
	color: #353636;
}
.video_detail_list_box h4 a{
	color: #353636;
}
.video_detail_list_box h5{
	margin: 0px;
	font-size: 14px;
	color: #9D9EA0;
	font-family: Georgia, serif;
}
.video_detail_list_box h5 a{
	color: #9D9EA0;
}

.video_detail_list_box .watch{
	display: block;
	background: transparent url(../images/bullet_2.gif) 0px 5px no-repeat;
	padding-top: 1px;
	padding-left: 9px;
	margin-top: 2px;
	font-size: 10px;
}






div.search_header_div {
	padding-top:11px;
	padding-bottom:11px;
	padding-left:1px;
}
.search_table {
	font-size: 10px;
	text-align:center;
}
.search_table td {
	padding:4px;
	vertical-align:middle;
}
.search_table td.type_td {
	text-transform:uppercase;
}
.search_table select, .search_table input.search_input {
	font-size: 11px;
	width: 170px;
}
.search_table div{
	padding-bottom: 2px;
}


.search_results_header a{
	padding-bottom: 0px;
}
.search_results_header{
	width: 100%;
	font-size:11px;
	padding-left: 1px;
	padding-bottom: 5px;
}
.search_results_header em {
	font-size:12px;
	color:#666;
}

.search_results {
	margin-top:23px;
}

.search_result{
	padding:9px;
	padding-left:10px;
	padding-right:30px;
	margin-bottom: 5px;
}
.search_result td.img_td {
	padding-right:10px;
}
	.search_result td.img_td img {
		border:1px solid #EBEAEB !important;
	}
	.search_result td.img_td a {
		padding:0;
		background:none;
	}
.search_result h3 a{
	padding: 0px;
	background: none;
}

.search_result h3 a{
	color: #353535;
}
.search_result h3 a.release_title{
	color: #B1B1B3;
	line-height: 12px;
}


.search_result h3{
	padding: 0px;
	margin: 0px;
}
.search_result .article_title{
	font-size: 14px;
	font-family: Verdana, sans-serif;
	color: #379BFD;
}
.search_result p{
	margin:0;
	padding:1px;
	margin-top:5px;
	margin-bottom:5px;
	color:#666;
	font-size:10px;
}

div.search_pagination{
	margin-top:15px;
	margin-bottom:15px;
	padding-top: 0px;
	font-size: 12px;
	text-align: center;
}
div.search_pagination span.pagination_title {
	font-size:14px;
	color:#666;
	padding-right:10px;
	padding-top:7px;
}
div.search_pagination span.pagination_links {
	padding-left: 7px;
	padding-right:7px;
}
	div.search_pagination span.pagination_links span.link {
		padding-left:5px;
		padding-right:5px;
	}
		div.search_pagination span.pagination_links span.link a{
	
		}
div.search_pagination .next{
	background: transparent url(../images/bullet_2.gif) 38px 5px no-repeat;
	padding-left: 4px;
	margin-bottom: 2px;
}
div.search_pagination .prev{
	background: transparent url(../images/bullet_2r.gif) 0px 5px no-repeat;
	margin-left: 13px;
	padding-left: 11px;
	margin-bottom: 2px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */




/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Styles associated with Store front-end.
	- Store main
	- Store category
*/
.store_div {
	padding-top:15px;
	padding-bottom:15px;
	border-top: 4px solid #353636;
	background:#fff url(../images/store_bg_pattern.gif) repeat-y;
}
.store_category_div {
	margin-left:15px;
	float:left;
	width:200px;
}
.store_main_div {
	margin-top:0px;
	margin-right:20px;
	margin-left:250px;
	margin-bottom:0px;
}

.store_category_div div.category,
.store_category_div div.category_on {
	padding:8px;
	padding-top:10px;
	padding-bottom:10px;
}
.store_category_div div.category_on {
	background:url(../images/store_bg_pattern_over.gif);
}

.store_category_div .hr {
	margin-top:0;
	margin-bottom:0;
}

/* Various Category Headers */

.store_div h1 {
	color:#333;
	font-size:22px;
	margin-bottom:10px;
}
.store_div h2 {
	margin-left:8px;
	margin-top:5px;
	margin-bottom:11px;
	font-size:16px;
}
.store_div h3 {
	font-size:22px;
	color:#333;
	margin-top:0px;
	margin-bottom:0px;
}
.store_div h4, .store_div h5 {
	font-family:Verdana,Arial,sans-serif;
	font-size:10px;
	color:#666;
}
.store_div h4 {
	margin-top:10px;
	margin-bottom:10px;
	margin-left:8px;
}
.store_div h5 {
	margin-top:0px;
	margin-bottom:0px;
}

/* Store Product Item */

.store_product {
	margin-bottom:10px;
}
.store_product img {
	border:1px solid #ccc;
}
.store_product div.additional_images {
	font-size:10px;
	color:#666;
	padding-top:3px;
}
	.store_product div.additional_images a {
		margin-right:5px;
	}
.store_product h3 {
	font-size:18px;
}
.store_product h3.sub {
	font-size:14px;
	color:#666;
}
.store_product p {
	color:#313131;
	padding:0;
	margin-left:0;
	margin-top:12px;
	margin-bottom:12px;
}

.store_product table.price_table {
	font-size:10px;
	color:#666;
}
	.store_product table.price_table span.price {
		font-size:18px;
		color:#333;
		font-family:Georgia,Verdana,Arial,sans-serif;
	}
	
	.store_product table.price_table span.option_title {
		font-size:16px;
		color:#333;
		display:block;
		font-family:Georgia,Verdana,Arial,sans-serif;
	}
	
	.store_product table.price_table select {
		font-size:14px;
	}

.store_product table.buy_link_table {
	margin-top:15px;
	font-size:10px;
	color:#666;
}
.store_product a.buy {
	background: transparent url(../images/dollarsign.gif) left center no-repeat;
	padding-left:16px;
	padding-right:17px;
	white-space:nowrap;
}
.store_product a.buy_paypal {
	font-size:12px;
	background: transparent url(../images/dollarsign.gif) left center no-repeat;
	padding-left:16px;
	padding-right:17px;
	white-space:nowrap;
	font-weight:bold;
}

/* Styles for Choice page for US or International Store */

.store_choose_location p {
	font-size:14px;
	padding:0;
	margin-top:0px;
	margin-bottom:15px;
}

.store_choose_location a {
	font-family:Georgia,Verdana,Arial;
	font-size:18px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Styles associated with the detailed footer 
	-The list of artists & content at the bottom of the page
*/
.detailed_footer{
	color: #939598;
	width: 911px;
	padding-left: 33px;
	padding-right: 33px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	background: transparent url(../images/backgrounds/drop_shadow_bottom.png) top center no-repeat;
	line-height: 17px;
	font-style: italic;
	font-size:10px;
}
.detailed_footer h5{
	font-size: 11px;
	text-transform: uppercase;
	font-family: Verdana, Arial;
	margin-bottom: 4px;
	font-style:normal;
}

.detailed_footer h5 a, .detailed_footer h5 a:visited {
	color: #252626;
	text-decoration:none;
	border:none;
}
.detailed_footer h5 a:hover, .detailed_footer h5 a:visited:hover {
	color: #000;
	text-decoration:underline;
	border:none;
}

.detailed_footer div{
	float: left;
	padding-right: 25px;
}
.detailed_footer a{
	font-size:11px;
	font-style:normal;
	color: #76787A;
}
.detailed_footer a:hover{
	text-decoration: underline;
}
.detailed_footer a:visited{
	text-decoration: none;
	border-bottom:1px dotted #8E9193;
}
.detailed_footer a:visited:hover{
	text-decoration: none;
	border-bottom:1px solid #8E9193;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */






/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Styles associated with the footer 
	-The actual footer
*/
#footer{
	color: #939598;
	width: 914px;
	font-size: 9px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 16px;
	padding-bottom: 10px;
}
#footer a{
	color: #939598;
}
#footer a:hover{
	text-decoration: underline;
}
#footer .nav{
	margin-bottom: 5px;
}
#footer .nav h5{
	font-family: Verdana, Arial;
	text-transform: uppercase;
	float: left;
	padding-right: 14px;
	font-size: 10px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */




/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Styles associated with FORMS
*/
.mailinglist_form{
	margin-top: 20px;
}
.mailinglist_form input{
	margin-right: 20px;
}
.mailinglist_form h4{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}
.mailinglist_form select{
	margin-top:0;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */









.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */