/*
 * Stylesheet for Judy Dinning's site
 * (c) Steve Fairhead: January 5, 2004
 */

/* 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: #ffffcc;
}
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;
}

/* Generic classes: */
.centred {
	text-align: center;
	vertical-align: middle;
}
.highlight {
	color: red;
	background-color: white;
	font-weight: bold;
	font-size: 140%;
}

/* 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;
}
.announcement {
	text-align: center;
	margin-left: 20%;
	margin-right: 20%;
	color: black;
	background-color: aqua;
	border: thin blue solid;
	padding-left: 0.5em;
	padding-right: 0.5em;
	margin-top: 1em;
	margin-bottom: 1em;
}

/* Index page: */
p.index-subheader {
	font-size: 125%;
}
h1.index-page {
	text-align: center;
	font-size: 350%;
	margin-bottom: 0.5em;
}
table.index {
	width: 100%;
}
td.index-subject {
	font-size: 125%;
	text-align: center;
	vertical-align: middle;
	border: thin blue solid;
}
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%;
}

/* Discography: */
h2.disc-name {
	margin-left: 0%;
	margin-right: 0%;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	font-size: 135%;
	color: white;
	background-color: navy;
}
h3.disc-credits-category {
	margin-left: 10%;
	margin-right: 10%;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	font-size: 115%;
	color: white;
	background-color: blue;
}
table.tracklist {
	text-align: center;
	width: 100%;
}
td.disc-track-title {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
td.disc-track-clip {
	text-align: left;
	vertical-align: middle;
}
table.credits {
	text-align: center;
	width: 100%;
}
td.disc-credit-name {
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
	padding-right: 0.3em;
	width: 50%;
}
td.disc-credit-role {
	text-align: left;
	vertical-align: middle;
	padding-left: 0.3em;
	width: 50%;
}
p.disc-copyright-claim {
	text-align: center;
	font-style: italic;
}
p.disc-credit-claim {
	text-align: center;
	font-weight: bold;
	padding: 0.1em;
}

/* Gallery: */
table.gallery {
	text-align: center;
	width: 100%;
}
td.gallery-caption {
	text-align: right;
	vertical-align: middle;
	width: 35%;
}
p.photo-caption-main {
	font-size: 110%;
}
p.photo-caption-detail {
	font-size: 80%;
}
p.photo-caption-credit {
	font-size: 75%;
	font-style: italic;
}
td.gallery-image {
	text-align: left;
	vertical-align: middle;
	width: 65%;
}

/* 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;
}
