/* HACKS *//* HACKS *//* HACKS *//* HACKS *//* HACKS *//* HACKS *//* HACKS *//* HACKS *//* HACKS *//* HACKS */

/* _ something - picked up by IE 6 only - ex: _width:10px */

/* # something - picked up by IE 7 only - ex: #width:10px */

/* . something - picked up by IE 6 AND IE 7 - ex: .width:10px */
/* something expression - picked up by IE 6 AND IE 7 - ex: width:expression(10) */

html {
	min-height:100%;
}

body {
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-height: 100%;
	background-color: #D6D6D6;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/**/
	background-image: url(/images/gpm_bg01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
textarea, input {
	xfont-family: arial,verdana,sans-serif;
	font-size: 11px;
	.font-size: 12px;
}
small {
	
}
h1, h2, h3, h4, h5 {
	/*font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;*/
	color: #333;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: uppercase;
	/*letter-spacing: 1px;*/
}
h1 {
	font-size: 13px;
	/*opacity:0.5;
	filter:Alpha(opacity=50);*/
}
h2 {
	font-size: 13px;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 10px;
}
h5 {
	font-size: 9px;
	font-weight:normal;
}
a, a:link {
	color: #00C0AF;
	text-decoration: none;
	outline: none; /* turns off FireFox outline when links are clicked */
}
a:hover {
	/*color: #C03100;*/
	color: #000;
	text-decoration: underline;
}
img {
	border: none;
}
a:hover img {
	border: none;
	opacity:0.50;
	filter:Alpha(opacity=50);
}
hr {
	border:none;
	border-bottom: solid #999 1px;
	height: 1px;
	background-color: transparent;
	width: 100%;
	margin:0;
	padding:5px 0;
	margin-bottom:5px;
	clear:both;
}
.clear {
	clear:both;
}
.clearfix {
    display: block;
	clear:both;
}
hr.blank {
	border:none;
	height: 1px;
	background-color: transparent;
	width: 100%;
	margin:0;
	padding:5px 0;
	clear:both;
	.border: #000 solid 1px;
}
hr.blankHalf {
	padding:8px 0;
}
hr.blankNone {
	padding: 0px;
}
table, tbody, th, tr, td {
	margin: 0px;
	padding: 0px;
}
div {
	xborder: dotted 1px green;
}
.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
}
.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
}
.aligncenter {
	text-align: center;
}

blockquote {
	border-left: 6px solid #CCC;
	margin: 15px 20px 0 5px;
	padding-left: 10px;
}
i, em {
	color: #F7931E;
	font-weight:bold;
}
input, textarea {
	/*width: 75%;*/
	background-color: #EEE;
	border: solid 1px #D6D6D6;
	color: #999;
}
input.but, input[type="submit"] {
	color: #FFF;
	background-color: #00C0AF;
	border: none;
	width: 50%;
	text-transform: uppercase;
	padding: 2px;
	margin-top: 3px;
}
input.but:hover, input[type="submit"]:hover {
	color: #00C0AF;
	background-color: #FFF;
}

.hidden {
	display: none;
}
.BorderNone, .List li.BorderNone, #News_List li.BorderNone, #ListNews li.BorderNone {
	border: none;
}

/*#########################LAYOUT#########################*/

#canvas {
	width: 100%;
	xheight:100%;
	margin: 0 auto;
	xborder: 1px solid #000;
}
#innercanvas {
	xposition: absolute;
	width: 960px;
	left: 0px;
	bottom:0px;
	xheight:100%;
	margin: 0 auto;
	padding-bottom:0px;
	padding-bottom: 90px;
	xborder: 1px solid green;
}

#header {
	position: relative;
	padding: 0px;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 110px;
	border-bottom: 2px #000 solid;
}
#Social_media_icons {
	margin-top: 5px;
	float:right;
	text-align: right;
	.position: absolute;
	.top: 5px;
	.right: 0px;
}
#Social_media_icons a {
	margin-left: 5px;
	border: none
}
#Social_media_icons a img {
	border: none;
	/*opacity:0.75;
	filter:Alpha(opacity=75);*/
}
#Social_media_icons a:hover img {
	/*opacity:1;
	filter:Alpha(opacity=100);*/
}

#Members_menu {

}

#header a#HeaderLogo {
	position: relative;
	float: left;
}
#header a:hover#HeaderLogo {
	/*background-position: center -50px;*/
}
#header a#HeaderLogo img {
	margin-top: 15px;
}


/**      main content     */
#ContentHolder {
	position: relative;
	display: block;
	clear: both;
	width: 100%;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
}
.ContentBlock {
	position: relative;
	display:block;
	padding:0px;
	width:100%;
	xmargin-top: 10px;
	xborder-bottom: 2px solid #000;
}
.ContentBlockSolid {
	background-image: url(/images/list-background-90.png);
	background-position: left top;
	background-repeat: repeat;
	border: solid 1px #D6D6D6;
	margin-bottom: 10px;
}
.ContentBlockLeft {
	position: relative;
	display: block;
	padding: 0px;
	margin-bottom: 10px;
	width: 418px;
	float: left;
	background-image: url(/images/list-background-90.png);
	background-position: left top;
	background-repeat: repeat;
	border: solid 1px #D6D6D6;
}
.SolidLeft {
	border: solid 1px #D6D6D6;
	height: 300px;
}
.ContentBlockCenter {
	position: relative;
	display: inline-block;
	padding: 0px;
	width: 298px;
	margin: 0 0 0 10px;
	margin-bottom: 10px;
	.display: inline-block;
	.float: left;
	background-image: url(/images/list-background-90.png);
	background-position: left top;
	background-repeat: repeat;
	border: solid 1px #D6D6D6;
}
.ContentBlockRight {
	position: relative;
	display: block;
	padding: 0px;
	margin-bottom: 10px;
	width: 218px;
	float: right;
	background-image: url(/images/list-background-90.png);
	background-position: left top;
	background-repeat: repeat;
	border: solid 1px #D6D6D6;
}





.SolidRight {
	/*border: solid 1px #D6D6D6;*/
	height: 300px;
}
.ContentBlock3 .ContentBlockEven {
	width: 305px;	
}

.ContentBlockLeftList {
	width: 280px;
}
.ContentBlockRightDisplay {
	width: 665px;
}

.ContentBlockRightDisplay a img {
	/*border:1px solid #333333;
	padding:5px;*/
}




#RelesaseVideos, #EventVideos {
	width: 220px;
}
#RelesaseVideos h1, #EventVideos h1 {
}

#RelesaseMerchandise {
}


/*######################### HOME PAGE #########################*/
/* HOME PAGE */
.ContentBlock1 {
	width: 398px;
}
.ContentBlock2 {
	width: 548px;
}
.ContentBlock3, .ContentBlock4, .ContentBlock5, .ContentBlock6 {
	display: inline-block;
	width: 548px;
	/*margin: 10px 0 0 10px;*/
	float: right;
}
#NewReleases {
	width: 315px;
}
#ListNewReleases .flexcroll  {
	xheight: 650px;
}
#Podcasts {
}
#VideoPlayerHolder {
	border: solid 1px #999;
	padding:10px;
	/*width: 940px;*/
	/*background-image: url(/images/list-solid-left-background.png);
	background-position: left top;
	background-repeat: repeat-y;*/
}
#VideoPlayer {
	/*width: 730px;*/
}
#VideoPlayer li {
	/*width: 710px;*/
	text-align:center;
}

.VideoPlayer {
	border: solid 1px #999;
}
#Dates, #PhotosHolder, #MostPopular {
	width: 100%;
}
#Dates  .flexcroll {
	height: 200px;
}


/* DIVS sizes */
.Center {
	text-align:center;
}

.List {
	display: block;
	margin: 0px;
	padding: 0px 0px;
}
.List ul {
	/*border-top: solid 2px #00C0AF;*/
	border-top: solid 1px #000;
	/*background-image: url(/images/list-background-60.png);
	background-position: left top;
	background-repeat: repeat;*/
	clear: both;
	list-style: none;
	padding: 10px;
	margin: 0px;
	/*min-height: 100px;*/
	.display: block;
}
.List li {
	clear: both;
	list-style: none;
	padding: 5px 0px;
	vertical-align: middle;
}
.List li p {
	margin-top: 0px;
}
.List h1 {
	float: left;
	line-height: 1em;
	margin-top: 10px;
	margin-left: 5px;
	font-weight: bold;
	/*line-height: 16px;
	margin-top: 2px;
	margin-bottom: 2px;*/
	.line-height: 18px;
}
.List h2 {
	line-height: 0px;
	margin-top: 10px;
}
.List h4 {
	float: right;
	line-height: 1em;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 0px;
	.line-height: 18px;
	text-transform: lowercase;
	font-style: italic;
}
.List h4 img {
	vertical-align: middle;
}
.List h4 a {
	/*float: right;*/
	/*color:#00C0AF;*/
	color:#000;
}
.List h4 a:hover {
	color:#00C0AF;
}

#footer {
	position: absolute;
	bottom: 0px;
	display: block;
	clear: both;
	width: 960px;
	height: 75px;
	padding-top: 5px;
	margin: 0 auto;
	margin-top: 0px;
	font-size: 10px;
	line-height:1px;
	text-align: center;
	color: #999;
	border-top: 2px #000 solid;
}
#footer .BackgroundScreen{
	/*opacity: 0.55;
	filter: Alpha(opacity=55);*/
}
#footerContent {
	position: relative;
	padding: 1px;
}
#footer a {
	color:#D6D6D6;
}
#footer a:hover {
	color:#00C0AF;
}


/* MENU MENU MENU */
#mainmenu {
	position: relative;
	top: 5px;
	width: 100%;
	text-align: left;
}
/* Enter the CSS for your main menu here */
ul#MainNav {
	background-color: transparent;
	font-size: 12px;
	text-transform: uppercase;
	font-style: normal;
	list-style: none;
	/*line-height: 20px;*/
	padding: 0px;
	margin: 0px;
	margin-left: 110px;
	color: #999;
}
ul#MainNav li {
	float:left;
	padding: 0;
	margin-right: 25px;
	padding: 2px 0;
	width: 12%;
	display: block;
	color: #333;
	vertical-align: middle;
}

ul#MainNav li a {
	/*padding-right: 50px;*/
	text-decoration: none;
	color: #00C0AF;
	
}
ul#MainNav li a img {
	vertical-align: middle;
}
ul#MainNav li a:hover {
	color: #FFF;
}

ul#MainNav li ul {
	display: block;
	padding: 0px;
	margin-top: 4px;
	padding-left: 5px;
	width: 100%;
	list-style: none;
	border-top: solid 1px #999;
}
ul#MainNav li ul li {
	float: none;
	clear: both;
	padding: 0px 0;
	font-size: 10px;
	text-transform: lowercase;
	margin-right: 0px;
	border: none;
	font-style: italic;
	width: 100%;
}
ul#MainNav li ul li a {
	border: none;
	padding: 1px 0;
}




/* LIST MENU  */
.listmenu, ul.ListNav {
	background-color: transparent;
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin: 15px 0 0px 0px;
	width: 100%;
	xborder: 1px solid #bbb;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
ul.ListNav {
	line-height: 20px;
	margin: 0 0 0px 20px;
	xborder: 1px solid #bbb;
	font-size:11px;
	font-weight: bold;
	text-transform: capatalize;
}
ul.listmenu li, ul.ListNav li {
	display: block;
}
ul.listmenu li a, ul.listmenu li div {
}
.list_item_selected {
	color:#FFF;
	border-bottom: 1px dotted #FFF;
}
.list_item_selected a, .sub_list_item_selected a, .list_item_selected a:hover, .sub_list_item_selected a:hover {
	color:#FFF;
}


#ListNews li {
	clear: both;
	border-bottom: 1px #999 dotted;
}
#ListNews li.NewsItemEND {
	border: none;
}
#ListNews h3 {
	margin-top: 0px;
	/*font-weight: bold;*/
	line-height: 1em;
}
#ListNews h3.NewsTitle {
	font-size:18px;
}
#ListNews li img {
	max-width: 370px;
}
#ListNews .small {
	margin-bottom: 0px;
	font-size: 10px;
}

#ListNews li#ShowMoreHolder {
	border: none;
}

.NewsItem {
	border-bottom: 1px #999 dotted;
	margin: 5px 0 10px 0;
	padding: 0px 0 0px 0;
}
.NewsItem h4, .NewsItem h5 {
	margin: 0 0 0 0;
}
a.NewsReadMore {
	display:block;
	text-align:right;
}



/*######################### NEWS PAGE #########################*/
#News_List li {
	border-top: 1px dotted #999;
}
#News_List .alignleft {
	float: left;
	margin: 0 10px 5px 0;
}

#NewsArticle {
	width: 418px;
}
#NewsArticle img {
	/*width: 250px;
	float: left;*/
	text-align: center;
	/*margin-right: 20px;*/
	margin: 10px auto;
	clear: both;
	float: none;
}
#NewsArticle .addthis_button img {
	float: none;
	width: 125px;
	margin: 0px;
	clear: both;
}
#NewsArticle .List h2 {
	font-size:18px;
	line-height: normal;
	clear: both;
	margin-bottom: 10px;
}
#NewsArticle .List h4 {
	float: none;
	clear: both;
	margin-bottom: 10px;
	font-size: 11px;
	font-style: normal;
	text-transform: capitalize;
}
#NewsRight {
	width: 236px;
}
#NewsRight  {
	width: 236px;
	float: right;
}
#NewsRight .NewsRight  {
	width: 236px;
}
#NewsRight #ListSocialBox li#Twitter {
	border-bottom: 1px dotted #999999;
	padding-bottom: 1em;
	margin-bottom: 1em;
	width: 96%;
}



/*######################### CONTACT PAGE #########################*/



/*######################### HOME PAGE #########################*/

#SearchResultsTop {
}
#SearchResultsLeft {
}
#SearchResultsRight {
}
#SearchResultsCenter {
}
.SearchResultsCol {
	width: 311px;
}






/*######################### ARTISTS LIST PAGE #########################*/
#Artist, #ArtistPage  #ArtistName {
	width: 100%;
}
#Artist, #ArtistPage  .ContentBlockLeft {
	width: 605px;
	text-align: justify;
}
#ArtistInfo a img {
	border:1px solid #D6D6D6;
	/*padding:5px;*/
	max-width: 200px;
}
#ArtistPage .ContentBlockRightHolder {
	width: 340px;
	float:right;
}
#ListArtistLinks .List {
	margin-bottom: 10px;
}
#ListArtistLinks .List ul {
	min-height: 50px;
}
#ArtistPhotos li {
	clear: none;
	float: left;
	padding: 5px;
}
#ArtistPhotos .zoomReleaseImage{
	height: 104px;
	width: 104px;
}
 #ArtistPhotos .zoomReleaseImage img {
 	height: 110px;
	width: 110px;
 	margin-top: -3px;
 	margin-left: -3px;
 }
#ArtistPage #ListSocialBox li#Twitter {
	border-bottom: 1px dotted #999999;
	padding-bottom: 1em;
	margin-bottom: 1em;
	width: 96%;
}
 
 
 
 /*######################### SHOP LISTINGS #########################*/
#ShopCategories  {
	width: 100%;
}
#ShopCategories h1 {
	font-size: 21px;
}
#ShopCategories ul {
	min-height: 20px;
}

table.insideListNew {
	width: 100%;
}
table.insideListNew td {
	width: 20%;
	vertical-align: top;
}
table.insideListNew td li {
	position: relative;
	border: 1px solid #D6D6D6;
	padding: 4px;
	width: 180px;
}
table.insideListNew td .ListReleaseImg {
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 180px;
	width: 180px;
	overflow: hidden;
}
table.insideListNew td .ListReleaseImg img {
	border: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 180px;
	/*margin-top: -50px;*/
}
table.insideListNew td .ListReleaseInfo {
	background-color: #FFF;
	top: 4px;
	font-weight: normal;
	line-height: 1.25em;
	padding: 5px;
	margin: 0px;
	position: absolute;
	width: 170px;
	height: 170px;
	text-align: left;
	color: #00C0AF;
}

table.insideListNew td a .ListReleaseInfo {
	opacity: 0;
	filter:Alpha(opacity=0);
}
table.insideListNew td a:hover .ListReleaseInfo {
	opacity: 0.8;
	filter:Alpha(opacity=80);
}

.ShopListing {
	width: 100%;
}
.ShopListing .List h1{
	/*color: #CCC;	*/
}
.ShopListing ul {
}
.ShopListing li {
	/*border-bottom:1px solid #333;*/	
	margin-bottom: 5px;
	font-size: 11px;
	line-height: 1.25em;
	float: left;
	width: 25%;
	clear: none;
}
.ShopListing p {
	margin-bottom:0px;	
}

#ShopListNew .List li {

}







 

/* ARTIST PAGE */
#Biography {
	width: 355px;
}
#ContactCenter {
	display: inline-block;
	width: 363px;
}
#ContactCenter .ContentBlockCenter {
	width: 100%;
}
#Team {
}
#Team img {
	margin-right: 5px;
	margin-bottom: 5px;
	height: 60px;
	width: 60px;
}
#ListTerms {
	font-size: 75%;
}


.DiscographyTable {
	width:100%;
}
.DiscographyTable td {
	xpadding-top:10px;
	xpadding-bottom:10px;
	xborder-bottom:1px dotted #999;
}

.DiscographyTable td.text {
	padding-left:10px;
}
.DiscographyTable td.image {
	height:120px;
	width:120px;
}
.DiscographyTable td.image img {
	padding: 50px 60px;
	height:60px;
	width:60px;
	border: 1px solid #999;
}
#FlashAudioPlayer {
	xborder: 1px solid red;
}

#HomeXtra {
	text-align: center;
}
#HomeXtra h3 {
	font-size: 14px;
	font-weight: bold;
}
#HomeXtra img {
	margin: 0 5px;
}


#MediaScrollerHolder {
	position: relative;
	padding: 0px;
	width: 100%;
	height: 298px;
}
div.MediaHolder {
	position: absolute;
	width: 100%;
	height: 298px;
	overflow: hidden;	
}
.MediaImage {	
	position: relative;
	width: 100%;
	margin-top: -25%;
	xheight: 280px;
}
.MediaImage img {
	width: 100%;
}
.MediaText {
	position: absolute;
	top: 0px;
	width: 90%;
	padding: 5%;
	color: #FFF;
	font-weight: normal;
	background-image: url(/images/list-background-60.png);
	background-position: left top;
	background-repeat: repeat;	
	font-size: 36px;
	line-height: 1em;
	height: 100%;
	vertical-align: middle;
}
a .MediaText {
	color: #FFF;
}
a:hover .MediaText, a:hover .MediaReadMore {
	color: #00C0AF;
}
.MediaArtist {

}
.MediaTitle {
	font-weight: bold;
}
.MediaCatNum {
}
.MediaRelDate {

}
.MediaReadMore {

}

.NewsHolder {
	position: relative;
	border: solid 1px #D6D6D6;	
	/*border-top: solid 2px #00C0AF;*/	
	clear: both;
	width: 280px;
	height: 130px;
	/*margin-left: 10px;*/
	font-size: 10px;
	overflow: hidden;
}
.NewsHolderSM {
	float: left;
	clear: none;
	border: solid 1px #D6D6D6;	
	width: 132px;
	height: 115px;
	margin-bottom: 10px;
	margin-top: 10px;
	overflow: hidden;
}
#NewsHolder3 {
	float: right;
	/*margin-right: 10px;*/
}
.NewsImage {	
	position: relative;
	width: 300px;
	height: 130px;
	margin-top; 5px;
	/*margin-top:-25px;*/
	overflow: hidden;	
}
.NewsHolderSM .NewsImage {
	width: 132px;
	height: 125px;
}
.NewsImage img {
	width: 280px;
}
.NewsHolderSM .NewsImage img {
	width: 132px;
}
.NewsText {
	position: absolute;
	top: 0px;
	width: 280px;
	padding: 5px;
	color: #FFF;
	font-weight: normal;
	background-image: url(/images/list-background-80.png);
	background-position: left top;
	background-repeat: repeat;	
	line-height: 1.25em;
}
.NewsHolderSM .NewsText {
	width: 122px;
}
a .MediaText, a .NewsText {
	color: #FFF;
	opacity:0.0;
	filter:Alpha(opacity=0);
}
a:hover .MediaText, a:hover .NewsText {
	color: #00C0AF;
	opacity:.8;
	filter:Alpha(opacity=80);
}

#ListMostPopular li {
	clear: none;
	width: 46%;
	float: left;
	padding-right: 4%;
	min-height: 35px;
	line-height: 1em;
}

#DatesList {
}
#DatesList ul li {
	border-bottom: 1px solid #333;
	padding:8px 0;
}
#DatesList li {
}
#DatesList .ArtistDatesMore {
	float: right;
}
#DatesList .ArtistDateMoreInfo {
	border-top: 1px solid #D6D6D6;
	/*background-image: none;
	background-color: #000;*/
	line-height: 1.25em;
	padding-bottom: 5px;
	/*margin: 0 10px;*/
}
#DatesList .ArtistDateMoreInfo p {
	margin: .5em 0;
}
#DatesList .ArtistDateMoreInfo img {
	vertical-align: top;
	width: 100px;
	/*height: 100px;*/
	/*float: right;*/
}

#Contact {
	float: left;
	width: 440px;
}
#BookingForm {
	float: right;
	width: 440px;
}








/*#Releases {
	margin-top:20px;
}
#Releases a img {
	padding:5px;
	xborder: solid 1px #CCC;
}
#Releases hr {
	xmargin-bottom:10px;
}
#Releases .Content {
	padding-bottom:20px;
	margin-bottom:20px;
	xborder-bottom: 1px solid #CCC;
}*/

#ArtistsThumbList {
	padding: 0 0px;
}
.ArtistsThumb {
	position: relative;
	background-color: #FFF;
	border: solid #D6D6D6 1px;
	margin: 5px 5px;
	text-align: center;
	float: left;
	height: 196px;
	width: 223px;
	overflow: hidden;
}
.ArtistsThumb a img {
	xmargin-top: 2em;
	text-align: center;
	width: 223px;
	/*margin-left: -13px;*/
}
.ArtistsThumb .ArtistName {
	position: absolute;	
	bottom: 5px;
	left: 5px;
	width: 213px;
	font-weight: bold;
	/*padding: 5px 5px;*/
	/*background-color: #FFF;*/
	/*border-bottom: solid #D6D6D6 1px;*/
	background-image: url(/images/list-background-90.png);
	background-position: left top;
	background-repeat: repeat;
	/*opacity:0.80;
	filter:Alpha(opacity=80);*/
	text-align: center;
	font-size: 12px;
}
.ArtistsThumb .ArtistName p {
	padding: 5px 5px;
	margin: 0px;
}


/*#PodcastsThumbList .ArtistsThumb a .ArtistName {
	opacity:0;
	filter:Alpha(opacity=0);
}*/
/*#PodcastsThumbList .ArtistsThumb a:hover .ArtistName {
	opacity:0.80;
	filter:Alpha(opacity=80);
}*/

#PodcastsThumbList .ArtistsThumb {
	height: auto;
	min-height: 130px;
	overflow: visible;
}
#PodcastsThumbList .ArtistsThumb .ArtistName {
	position: relative;
	bottom: 0px;
	left: 0px;
	font-weight: normal;
	background-color: transparent;
	text-align: left;
}
#PodcastsThumbList .ArtistsThumb .ArtistName p {
	padding: 0px 5px;
	margin: 0px;
}
#PodcastsThumbList .ArtistsThumb .podpict {
	width: 60px;
	margin: 0 10px 60px 0;
}
#PodcastsThumbList a {
	font-size: 11px;
	line-height: 1.25em;
}

.CurrentPodcast {
	padding: 5px 0 10px 0;
	/*border-bottom: 1px #999 solid;
	margin-bottom: 10px;*/
}

.lv_Close {
}
.PodcastInfo, .lv_contentBottom .List, #extendedResponse {
	color: #333;
}
.PodcastInfo h1, .PodcastInfo h2, .PodcastInfo h3, .PodcastInfo h4, .PodcastInfo h5, .lv_contentBottom .List h1, .lv_contentBottom .List h2, .lv_contentBottom .List h3, .lv_contentBottom .List  h4, .lv_contentBottom .List h5 { 
	color: #000;
}
.lv_contentBottom .List ul, #extendedResponse {
	background-image: none;
	background-color: #FFF;
}
.lv_contentBottom .NewsItemHolder ul, #extendedResponse {
	width: 600px;
}
.lv_contentBottom .List h1 {
	display: none;
}
#extendedResponse {
	width: 400px;
	text-align: center
}
#extendedResponse input {
	width: 200px;
	text-align: center;
	margin:5px;
}
#extendedResponse h2 {
	color: #000;
	border-bottom:2px solid #D6D6D6;
}
#extendedResponse .inputField {
	background-color: #CCC;
	border:1px solid #D6D6D6;
}
#extendedResponse .submitButton {
	width: 100px;
	border:1px solid #00C0AF;
}


.PodcastInfo h2, .lv_contentBottom .List h2, #extendedResponse h2 {
	clear:both;
	font-size:16px;
	line-height:normal;
	margin-bottom:10px;
	margin-top:10px;
}
.PodcastInfo h4, .lv_contentBottom .List  h4, #extendedResponse h4 {
	clear:both;
	float:none;
	font-size:11px;
	margin-bottom:10px;
	line-height:0;
	margin-top:10px;
}
.PodcastInfo a, .lv_contentBottom .List a, #extendedResponse a {
	color: #00C0AF;
}
.PodcastInfo a:hover, .lv_contentBottom .List a:hover, #extendedResponse:hover {
}
.PodcastInfo img, .lv_contentBottom .NewsItemHolder img {
	float:left;
	margin-bottom:10px;
	margin-right:20px;
	margin-top:10px;
	width:300px;
}







#ListReleases {
	padding: 0 0px;
}
ul.ListRelease {
	position: relative;
	border-top:1px solid #333;
	margin: 5px 10px;
	padding-top: 5px;
	text-align: center;
	width: 430px;
	float:left;
	clear: none;
	/*background-image: none;*/
}
.ListRelease a img {
	width: 150px;
	margin: 10px 10px 0px 0px;
	padding: 5px;
	text-align: center;
	float: left;
	border: 1px solid #333;
}
.ListRelease .ListReleaseInfo {
	margin: 15px 10px 10px 10px;
	text-align: left;
	color: #BBBBBB;
	line-height: 1.25em;
}
.ListRelease .ListReleaseInfo a:hover {
	text-decoration: none;
}
.ListRelease .ListReleaseArtist {
	font-weight: bold;
	margin: 0 0;
	line-height: 1em;
}
.ListRelease .ListReleaseTitle {
	font-size: 15px;
	line-height: 1em;
	margin: 6px 0;
}
.ListRelease a:hover .ListReleaseTitle {
	color: #00C0AF;
}
.ListRelease .ListReleaseData {
	margin: 0 0;
	line-height: 1em;
}
.ListRelease .ListReleaseInfo .ListReleaseText {
	line-height: 1.25em;
	margin: 10px 0 0 0;
}
ul.ListReleaseLG {
	position: relative;
	border:1px solid #999;
	margin: 5px 10px;
	padding: 0px;
	text-align: center;
	float: left;
	height: 300px;
	width: 448px;
	overflow: hidden;
	background-color: #000;
	background-image: none;
}
.ListReleaseLG .ListReleaseArt {
	/*height: 280px;
	margin: 5px;
	overflow: hidden;
	border: solid 1px #333;*/
}
.ListReleaseLG a img {
	width: 430px;
	text-align: center;
	border: none;
	padding: 0px;
	margin: 0px;
}
.ListReleaseLG .ListReleaseInfo {
	position: absolute;	
	bottom: 0px;
	padding: 20px;
	margin: 0px;
	background-color: #000;
	opacity:0.75;
	filter:Alpha(opacity=75);
	text-align: left;
	width: 410px;
}


#Release {
	width: 640px;
}
#Release .ArtistTitle {
	line-height: 1em;
	/*margin: 2px 0 2px 0;*/
	 width: 500px;
}
#Release .AddThis {
	margin-top:0px;
}
.ArtistTitle, .PageTitle {
	margin-top: 0px;
	font-size: 18px;
	.line-height: 20px;
}
#ListReleaseLinks {
	width: 300px;
}

.ReleaseImage {
	float: left
}
.ReleaseInfo {
	float: right;
	width: 380px;
	font-size: 14px;
	line-height: 1.5em;
}
.mp3encoded {
	font-size: 12px;
}
.ReleaseImage p {
	margin: 0px;
	margin-bottom: 10px;
}
.ReleaseImage img {
	width:210px;
}
.ReleaseImage a img {
	border:1px solid #333333;
	/*padding:5px;*/
}
.ReleaseTrackListing {
	/*float: right;
	width: 340px;*/
}
.ReleaseDescription {
	margin-top: 1em;
	/*white-space: pre-wrap;*/
	word-wrap: break-word;
}




/*#ListArtists, #ListReleases {
	margin-top:10px;
}
#ListArtists a img, #ListReleases a img {
	padding:5px;
	border: solid 1px #C5C9CC;
}
#ListArtists hr, #ListReleases hr {
	border: none;
	padding:0;
	margin:0;
}
#ListArtists .Content, #ListReleases .Content {
	padding-bottom:10px;
	margin-bottom:10px;
}
#ListArtists .Content strong, #ListReleases .Content strong {
	font-size: 14px;
}*/


/*#Artist h2.ArtistTitle, #Release h2.ArtistTitle {
	text-align:left;
	font-size: 18px;
}
#ListArtistReleases p {
	margin-top: .5em;
	margin-bottom: .5em;
}

#Artist h3 {
	font-size:12px;
}
#ListArtistLinks h1, #ListReleaseLinks h1 {
	font-size: 16px;
	letter-spacing:2px;
}
#Contact h2 {
	text-align:left;
}*/


#FriendsList a {
	display: inline-block;
	width:48%;
	xfloat:left;
	margin-top:.5em;
	margin-bottom:.5em;
}

#Schedule div h1 {
}
#Schedule div td {
	border-bottom: dotted #999 1px;
}
#Schedule div h2 {
	text-align: left;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	font-size: 14px;
}

#Schedule div h2.c1 {
	text-align:right;
	margin-right:20px;
}
#Schedule div h2.c2 {
}
#Schedule div h2.c3 {
}

.img50p {
	width:10%;
}

#Media_Player {
	text-align:left;
}
#Media_Player h3 {
	text-align:center;
}
.Media_Thumbs_Holder img {
	display:inline;
	padding:11px;
}
.Media_Thumbs_Holder a img {
	/*margin: 0 20px;*/
	margin: 5px 7px;
	/*padding: 0px;*/
}

.Media_Picures_List_Thumb_Holder {
	position: relative;
	width: 60px;
	height: 60px;
	overflow: hidden;
	float:left;
	margin:0 15px 5px 0;
	border:1px solid #333333;
	padding:5px;
}
.Media_Picures_List_Thumb {
	position: relative;
	width: 60px;
	height: 60px;
	overflow: hidden;
}
.Media_Picures_List_Thumb img {
	position: relative;
	width: 120px;
	margin-left: -30px;
	margin-top: -30px;
}
#Media_Picures_List ul {
	/*border: none;*/
}

#Shopping_Cart_Table td, #Shopping_Cart_Buttons td, #Checkout_Table td {
	padding:5px 0;
	border-bottom: 1px solid #EEE;
}
#Shopping_Cart_Buttons td {
	padding:10px 0;
}


#MailingList {
	text-align: right;
	font-size: 10px;
	/*padding: 20px;*/
	width: 150px;
}

.zoomReleaseImageHolder {
	/*padding:5px;*/
	/*border: solid 1px #D6D6D6;*/
	border: solid 1px #D6D6D6;
}
.zoomReleaseImage {
	position: relative;
	width: 70px;
	height: 70px;
	overflow: hidden;
}
.zoomReleaseImage img {
	position: relative;
	width: 70px;
	height: 70px;
}
.zoomReleaseImage img {
	position: relative;
	/*margin-left: -40px;
	margin-top: -40px;*/
}

#ListPodcasts .zoomReleaseImage {
	position: relative;
	width: 50px;
	height: 50px;
	overflow: hidden;
}
#ListPodcasts .zoomReleaseImage img {
	position:relative;
	height:50px;
	width:50px;
}
#ListRelesaseMerchandise li {
	line-height: 1.25em;
}
#ListRelesaseMerchandise .zoomReleaseImage {
	position: relative;
	width: 50px;
	height: 50px;
	overflow: hidden;
}
#ListRelesaseMerchandise .zoomReleaseImage img {
	position: relative;
	width: 50px;
	height: 50px;
}

.Scroll .scrollHorizontal {
	height: 140px;
	width: 940px;
}
#ShopListing1 .Scroll .scrollHorizontal {
	height: 250px;
}
.Scroll ul {
	padding-right: 0px;
}
.Scroll .flexcroll {
	overflow: auto;
}
.Scroll ul ul.insideScroll {
	border: none;
	margin: 0px;
	padding: 0px;
	xpadding-bottom: 10px;
	padding-right: 10px;
	background: none;
}
.Scroll ul ul.insideScroll td {
	vertical-align: top;
}




.Scroll ul .scrollHorizontal .insideScroll li  {
	float: left;
	clear: none;
	width: 200px;
	margin-right: 20px;
}
.Scroll ul .scrollHorizontal ul.insideScroll li.Break {
}



#ListEventVideos .zoomReleaseImage {
	position: relative;
	height: 50px;
	width: 66px;
	overflow: hidden;
}
#ListEventVideos .zoomReleaseImage img {
	position:relative;
	height:55px;
	width:66px;
}


#PhotosHolder li {
	clear: none;
	float: left;
}
#PhotosHolder .zoomReleaseImageHolder {
	margin: 0 6px 0 0;
	border: solid 1px #D6D6D6;
}
#PhotosHolder .zoomReleaseImage {
	position: relative;
	width: 40px;
	height: 40px;
	overflow: hidden;
}
#PhotosHolder .zoomReleaseImage img {
	width: 70px;
	height: 70px;
	margin-top: -15px;
	margin-left: -15px;
}
.PodcastMiniPlayer {
	width: 100%;
	/*text-align: center;*/
	/*margin-top: 5px;
	padding-top: 5px;
	border-top: 1px dotted #999;*/
}

#ListBookingForm table td {
	padding: 2px;
}

#BookingForm {
	position: relative;
	margin: 0 auto;
	width: 500px;
}

.lv_Frames .lv_Close {
	padding-bottom: 5px;
}



