/* ------- GREYSCREEN STYLING SECTION ------- */

/* ------------------------------------------------- */
/*                                                   */ 
/* THE FOLLOWING STYLES APPLY TO ALL PAGES    */
/*                                                   */
/* ------------------------------------------------- */

/* --------------- general body and page ---------------*/	

body, html {}
body	{
}
#home	{
	background-color:#EFEFE7;
}
#pagewrapper	{
	background-color:#FFFFFF;
}	
#home #pagewrapper	{
	background-color:#FFFFFF;
	border:solid 1px #CACAC2;
}	

/* --------------- general forms ---------------*/	

form	{
}
input	{
}
label	{
}
.button:hover	{
}
textarea	{
}
.warning	{
}
tr	{
}
td	{
}
th	{
}

/* --------------- general navigation ---------------*/	

#thispage	a {
	color:#AC291F;
}	
.navitem	{}
/* these next four items are for spans that surround each navigation list as hooks to which rounded corners, etc. can be attached */
.cornertopleft	{}	
.cornertopright	{}
.cornerbottomright	{}	
.cornerbottomleft	{}


/* --------------- general content ---------------*/	

h1	{}
h2	{}
h3	{}
h4	{}
h5	{}
h6	{}
p	{}
a	{}
a:link	{}
a:visited	{}
a:hover	{
	color:#AC291F;
}
a:active	{}
blockquote{	
	font-style:italic;
	font-size:.9em;
	font-weight:normal; 
	color:#5d5d5d;
	margin:0 2em 0 1.25em;
}
cite	{
	font-style:italic;
	font-size:.8em;
	color:#6e6e6e;
	line-height:2.5em;
	margin:0 2em 0 .75em;
	display:block;
}
em	{}
ul, ol	{}
li	{}
li	a	{}
li	a:hover	{
	color:#AC291F;
}
img	{}

/* --------------- branding ---------------*/	
	
#branding {
}
#home #branding	{
}
#branding h1	{
}
#home #branding h1	{
}
#branding h1 span	{}
#branding h1 span	span	{}
#branding h2	{
}
#home #branding h2	{
}
#branding h2 span	{}
#branding blockquote	{}
#branding cite	{}
#branding a	{}
#branding a:hover	{}


/* --------------- site navigation ---------------*/	
	
#sitenav	{}
/* these next four items are for spans that surround each navigation list as hooks to which rounded corners, etc. can be attached */
#sitenav .cornertopleft	{}	
#sitenav .cornertopright	{}
#sitenav .cornerbottomright	{}	
#sitenav .cornerbottomleft	{}
#sitenavlist	{}
#sitenavlist li	{
}
#sitenavlist li:hover	{
/*	background-color:#e5e5e5;*/
/*	cursor:pointer;*/
}
#sitenavlist li	a {}
#sitenavlist li	a:hover {}
	
/* --------------- content ---------------*/	

#content	{	
}
#content p, #content h1, #content h2, #content h3, #content h4, #content h5, #content h5, #content blockquote	{}
#content ul, #content ol	{}

	
/* --------------- primary content ---------------*/	

#primarycontent {
}
	
/* --------------- secondary content ---------------*/	
	
#secondarycontent {
}
#secondarycontent .columnitem	{
	margin-bottom:2em;
}
	
/* --------------- tertiary content ---------------*/	
	
#tertiarycontent {
}


/* --------------- siteinfo ---------------*/	
	
#siteinfo {
}
#siteinfodetails h6, #siteinfodetails p	{}
#sitelicense, #sitelicense p	{}
#sitecontact {}


/* ------------------------------------------------- */
/*                                                   */ 
/* THE FOLLOWING STYLES APPLY TO COMPONENTS THAT ARE */
/* SHARED BY SEVERAL PAGE TYPES 					 					 */
/*                                                   */
/* ------------------------------------------------- */


.copyright	{}
.currencyind	{}
.eventreview	{}
.review	{}
.reviewtype	{}
.sizemetricind	{}
.weightmetricind	{}

/* ------------------------------------------------- */
/*                                                   */ 
/* THE FOLLOWING STYLES APPLY TO SPECIFIC PAGES			 */
/*                                                   */
/* ------------------------------------------------- */

.artifact #primarycontent, .gallery #primarycontent {}
.artifactdetails	{}
.artifactdetails	h2, .artifactdetails	p	{}
.artifactdetails	h2	{}
.artifacttitle	{}
.artifactyearmade	{}
.artifactmaterialsused	{}
.artifactdimensions	{}
.artifactsize	{}
.artifactheight	{}
.artifactwidth	{}
.artifactdepth	{}
.artifactweight	{}
.artifactcommercialstatus	{}
.artifactimage	{}
.artifactimagecaption	{}

.gallerynav	{}
.gallerynavlist	{}
.gallerynavlist	li	{}
.gallerynavlistitem	{}
.gallerynavlistthumb	{}
.gallerynavlistdetails	{}
.gallerynavlistdetails h2	{	}
.gallerynavlistdetails .artifacttitle	{}
.gallerynavlistdetails .artifactyearmade	{}
.gallerynavlistdetails p	{}
.gallerynavlistdetails .artifactstatement	{}

.sendmail form	{
	background-color:none;
	border:none;
/*	background-color:#D3D3C9;
	border:solid 1px #CACAC2;*/
}
.sendmail input	{}
.sendmail label	{}
.sendmail .button:hover	{}
.sendmail textarea	{}
.sendmail .warning	{}
