body {
	background:transparent url(fresh/bg.gif) repeat-x scroll 0 0 !important;
	background-color:#ebe9e1 !important;
}

#contentWrap {
	background:transparent url(fresh/bg-rounded-double.gif) no-repeat scroll 0 bottom !important;
}

#header {
	background:transparent url(fresh/bg-header.jpg) no-repeat scroll 0 0 !important;
}

a, a:link, a:visited {
	color:#24251d;
}

a:hover, a:active, a.active {
	color:#5b4826s;
}

ul.sf-menu li.page_item a:hover, ul.sf-menu li.page_item.current_page_item a {
	color:#c19c67;
}

#home #header {
	background:transparent url(fresh/bg-header-home.jpg) no-repeat scroll 0 0 !important;
}

#home #header ul#featuredNav li a {
	background-color:#ccc;
	border-color:#ddd;
	color:#FFFFFF;
}

#home #header ul#featuredNav li a:hover {
	border-color:#ebe9e1;
}

ul#showcase li a:hover, ul#showcase li a.active {
	border:1px solid #785d34;
}

#footer {
	background:transparent url(../images/bg-content.png) repeat-y scroll 0 0 !important;
}

#footerWrap {
	background:transparent url(fresh/bg-rounded-bottom.gif) no-repeat scroll 0 bottom !important;
}

#footerWrap ul li.clickready.hover {
	border: 1px solid #cccccc;
}

#footerWrap ul li a:hover, #wp-calendar caption {
	background: #24251d;
	color: #fff;
}

#footerWrap ul li, #wp-calendar {
	background-color: #eeeeee;
	border: 1px solid #dddddd;
	color:#333333;
}

.credits {
	color:#333333 !important;
}

.credits a {
	color:#000000 !important;
}


/* SIDE BAR FOR ARTISTS PAGES */
#edition_details p{
	
	background-color: #F9F9F9;
	padding: 6px;
	margin-top: 28px;
	border:#EEE solid thin;
	margin-bottom:0px;
	margin-right:0px;
}
#edition_further_info {
	font:11px/1.4 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	background-color: #F9F9F9;
	padding: 6px;
	border:#EEE solid thin;
	margin-top: 20px;
	
}

/* ARTISTS/EDITIONS GRID */
.editions-grid { 
  display: table; 
  border-spacing: 30px; 
} 

.editions-grid img { 
border:thin solid #EEEEEE;
} 

.editions-row { 
  display: table-row; 
} 
.editions-artist { 
  display: table-cell; 
  width: 245px;  
} 
.editions-image { 
}
.editions-text p {
	border:thin solid #EEEEEE;
	vertical-align: top;
	text-align: left;
	background-color: #F9F9F9;
	border:thin solid #EEEEEE;
	padding: 10px;
	margin-top:2px;
	margin-bottom:0px;
	margin-right:0px;
	font-size: 85%;
	
} 
#artiststhumb-wrapper {
	width: 300px;
	margin-top: 10px;
	margin-bottom: 10px;
}