@charset "utf-8";
/* CSS Document */

body {
	font-size:100%;
	line-height:1.125em;
	font-family:Verdana, Geneva, sans-serif;
	background: #000000;
	color:#ccc;
	background-image:url(../images/site/bodybg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

p, ul, td {
    font-size:0.775em;
	color:#ccc;
	text-align:left;
}


<!--[if !IE]>-->

body {
    font-size:16px;
}

<!--<[endif]-->


#container { 

}

#header {
	background-image:url(../images/site/djwellysiteheader.jpg);
	background-position:center;
}
#navWrapper {
	border: 3px solid #d9c30b;
	/* Rounded Corners */
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	
	/* Drop Shadow */
	-moz-box-shadow: 0px 5px 5px #000;
  	-webkit-box-shadow: 0px 5px 5px #000;
  	box-shadow: 0px 5px 5px #000;
	behavior:url(includes/PIE.htc); /* Apply CSS3 Styling for IE */
}
#navContainer {
	
	background-color:#000;
	/* Transparency */
	filter:alpha(opacity=80); /* IE */
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
	/* Rounded Corners */
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	behavior:url(includes/PIE.htc); /* Apply CSS3 Styling for IE */

}
#navContent {
	font-size:1.0em;
}
UL.navList li{		
		border-left: 1px solid #333;
		list-style: none;
}

UL.navList li.first {
	border-left: none;
	list-style: none;
	display: inline;
	}
#welcomeWrapper {
	/* Drop Shadow */
	-moz-box-shadow: 0px 5px 5px #000;
  	-webkit-box-shadow: 0px 5px 5px #000;
  	box-shadow: 0px 5px 5px #000;
	/* Rounded Corners */
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	behavior:url(includes/PIE.htc); /* Apply CSS3 Styling for IE */
}

#welcomeBox {
		background-color:#000;
		/* Rounded Corners */
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		border-radius: 15px;
		/* Transparency */
		filter: alpha(opacity=80);
		-moz-opacity: 0.8;
		-khtml-opacity: 0.8;
		opacity: 0.8;
		/* Drop Shadow */
		-moz-box-shadow: 0px 5px 5px #000;
		-webkit-box-shadow: 0px 5px 5px #000;
		box-shadow: 0px 5px 5px #000;
		behavior:url(includes/PIE.htc); /* Apply CSS3 Styling for IE */
	}
	
#welcomeBoxContent {
	
}

#featCDTransparency {
	background-color:#000;
	/* Rounded Corners */
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	/* Transparency */
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	behavior:url(includes/PIE.htc); /* Apply CSS3 Styling for IE */
	
}

#featCDWrapper {
	/* Drop Shadow */
	-moz-box-shadow: 0px 5px 5px #000;
  	-webkit-box-shadow: 0px 5px 5px #000;
  	box-shadow: 0px 5px 5px #000;
	/* Rounded Corners */
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	behavior:url(includes/PIE.htc); /* Apply CSS3 Styling for IE */
}

#advertsWrapper {
	/* Drop Shadow */
	-moz-box-shadow: 0px 5px 5px #000;
  	-webkit-box-shadow: 0px 5px 5px #000;
  	box-shadow: 0px 5px 5px #000;
	/* Rounded Corners */
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	behavior:url(includes/PIE.htc); /* Apply CSS3 Styling for IE */
}
#advertsTransparency {
	background-color:#000;
	/* Rounded Corners */
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	/* Transparency */
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	behavior:url(includes/PIE.htc); /* Apply CSS3 Styling for IE */
}

#footerWrapper {
	/* Drop Shadow */
	-moz-box-shadow: 0px 5px 5px #000;
  	-webkit-box-shadow: 0px 5px 5px #000;
  	box-shadow: 0px 5px 5px #000;
	/* Rounded Corners */
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background:url(../images/site/footergradbg.jpg) 0 0 repeat-x;
	behavior:url(includes/PIE.htc); /* Apply CSS3 Styling for IE */
}

#footerTransparency {
	background: #222222; /* for non-css3 browsers */
	
	/* Gradient Background 
	background: -webkit-gradient(linear, left top, left bottom, from(#111111), to(#333));  webkit browsers such as Safari, Chrome, etc. 
	background: -moz-linear-gradient(top,  #111111,  #333);  For Firefox 3.6+ 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#111111', endColorstr='#333333');  IE */
	/* Rounded Corners */
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	/* Transparency 
	filter: alpha(opacity=80);  Have to remove as IE will display nothing if this is included*/
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	behavior:url(includes/PIE.htc); /* Apply CSS3 Styling for IE */
}

#featCDContent {
	
}

#subPageContent{
	/* Rounded Corners */
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background-color:#FFF;
	color:#666;
	text-align:center;
	background-image:url(../images/site/subbg.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	behavior:url(includes/PIE.htc); /* Apply CSS3 Styling for IE */
}
#subPageContentClear{
	/* Rounded Corners */
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background-color:#000;
	color:#666;
	text-align:center;
	behavior:url(includes/PIE.htc); /* Apply CSS3 Styling for IE */

}
#subPageContent P{
	position:relative;
	color:#666;
	margin:0;
	padding:20px;
}

.subPageHeader {
	/*background-image:url(../images/site/maskingtape.jpg);
	background-position:top left;
	background-repeat:no-repeat;*/
	background-color:#000;
	border:1px solid #ff6;
	/* Rounded Corners */
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	behavior:url(includes/PIE.htc); /* Apply CSS3 Styling for IE */

}
.subPageHeaderClear {
	/*background-image:url(../images/site/maskingtape.jpg);
	background-position:top left;
	background-repeat:no-repeat;*/
	background-color:#000;
	border:1px solid #FF6;
	/* Rounded Corners */
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	behavior:url(includes/PIE.htc); /* Apply CSS3 Styling for IE */

}
strong.subPageHederText {
	display:block;
	padding:15px;
	font-size:1.4em;
	color:#FF6;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	
}
strong.subPageHederTextClear {
	display:block;
	padding:10px;
	font-size:1.4em;
	color:#FF6;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	
}

ul.subNavigation {
	text-align:center;
}

ul.subNavigation li{
	margin-left: 0;
	margin-bottom: 0;
	padding: 12px 35px 15px;
	list-style: none;
	display: inline;
	background-color:#000;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft:15px;
	-moz-border-radius-topright:15px;
	/* Gradient Background */
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#333)); /* webkit browsers such as Safari, Chrome, etc. */
	background: -moz-linear-gradient(top,  #000,  #333); /* For Firefox 3.6+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#333333'); /* IE */
	behavior:url(includes/PIE.htc); /* Apply CSS3 Styling for IE */

}
ul.subNavigation li.here{
	margin-left: 0;
	margin-bottom: 0;
	padding: 12px 35px 15px;
	list-style: none;
	display: inline;
	background-color:#fff;
	color:#000;
	font-weight:bold;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft:15px;
	-moz-border-radius-topright:15px;
	/* Gradient Background */
	background: -webkit-gradient(linear, left top, left bottom, from(#d9c00b), to(#fff)); /* webkit browsers such as Safari, Chrome, etc. */
	background: -moz-linear-gradient(top,  #d9c00b,  #fff); /* For Firefox 3.6+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9c00b', endColorstr='#ffffff'); /* IE */
	behavior:url(includes/PIE.htc); /* Apply CSS3 Styling for IE */

}
ul.subNavigationRev {
	text-align:center;
}

ul.subNavigationRev li{
	margin-left: 0;
	margin-bottom: 0;
	padding: 12px 35px 15px;
	list-style: none;
	display: inline;
	background-color:#000;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft:15px;
	-moz-border-radius-topright:15px;
	/* Gradient Background */
	background: -webkit-gradient(linear, left top, left bottom, from(#8C8C8C), to(#393939)); /* webkit browsers such as Safari, Chrome, etc. */
	background: -moz-linear-gradient(top,  #8C8C8C,  #393939); /* For Firefox 3.6+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8C8C8C', endColorstr='#393939'); /* IE */
	behavior:url(includes/PIE.htc); /* Apply CSS3 Styling for IE */

}
ul.subNavigationRev li.hereRev{
	margin-left: 0;
	margin-bottom: 0;
	padding: 12px 35px 15px;
	list-style: none;
	display: inline;
	background-color:#fff;
	color:#fff;
	font-weight:bold;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft:15px;
	-moz-border-radius-topright:15px;
	/* Gradient Background */
	background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#000000)); /* webkit browsers such as Safari, Chrome, etc. */
	background: -moz-linear-gradient(top,  #333333,  #000000); /* For Firefox 3.6+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000'); /* IE */
	behavior:url(includes/PIE.htc); /* Apply CSS3 Styling for IE */

}
#subTransBGFoot{
	/* Drop Shadow 
	-moz-box-shadow: 0px 2px 5px #000;
  	-webkit-box-shadow: 0px 2px 5px #000;
  	box-shadow: 0px 2px 5px #000;*/
	/* Rounded Corners */
	-moz-border-bottom-right-radius: 25px;
	-moz-border-bottom-left-radius: 25px;
	-webkit-border-bottom-right-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	behavior:url(includes/PIE.htc); /* Apply CSS3 Styling for IE */
}
	
strong.titleWord{
	font-size:1.5em;
	display:block;
	font-family:Verdana, Geneva, sans-serif;
	color:#d9c30b;
	margin-bottom:25px;
}
strong.raquo{
	color:#ccc;
}
strong.footerTitle{
	display:block;
	color:#fff;
	font-size:1.6em;
	margin-bottom:20px;
}
strong.footerFormCaption {
	color:#fff;
	font-size:0.7em;
}
UL.footerNav{
	list-style: none;
	margin-left: 0;
	padding-left: 1em;


}
UL.footerNav li{
	list-style:none;
}
Ul.footerNavConnect{
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	line-height:50px;
}
Ul.contactNavConnect, Ul.contactNavConnect li{
	display: inline;
	margin: 0;
	padding: 10px;
	text-align:left;

}
Ul.contactNavConnect{
	margin-left:20px;
	margin-bottom:20px;
}
Ul.footerNavSub{
	list-style:none;
	margin-left:2px;
	padding-left:10px;
	text-indent:1em;
}
p{
	text-align:justify;
}
P.cddesc {
	font-size:0.6em;
}

img.featCDButtons{
	float:left;
	margin-right:5px;
}
.textInput2{
	background-color:#d9c30b;
	border:1px solid #000;
	font-weight:bold;
}
.formButtons{
	background: #333; /* for non-css3 browsers */
	/* Gradient Background */
	background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#333)); /* webkit browsers such as Safari, Chrome, etc. */
	background: -moz-linear-gradient(top,  #efefef,  #333); /* For Firefox 3.6+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#333'); /* IE */
	color:#000;
	padding:10px;
	border:1px solid #000;
	cursor:default;
	font-weight:bold;
	margin-top:10px;
}
.formButtons2{
	background: #333; /* for non-css3 browsers */
	/* Gradient Background */
	background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#333)); /* webkit browsers such as Safari, Chrome, etc. */
	background: -moz-linear-gradient(top,  #efefef,  #333); /* For Firefox 3.6+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#333'); /* IE */
	color:#000;
	padding:2px;
	border:1px solid #000;
	cursor:default;
	font-weight:bold;
	margin-top:10px;
	
}
ul.bioglist{
	text-align:left;
	color:#333;
	font-weight:bold;
}

ul.subNavigation {
	text-align:center;
}

ul.anchorLinksList li{
	background-color:#000;
	margin-left: 0;
	margin-bottom: 0;
	padding: 6px 10px 10px;
	list-style: none;
	display: inline-block;
	border-right:1px solid #333;
	/* Gradient Background */
	background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#000)); /* webkit browsers such as Safari, Chrome, etc. */
	background: -moz-linear-gradient(top,  #999,  #000); /* For Firefox 3.6+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#000000'); /* IE */
	/*background-image:url(../images/site/maskingtapesmall.jpg);
	background-position:center top;
	background-repeat:no-repeat;*/
	/* Drop Shadow */
	-moz-box-shadow: 0px 3px 3px #999;
  	-webkit-box-shadow: 0px 3px 3px #999;
  	box-shadow: 0px 3px 3px #999;
}

img.pageImage{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	/* Drop Shadow */
	-moz-box-shadow: 0px 3px 3px #999;
  	-webkit-box-shadow: 0px 3px 3px #999;
  	box-shadow: 0px 3px 3px #999;
	/* Rounded Corners */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

div.pHeadSub{
	/*background-image:url(../images/site/maskingtape.jpg);
	background-position:top left;
	background-repeat:no-repeat;*/
	background-color:#000000;
	font-size:0.9em;
	color:#ff6;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	/* Rounded Corners */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior:url(includes/PIE.htc); /* Apply CSS3 Styling for IE */
}
table.audioTBL{
	margin-left:20px;
	
}
table.audioTBL TH{
	text-align:left;
	font-size:0.7em;
	font-weight:bold;
	color:#000;/* Gradient Background */
	
	
	
}
td.audioTitle{
	text-align:left;
	font-size:0.7em;
	border-bottom:1px solid #ccc;
	color:#333;
	font-weight:bold;
}
td.audioArtist{
	text-align:left;
	color:#333;
	font-size:0.7em;
	border-bottom:1px solid #ccc;
}
td.audioLabel{
	text-align:left;
	color:#333;
	font-size:0.7em;
	border-bottom:1px solid #ccc;
}
td.audioDetails{
	border-bottom:1px solid #ccc;
	color:#333;
	
}

td.djmtbl-MediaName{
	padding-left:25px;
}
td.djmtbl-MediaName, td.djmtbl-Year{
	text-align:left;
	font-weight:bold;
	color:#333;
	font-size:0.7em;
	border-bottom:1px solid #ccc;
}
td.djmtbl-PayPal, td.djmtbl-Info, td.djmtbl-Listen{
	border-bottom:1px solid #ccc;
}
td.vidTitle{
	font-weight:bold;
	color:#fff;
	padding:5px;
	background-color:#000;
}
td.vidDesc{
	color:#333;
	font-size:0.7em;
	padding:5px;
	vertical-align:top;
}
div.nb{
	width:860px;
	/* Drop Shadow */
	-moz-box-shadow: 0px 3px 3px #999;
  	-webkit-box-shadow: 0px 3px 3px #999;
  	box-shadow: 0px 3px 3px #999;
	/* Rounded Corners */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color:#FF9;
	margin-left:20px;
	font-size:0.7em;
	color:#000;
	behavior:url(includes/PIE.htc); /* Apply CSS3 Styling for IE */
}

/* CD RESULTS */
div.cdResultRowWrapper{
	/*border:1px solid #494949;
	 Rounded Corners */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-image:url(../images/site/cddescbg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	/* Drop Shadow */
	-moz-box-shadow: 0px 3px 3px #C7C7C7;
  	-webkit-box-shadow: 0px 3px 3px #C7C7C7;
  	box-shadow: 0px 3px 3px #C7C7C7;
	
}
div.cdResultRowWrapperLarge{

}
img.cdResultRowCoverThumbnail{
	/* Rounded Corners */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
}
div.cdResultRowTitle, div.cdResultRowTitleLarge{
	font-size:0.9em;
	text-align:left;
	background-color:#F3F3F3;
	color:#000;

	font-weight:bold;
}
div.cdResultRowDescription, div.cdResultRowDescriptionLarge{
	font-size:0.7em;
	text-align:left;
	
	
}
div.cdResultRowActionBox{
	text-align:right;
	font-size:1.0em;
}
div.cdResultRowActionBoxPrice, div.cdResultRowActionBoxPriceLarge{
	font-weight:bold;
	font-size:1.1em;
	text-align:right;
	background-color:#000;
	color:#d9c30b;
	text-align:center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
}
div.cdResultRowActionBoxYear{
	font-weight:bold;
	font-size:1.5em;
	text-align:left;
	font-size:0.7em;
}
div.cdResultRowActionBoxYearLarge{
	font-weight:bold;
	font-size:1.5em;
	text-align:left;
	font-size:0.7em;
}
div.cdResultRowMusicStyle{
	text-align:left;
	font-size:0.7em;
	font-weight:bold;
	
}
	div.cdResultRowMusicStyle strong{
		color:#000;
	}
div.cdResultRowMusicStyleLarger{
	text-align:left;
	font-size:0.7em;
	font-weight:bold;
}
td.adminCaption, td.adminCaption{
	color:#000;
	font-weight:bold;
	text-align:right;
}
table.adminResultsTbl{
	margin-left:20px;
}
table.adminResultsTbl td{
	font-size:0.6em;
}
tr.adminMediaList{
	background-color:#FFC;
}
tr.adminMediaList2{
	background-color:#fff;
}
td.adminMediaListName{
	font-size:0.6em;
}

div.submissionResult{
	width:840px;
	margin-left:20px;
	padding:10px;
	background-color:#FFC;
	border:2px solid #F00;
	color:#000;
	
	margin-bottom:10px;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
	height:50px;
	font-size:0.8em;
	font-weight:bold;
	behavior:url(includes/PIE.htc); /* Apply CSS3 Styling for IE */
}


div.submissionResultOK{
	width:840px;
	margin-left:20px;
	padding:10px;
	background-color:#CF9;
	border-color:#3C0;
	color:#000;
	border:2px solid #3C0;
	margin-bottom:10px;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;

	font-size:0.8em;
	font-weight:bold;
	behavior:url(includes/PIE.htc); /* Apply CSS3 Styling for IE */

}
img.adminRes{
	 Rounded Corners */
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
