/* 
Cheek Chastain Gallery Styles
©2007 James Williamson
version 1.0, last modified 05-09-07
for questions or comments contact james@lodestone.com
ARTISTS SECONDARY PAGE
*/

/*secondary styles features areas local to pages or individual sections
when needed, this page can be modified and assembled for section content and then reassembled in the linked css file*/
	
/* -- current area styles -- */
#current {
	width: 615px;
	background: #d8c296 url(../_images/current_bg.gif) repeat-y;
	margin:1.4em 1.2em;
	}
#current h1{
	font: 1.2em/1.4em "Trebuchet MS", Helvetica, sans-serif;
	text-transform:uppercase;
	color: #561216;
	background: url(../_images/current_top_bg.gif) no-repeat top left;
	padding:0.5em 0 0.5em 1.2em;	
	}
#current h2{
	font-size:1.4em;
	color:#561216;
	}
#current img{
	float:left;
	padding-left:1.2em;
	padding-right:0.5em;
	}
#current p{
	font: 1em/1.2em Georgia, "Times New Roman", Times, serif;
	margin: 1.2em 0;
	padding: 0 1.5em;
	}
#current p.last{
	background: url(../_images/current_btm_bg.gif) no-repeat bottom left;
	padding-bottom: 2em;
	margin: 0;
	}
	
/* -- artist list area styles -- */
#artistInfo {
	padding: 1em 0 1em 1.2em;
	}
#artistInfo h1{
	font: bold 1.4em/1.8em "Trebuchet MS", Helvetica, sans-serif;
	text-transform: uppercase;
	color: #d52e36;
	}
#artistInfo p{
	font: 1em/1.6em Georgia, "Times New Roman", Times, serif;
	color: #333;
	margin-bottom: 2em;
	}
#artistInfo a{
	color: #d52e36;
	text-decoration: none;
	border-bottom:1px dotted #d52e36;
	}
#artistInfo a:hover{
	border-bottom-style:solid;
	}

/* -- individual artist styles -- */
#artistList {
	padding: 1em 0 1em 1.2em;
	float:left;
	}
	
#artistList .artist {
	float: left;
	clear: both;
	width: 600px;
	border-bottom: 1px solid #561216;
	margin-bottom: 10px;
	}
#artistList p{
	margin-bottom: 1em;
	}
#artistList .artist h2 {
	font: bold 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
	color: #561216;
	margin-bottom: .4em;
	}
#artistList .artist img{
	float:left;
	padding-right: .5em;
	}
#artistList .artist a{
	color: #d52e36;
	text-decoration: none;
	border-bottom:1px dotted #d52e36;
	}
#artistList .artist a:hover{
	border-bottom-style:solid;
	}
/* --- bio area styles ---*/
#bio {
	padding: 1em 0 1em 1.2em;
	}
#bio h1{
	font: bold 1.4em/1.8em "Trebuchet MS", Helvetica, sans-serif;
	text-transform: uppercase;
	color: #d52e36;
	}
#bio img{
	float:left;
	padding-right: .5em;
	}
#bio p{
	font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
	color: #333;
	margin-bottom: 1.6em;
	}
#bio a{
	color: #d52e36;
	text-decoration: none;
	border-bottom:1px dotted #d52e36;
	text-transform: capitalize;
	}
#bio a:hover{
	border-bottom-style:solid;
	}
#bio #awards ul{
	padding:0;
	margin:0;
	list-style-type:none;
	}
#bio #awards li{
	font: bold .95em/1.4em Georgia, "Times New Roman", Times, serif;
	color: #561216;
	margin-bottom: 1em;
	}
#bio #awards li em{
	color:#d52e36;
	}
#bio #awards li span.date{
	font: bold 1em/1.4em "Trebuchet MS", Helvetica, sans-serif;
	color: #028925;
	}
	
/* -------------------- Gallery Styling ----------------------- */

/* gallery titles and text */
#gallery {
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 3em;
	}
#gallery h1{
	font: bold 1.4em/1.8em "Trebuchet MS", Helvetica, sans-serif;
	text-transform: uppercase;
	color: #d52e36;
	}
#gallery a{
	color: #d52e36;
	text-decoration: none;
	border-bottom:1px dotted #d52e36;
	}
#gallery a:hover{
	border-bottom-style:solid;
	}

/* photo gallery styles */	
#outer_gallery {
	position:relative;
	/*width:620px;*/ 
	width:620px !important;
	width: 600px;
	height:500px; 
	background:#ccc; 
	border:1px solid #561216; 
	margin:1em 15px;
	}
#artists #wrapper #sidebar #secondNav li .nested .nested .nested {
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 12px;
}

/* IE fix for initial rollover flicker */
#outer_gallery a, #outer_gallery a:visited {
	color: #561216;
	}

a.gallery:hover {
	border: none;
	}
/* thumbnails are set as background images are set in embedded styles in the page */
a.gallery span.large, a.gallery span.caption {
	display:none;
	}
a.gallery, a.gallery:visited {
	display:block;
	display:inline-block;
	text-decoration:none;
	width: 100px;
	height: 65px;
	float:left;
	color: #561216;
	margin: 10px 25px;
	z-index: 50;
	}
#outer_gallery #inner_gallery {
	position:absolute;
	left: 0;
	top: 0;
	}
#outer_gallery span.caption {
	position:absolute;
	top: 470px;
	left: 10px;
	font: 1em/1.2em Georgia, "Times New Roman", Times, serif;
	width: 500px;
	}
/*show larger images and captions on click */
#outer_gallery a.gallery:active span.large, #outer_gallery a.gallery:focus span.large{
	display:block;
	position: absolute;
	left:10px !important;
	left: 0px;
	top: 85px;
	width: 600px;
	height: 375px;
	z-index: 50px;
	color: #561216;
	border:1px solid #3d330f; 
	}
#outer_gallery a:active span.caption, #outer_gallery a:focus span.caption{
	display:block;
	}

	.subheading {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #561216;
	letter-spacing: 0.3em;
	text-align: left;
}
#artists #wrapper #sidebar #secondNav li .nested .nested .right btm list {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #6F5044;
	word-spacing: 0.4em;
}
.lower_rt_list {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 0.2em;
	font-weight: normal;
	font-variant: normal;
	color: #6F5044;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}

