/*Here is the style sheet for the new version of the artists pages - these are the pop-up windows of the images*/

h1 {font-family:"LucidaSans Roman", GillSans, sans-serif;
	font-size: 18px;
	font-weight:600;
	text-align: left;
	color: rgb(69, 48, 64);
	display: block; vertical-align:middle;
}

#name { position:absolute;
	left: 54px;
	top: 21px;
	margin-bottom: 14px;
	width: 500px;
	height: 57px;
	padding-left: 5px;
}

#picture { width: 500px;
	height: 398px;
	position: absolute;
	left: 54px;
	top: 75px;
	margin: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top: thin solid rgb(164, 154, 162);
	border-bottom: thin solid rgb(164, 154, 162);
}

.picture {
	display:block; vertical-align: middle; margin-left:auto; margin-right:auto;
}


#info {
	position: absolute;
	top: 489px;
	left: 54px;
	padding-top: 10px;
	width: 272px;
	height: 102px;
}

.anno {
	font-family: "LucidaSans Roman", GillSans, sans-serif;
	font-size: 0.9em;
	line-height: 120%;
	font-weight: 300;
	color: #333333;
	text-align: left;
	
	}

#nav {
	position:absolute;
	top: 489px;
	left: 437px;
	padding-top: 10px;
	width: 112px;
	height: 38px;
}


a:link {
	color: #666666;
	text-decoration: none;
}
a:visited { text-decoration: none; color: #666666}
a:active { text-decoration:none}
a:hover { color: rgb(69, 48, 64); text-decoration:none; font-weight:600 }


h5 {font-family:"Times New Roman", Times, serif;
	font-size: 0.8em;
	font-weight:500;
	color: rgb( 69, 48, 64);
}

/*END POP-UP ELEMENTS (note h5 is also used on indi. artists pages*/
	

/* these are for the  INDIVIDUAL artist pages*/

#page {
	width: 850px;
	\width: 870px;
	w\idth: 850px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	}

#sidebar { width: 188px; height: 475px;
	left: 15px;
	top: 15px;
	margin-right: 19px;
	position: absolute;
}
	
#page1name { width: 551px; height:27px;
	left: 235px; top:30px;
	position:absolute;
	margin-bottom: 5px;

}

.right {text-align:right;}

h2 { font-family:"LucidaSans Roman", GillSans, sans-serif;
	font-size: 0.9em;
	font-weight:700;
	color: rgb( 69, 48, 64);
	display: inline;
	
}


	
	
.contact {font-family:"LucidaSans Roman", GillSans, sans-serif;
	font-size:0.9em;
	font-weight:400;
	color: #996600;
	line-height:125%;
}

ul.nav {font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: 500;
	color: rgb(69, 48, 64);
	list-style: none;
	line-height: 175%;
	
}

.nav a:link, .nav a:visited {
	line-height: 175%;
	font-weight: 500;
	text-decoration: none;
	color: #996600;
	}

.nav a:hover { color: #330000;
	border-left: 4px solid #330000;
	padding-left: 2px;
	background: transparent;
	color: #330000; 
	}	


p.statement {font-family:"Times New Roman", Times, serif;
	font-size: 0.9em;
	font-weight:300;
	text-align:left;
	display:inline;
	
}

#thmubnails {width: 765px; height:220px;
	position:absolute;
	left:235px; top: 59px;
	padding-top: 14px;
}
img.thumb { display:inline; border:none;}

#maintext { width: 551px; height:532px;
	position:absolute;
	left: 235px; top:300px;
}

#maintext ul li {font-family:"Times New Roman", Times, serif;
	font-size: 0.9em;
	font-weight:300;
	text-align:left;
	text-indent:0.4em;
	padding-bottom:0.4em;
	list-style-type:none;
}
/* I don't think the above rules were being applied to some resumes... so I'mtrying the one below*/
.resume ul li {font-family:"Times New Roman", Times, serif;
	font-size: 0.9em;
	font-weight:300;
	text-align:left;
	padding-bottom:0.2em;
	padding-left: 10px;
	list-style-type:none;
	display:inline;
	}
	
.resume td {font-family:"Times New Roman", Times, serif;
	font-size: 0.9em;
	font-weight:300;
	text-align:left;
	padding: 0px 2px 2px 10px;
	margin: 0px;
	vertical-align:text-top
	}
	
h3 { font-family:"LucidaSans Roman", GillSans, sans-serif;
	font-size:0.9em;
	font-style:italic;
	font-weight:600;
	color: rgb(69, 69, 69);
	display:inline;
	
}
