@import "reset.css"; /* set default styling across browsers */

/* -------------------------------------------------------------- 
   layout -- box sizes, position, backgrounds
-------------------------------------------------------------- */
html { height: 100%; }
body {
    height: 100%;
	background: white url(../images/design/bg.png) top center repeat-y fixed;
}
#page {
	position: absolute;
	right: 50%;
	margin: 0 -400px 0 0;
    width: 800px; 
	height: 602px;
}
/* page backgrounds */
#contact #page,
#landing #page {
    background: transparent url(../images/design/bg-page.jpg) top center no-repeat fixed;
}
#biography #page {
    height: 1000px;
    background: transparent url(../images/design/bg-page3.jpg) top center no-repeat fixed;
}
#biography #page[id] {
    height: 1320px;
}
#gigs #page {
    height: 2000px;
    background: transparent url(../images/design/bg-page2.jpg) top center no-repeat fixed;
}
#music #page {
    height: 590px;
    background: transparent url(../images/design/bg-page2.jpg) top center no-repeat fixed;
}
#header {
    background: #fff url(../images/design/bg-header.jpg) top center no-repeat fixed; 
	position: absolute;
	top: 0;
	height: 31px;
	width: 800px;
	right: 50%;
	margin-right: -401px;
}
#header[id] {
    position: fixed;
}
#content {
    position: absolute;
	right: 50px;
	top: 100px;
	width: 440px;
}

#biography #content P {
	padding: 0 8px;
	margin-bottom: 25px;
    background-color: #374212;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity: .9;
}
#music #content {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity: .9;
}
#music .contentsection {
    background-color: #374212;
	padding: 5px 10px;
	margin-bottom: 30px;
}
#music #content P {
	margin-bottom: 20px;
	color: #aaa;
}
#gigs #content {
    right: 35px;
}
#gigs #content[id] {
    right: 100px;
}

/* translucent pop-up panes */
#detailspanebg {
    position: absolute;
	top: 45px;
	right: 50%;
	margin-right: -360px;
    width: 720px;
	height: 542px;
	display: none;
    background-color: #424242;
	border: 2px solid black;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity: .9;
	z-index: 1500;
}
.detailspane {
    position: absolute;
	top: 54px;
	right: 50%;
	margin-right: -351px;
    width: 702px;
	overflow: auto;
	display: none;
	z-index: 1505;
}
#musicpane {
	height: 524px;
}
.detailspane H2 {
	color: #acf;
	font-size: 20px;
}
.detailspane H3 {
    color: #9af;
	font-size: 18px;
	line-height: 16px;
	margin-bottom: 1em;
}
.detailspane H3 .subtitle {
    font-size: 12px;
	line-height: 12px;
	color: #bcc;
	font-style: italic;
}
.detailspane DD,
.detailspane DT,
.detailspane P {
    color: #fff;
	line-height: 126%;
	font-size: 13px;
	letter-spacing: .2px;
	margin-left: 10px;
	font-family: Arial, sans-serif;
}
.detailspane DL {
    margin: 10px 30px 20px 30px;
}
.detailspane DD {
    margin: 1px 0 10px 30px;
}
.detailspaneplayer {
    margin-bottom: 15px;
	padding-bottom: 2px;
	background: transparent url(../images/design/player-sm.png) 52px 18px no-repeat scroll;
}
.detailspaneplayer OBJECT {
	float: left;
	clear: left;
	margin: 0 10px 0 50px;
}
.detailspaneplayer OBJECT OBJECT {
	margin: 0;
}
.detailspane-closebutton {
    position: absolute;
	top: 0;
	right: 0;
	height: 12px;
	width: 42px;
	text-indent: -5000px;
	overflow: hidden;
	background: transparent url(../images/design/detailspane-closebutton.png) top left no-repeat scroll;
}
/* main music player */
#player { 
    position: absolute;
	top: 36px;
	right: 50%;
	margin-right: 170px;
	width: 215px;
	height: 60px;
	background: transparent url(../images/design/player-lg.png) top left no-repeat scroll;
}
#player[id] { 
    position: fixed;
}
#playertext {
     position: absolute;
	 top: 25px;
	 left: 16px;
}
#playertext P {
    margin-bottom: 3px;
	border-bottom: 1px dotted #aaa;
}

/* overhanging machine head piece to overlap scrolling content */
#machinehead { /* don't display in IE 6, since that browser scrolls whole page as a piece. */
	display: none;
}
#machinehead[id] { /* for all more recent browsers */
    display: block;
    position: fixed;
    width: 800px;
	height: 48px;
	position: fixed;
	top: 31px;
	right: 50%;
	margin-right: -400px;
	background: transparent url(../images/design/bg-machinehead.gif) 660px 0 no-repeat scroll;
}

/* Fixed Footer */
#footer {
    width: 100%;
	position: absolute;
	bottom: 0;
	background-color: #fff;
}
#biography #footer {
    top: 1000px;
}
#gigs #footer { 
    top: 2000px;
}
#footer[id],
#biography #footer[id] {
    position: fixed;
	bottom: 0;
	top: auto;
}

/* -------------------------------------------------------------- 
   typography -- fonts, sizes, and text spacings
-------------------------------------------------------------- */
html, body {
    font-family: "Arial"; 
    font-size: 12px; 
    line-height: 18pt;
    text-align: left;    
}
a {
    color: #74A128;
}
p {
    margin-bottom: 18px;
    color: #666;
}
h2 {
    font-size: 18px; 
    line-height: 36px;
    color: #77A580;
}
#gigs H2 {
    color: #af9;
	margin-left:18px;
}
strong { font-weight: bold; }
em { font-style: italic; }

#playertext P {
	color: #eee;
	font-family: Arial;
	font-size: 80%;
	line-height: 100%;
	letter-spacing: 1.2px;
}

/* formatting for landing/quotes page */
dl#encomiums {
    height: 475px;
	overflow: hidden;
}
dl#encomiums dt, dd { 
	font: 14px Rockwell, Arial Rounded, Arial, Helvetica, sans-serif;
}
dl#encomiums dt {
	color: #fff;
	margin-top: 50px;
}
dl#encomiums dd {
	color: #b0b4a1;
	font-style: italic;
	margin-left: 125px;
}

/* formatting for biography page */
#biography #content P {
    color: #bbb;
}

#music #content H3 {
    line-height: normal;
    color: #fff;
}

/* -------------------------------------------------------------- 
   menu & header -- styles for the top menu bar
-------------------------------------------------------------- */

#header {
    text-align: left;
}
#header h1 img {
	padding: 3px 50px 0 43px;
}
#menu {
	text-align: right;
	width: 790px;
	position: absolute;
	top: 5px;
	z-index: 1000;
	height: 30px;
	margin: 0; padding: 0;
}
#menu li {
    display: inline;
    padding: 0 14px 0 10px;
	background: transparent url(../images/design/menu_bullet.png) center right no-repeat scroll;
}
#menu li.last {
	background: transparent;
}
#menu li a {
    color: #74a128; 
    text-decoration: none; 
    font-size: 16px; 
    letter-spacing: -1px;
}


/* -------------------------------------------------------------- 
   footer -- styles for the footer
-------------------------------------------------------------- */
#footer {
    text-align: center;
	color: #6b6;
}
#footer A {
    font-weight: bold;
	text-decoration: none;
}
#footer A:hover {
    color: #6c6;
}
