/*
 * Stylesheet for the Banana Rebel site
 * (c) Steve Fairhead: July 31, 2004
 */

/* Basics: */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,caption,table,th,tr,td {
	font-family: Arial, Verdana, sans-serif;
}
body {
	margin-left: 5%;
	margin-right: 5%;
	color: black;
	background-color: #CCFFCC;
}
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-color: transparent;
}
a:visited {
	color: navy;
	background-color: transparent;
}
a:active {
	color: red;
	background-color: transparent;
}
a:hover {
	color: blue;
	background-color: yellow;
}

/* Headings: */
h1,h2,h3,h4,h5,h6 {
	color: blue;
	background-color: transparent;
}
h1 {
	color: blue;
	background-color: transparent;
	font-size: 200%;
	font-weight: bold;
}
h2 {
	color: red;
	background-color: transparent;
	font-size: 150%;
	font-weight: bold;
	font-style: italic;
}

/* Generic classes: */
.centred {
	text-align: center;
	vertical-align: middle;
}
p.author-note {
	text-align: center;
	font-style: italic;
}
.author-note-strong {
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: red;
	background-color: transparent;
}
.byline {
	text-align: center;
	vertical-align: middle;
	font-size: 150%;
	font-weight: bold;
	font-style: italic;
	color: blue;
	background-color: transparent;
}
p.author-credit {
	font-weight: bold;
	font-style: italic;
}
span.img-caption {
	font-weight: bold;
	font-style: italic;
	font-size: 90%;
}
span.emph-band {
	font-weight: bold;
	color: red;
	background-color: transparent;
}
span.emph-musician {
	font-weight: bold;
	color: #3300cc;
	background-color: transparent;
}
span.emph-record {
	font-weight: bold;
	color: #336600;
	background-color: transparent;
}
span.emph-company {
	font-weight: bold;
	color: navy;
	background-color: transparent;
}
span.emph-venue {
	font-weight: bold;
	color: #666633;
	background-color: transparent;
}
span.emph-show {
	font-weight: bold;
	color: #993300;
	background-color: transparent;
}

/* Images */
p.float-left {
	float: left;
	padding-right: 1.5em;
	padding-bottom: 0.5em;
}
p.float-right {
	float: right;
	padding-left: 1.5em;
	padding-bottom: 0.5em;
}

/* Page headers/footers: */
div.page-header {
	background: url( images/yellowstrip.jpg );
	text-align: center;
}
p.page-logo {
	vertical-align: middle;
}
p.page-footer {
	text-align: center;
	font-size: 120%;
}

/* Index page: */
table.link-table {
	width: 100%;
}
td.link-row {
	width: 25%;
	text-align: center;
	vertical-align: middle;
	font-size: 110%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	color: navy;
	background-color: white;
	border: thin blue solid;
}
div.index-intro {
	text-align: center;
	margin-top: 2em;
	margin-bottom: 2em;
	margin-left: 10%;
	margin-right: 10%;
	color: navy;
	background-color: white;
	border: thin blue solid;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
div.index-handbill {
	background: url( images/yellowstrip.jpg );
	font-size: 200%;
	font-variant: small-caps;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 5%;
	margin-right: 5%;
	color: black;
	background-color: white;
	border: thin blue solid;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
p.handbill-text {
	font-family: Impact, Georgia, Times, serif;
}
p.handbill-name {
	font-family: Impact, Georgia, Times, serif;
	font-size: 150%;
	color: red;
	background-color: transparent;
}
p.handbill-name-emph {
	font-family: Impact, Georgia, Times, serif;
	font-size: 250%;
	color: green;
	background-color: transparent;
}
p.handbill-parenth {
	font-family: Impact, Georgia, Times, serif;
	font-style: italic;
	color: blue;
	background-color: transparent;
}
p.handbill-emphasis {
	font-family: Impact, Georgia, Times, serif;
	font-size: 150%;
	font-weight: bold;
	color: blue;
	background-color: transparent;
}
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: 0%;
	margin-right: 0%;
	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-clip {
	text-align: right;
	vertical-align: middle;
	width: 33%;
	padding-right: 0.5em;
}
td.disc-track-title {
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	width: 66%;
}
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: 35%;
}
td.disc-credit-role {
	text-align: left;
	vertical-align: middle;
	padding-left: 0.3em;
	width: 65%;
}
p.disc-copyright-claim {
	text-align: center;
	font-style: italic;
}
p.disc-credit-claim {
	text-align: center;
	font-weight: bold;
	padding: 0.1em;
}
