@charset "utf-8";
/* CSS Document */

/*** RESET ***/
* { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
img { border: none; }
a, a:visited { color: #265786; }
a:hover { text-decoration:none; }
strong { font-weight: bold; }

/*** CLEARS AND FLOATERS ***/
.right {float: right;}
.left {float: left;}
.clear {clear: both; width: 0; height: 0;}
.clear-left {clear: left; width: 0; height: 0;}
.clear-righte {clear: right; width: 0; height: 0;}

/*** PAGE STYLES ***/
body {
	margin-bottom: 20px;
	background: #d7b075;
}
#dropshadow {
	background: url(../images/dropshadow.gif) center top;
	width: 832px;
	margin: 0 auto
}
#page-container {
	background: #ffffff;
	width: 800px;
	margin: 0 auto;
}

/*** HEADER STYLES ***/
#top-logo {
	margin: 0;
	float: left;
}
#top-nav {
	clear: both;
}
#artist-photos img {
	height: 166px;
}
#social {
	height: 41px;
	width: 505px;
	display: block;
	float: right;
	background: url(../images/social-bg.gif) bottom left no-repeat #deab5d;
	padding-right: 10px;
	padding-top: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #036;
}
.marquee {
	position: relative;
	overflow: hidden;
	width: 515px;
	height: 166px;
	clear: right;
}
#top-nav {
	display: block;
	hieght: 50px;
	width: 756px;
	padding: 9px 23px;
	background: url(../images/nav-bg.gif) repeat-x;
}
#top-nav li {
	display: inline;
	margin: 0 5px;
}
#top-nav,
#top-nav a,
#top-nav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
}
#top-nav a:hover {
	color: #CCC;
	text-decoration: none;
}

/*** CONTENT STYLES ***/
#home-content {
	width: 425px;
}
#content {
	width: 600px;
}
#home-content,
#content {
	margin: 20px 25px;
	float: left;
}
#home-content h1,
#content h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #F33;
	margin-bottom: 10px;
}
#home-content h2,
#content h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #016078;
	margin-top: 15px;
	margin-bottom: 7px;
	font-weight: bold;
}
#home-content p,
#content p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	margin-bottom: 7px;
}
#home-sponsors {
	float: right;
	width: 265px;
	height: 185px;
	background: url(../images/home-sponsors-bg.gif) no-repeat;
	margin: 15px 15px;
	text-align: center;
}
#home-sponsors a {
	text-decoration: none;
}
#home-sponsors h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin-top: 10px;
	color: #036;
}
#home-sponsors img {
	margin: 8px;
}
#feat-boxes {
	clear: both;
	background: url(../images/feat-box-bg.gif);
	height: 137px;
}
#feat {
	float: left;
	width: 232px;
	padding: 28px 17px;
	color: #016078;
	background: url(../images/feat-box-separator.gif) center right no-repeat;
}
#feat.last {
	background: none;
}
#feat img {
	margin-right: 12px;
}
#feat h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	margin-bottom: 5px;
	margin-top: 8px;
	font-weight: bold;
}
#feat p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
#feat a {
	text-decoration: none;
}
#artist-subnav {
	display: block;
	width: 750px;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 8px;
	line-height: 20px;
}
img.artist {
	margin-right: 15px;
	margin-bottom: 7px;
}
img.gallery {
	margin-right: 15px;
	margin-bottom: 5px;
}

/*** FOOTER STYLES ***/
#bot-cap {
	width: 802px;
	background: url(../images/bot-cap-bg.gif) center top no-repeat;
	margin: 0 auto;
	padding: 7px 15px;
}
#bot-nav {
	float: right;
	text-align: right;
}
#bot-nav li {
	display: inline;
}
#copyright {
	float: left;
	text-align: left;
	display: inline;
	padding-top: 4px;
}
#bot-cap p,
#bot-cap a,
#bot-cap a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}

/*** Video ***/
#video {
	clear: both;
	margin: 0 0 15px 27px;
}

/*** PHOTO GALLERY ***/
img.gallery {
	width: 180px;
}

/***(LIGHTBOX) ***/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
