@charset "utf-8";
/* CSS Document */

/* - - - - - - - - - - - - - - - - - - - - -

Title : Turner Fine Arts - ARTIST
Author : Showtime Studios
URL : www.turnerfinearts.com

- - - - - - - - - - - - - - - - - - - - - */

/* ----- ARTIST DESCRIPTION ----- */

#artist_info {
	width: 440px;
	height: 100%;
	float: left;
	padding-right: 26px;
	}

#artist_desc {
	width: 100%;
	min-height: 370px;
	float: left;
	padding-bottom: 20px;
	}
	
#latestnews {
	width: 100%;
	float: left;
	border-top: 1px dotted #808080;
	margin-bottom: 20px;
	}

#artist_download {
	clear: both;
	padding: 5px;
	}

#bookviewing {
	text-align: right;
	padding: 12px;
	margin-bottom: 20px;
	}
	
#back {
	width: 100%;
	float: left;
	padding: 5px;
	border-top: 1px dotted #808080;	
	}	

#artist_download li{
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 13px;
	line-height: 35px;
	/*_line-height:35px; ie6 compatibility for padding*/
	padding-left: 14px;
	/*_margin-top:10px; ie6 compatibility for padding*/
	font-size: 10px;
	}
	
#artist_download li a:hover{
	color: #046170;
	}
	
#back li{
	background-image: url(../images/back.png);
	background-repeat: no-repeat;
	background-position: 0px 13px;
	line-height: 35px;
	/*_line-height:35px; ie6 compatibility for padding*/
	padding-left: 14px;
	/*_margin-top:10px; ie6 compatibility for padding*/
	font-size: 10px;
	}
		
#artist_desc h2 {
	padding-top: 20px;
	}

#latestnews h2 {
	padding-top: 10px;
	}
	
#latestnews a:hover {
	color: #c2a34f;
	}	
	
#bookviewing a:hover {
	color: #c2a34f;
	}	

#back a:hover {
	color: #c2a34f;
	}	

.uppercase {
	text-transform:uppercase;
	}
	
/* ----- ARTIST GALLERY ----- */

#artist_gallery {
	width: 420px;
	float: right;
	margin-bottom: 5px;
	}
	
#artist_gallery h2 {
	padding-top: 10px;
	}	
	
#box{ 
	width:400px;
	}
	
table {
	border-collapse: separate;
    border-spacing: 0pt 10pt ;
	}
	
#gallery{ width:100%; }

#gallery img{ border: 5px solid #888888; }


/* MILKBOX */

#mbOverlay {
	position: absolute;
	left: 0;
	width:100%;
	background-color: #000; /* set the Milkbox overlay color // opacity: see the js options */
	z-index:100;
	cursor: pointer;
}

#mbCenter {
	/* for default width and height, see the js options */
	position: absolute;
	z-index:101;
	overflow:hidden;
	left: 50%;
	top:10%;/* overwritten in the js options to properly position the milkbox when activated in a scrolled window */
	background-color: #fff;/* set the Milkbox background color */
	border: 5px solid #fff;/* set the Milkbox border */
	margin:0; padding:5px;/* set the Milkbox padding */
}

.mbLoading{ background: #fff url(../images/loading.gif) no-repeat center; }/* IMAGE: loading gif */

#mbCanvas{ margin:0; padding:0; height:0; border:none; font-size:0; overflow:hidden; }

.mbClear{ clear:both; height:0; margin:0; padding:0; font-size:0; overflow:hidden; }


/* *** BOTTOM *** */

#mbBottom { 
	/* set text options */
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	padding-top:8px;
	margin:0;
}

/* navigation */
/* be careful if you change buttons dimensions */

#mbNavigation{
	float:right;
	width:27px;
	padding-top:3px;
	border-left:1px solid #9c9c9c;/* set nav border */
}


#mbCount{ 
	width:55px; 
	overflow:hidden;
	padding-top:1px;
	float:right;
	text-align:right;
	font-size:9px; /* count font size */
}

#mbCloseLink, #mbPrevLink, #mbNextLink, #mbPlayPause{
	outline:none;
	display:block;
	float:right;
	height:19px;
	cursor: pointer;
}


#mbPrevLink, #mbNextLink{ width:15px; }
#mbPrevLink{ background: transparent url(../images/prev.gif) no-repeat; }/* IMAGE: prev */
#mbNextLink{ background: transparent url(../images/next.gif) no-repeat; }/* IMAGE: next */

#mbPlayPause{ width:13px; }
#mbPlayPause{ background: transparent url(../images/play-pause.gif) no-repeat; }/* IMAGE: prev */


/* NOTE: doesn't work in ie6, so, just see the js options :) */
a#mbPrevLink:hover,a#mbNextLink:hover,a#mbCloseLink:hover,a#mbPlayPause:hover { background-position: 0 -22px; }

#mbCloseLink {
	width:17px;
	background: transparent url(../images/close.gif) no-repeat;/* IMAGE: close */
}

/* description */

#mbDescription{
	margin-right:27px;
	padding:0px 10px 0 0;
	font-weight: normal;
	text-align:justify;
}

