body{
	margin: 0px;
	background-color: #56482D;
	background-repeat: no-repeat;
}
#pageBio {background-image: url('../images/bkg_bio.jpg');}
#pageMusic {background-image: url('../images/bkg_lyrics2.jpg');}
#pageCoW , #pageCoWSub{background-image: url('../images/bkg_cowriting2.jpg');}
#pageJournal {background-image: url('../images/bkg_journal.jpg');}
#pageNews {background-image: url('../images/bkg_news.jpg');}
#pageSess{background-image: url('../images/bkg_session.jpg');}
#pageThanks{background-image: url('../images/bkg_thanks.jpg');}
#pageContact {background-image: url('../images/bkg_contact.jpg');}
#pageHome {background-image: url('../images/bkg_home2.jpg');}

.page {
	min-height: 600px;
}

a img {
	border: none;
}

a {
	text-decoration: none;
	color: blue;
}
a:hover {
	text-decoration: underline;
	color: red;
}

/* ********************** Top Nav ********************** */
#topNav {
	position: absolute;
	top: 12px;
	left: 475px;
	width: 500px;
	font-size: 0px; /* hack to indent code without spaces between the images  */
}

#topNav a {
	position: relative;
	display: inline-block;
	overflow: hidden;
	height: 42px;
}


/* ********************** Side Nav ********************** */
#sideNav {
	position: absolute;
	top: 54px;
	left: 926px;
	font-size: 0px;
}
#sideNav a {
	position: relative;
	display: block;
}



/* ********************** Content ********************** */
.content {
	position: absolute;
	
	overflow: auto;

	padding: 6px;

	font-family: verdana,arial,sans-serif;
	font-size: 11px;
}

.trans {
	filter: alpha(opacity=60);
	opacity: 0.6;
}
.trans2 {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.border {
	border: 2px solid;
	background: white none repeat scroll 0% 0%;
}

.border2 {
	border: 2px solid;
	border-color: white;
	background: black none repeat scroll 0% 0%;
}

/* ***** Bio ***** */
#pageBio .content {
	top: 64px;
	left: 544px;
	width: 350px;
	height: 490px;
}

#pageBio .content h1 {
	font-size: 11px;
	margin-top: 0px;
}

/* ***** Music ***** */
#pageMusic .content {
	top: 83px;
	left: 460px;
	width: 415px;
	height: 455px;
}
#pageMusic .content tr {
	height: 32px;
	_height: 28px; /* IE6 hack */
	*height: 28px; /* IE7 hack */
}

#col1 {width: 102px;}
#col2 {width: 191px;}
#col3 {width: 40px;}
#col4 {width: 39px;}

#pageMusic .content th, td{
	padding: 2px;
	font-family: verdana,arial,sans-serif;
	font-size: 12px;
}

#pageMusic .content table {
	width: 398px;
	text-align: left;
	font-size: 12px;
}
#pageMusic .content .song {
	font-weight: bold;
}
#pageMusic .content img {
	display: block;
	width: 11px;
	height: 14px;
	margin: auto;
}
#pageMusic .content .odd{
	background-color: white;
}
#pageMusic .content .even{
	_background-color: #EEEEEE; /* Fonts being weird over trans back on IE6 */
}

/* ***** Co-writing ***** */
#pageCoW .content {
	top: 120px;
	left: 544px;
	width: 350px;
	height: 400px;
	text-align: center;
}
#pageCoW .content img {
	width: 90px;
	height: 114px;
}
#pageCoWSub .content {
	top: 80px;
	left: 544px;
	width: 350px;
	height: 460px;
	color: white;
}
#pageCoWSub .content img {
	float: left;
	margin: 6px 2px 0px 0px;
}
#pageCoWSub .content a {
	color: yellow;
}
#pageCoWSub .content .back {
	position: absolute;
	left: 220px;
	top: 440px; /* A little higher for IE 5.5/6 */
}
#pageCoWSub .content .backlow {
	float: right;
}
#pageCoWSub .content .name{
	font-weight: bold;
}

/* ***** Journal ***** */
#pageJournal .content {
	top: 64px;
	left: 343px;
	width: 550px;
	height: 350px;
	font-size: 12px;
}
#pageJournal .content .links a, #pageJournal .content .back a {
	display: block;
	margin: 5px 0px 5px 0px;
	font-size: 12px;
}

#pageJournal .content .date, #pageJournal .content .title {
	font-weight: bold;
}

#pageJournal .content .back {
	float: right;
	margin-right: 10px;
}

/* ***** News ***** */
#pageNews .content {
	top: 220px;
	left: 445px;
	width: 420px;
	height: 325px;
}

#pageNews .content h1 {
	font-size: 12px;
	color: red;
	font-weight: bold;
	margin: 10px 0px -6px 0px;
}

/* ***** Sessions ***** */
#pageSess .content {
	top: 65px;
	left: 116px;
	width: 352px;
	height: 493px;
	color: white;
}

#pageSess .content h1 {
	font-size: 11px;
	font-weight: bold;
}

#pageSess .content a {
	color: yellow;
	display: inline-block;
	margin-bottom: 10px;
}

/* ***** Thanks ***** */
#pageThanks .content {
	top: 200px;
	left: 560px;
	width: 330px;
	height: 380px;
	overflow: hidden;
	vertical-align: middle;
	display: table-cell;
}
#pageThanks .content img {
	position: relative;
	top: 5px;
	margin-right: 5px;
}
#pageThanks .content .trigger {
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	display: block;
	margin: 3px 0px;
}
#pageThanks .content .trigger:hover {
	color: yellow;
}

#pageThanks .content .slide {
	padding: 5px;
	font-size: 11px;
	display: none;
	color: black;
	background-color: white;
	position: relative; /* Fix peekaboo IE6 bug */
	min-width: 0px; /* Fix peekaboo IE7 bug */
	filter: alpha(opacity=50);
	opacity: 0.5;
}

/* ***** Contact ***** */
#pageContact #mail {
	position: relative;
	display: block;
	left: 430px;
	top: 445px;
	width: 450px;
	height: 120px;

}
#pageContact #mail img { /* IE6 had issues with just an A tag */
	width: 450px;
	height: 120px;
}

/* ***** Home ***** */
#pageHome img {
	width: 920px;
	height: 590px;
	border: none;
}

/* ********************** Lyrics Thickbox ********************** */

#lyricsFrame {
	font-family: 'Times New Roman',Times,serif;
	background-image: url('../images/bkg_brown.jpg');
	background-repeat: repeat;
	color: white;
	padding: 10px;
	font-size: 15px;
	font-weight: 700;
}

#lyricsFrame p {
	white-space: pre;
}

#lyricsFrame .title {
	font-size: 16px;
	font-weight: bold;
}

#lyricsFrame .copyright{
	font-size: 11px;
	font-style: italic;
}

/* ********************** Player Thickbox ********************** */
#playerFrame {
	background: url('../images/player_frame.jpg') no-repeat;
}

#playerFrame h1 {
	position: absolute;
	left: 18px;
	top: 10px;
	color: white;
	font-size: 11pt;
}
#playerFrame img {
	border: none;
}

#playerFrame #flash {
	position: absolute;
	top: 42px;
	left: 20px;
}

#playerFrame #details {
	position: absolute;
	top: 75px;
	left: 5px;
    font-size: 10pt;
    margin: 10px;
    padding: 10px;
}

#playerFrame #details ul {
       margin: 0px;
       padding: 0px;
       list-style: none;
}

#playerFrame #details li {
    padding-bottom: 4px;
}