@charset "UTF-8";
/* CSS Document */

/* --------- styles for transparent artwork image and white background border ----------*/
#clear_box {
	width: 352px;
	height: 348px;
	border: solid 2px #CCC;
	margin: 30px 10px 0 20px;
	float: left;
	overflow: visible;
	}
	
.artImage {
	margin: -15px 0 0 -13px;
	}
	
/*----------------------COLUMN1 STYLES--------------------*/

#column1 {
	width: 125px;
	float: left;
	padding: 0;
	margin: 30px 0 0 15px;
	}
#feature_box {
	/*height: 200px;*/
	padding: 0;
	text-align: center;
	margin: 0 0 15px 0;
	border:solid 1px #666;
	}
	
#elipse {
	color: #FFF799;
	margin-bottom: 4px;
	margin-top: 2px;
	font-size: 14px;
	}
	
#artist a:link, #artist a:visited {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	}

#artist a:hover {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration:underline;
	}

#artist a:active {
	color: #FF6600;
	font-size: 11px;
	text-decoration: none;
	}

#artist {
	font-size: 11px;
	color:  #FFFFFF;
	margin: 0;
	}
	
#artistLinks {
	list-style-type: none;
	text-align:center;
	padding: 0;
	margin: 0;
}

.header {
	font-size: 16px;
	color:  #F26522;
	margin-bottom: 0;
	}

#fa {
	margin: 8px 0 0 8px;
}

ul#artistLinks {
	padding-bottom:15px;
}

/*---------------------COLUMN2 STYLES--------------------------*/	
#column2 {
	width: 135px;
	background-color: #616161;
	height: 404px;
	float: right;
	margin: 30px 12px 0 0;
	}

.special {
	width: auto;
	margin-top: 0;
	background-color: #9A1800;
	padding-top: 5px;
	padding-bottom: 5px;
	color:#FFFFFF;
	text-align:  center;
	font-weight: bold;
	}

#column2Text {
	width: 119px;
	height: 310px;
	color:#FFFFFF;
	font-size: 10px;
	text-align:left;
	padding: 8px;
	border: 0;
	overflow: auto;
	}
	
#galleryTextHead {
	color: #FFF799;
	margin: 0;
	font-size: 12px;
	padding: 0 8px 0 8px;
	}
