/*global*/

* { margin: 0; padding: 0;}

a {text-decoration: none; color: #B07E09; -moz-outline:none;}
a:hover {text-decoration: underline;}

p { font-size: 1.2em; line-height: 1.7em; margin-bottom: 2em;}

strong {color: #0B3543;}

.hr {border-top: 1px solid #BEBEBF; border-bottom: 1px solid #fff; height: 0px; margin-bottom: 2em; clear: both;}

.left {float: left; margin: 0 15px 10px 0; }


body {
	height: 100%;
	margin: 50px 0;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(/images/bg.jpg) top repeat;
}

#layout_wrapper {margin: 0 auto; width: 990px;}

#bgGradient { 
	position: absolute; 
	top: 0; left:0; 
	z-index: -1; 
	width: 100%; height: 630px; 
	background: url('/images/bg_top.png') top repeat-x;
}

#headSwirls {
	position: absolute; 
	top:38px; left: 0; 
	z-index: 0;
	width: 100%; height: 155px;
	background: url('/images/headswirls.png') 50.5% top no-repeat;
}

/*head and nav*/

#head { 
	width: 910px; height: 235px;
	padding: 100px 0 0 80px;
	position: relative;
	background: url('/images/header_bg.png') center no-repeat;
}

#head img {position: absolute; bottom: 28px; right: 11px;}

#head h1 {
	width: 590px; height: 60px; 
	text-indent: -9000em; 
	background: url('/images/lukewinslowking.png') center no-repeat;
}

#head ul {
	width: 545px; 
	padding-left: 40px;
	overflow:hidden; 
	list-style-type: none;
	background: url('/images/nav_decorations.png') left 1px no-repeat;
}

#head li {float: left;}
#head li a { text-indent: -9000em; display: block; height: 35px; margin-right: 32px;}

li#albums a {width: 65px; background: url('/images/nav_bg.png') -40px 1px no-repeat;}
li#albums a:hover, li#albums a.active {background-position: -40px bottom;}

li#biography a {width: 87px; background: url('/images/nav_bg.png') -138px 1px no-repeat;}
li#biography a:hover, li#biography a.active {background-position: -138px bottom;}

li#tourDates a {width: 91px; background: url('/images/nav_bg.png') -256px 1px no-repeat;}
li#tourDates a:hover, li#tourDates a.active {background-position: -256px bottom;}

li#contact a {width: 66px; margin-right: 30px; background: url('/images/nav_bg.png') -380px 1px no-repeat;}
li#contact a:hover, li#contact a.active {background-position: -380px bottom;}

li#presskit a {width: 69px; background: url('/images/nav_bg.png') -474px 1px no-repeat;}
li#presskit a:hover, li#presskit a.active {background-position: -474px bottom;}


/*content layout*/

#contentHead { 
	width: 990px; height: 88px;
	padding-top: 47px;
	text-align: center;
	background: url('/images/contentHead.png') center no-repeat;
}

#contentHead h2 { height: 60px; text-indent: -9000em; }

h2#welcomeTitle { background: url('/images/welcome.png') center no-repeat;}
h2#albumsTitle { background: url('/images/albums.png') center no-repeat;}
h2#biographyTitle { background: url('/images/biography.png') center no-repeat;}
h2#tourDatesTitle { background: url('/images/tourdates.png') center no-repeat;}
h2#contactTitle { background: url('/images/contact.png') center no-repeat;}
h2#presskitTitle { background: url('/images/presskit.png') center no-repeat;}

#contentBody {
	width: 990px; height: auto;
	background: url('/images/contentBody.png') center repeat-y;
	overflow: hidden;
}

	/*main styles*/
	
	#main {
		float: left; display:inline; 
		margin-left: 145px; 
		width: 475px;
		padding-top: 10px;
		position: relative; z-index: 100;
	}
	
	#main p.first:first-line {text-transform: uppercase; font-weight: bold; letter-spacing: 0.05em; color: #333;}
	
	#main h3 {
		font-size: 2em; 
		letter-spacing: 0.1em;
		font-weight: normal;
		font-family: Georgia, "Times New Roman", serf; 
		font-variant: small-caps;
		color: #0B3543;
		margin-bottom: 1.1em;
	}
	
	blockquote {
		font-size: 1.8em; 
		line-height: 1.5em;
		color: #444;
		width: 80%; 
		margin: 0 0 2em 40px; 
		padding: 10px 0;
		border-top: 4px double #ccc;
		border-bottom: 4px double #ccc;
		font-style: italic;
		font-family: Georgia, "Times New Roman", serif;
	
	}

	
	/*sidebar styles*/
	
	#sidebar {
		float: right; display: inline;
		width: 188px;
		padding: 2px 13px 0 13px;
		margin-right: 121px;
		text-align: center;
	}
	
	#sidebar li {
		list-style-position: inside; 
		color: #0B3543; 
		text-transform: uppercase;
		font-size: 1.1em;
		margin-bottom: 5px;
	}
	
	#sidebar strong {text-transform: uppercase;}
	
	#sidebar p {margin-bottom: 10px;}
	
	a#listen {
		display: block;
		text-indent: -9000em;
		width: 188px; height: 56px; 
		margin-bottom: 15px;
		background: url(/images/listen.jpg);
	}
	
	#nextShow {
		text-indent: -9000em; 
		height: 48px; 
		margin-bottom: 15px;
		background: url('/images/nextshow.png') center no-repeat;
	}
	
	#ofInterest {
		text-indent: -9000em; 
		height: 45px; 
		margin-bottom: 15px;
		background: url('/images/ofinterest.png') center no-repeat;
	}

#contentSwirls { 
	position: absolute; bottom: 85px; left: 100px;
	width: 558px; height: 173px;
	background: url('/images/contentswirls.png') center no-repeat;
}
		
#contentFoot { 
	width: 990px; height: 113px;
	position: relative;
	background: url('/images/contentFoot.png') center no-repeat;
}


/*footer*/

#footer { margin-top: 30px; text-align: center; letter-spacing: 0.1em;}

#footer ul {list-style-type: none; list-style-position: outside; text-transform: uppercase; }
#footer li {display: inline; padding:0 0.5em 0 0.9em; border-left: 1px solid #B07E09; height: 10px;  }
#footer li:first-child {border: none; padding-left: 0;}

#footer p {margin-top: 10px; color: #B3B3B3; }
#footer p a {color: #B3B3B3; font-weight: bold; }



/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
