body { background-color:#fff; color: #000;}
body.introPage { background-color:#000; color: #fff; }
div.container { width:800px; height:600px; position:relative; margin:0 auto; background: url('images/bodyBg.png') no-repeat scroll;}
.introPage div.container { background: none; }
div.header { width:800px; height:122px; position:relative; }
div.header h1 { width:342px; height:91px;}
div.header h1#logo { position:absolute; top:0px; left:36px;}
div.header ul { position:absolute; left:55px; top:91px; width:575px; }
div.header ul li { float:left; }
div.header ul li a {  height:31px; background:transparent no-repeat scroll; }
div.header ul li a:hover{ background:url('images/menuHomeHover.png') repeat-x scroll bottom center; }
div#player { width:145px; height:350px; position:absolute; top:200px; left:40px;  }
div#player ul { margin-left:10px; }
div#player ul li { height:8px; margin-top:12px; }
div#player ul li#first { margin-top:3px; }
div#player ui li a { width:8px; margin-left:2px;}
div.window { float:left; margin:6px 0 0 193px; height:421px; width:559px; position:relative; }
.homePage div.window { background:url('images/windowHome.jpg') no-repeat scroll; }
.drownedPage div.window { background:url('images/windowDrownedInASeaOfSound.jpg') no-repeat scroll; }
.twilightPage div.window { background:url('images/windowTwilightBloom.jpg') no-repeat scroll; }
.attackPage div.window { background:url('images/windowTheSoftAttack.jpg') no-repeat scroll; }
.hidePage div.window { background:url('images/windowHideYourEyes.jpg') no-repeat scroll; }
.mediaPage div.window { background:url('images/windowMedia.jpg') no-repeat scroll; }
.lyricsPage div.window { background:url('images/windowLyrics.jpg') no-repeat scroll; }
.linksPage div.window { background:url('images/windowLinks.jpg') no-repeat scroll; }
.homePage div.window ul.links { position:absolute; left:335px; top:201px; }
.homePage div.window ul.links li { margin-bottom:16px; }
.drownedPage div.window ul.links { position:absolute; left:333px; top:269px; }
.drownedPage div.window ul.links li { margin-bottom:12px; }
.twilightPage div.window ul.links { position:absolute; left:333px; top:141px; }
.attackPage div.window ul.links { position:absolute; left:333px; top:221px; }
.attackPage div.window ul.links li { margin-bottom:12px; }
.hidePage div.window ul.links { position:absolute; left:333px; top:191px; }
.mediaPage ul.songDownloads { position:absolute; left:18px; top:96px; }
.mediaPage ul.songDownloads li { width:140px; height:15px; margin-bottom:7px; }
.mediaPage ul.songSamples { position:absolute; left:236px; top:96px; }
.mediaPage ul.songSamples li { width:148px; height:10px; margin-bottom:4px; }
.mediaPage ul.songSamples2 { position:absolute; left:397px; top:96px; }
.mediaPage ul.songSamples2 li { width:148px; height:10px; margin-bottom:4px; }
.mediaPage ul#photos { position:absolute; left:37px; top:203px; }
.mediaPage ul#photos li { width:59px; height:41px; float:left; margin-right:11px; margin-bottom:9px; }
ul.albums { position:absolute; top:332px; left:0px; height:88px; }
ul.albums li { width:90px; margin-right:6px; float:left; }
ul.albums li#clairecords { width:172px; height:88px; margin-right:0px; }
div.footer { position:absolute; top:555px; left:41px; }
.linksPage div.window ul.links { position:absolute; left:13px; top:70px; }
.linksPage div.window ul.links li { margin-bottom:16px; }
.lyricsPage div.window ul.links { position:absolute; left:432px; }
.lyricsPage div.window ul.drownedInASeaOfSound { top:57px; }
.lyricsPage div.window ul.theSoftAttack { top:211px; }
.lyricsPage div.window ul.hideYourEyes { top:320px; }
.lyricsPage div.window ul.links li { width:127px; height:16px; overflow:hidden; }

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}