@charset "UTF-8";
/* HOME Page styles */



/* ------ Featured Artwork -------- */

.featured_area_wrapper {
	background-color:#dfddd2;
	/* border: 1px solid red; */
	}
	.featured_artwork_holder {
	width:640px;
	}
.featured_artwork_holder a {
	color:#FFF;
	text-decoration:none;
	}
.featured_artwork_holder .artwork_clipping {
	position:relative;
	overflow:hidden;
	width:640px;
	height:320px;
	}
.artwork_clipping img {
	position:relative;
	}
.featured_artwork_holder .controls_holder {
	position:absolute;
	top:268px;
	width:640px;
	text-align:center;
	}
.featured_artwork_holder .controls_holder .title_holder {
	background:url(/ersys/images/controls_bcg.png) repeat-x;
	padding:0 15px;
	width:343px;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	}
.featured_artwork_holder .controls_holder .title_holder span {
	font-size:15px;
	font-weight:normal;
	}
	
#artScroll .artwork_clip_in { height: 320px; left: 0; position: absolute; top: 0;}
#artScroll .artwork_slide { float: left; height: 320px; overflow: hidden; width: 640px;}

.artTitles { height: 36px; overflow: hidden; position: relative; width: 313px;}
.artTitles .artwork_title {height: 36px; left: 0; line-height: 36px; top: 0; width: 100%;}

#featuredScrollContent .artwork_clip_in { height: 212px; left: 0; position: absolute; top: 0;}
#featuredScrollContent .artwork_slide { float: left; height: 320px; overflow: hidden; position: relative; width: 294px;}

.artist_name { float: left;  height: 16px; overflow: hidden; position: relative; width: 180px;}
.artist_name .artwork_title { height: 16px; left: 0; line-height: 16px; top: 0; width: 100%;}

/* ------ END of Featured Artwork -------- */


/* ------ Featured Artist -------- */

.featured_artist_holder {
	width:294px;
	float:right;
	position: relative;
	}
.featured_artist_holder a {
	color:#5f5049;
	text-decoration:none;
	}
.featured_artist_holder .artwork_clipping {
	position:relative;
	overflow:hidden;
	width:294px;
	height:212px;
	float:right;
	
	}
.featured_artist_holder .title {
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:italic;
	font-size:19px;
	margin:15px 0;
	}
.featured_artist_holder .artist_name {
	font-weight:bold;
	font-size:12px;
	/* margin:20px 0 0 0; */
	}

.featured_artist_holder .controls_holder {
	float:right;
	}
.featured_artist_holder .controls_holder a {
	background: url(/ersys/images/control_dot_link.gif) no-repeat 2px 2px;
	font-size: 15px;
	padding:0 6px;
	}
.featured_artist_holder .controls_holder a:hover, .featured_artist_holder .controls_holder a.active {
	text-decoration:none;
	background-position-y: -14px;
	}

/* ------ END of Featured Artist -------- */


/* ------ Exhibitions -------- */

.exhibitions_wrapper {
	background-color:#faf8f2;
	padding:12px 20px 12px 16px;
	margin-right:320px;
	height:280px;
	}
.exhb_nav {
	width:180px;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	margin-top: 5px;
	}
.exhb_nav .on {
	color:#FFF;
	background:url(/ersys/images/exhb_button_green_arrow.gif) no-repeat top left;
	padding:11px 0 11px 19px;
	margin-bottom:3px;
	}
.exhb_nav a {
	display:block;
	text-decoration:none;
	color:#5f5049;
	padding:11px 0 11px 19px;
	margin-bottom:3px;
	}
.exhb_nav a.on:hover {background:url(/ersys/images/exhb_button_green_arrow.gif) no-repeat top left;
	}
.exhb_nav a:hover {background:url(/ersys/images/exhb_button_lgrey.gif) no-repeat;}

.exhb_content_wrapper {
	float:right;
	width:405px;
	}
.exhb_content_wrapper .today {
	float:right;
	margin: -7px 0 0 0;
	}
.exhb_content_wrapper .header {
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:17px;
	font-style:italic;
	font-weight:bold;
	border-bottom:1px solid #dbd6d0;
	padding:2px 0 7px 0;
	margin-bottom:10px;
	}
.exhb_content_wrapper .header a {
	text-decoration: none;
	color:#5f5049;
	}
	.exhb_content_wrapper .header a:hover {
	text-decoration: underline;
	}

.exhb_content_wrapper .date_holder .highlight {
	color:#f18800;
	}
.exhb_content_wrapper .date_holder .today {
	color:#b90000;
	font-weight: bold;
	}
.exhb_content_wrapper .date_holder {
	float:right;
	color: #78a81f;
	font-size:13px;
	font-style: italic;
	}
.exhb_content_wrapper .date_holder .date_1 {
	padding:0 5px; 
	height:24px; 
	white-space:nowrap;
	}
.exhb_content_wrapper .date_holder .date_2 {
	color:#FFF;
	/* font-weight:bold; */
	font-size: 14px;
	background:url(/ersys/images/exhb_date_bcg.gif) no-repeat center;
	vertical-align:middle;
	width:24px; !important
	height:24px;
	text-align:center;
	padding-right: 2px;
	}
.exhb_content_wrapper .content_holder {
	clear:right;
	/* border: 1px solid red; */
	}
.exhb_content_wrapper .content_holder h4 {
	margin: 0 0 7px 0;
	font-size: 12px;
}
.exhb_content_wrapper .content_holder p {
	line-height:16px;
	margin:0 0 8px 0;
	}
.exhb_content_wrapper .content_holder a.description {
	text-decoration: none;
	color:#5f5049;
	}
.exhb_content_wrapper .content_holder a.description:hover {
	text-decoration: underline;
	}
.exhb_content_wrapper .content_holder div.featured_artists {
	color:#9d938d; 
	margin: 0px 10px 3px 0;
	float: left;
	}
.exhb_content_wrapper .content_holder .artist_listing a.arrow_small {
	display:block; 
	margin:0px 15px 3px 0;
	float: left;
	white-space: nowrap;
	}

/* ------ END of Exhibitions -------- */


/* ------ Intro Copy -------- */

.intro_copy {
	float:right;
	width:293px;
	}

.intro_copy p {
	line-height:18px;
	margin:0 0 28px 0;
	}
.intro_copy p.large {
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:21px;
	font-style:italic;
	line-height:27px;
	}

	
/* ------ END of Intro Copy -------- */	