
/* 
	The central area for the artist image 
	-------------------------------------
*/

#maindisplay	{
	width : 568px;
	float: left;
}

/* Artists name*/
#maindisplay	h3	{
	margin : 0; 
	font-size: 1.625em;
	font-weight: normal;
	font-style: normal;
}

/* This is where the main image is displayed */

#maindisplay	#mainimage	img	{
	padding : 0 0 20px 0;
	border-bottom: 1px solid #7d808d;
}

/*	border: 1px solid #f2f3f4;*/

/* Painting name */
#maindisplay	strong	{
	font-weight: normal;
	font-size: 1.2em;
}

/* Painting information */
#maindisplay	em	{
	font-style: normal;
	font-size: 1.1em;	
	display: block;
}

#maindisplay table	{
	width : 100%;
	height : 66px;
	padding: 0;
	margin: 0;
}

#maindisplay td	{
	width: 50%;
	vertical-align: bottom;
	padding-bottom: 16px;
}

#maindisplay td.left	{
}

#maindisplay td.right	{
	padding-right: 20px;
	text-align: right;
}

#maindisplay	#youtubevideo	{
	width : 100%;
}
/*	
	text-align: center;
	margin-top : 40px

background: url(/resources/images/talkshowquotes.gif) no-repeat center center;
*/
/* 
	The artist thumbnail menu (right hand column ) 
	----------------------------------------------
*/

#thumbnails	{
	width : 300px;
	float: right;	
}

#thumbnails	#banner	{
	height : 34px;
}

#thumbnails 	ul		{
	margin : 14px 0 0 0; 
	color: #7d818e;
	width : 290px;
	padding-left: 10px;
	font-size : .689em;
	background-color: #f2f3f4;
	line-height: 18px;
}

#thumbnails		ul li	{
	margin-right: 20px;
}

#thumbnails	ul li	a.hilight	{ color : red; }

#thumbnails a 			{ text-decoration: none; color : #7d818e; }
#thumbnails a:visited		{ text-decoration: none; color : #7d818e;}
#thumbnails a:link		{ text-decoration: none; color : #7d818e;}
#thumbnails a:hover		{ text-decoration: none; color : green; }


#thumbnails	p	{}

#thumbnails	h3	{
	width : 300px;
	font-size: 0.689em;
	margin-bottom : 12px;
	border-bottom: 1px solid #7d818e;
	font-size: 0.689em;
	text-transform: uppercase;
	color: #7d818e;
}


#thumbnails	img	{
	margin : 0 10px 3px 0;
	padding : 2px;
	border : 1px white solid;
	vertical-align: top;
}

#thumbnails	img.hilight{
	border : 1px #7d808d solid;
}
