/*
-----------------------------------------------
dickweissman.com CSS styles
Author:   Kai Bates
Version:  February 2009
----------------------------------------------- */


/* GLOBAL
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, san-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	text-align: center;
	background: #d6b487 url(images/background.gif) repeat-x top left;
	}

#structure {
	width: 974px;
	margin: 50px auto 5px auto;
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
	text-align: left;
	}
	
#header {
	width: 974px;
	height: 85px;
	margin: 0;
	padding: 0;
	background-color: #000;
	}

#header_left {
	width: 487px;
	height: 85px;
	margin: 0;
	padding: 0;
	float: left;
	}
	
#header_right {
	width: 487px;
	height: 70px;
	margin: 0;
	padding: 0;
	text-align: center;
	float: right;
	}

#content {
	clear: both;
	width: 974px;
	height: 525px;
	margin: 0;
	padding: 0;
	background: url(images/background_content.png) repeat-y top left;
	}
	
#footer {
	clear: both;
	width: 964px;
	height: 20px;
	margin: 0;
	padding: 5px;
	font-size: 12px;
	letter-spacing: 1px;
	color: #c15741;
	background-color: #000;
	}
	
	

/* HOMEPAGE
----------------------------------------------- */

#home_content_left {
	width: 486px;
	margin: 0;
	padding: 25px 0 0 0;
	float: left;
	background: url(images/background_content_left.png) repeat-y 3px 0;
	}

#home_content_right {
	width: 487px;
	margin: 0;
	padding: 25px 0 0 0;
	float: right;
	}

#home_music {
	height: 230px;
	padding: 15px;
	}

#home_books {
	padding: 15px;
	}

#home_news {
	padding: 15px 15px 10px 15px;
	}

#home_bio {
	padding: 15px 15px 0 15px;
	}



/* SUBPAGES
----------------------------------------------- */

#content_sub {
	clear: both;
	width: 924px;
	margin: 0;
	padding: 10px 25px 25px 25px;
	}

#content_sub2 {
	clear: both;
	width: 924px;
	margin: 0;
	padding: 0 0 25px 0;
	}

#breadcrumb {
	font-size: 11px;
	font-weight: normal;
	padding: 0 0 10px 25px;
	}
		
#content_sub_left {
	width: 400px;
	margin: 0;
	padding: 10px 0 20px 25px;
	float: left;
	}

#content_sub_right {
	width: 490px;
	margin: 0;
	padding: 10px 0 20px 0;
	float: right;
	}



/* NAVIGATION
----------------------------------------------- */

a:link {
	font-size: 13px;
	color: #000;
	text-decoration: underline;
	font-weight: bold;
	}
		
a:visited {
	font-size: 13px;
	color: #000;
	text-decoration: underline;
	font-weight: bold;
	}
	
a:hover {
	font-size: 13px;
	color: #000;
	text-decoration: underline;
	font-weight: bold;
	}
	
a:active {
	font-size: 13px;
	color: #000;
	text-decoration: underline;
	font-weight: bold;
	}
	
#footer a:link, #footer a:visited, #footer a:active {
	color: #c15741;
	text-decoration: none;
	font-weight: bold;
	}

#footer a:hover {
	color: #c15741;
	text-decoration: underline;
	font-weight: bold;
	}

#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:hover, #breadcrumb a:active {
	font-size: 11px;
	color: #000;
	text-decoration: underline;
	font-weight: normal;
	}



/* MAIN NAV
----------------------------------------------- */

#header_left ul {
	list-style: none;
	margin: 0;
	padding: 62px 0 0 15px;
	}

#header_left li {
	display: inline;
	margin: 0;
	padding: 0;
	}
	
*html #header_left li {
	display: inline;
	margin: 0;
	padding: 0;
	}
	
#header_left ul li a {
	margin: 0;
	padding: 5px 15px 5px 15px;
	font-family: verdana, sans-serif;
	font-size: 18px;
	letter-spacing: 3px;
	color: #d6b487;
	font-weight: normal;
	text-decoration: none;
	float: left;
	}
	
#header_left ul li a:hover {
	background-color: #a4c1e1;
	color: #000;
	font-weight: normal;
	}
	
/* fix ie. hide from ie mac \*/
*html #header_left ul li { float: left; }
*html #header_left ul li a { height: 1%; }
/* end */

#current_page a:visited, #current_page a:link {
	background-color: #a4c1e1;
	color: #000;
	font-weight: normal;
	}

	
	
/* TEXT
----------------------------------------------- */

p {
	margin: 0 0 15px 0;
	line-height: 18px;
	}

#home_news p {
	line-height: 14px;
	}

p.caption {
	font-size: 10px;
	line-height: 12px;
	margin: 2px;
	padding: 0;
	}

h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}



/* LISTS
----------------------------------------------- */

ul {
	list-style-type: square;
	margin: 0;
	padding: 0 0 10px 15px;
	}

li {
	margin: 0 0 10px 10px;
	}



/* GALLERIES
----------------------------------------------- */

div.imgset {
	width: 100px;
	text-align: center;
	margin: 20px 25px 0 0;
	padding: 0;
	display: inline;
	float: left;
	}

div.imgset2 {
	width: 100px;
	text-align: center;
	margin: 20px 25px 0 0;
	padding: 0;
	display: inline;
	float: left;
	}

div.imgset3 {
	width: 100px;
	text-align: center;
	margin: 20px 0 0 0;
	padding: 0;
	display: inline;
	float: left;
	}



/* 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; }
