@charset "utf-8";
/* CSS Document */

/* - - - - - - - - - - - - - - - - - - - - -

Title : Turner Fine Arts - HOME
Author : Showtime Studios
URL : www.turnerfinearts.com

- - - - - - - - - - - - - - - - - - - - - */

/* ----- GALLERY ----- */

#image_container {
	background-color: #982156;
	width: 580px;
	height: 576px;
	float: left;
	padding: 5px 0px 0px 5px;
	}
	
#image_gallery {
	background-color: #2b2b2b;
	width: 574px;
	height: 571px;
	margin: 0px;
	}

	
/* ----- SECONDARY CONTENT ----- */

#secondary {
	width: 345px;
	height: 100%;
	float:left;
	margin-left: 20px;
	}
		
/* ----- LATEST NEWS ----- */

#news {
	width: 360px;
	height: 100%;
	float: right;
	}
	
.spacing {
	padding-top: 20px;
	}

.spacing30 {
	padding-top: 30px;
	}

.more {
	color: #ffffff;
	line-height: 0px;
	font-size: 10px;
	text-transform: capitalize;
	}
	
/* ----- FEATURED ARTIST ----- */

#featured {
	width: 100%;
	height: 100%;
	float: right;
	padding-top: 10px;
	}


.grey {
	color: #595959;
	font-weight: normal;
	}
	
.clear {
	clear:both;
	}
	

#featured ul {
	clear:both;
	}

#featured li {
	list-style-image:url(../images/bullet.png);
	margin-left: 20px;
	color: #ffffff;
	font-size: 10px;
	clear: both;
	line-height: 20px;
	padding: 5px 0px;
	font-weight: normal;
	text-transform:none;
	}

#featured li a{
	text-transform:none;
	}
	
#featured li a:hover{
	color: #c2a34f;
	}

.superscript {
	font-size: 7px; 
	vertical-align:top;
	} 