/*
 * Stylesheet for The Brighton Beach Boys' site
 * (c) Steve Fairhead: 19 May 2005
 */

/* Basics: */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,caption,table,th,tr,td {
	font-family: Arial, sans-serif;
}
body {
	margin-left: 3%;
	margin-right: 3%;
	color: white;
	background: #005f00;
}
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: yellow;
	background: transparent;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: yellow;
	background: transparent;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: yellow;
	background: transparent;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: green;
	background: yellow;
	text-decoration: none;
	font-weight: bold;
}

/* Headings: */
h1,h2,h3,h4,h5,h6 {
	color: yellow;
	background: transparent;
}
h1 {
	margin: 0%;
	text-align: left;
	font-size: 375%;
	font-weight: normal;
	font-family: "Cooper Black", Arial, sans-serif;
}
h2 {
	text-align: center;
	margin-left: 0%;
	font-size: 200%;
	font-weight: normal;
	font-family: "Cooper Black", Arial, sans-serif;
}
h3 {
	margin-left: -1%;
	font-size: 110%;
	margin-top: 1.5em;
	/* margin-bottom: -0.75em; */
	margin-bottom: 0;
}

/* General: */
.centred {
	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.announce {
	text-align: center;
	font-style: italic;
	font-weight: bold;
}
p.announce-large {
	text-align: center;
	font-style: italic;
	font-weight: bold;
	font-size: 110%;
}
p.announce-v-large {
	text-align: center;
	font-style: italic;
	font-weight: bold;
	font-size: 125%;
}
p.quote {
	font-style: italic;
}
p.byline {
	text-align: center;
	font-size: 125%;
	font-family: "Cooper Black", Arial, sans-serif;
	padding-bottom: 1em;
}

/* Typographical conventions: */
p.img-left {
	float: left;
	padding-left: 2em;
	padding-right: 2em;
	padding-bottom: 1em;
	padding-top: 0.5em;
}
p.img-right {
	float: right;
	padding-left: 2em;
	padding-right: 2em;
	padding-bottom: 1em;
	padding-top: 0.5em;
}
p.img-centre {
	text-align: center;
	padding-left: 2em;
	padding-right: 2em;
	padding-bottom: 1em;
	padding-top: 0.5em;
}
div.clear-pic {
	clear: both;
}
span.art {
	font-weight: bold;
	font-style: italic;
	color: yellow;
	background-color: transparent;
}
span.artist {
	font-weight: bold;
	color: yellow;
	background-color: transparent;
}
p.highlight {
	font-weight: bold;
	color: yellow;
	background-color: transparent;
}

/* Index page: */
img.masthead {
	padding-top: 0.5em;
	padding-bottom: 0em;
}
div.index {
	text-align: center;
	vertical-align: middle;
	padding-left: 2%;
	padding-right: 2%;
	border: medium #c0c000 solid;
	margin-bottom: 3em;
}
table.index {
	width: 100%;
	border-collapse: separate;
	position: relative;
	bottom: -1.5em;
}
tr.index {
}
td.index-subject {
	width: 11.11%;
	font-family: "Cooper Black", Arial, sans-serif;
	font-size: 125%;
	text-align: center;
	vertical-align: middle;
	color: yellow;
	background: green;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	border-top: medium #006f00 solid;
	border-left: medium #006f00 solid;
	border-right: medium black solid;
	border-bottom: medium black solid;
	/* border-style: outset; */
}
td.index-current {
	width: 12.5%;
	font-family: "Cooper Black", Arial, sans-serif;
	font-size: 125%;
	text-align: center;
	vertical-align: middle;
	color: yellow;
	background: green;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	border-top: medium black solid;
	border-left: medium black solid;
	border-right: medium #006f00 solid;
	border-bottom: medium #006f00 solid;
	/*	border-style: inset; */
}
table.intro {
}
td.intro {
	text-align: left;
	vertical-align: top;
	padding-left: 1em;
	padding-right: 1em;
}

p.site-signature {
	text-align: center;
	font-size: 80%;
}

/* Gig listings: */
div.gig-table {
}
table.gigs {
	margin-left: auto;
	margin-right: auto;
}
td.gig-date-past {
	text-align: center;
	vertical-align: middle;
	color: white;
	background-color: black;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	padding-right: 1em;
	border: thin blue solid;
}
td.gig-details-past {
	text-align: center;
	vertical-align: middle;
	color: white;
	background-color: black;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	padding-right: 1em;
	border: thin blue solid;
}
td.gig-date-current {
	text-align: center;
	vertical-align: middle;
	color: yellow;
	background-color: black;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	padding-right: 1em;
	border: thin blue solid;
}
td.gig-details-current {
	text-align: center;
	vertical-align: middle;
	color: yellow;
	background-color: black;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	padding-right: 1em;
	border: thin blue solid;
}

/* Songs: */
table.songs {
	margin-left: auto;
	margin-right: auto;
}
th.songs {
	width: 50%;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	color: white;
	background-color: green;
	padding-top: 0.75em;
	padding-bottom: 0.75em;
	padding-left: 1.5em;
	padding-right: 1.5em;
	border: thin blue solid;
}
td.songs {
	text-align: center;
	vertical-align: middle;
	color: white;
	background-color: black;
	padding-top: 0.75em;
	padding-bottom: 0.75em;
	padding-left: 1.5em;
	padding-right: 1.5em;
	border: thin blue solid;
}

/* Biogs: */
table.biogs {
	width: 80%;
	border-collapse: separate;
	margin-left: auto;
	margin-right: auto;
}
tr.biogs {
}
th.biogs {
/*	width: 20%; */
	font-family: "Cooper Black", Arial, sans-serif;
	font-size: 125%;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	color: yellow;
	background: green;
	padding-top: 0em;
	padding-bottom: 0em;
	border-top: medium #006f00 solid;
	border-left: medium #006f00 solid;
	border-right: medium black solid;
	border-bottom: medium black solid;
}
td.biogs {
	padding-bottom: 1em;
	text-align: center;
	vertical-align: middle;
}

/* Reviews: */
table.reviews {
	border-collapse: separate;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
tr.reviews {
}
td.reviews-page {
	font-family: "Cooper Black", Arial, sans-serif;
	font-size: 125%;
	text-align: center;
	vertical-align: middle;
	color: yellow;
	background: green;
	padding-left: 1.5em;
	padding-right: 1.5em;
	padding-top: 0em;
	padding-bottom: 0em;
	border-top: medium #006f00 solid;
	border-left: medium #006f00 solid;
	border-right: medium black solid;
	border-bottom: medium black solid;
}
td.reviews-curr {
	font-family: "Cooper Black", Arial, sans-serif;
	font-size: 125%;
	text-align: center;
	vertical-align: middle;
	color: yellow;
	background: green;
	padding-left: 1.5em;
	padding-right: 1.5em;
	padding-top: 0em;
	padding-bottom: 0em;
	border-top: medium black solid;
	border-left: medium black solid;
	border-right: medium #006f00 solid;
	border-bottom: medium #006f00 solid;
	/*	border-style: inset; */
}

div.review {
	color: white;
	background: black;
	border: thin blue solid;
	padding-left: 1.5em;
	padding-right: 1.5em;
	font-family: "Times Roman", Times, serif;
	clear: both;
}
h3.review {
	font-family: "Times Roman", Times, serif;
	font-size: 150%;
	margin-bottom: 1em;
}
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;
}
div.review-front {
	color: white;
	background: black;
	border: thin blue solid;
	padding-left: 1.5em;
	padding-right: 1.5em;
	margin-left: 10%;
	margin-right: 10%;
}
p.review-body-front {
	font-family: "Times Roman", Times, serif;
	font-size: 105%;
}
p.review-credit-front {
	font-family: "Times Roman", Times, serif;
	font-size: 95%;
	text-align: right;
	font-weight: bold;
	font-style: italic;
	margin-top: -0.75em;
}

/* News: */
table.award {
	margin-top: 0.5em;
}
td.award-pic {
	padding-left: 0.5em;
	padding-right: 0.5em;
}
td.award-text {
}
div.award {
	text-align: center;
	vertical-align: middle;
	color: white;
	background: black;
	border: thin blue solid;
	padding-left: 1.5em;
	padding-right: 1.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-left: 15%;
	margin-right: 15%;
}
