@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: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	color: #D8C280;
	text-shadow: 1px 1px 1px #fff;
}

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: 1%;
	padding-left: 1%;
	font-size: 15px;
}
.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 */
}
.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 {
	width: 720px;
	padding: 0;
	margin: 0;
}
.biopic {
	float: left;
	margin: 5px 5px 5px 0px;
	border: groove 1px #FC3
}
#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;
}
#awr {
box-shadow: inset 0 0 8px 8px #000000;
background-image: url(../images/awr.jpg);
background-size: contain;
background-repeat: no-repeat;
width: 100%;
max-width: 600px;
margin: 0 auto;
background-color: black;
}
#awrimg {
 width: 100%;
 max-width: 600px;
 max-height: 450px;
}
/*-----------------*/
/*-------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;
}
@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 {
	padding:  5px 4px 5px 8px;
	text-align: center;
}

#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;
}
#logoPic {
	width: 100%;
	max-width: 479px;
	height: auto;
	padding: 0;
	margin: 0;
}
} /*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 {
	text-align: center;
	padding: 10px 20px;
}
#header {
	padding: 20px 0;
	width: 100%;
	max-width: 799px;
	margin: 0 auto;
	text-align: center;
}
#logoPic {
	width: 100%;
	max-width: 799px;
	height: auto;
	padding: 0;
	margin: 0;
}
} /*end max799 */	
@media screen and (min-width:800px) {
} /*end min800 */