/*************************************************************************
/*************************************************************************
****																															********
****		FILENAME:       style.css																	********
****		DESCRIPTION:    CSS for Miller Block											********
****		CREATION DATE:  07/06/2006																********
****		LAST MODIFIED:  07/27/2006																********
****																															********
/*************************************************************************
/*************************************************************************


/* GLOBAL STYLES --------------------------------------------------- */

body { margin-top:25px; background-color:#ffffff; font-family:Arial, Helvetica, sans-serif;	font-size:12px;	color:#666666;}
body.bio { background-color:#ebebcf; margin:10px;}
img {	border:none;}
td { vertical-align:top;}

a:link, a:visited {	color:#666666; text-decoration:none;}
a:hover { color:#000000; text-decoration:underline;}
a.current { color:#666666; text-transform:uppercase;}

#container { position:relative; top:0px; left:0px; width:857px; height:574px; background:url(images/back.gif) no-repeat; text-align:left;}
#topaddress {position:absolute; top:32px; left:463px;}
#topnav { margin:0px 35px 0px 0px; text-align:right; font-size:13px;}
#header { margin:110px 0px 0px 80px;}

/* ARTIST STYLES --------------------------------------------------- */

#artiststable {margin:20px 0px 0px 80px; font-size:16px; line-height:24px;}
	a.artist:link, a.artist:visited {	color:#666666; text-decoration:none; padding:3px;}
	a.artist:hover { color:#000000; text-decoration:none; background-color:#ffffff; padding:3px;}
	

/* EXTRA ROLL STYLE FOR ALTERNATE ARTIST PAGE ------------------------- */
.p { padding:2px; float:left; margin:0px; border:1px solid #ebebcf;}
.pr { padding:2px; float:left; margin:0px; border:1px solid #999;}


/* EXHIBITION STYLES --------------------------------------------------- */

#contentLeft { position:absolute; top:170px; left:80px; width:280px;}
 .topentryLeft { padding-top:10px;}
 .entryLeft { padding-top:10px; clear:both;}
#contentRight { position:absolute; top:170px; left:466px; width:320px;}
 .topentryRight { padding-top:10px; font-size:10px;}
 .entryRight { padding-top:7px; clear:both; font-size:10px;}
 .thumb { float:left; margin-right:15px;}

#contentRight2 { position:absolute; top:170px; left:500px; width:300px;}

/* INDIVIDUAL ARTISTS PAGE STYLES --------------------------------------------------- */

#thumbnails {margin-top:25px;}
	.thumb{margin:3px 5px 0px 0px;}

.pic { position:absolute; top:70px; left:460px; width:360px; height:450px; visibility:hidden;}
	.picarea {position:absolute; top:1px; left:1px; width:100%; height:430px;}
	.description {position:absolute; bottom:1px; left:1px; font-size:10px; width:100%;}

#otherArtists { position:absolute; top:530px; left:80px; width:744px;}
	a.oartist:link, a.oartist:visited {	text-decoration:none; background-color:#cccccc; padding:3px;}
	a.oartist:hover { text-decoration:none; background-color:#999999; padding:3px;}

/* TEXT STYLES --------------------------------------------------- */

	h1{	font-size:12px; margin:0px;}
	h2{	font-size:30px; margin:0px; padding:0px; text-transform:uppercase; font-weight:normal;}
	h3{	font-size:18px; margin:0px; padding:0px; text-transform:uppercase;}


#dhtmltooltip{
	/* This defines the tool tip default settings */
	position: absolute;
	visibility: hidden;
	z-index: 100;
	/* Uncomment the below line to add shadow. Below line should always appear last within this CSS
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);} */
