/*
 * Stylesheet for Peter Wills' site
 * (c) Steve Fairhead: 5 October 2005
 */

/* Basics: */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,caption,table,th,tr,td {
	font-family: Verdana, Arial, sans-serif;
}
body {
	margin-left: 5%;
	margin-right: 5%;
	color: black;
	background: #F0F3C5;
}
ul,ol {
	margin-bottom: 1em;
}
li.spaced {
	margin-bottom: 1em;
}
em {
	font-weight: bold;
	font-style: italic;
}
pre {
	font-family: monospace;		/* browser bug workaround */
}
img {
	border: none;
	vertical-align: middle;
}

/* Links: */
a:link {
	color: blue;
	background: transparent;
}
a:visited {
	color: #008800;
	background: transparent;
}
a:active {
	color: #008800;
	background: transparent;
}
a:hover {
	color: navy;
	background: yellow;
}

/* Headings: */
h1,h2,h3,h4,h5,h6 {
	color: #008800;
	background: transparent;
}
h1 {
	margin-left: 0%;
	font-size: 250%;
	font-weight: normal;
}
h2 {
	margin-left: -3%;
	font-size: 120%;
	font-weight: bold;
	font-style: italic;
}
h3 {
	margin-left: -1%;
	font-size: 110%;
}

/* Index page: */
p.index-subheader {
	font-size: 125%;
}
h1.index-page {
	text-align: center;
	font-size: 300%;
	margin-bottom: 0.5em;
}
table.index {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
td.index-subject {
	width: 25%;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border: thin #A05000 solid;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
p.site-signature {
	text-align: center;
	font-size: 80%;
}

/* General: */
.centred {
	text-align: center;
	vertical-align: middle;
}
table.page-header {
	width: 100%;
	text-align: center;
}
td.page-logo {
	text-align: left;
	vertical-align: middle;
	width: 115px;
}
td.page-title {
	text-align: center;
	vertical-align: middle;
}
p.page-footer {
	text-align: center;
	font-size: 120%;
}
p.author-note {
	text-align: center;
	font-style: italic;
}
p.quote {
	font-style: italic;
}

/* Testimonials: */
div.kudos {
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	color: black;
	background-color: transparent;
	border: thin #A05000 solid;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.kudos-body {
	font-family: "Times Roman", Times, serif;
	font-size: 105%;
}
p.kudos-credit {
	font-family: "Times Roman", Times, serif;
	font-size: 100%;
	text-align: right;
	font-weight: bold;
	font-style: italic;
	margin-top: -0.75em;
}

/* Exhibitions: */
table.exhibitions {
	margin-left: auto;
	margin-right: auto;
}
th.exhibition-loc {
	text-align: left;
	font-weight: bold;
	vertical-align: middle;
	color: white;
	background-color: #A05000;
	padding-left: 0.5em;
	padding-right: 0.5em;
	border: thin navy solid;
}
th.exhibition-date {
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	color: white;
	background-color: #A05000;
	padding-left: 0.5em;
	padding-right: 0.5em;
	border: thin navy solid;
}
td.exhibition-loc {
	text-align: left;
	vertical-align: middle;
	color: navy;
	background-color: white;
	padding-left: 0.5em;
	padding-right: 0.5em;
	border: thin green solid;
}
td.exhibition-date {
	text-align: center;
	vertical-align: middle;
	color: navy;
	background-color: white;
	padding-left: 0.5em;
	padding-right: 0.5em;
	border: thin green solid;
}

/* Stockists: */
table.stockists {
	margin-left: auto;
	margin-right: auto;
}
th.stockist-name {
	text-align: left;
	font-weight: bold;
	vertical-align: middle;
	color: white;
	background-color: #A05000;
	padding-left: 0.5em;
	padding-right: 0.5em;
	border: thin navy solid;
}
th.stockist-loc {
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	color: white;
	background-color: #A05000;
	padding-left: 0.5em;
	padding-right: 0.5em;
	border: thin navy solid;
}
td.stockist-name {
	text-align: left;
	vertical-align: middle;
	color: navy;
	background-color: white;
	padding-left: 0.5em;
	padding-right: 0.5em;
	border: thin green solid;
}
td.stockist-loc {
	text-align: center;
	vertical-align: middle;
	color: navy;
	background-color: white;
	padding-left: 0.5em;
	padding-right: 0.5em;
	border: thin green solid;
}

/* Gallery: */
img.gallery {
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
span.sold {
	color: red;
	background-color: white;
	font-weight: bold;
	font-style: italic;
}

/* Current work for sale: */
table.current {
	width: 100%;
}
tr.current {
}
td.current-pic {
	width: 50%;
	text-align: center;
}
td.current-text {
	width: 50%;
}
