/* Default font and background for the site */
BODY 
{ 
	font-family: "Century Gothic",Arial;
	font-size: 10.0pt;
	color: black;
	background-color: white;
	text-align: justify;
}
P 
{ text-align: justify; }
P, TABLE, LI, UL { font-size: 12.0pt; }
/* Used for portions of text about paintings */
.smaller 
{
	font-size: 10.0pt; 
}
/* The navigation bar */
.navigation 
{
	font-size: 12.0pt;
	background-color:A9A9A9;
	text-align:center;
	color:white; /* Only the current page (not a link) will be this colour */ 
}
/* Spaces put in for printing (height 0 to hide for normal web viewing, set to e.g. 100 to force a page break when printing) */
.printspacing
{
	height: 0;
}
.cataloguecolumnheading
{
	vertical-align:middle; 
	font-size:12.0pt; 
	font-weight:bold; 
	text-align:center;
}
/* Special class for use with the sorttable class (to sort the dimensions column) */
/* Should be the same as cataloguecolumnheading */
.sorttable_dimensions
{
	vertical-align:middle; 
	font-size:12.0pt; 
	font-weight:bold; 
	text-align:center;
}
.cataloguecolumn_image
{
	vertical-align:middle; 
	font-size:10.0pt; 
	font-weight:normal; 
	text-align:center;
}
.cataloguecolumn_title
{
	vertical-align:middle; 
	font-size:10.0pt; 
	font-weight:normal; 
	text-align:left;
}
.cataloguecolumn_location
{
	vertical-align:middle; 
	font-size:10.0pt; 
	font-weight:normal; 
	text-align:center;
}
.cataloguecolumn_date
{
	vertical-align:middle; 
	font-size:10.0pt; 
	font-weight:normal; 
	text-align:center;
}
.cataloguecolumn_dimensions
{
	vertical-align:middle; 
	font-size:10.0pt; 
	font-weight:normal; 
	text-align:center;
}
.cataloguecolumn_media
{
	vertical-align:middle; 
	font-size:10.0pt; 
	font-weight:normal; 
	text-align:center;
}

/* Make all links black (including images that are links */
:link { color: black; }
:visited { color: black; }
:active { color: black; }
:hover { color: black; }
IMG { border-color:black; }

TABLE /* Note that ALIGN=center is required to center tables on the page - equivalent (margin=auto) not yet fully supported in CSS */
{ 
	width:720; /* Force a page width of 720 as most elements are in tables (others are centered) */ 
} 

/* H1 used for page site title*/
H1
{ 
	font-size: 24.0pt; 
	font-weight: bold;
	text-align: center;
/*	margin: 0px 0px 0px 0px; /* Avoids newline after text */
/*	padding: 0px 0px 0px 0px; /* Avoids newline after text */
}
/* H2 used for page title */
H2 
{
	font-size: 14.0pt;
	font-weight: bold;
	text-align: center;
/*	margin: 0px 0px 0px 0px; /* Avoids newline after text */
/*	padding: 0px 0px 0px 0px; /* Avoids newline after text */
}
/* H3 used for titles of paintings and portions of text*/
H3 
{ 
	font-size: 12.0pt;
	font-weight: bold;
	text-align: center;
	margin-top: 20px; /* Gap between bottom of thumbnail and title */
	margin-bottom: 0px; /* Avoids newline after text */
	padding: 0px 0px 0px 0px; /* Avoids newline after text */
}
/* Used for titles of galleries or locations on the exhibitions page */
.locationtitle
{
	font-weight: normal;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 5px;
}
/* H4 used for details about paintings (size, medium etc.) */
H4
{
	font-size: 10.0pt;
	font-weight: normal;
	text-align: center;
	margin-top: 5px; /* Gap between title and details */
	margin-bottom: 0px; /* Avoids newline after text */
	padding: 0px 0px 0px 0px; /* Avoids newline after text */
}
H4.sold
{
	color: red;
	text-align: center;
	font-size: 8.0pt;
}
/* Used for details of galleries or exhibitions on the exhibitions page */
.exhibitiondetails
{
	text-align:left;
}
/* H5 used for last update and copyright */
H5 
{ 
	font-size: 8.0pt;
	font-weight: normal;
	text-align: center;
	margin: 0px 0px 0px 0px; /* Avoids newline after text */
	padding: 0px 0px 0px 0px; /* Avoids newline after text */
}

