@charset "utf-8";
/*-----------------*/
/*-------MAIN------*/
/*-----------------*/
html {
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: 1em;
	letter-spacing: 0px;
}
body {
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	background-image:url(../images/bkg-wlpr2.gif);
	line-height: 1em;
	letter-spacing: 0px;
	font-size: 1em;
	text-align: center;
	z-index: 0;
}
ul, ol, dl {
	padding: 4px 1%;
	margin: 1px;
}
h1 {
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	color:#D5AC2F;
	text-shadow: 1px 1px 1px #ccc;
	font-size: 1.8em;
}

h1, h2, h3, h4 {
	margin: 1px;
	padding: 4px 1%;
	line-height: 1.1em;
	
}
h5, h6 {
	margin: 0;
	padding: 2px 1%;
}
p {
	margin-top: 0;
	padding-right: 3%;
	padding-left: 3%;
	line-height: 1.3em;
}
.small {
	font-size: 12px;
}
.smallmargin {
	margin: 2px;
	padding: 2px;
}
.bigmargin {
	margin: 10px;
	padding: 10px;
}
.nomargin {
	margin: 0;
	padding: 0;
}
.nobr {
	white-space: nowrap;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
#header {
	padding: 20px 10px;
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	text-align: center;
}
#menuNav {
	width: 100%;
}
#menuNav ul {
	display: inline-block;
	width: 100%;
}
#menuNav li {
	display: inline-block;
	padding: 0 3% 1% 0;
	font-size: 14px;	
}
#menuNav li a {
	padding: 15px 8px;
}
#container {
	width: 100%;
	height: 100%;
	min-height: 100%;
	height: auto !important;
	margin: 0 auto -50px auto !important; /* the bottom margin is the negative value of the footer's height */
}
.main {
	margin: 0 auto;
	max-width: 560px;
}
.shadow {
	-moz-box-shadow: 1px 1px 10px #000;
	-webkit-box-shadow: 1px 1px 10px #000;
	box-shadow: 1px 1px 10px #000;
	behavior: url(content/scripts/ie-css3.htc);

}
.hide {
	display: none;
}
.active {
	display: block;
}
.coverpic {
	border: outset #FC3;
	border-width: 2px;
	max-width: 300px;
	max-height: 300px;
}
#logoPic {
	max-width: 100%;
	width: 600px;
	padding: 0;
	margin: 0;
}
.biopic {
	float: left;
	margin: 5px 5px 0px 20px;
	width: 400px;
	max-width: 30%;
}
#emailPic {
	position: relative;
	top: 4px;
	margin: 0 auto;
	width: 250px;
}
.art {
	width: 100%
}
.albumArt {
	position: relative;
	display: inline-block;
	max-width: 100px;
	max-height: 100px;
	text-align: center;
	margin: 0 auto;
	padding: 1%;
	border: 1px groove #000;
}
/*-----------------*/
/*-------URLs------*/
/*-----------------*/
a, a:visited {
	color: #D8C280;  
	text-decoration: none;
	letter-spacing: 1px;
}
a:hover, a:focus {
	color: #D8C280;
	text-decoration: underline;
}
a:active {
	color: #D8C280;
	text-decoration: none;
}
a img {
	border: none;
}
.centered {
	text-align: center;
}
.centered2 {
	position: relative;
	right: 75px;
	text-align: center;
}
/*------------------*/
/*------CONTENT-----*/
/*------------------*/ 
#content {
	position: relative;
	width: 100%;
	max-width: 720px;
	text-align: left;
	border: groove #FC3 2px;
	display: inline-block;
	padding: 2%;
	margin-bottom: 60px;
}
#musicPlayer {
	width: 50%;
	display: inline-block;
}
#siteContent {
	width: 48%;
	display: inline-block;
	float: right;
	margin-bottom: 60px;
}
#musicLinks {
	position:relative;
	margin: 0 auto;
	width: 450px;
}
#musicLinks.td {
	width: 150px;
}
#musicLinkDiv {
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	
}
#jquery_jplayer_1 {
	position: relative;
	text-align: left;
	margin: 10px;
	width: 100%;
}
#jp_container_1 {
	position: relative;
	text-align: left;
}
.trackList {
	text-align: left;
	margin: 0 auto;
	width: 100%;
}
.trackList ol {
	margin: 0 auto;
	list-style-position: inside;
	display: inline-block;

}
.trackList li {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	color: #fff;
	padding-bottom: 8px;
	font-size: 15px;
}
/*------------------*/
/*------CONTACT-----*/
/*------------------*/
#contactDiv {
}
#contactForm {
	padding: 2px 1%;
}
#Name, #EmailFrom, #Confirm, #Subject {
	width: 90%;
	border: ridge 2px #310062;
}
#Message {
	width: 90%;
	max-width: 90%;
	min-height: 200px;
	border: ridge 2px #310062;
}
#Send, #Reset {
	width: 100px;
	height: 40px;
	margin-right: 8px;
	margin-bottom: 8px;
	position: relative;
}
input, textarea {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
textarea:focus, input:focus {
	background-color: #FFFEC1;
}
label {
	font-size: 14px;
	color: #FC3;
}
.contactMsg {
	text-align: center !important;
	color: #A40052;
	font-size: 18px;
	font-weight: 800;
}
#frame {
	width: 90%;
	height: auto;
	border: none;
	overflow-x: hidden;
	overflow-y: hidden;
}
#frame html {
	color: #F00;
}
/*  ~~~  Validation  ~~~  */
form input.error, form textarea.error {
	border: 2px inset #F00 !important;
	background-image: url(../images/ques.png);
	background-repeat: no-repeat;
	background-position: top right;
}
form input.valid, form textarea.valid { 
	border: 2px inset #0C0 !important;
	background-image: url(../images/ok.png);
	background-repeat: no-repeat;
	background-position: top right;
}
form label.error {
	  position: absolute;
	  display: block;
	  margin: 5px auto 0 auto;
      line-height: 10px;
      padding: 5px;
      font-size: 14px;
      text-align: center;
      color: #800000;
      background-color: #FFF9EC;
      border: 1px solid #666;
      border-radius: 5px;
      text-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px;
      box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 2px 0px;
	  font-size: 11px;
	  z-index: 10;
}
form label.error:after {
      content: "";
      position: absolute;
	  top: -10px;
      left: 10px;
      width: 20px;
      height: 10px;
	  background-image: url(../images/tooltip-arrow.png);
	  background-repeat: no-repeat;
	  background-position: left;
	  background-size: contain;
	  z-index: 9;
}
label.valid {
}
.g-recaptcha {
	max-width: 95% !important;
}
.recaptcha {
	width: 90%;
	text-align: center !important;
}
.homeBtn {
	position: relative;
	margin: 0 auto;
	width: 120px;
	height: 40px;
	font-size: 16px;
	font-weight: 600;
}
/*------------------*/
/*--RETURN-TO-TOP---*/
/*------------------*/
#return-to-top {
    position: fixed;
    bottom: 0px;
    right: 1%;
    background: #666;
    width: 50px;
    height: 40px;
    display: block;
	display: none;
	text-align: center;
    text-decoration: none;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	z-index: 100;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 0px;
    top: 0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top a {
	display: inline-block;
	position: relative;
	top: 2px;
	padding: 20px;
	margin: -20px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #CCC;
}
#return-to-top a:hover {
	text-decoration: none;
	color: #FFF;
}
#return-to-top:hover {
    background: #CCC;
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
/*------------------*/
/*------FOOTER------*/
/*------------------*/
#prefooter {
	clear: both;
	margin: 0 !important;
	padding: 0 !important;
}
#footer {
	width: 100%;
	height: 50px;
	color:#fff;
	text-align: center;
}
.copyright {
	position: relative;
	top: 20px;
	font-size: 10px;
	margin: 0px;
}
/*------------------*/
/*----IE-PNG-FIX----*/
/*------------------*/
img, div, a, table, body, html, .pngfix {
	behavior: url(content/scripts/iepngfix.htc)
}
/*----JPLAYER----*/
.jp-audio *:focus,
.jp-audio-stream *:focus,
.jp-video *:focus {
  /* Disable the browser focus highlighting. */
  outline: none; }

.jp-audio button::-moz-focus-inner,
.jp-audio-stream button::-moz-focus-inner,
.jp-video button::-moz-focus-inner {
  /* Disable the browser CSS3 focus highlighting. */
  border: 0; }

.jp-audio,
.jp-audio-stream,
.jp-video {
  font-size: 16px;
  font-family: Verdana, Arial, sans-serif;
  line-height: 1.6;
  color: #fff;
  border-top: 2px groove #FC3;
  border-left: 2px groove #FC3;
  border-right: 2px groove #FC3;
  border-bottom: 2px groove #FC3;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1b1b1b+0,383838+13,4e4e4e+24,0a0a0a+47,010101+50,0d0d0d+54,6d6d6d+100 */
background: #1b1b1b; /* Old browsers */
background: -moz-linear-gradient(-45deg, #1b1b1b 0%, #383838 13%, #4e4e4e 24%, #0a0a0a 47%, #010101 50%, #0d0d0d 54%, #6d6d6d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #1b1b1b 0%,#383838 13%,#4e4e4e 24%,#0a0a0a 47%,#010101 50%,#0d0d0d 54%,#6d6d6d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #1b1b1b 0%,#383838 13%,#4e4e4e 24%,#0a0a0a 47%,#010101 50%,#0d0d0d 54%,#6d6d6d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b1b1b', endColorstr='#6d6d6d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
@media screen and (max-width: 239px) {
h1, h2, h3, h4, h5, h6 {
	text-align: center !important;
	line-height: 1.3em;
}
p {
}
.small {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
#logoPic {
	max-width: 100%
}
#container {
	width: 100%;
	max-width: 220px;
	height: 100%;
	min-height: 100%;
	height: auto !important;
	margin: 0 auto -50px auto !important; /* the bottom margin is the negative value of the footer's height */
	text-align: center;
}
#header {
	padding: 20px 0;
	width: 100%;
	max-width: 220px;
	margin: 0 auto;
	text-align: center;
}
#logoPic {
}
#menuNav {
	width: 100%;
}
#menuNav ul {
	display: inline-block;
	width: 100%;
}
#menuNav li {
	display: inline-block;
	padding: 0 10px 20px 0;
	font-size: 14px;
	width: 45%;	
}
#menuNav li a {
	padding: 10px 2px 10px 2px;
}
#content {
	width: 90%;
	max-width: 220px;
	text-align: center;
	border: groove #FC3 2px;
	display: block;
	margin: 0 auto 60px auto;
	padding: 0;
}
#siteContent {
	position: relative;
	left: 2px;
	width: 100%;
	max-width: 220px;
	text-align: center;
	border: groove #FC3 2px;
	display: block;
	margin: 20px auto 60px auto;
	padding: 0;
}
#musicPlayer {
	width: 100%;
	display: inline-block;
}
.jp-audio {
  width: 165px !important;
  padding: 20px 3px !important;
  margin: 0 auto;
  text-align: center;
}
  .jp-controls {
  padding: 0 !important;
  width: 165px !important;
  height: 34px;
}
.jp-audio .jp-volume-controls .jp-mute,
.jp-audio-stream .jp-volume-controls .jp-mute {
  top: -6px;
  left: 0px !important; }

.jp-audio .jp-volume-controls .jp-volume-max,
.jp-audio-stream .jp-volume-controls .jp-volume-max {
  top: -6px;
  right: 0px !important;  }

.jp-controls button {
  width: 39px !important;
   margin: 1px; !important;
}
.jp-progress {
  width: 160px !important;
  height: 13px;
  padding: 0 2px 2px 2px;
  margin: 0 auto 4px auto;
  text-align: center;
  overflow: hidden; }
  
.jp-volume-bar {
  position: relative;
  top: 2px;
  width: 165px !important;
  height: 4px;
  padding: 0 !important; }
.biopic {
	text-align: center;
}
.coverpic {
	text-align: center;
	width: 90%;
	margin: 0 auto;
}
.trackList {
	text-align: center;
	margin: 0 auto;
	width: 100%;
}
.trackList ol, ul {
	margin: 0 auto;
	list-style-position: inside;
	display: inline-block;

}
.trackList ol li {
	padding: 0 0 8px 10px;
	font-size: 13px;
	list-style-type: decimal-leading-zero;
}
.trackList ul li {
	padding: 0 0 8px 0;
	font-size: 13px;
}
.copyright {
	width: 130px;
	margin: 0 auto;
}
#rc-imageselect, .g-recaptcha {transform:scale(0.60);-webkit-transform:scale(0.60);transform-origin:0 0;-webkit-transform-origin:0 0;
}
#Send {
	margin-bottom: 30px;
}
} /*end max239 */
	
@media screen and (min-width:240px) and (max-width: 479px) {
body {
    -webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6 {
	text-align: center !important;
	line-height: 1.3em;
}
p {

}
#logoPic {
	max-width: 100%
}
.small {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
#container {
	width: 100%;
	max-width: 479px;
	height: 100%;
	min-height: 100%;
	height: auto !important;
	margin: 0 auto -50px auto !important; /* the bottom margin is the negative value of the footer's height */
	text-align: center;
}
#header {
	padding: 20px 0;
	width: 100%;
	max-width: 479px;
	margin: 0 auto;
	text-align: center;
}
#menuNav {
	width: 100%;
}
#menuNav ul {
	display: inline-block;
	width: 100%;
}
#menuNav li {
	display: inline-block;
	padding: 0 10px 20px 10px;
	font-size: 14px;
	width: 35%;	
}
#menuNav li a {
	padding: 10px 2px 10px 2px;
}
#content {
	width: 90%;
	max-width: 479px;
	text-align: center;
	border: groove #FC3 2px;
	display: block;
	margin: 0 auto 60px auto;
	padding: 0;
}
#siteContent {
	position: relative;
	left: 2px;
	width: 100%;
	max-width: 479px;
	text-align: center;
	border: groove #FC3 2px;
	display: block;
	margin: 20px auto 60px auto;
	padding: 0;
}
#musicPlayer {
	width: 100%;
	display: inline-block;
}
.jp-audio {
  width: 80% !important;	
  max-width: 280px !important;
  padding: 20px 10px !important; 
  margin: 0 auto;
  text-align: center;
}
  .jp-controls {
  padding: 0;
  width: 184px !important;
  height: 34px !important;
}
.jp-audio .jp-volume-controls .jp-mute,
.jp-audio-stream .jp-volume-controls .jp-mute {
  top: -6px;
  left: 12%}

.jp-audio .jp-volume-controls .jp-volume-max,
.jp-audio-stream .jp-volume-controls .jp-volume-max {
  top: -6px;
  right: 12%}
.jp-controls button {
   width: 44px !important;
   margin: 1px !important;
}
.jp-progress {
  width: 181px !important;
  height: 13px;
  padding: 0 2px 2px 2px;
  margin: 0 auto 4px auto;
  text-align: center;
  overflow: hidden; }
  .jp-volume-bar {
  position: relative;
  top: 2px;
  width: 180px !important;
  height: 4px;
  padding: 0 !important; 
}
.jp-current-time {
	position: relative;
	left: 12%;
 }

.jp-duration {
	position: relative;
	right: 12%;
}
.jp-playlist li {
	width: 100%;
	margin: 0 auto;
	text-align: left;	
}
.jp-playlist  {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	line-height: 24px;	
}
.biopic {
}
.coverpic {
	position: relative;
	text-align: center;
	width: 91%;
	max-width: 300px;
	max-height: 300px;
	margin: 0 auto;
}
.trackList {
	text-align: center;
	margin: 0 auto;
	width: 100%;
}
.trackList ol, ul {
	margin: 0 auto;
	list-style-position: inside;
	display: inline-block;

}
.trackList ol li {
	padding: 0 0 8px 10px;
	font-size: 15px;
}
.trackList ul li {
	padding: 0 0 8px 0;
}
.copyright {
	width: 150px;
	margin: 0 auto;
}
#rc-imageselect, .g-recaptcha {
	transform:scale(0.80);
	-webkit-transform:scale(0.80);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
}
.recaptcha {
    text-align: center !important;
	margin: 0 auto !important;
}
#Send {
	margin-right: 20px;
}
} /*end max479 */
	
@media screen and (min-width:480px) and (max-width: 799px) {
#container {
	width: 100%;
	max-width: 799px;
	height: 100%;
	min-height: 100%;
	height: auto !important;
	margin: 0 auto -50px auto !important; /* the bottom margin is the negative value of the footer's height */
}

h1, h2, h3, h4, h5, h6 {
	text-align: center !important;
	line-height: 1.3em;
}
p {
}
#logoPic {
	max-width: 100%
}
#header {
	padding: 20px 0;
	width: 100%;
	max-width: 799px;
	margin: 0 auto;
	text-align: center;
}
#menuNav {
	width: 100%;
}
#menuNav ul {
	display: inline-block;
	width: 100%;
}
#menuNav li {
	display: inline-block;
	padding: 0 3% 20px 3%;
	font-size: 14px;
}
#menuNav li a {
	padding: 10px 2px 10px 2px;
}
#content {
	width: 90%;
	max-width: 480px;
	text-align: center;
	border: groove #FC3 2px;
	display: block;
	margin: 0 auto 60px auto;
	padding: 0;
}
#siteContent {
	position: relative;
	left: 2px;
	width: 100%;
	max-width: 480px;
	text-align: center;
	border: groove #FC3 2px;
	display: block;
	margin: 20px auto 60px auto;
	padding: 0;
}
#musicPlayer {
	width: 100%;
	display: inline-block;
}
#Name, #EmailFrom, #Confirm, #Subject {
	width: 90%;
	max-width: 300px;
	border: ridge 2px #310062;
}
#Message {
	width: 90%;
	max-width: 500px;
	min-height: 200px;
	border: ridge 2px #310062;
}
.jp-audio {
  width: 80% !important;	
  max-width: 280px !important;
  padding: 20px 10px !important; 
  margin: 0 auto;
  text-align: center;
}
  .jp-controls {
  padding: 0;
  width: 184px !important;
  height: 34px !important;
}
.jp-audio .jp-volume-controls .jp-mute,
.jp-audio-stream .jp-volume-controls .jp-mute {
  top: -6px;
  left: 12%}

.jp-audio .jp-volume-controls .jp-volume-max,
.jp-audio-stream .jp-volume-controls .jp-volume-max {
  top: -6px;
  right: 12%}
.jp-controls button {
   width: 44px !important;
   margin: 1px !important;
}
.jp-progress {
  width: 181px !important;
  height: 13px;
  padding: 0 2px 2px 2px;
  margin: 0 auto 4px auto;
  text-align: center;
  overflow: hidden; }
  .jp-volume-bar {
  position: relative;
  top: 2px;
  width: 180px !important;
  height: 4px;
  padding: 0 !important; 
}
.jp-current-time {
	position: relative;
	left: 12%;
 }

.jp-duration {
	position: relative;
	right: 12%;
}
.jp-playlist li {
	width: 100%;
	margin: 0 auto;
	text-align: left;	
}
.jp-playlist  {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	line-height: 24px;	
}
.biopic {
}
.coverpic {
	position: relative;
	text-align: center;
	width: 91%;
	max-width: 300px;
	max-height: 300px;
	margin: 0 auto;
}
.trackList {
	text-align: center;
	margin: 0 auto;
	width: 100%;
}
.trackList ol, ul {
	margin: 0 auto;
	list-style-position: inside;
	display: inline-block;

}
.trackList ol li {
	padding: 0 0 8px 10px;
	font-size: 15px;
}
.trackList ul li {
	padding: 0 0 8px 0;
}
.copyright {
	width: 150px;
	margin: 0 auto;
}
#rc-imageselect, .g-recaptcha {
}
.recaptcha {
    text-align: center !important;
	margin: 0 auto !important;
}
.small {
	text-align: center;
}

} /*end max799 */
	
@media screen and (min-width:800px) {
} /*end min800 */