/*
 * Stylesheet for Paul Downes's site
 * (c) Steve Fairhead: July 5, 2003
 */

/* 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-color: #ddffff;
}
ul,ol {
	margin-bottom: 1em;
}
li {
	list-style: disc;
}
li.spaced {
	margin-bottom: 1em;
}
em {
	font-weight: bold;
	font-style: italic;
}
pre {
	font-family: monospace;		/* browser bug workaround */
}
hr {
	text-align: center;
}

/* Links: */
a:link {
	color: purple;
	background-color: transparent;
}
a:visited {
	color: purple;
	background-color: transparent;
}
a:active {
	color: red;
	background-color: transparent;
}
a:hover {
	color: navy;
	background-color: yellow;
}

/* Headings: */
h1,h2,h3,h4,h5,h6 {
	color: navy;
	background-color: transparent;
}
h1 {
	margin-left: 0%;
	font-size: 200%;
	font-weight: normal;
}
h2 {
	margin-left: -2%;
	font-size: 120%;
	font-weight: bold;
	font-style: italic;
}
h3 {
	margin-left: -1%;
}

/* Generic classes: */
.centred {
	text-align: center;
	vertical-align: middle;
}

/* General: */
table.page-header {
	width: 100%;
	text-align: center;
}
td.page-logo {
	text-align: left;
	vertical-align: middle;
}
td.page-title {
	text-align: right;
	vertical-align: middle;
}
p.page-footer {
	text-align: center;
	font-size: 120%;
}
p.author-note {
	text-align: center;
	font-style: italic;
}
p.author-note-strong {
	text-align: center;
	font-weight: bold;
	font-style: italic;
}

/* Typographical conventions: */
span.name {
	color: black;
	background-color: transparent;
	font-weight: bold;
}
span.album {
	color: blue;
	background-color: transparent;
	font-weight: bold;
	font-style: italic;
}
span.quote {
	color: black;
	background-color: transparent;
	font-style: italic;
}
span.highlight {
	color: red;
	background-color: yellow;
	font-weight: bold;
	font-style: italic;
}
.announcement {
	text-align: center;
	margin-top: 2em;
	margin-bottom: 2em;
	margin-left: 20%;
	margin-right: 20%;
	color: navy;
	background-color: white;
	border: thin blue solid;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

/* Index page: */
p.index-subheader {
	font-size: 125%;
}
h1.index-page {
	text-align: center;
	font-size: 350%;
	margin-bottom: 0.5em;
}
table.index-table {
	width: 100%;
}
td.index-image {
	text-align: right;
	vertical-align: middle;
	padding-right: 2em;
}
td.index-subject-list {
	text-align: left;
	vertical-align: middle;
	padding-left: 2em;
}
p.index-subject {
	font-size: 125%;
}
span.change-highlight {
	color: red;
	background-color: yellow;
	font-size: 60%;
	font-weight: bold;
	font-style: italic;
}
p.site-signature {
	text-align: center;
	font-size: 80%;
}

/* Biography: */
div.foreword {
	color: black;
	background-color: white;
	font-style: italic;
	margin-bottom: 2em;
	padding: 0.5em;
}

/* Gallery: */
table.gallery {
	text-align: center;
	width: 100%;
}
td.gallery-caption {
	text-align: right;
	vertical-align: middle;
	width: 50%;
}
td.gallery-image {
	text-align: left;
	vertical-align: middle;
	width: 50%;
}

/* Reviews: */
.review {
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	color: black;
	background-color: white;
	border: thin blue solid;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
p.review-body {
	font-family: "Times Roman", Times, serif;
	font-size: 105%;
}
p.review-credit {
	font-family: "Times Roman", Times, serif;
	font-size: 100%;
	text-align: right;
	font-weight: bold;
	font-style: italic;
	margin-top: -0.75em;
}

/* Links page: */
a.highlighted {
	font-weight: bold;
}