/*
 * Stylesheet for Ochremedia site
 * (c) Steve Fairhead: December 10, 2002
 */

/* Basics: */
body {
	margin-left: 2%;
	margin-right: 2%;
	color: white;
	background-color: black;
	font-family: Tahoma, Arial, Verdana, sans-serif;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,caption,table,th,tr,td {
	font-family: Tahoma, Arial, Verdana, sans-serif;		/* browser bug workaround */
}
em {
	font-weight: bold;
	font-style: italic;
	color: #FFFF66;
	background-color: transparent;
}
pre {
	font-family: monospace;		/* browser bug workaround */
}

/* Links: */
a {
	font-weight: bold;
}
a:link    {
	color: #CC3300;
	background-color: transparent;
}
a:visited {
	color: #CC3300;
	background-color: transparent;
}
a:hover   {
	color: #FFFF66;
	background-color: #CC3300;
}
a:active  {
	color: #00CCFF;
	background-color: transparent;
}

/* Headings: */
h1 {
	font-family: Impact, Arial, Verdana, sans-serif;
	margin-left: 0%;
	margin-right: 0%;
	text-align: right;
	color: #CC3300;
	background-color: transparent;
	font-size: 200%;
	font-weight: normal;
	font-style: italic;
}
h2,h3,h4,h5,h6 {
	color: #FFFF66;
	background-color: transparent;
}
h2 {
	margin-left: 0%;
	margin-right: 0%;
	padding-top: 0.5em;
	font-size: 120%;
	font-weight: bold;
	text-decoration: underline;
}

/* Generic classes: */
.centred {
	text-align: center;
	vertical-align: middle;
}
.bold {
	font-weight: bold;
}
.mp3 {
	font-size: 80%;
	font-weight: bold;
	color: #00CCFF;
	background-color: transparent;
}
.brandflash {
	color: #FFFF66;
	background-color: transparent;
}

/* Rulers: */
hr {
	color: #FFFF66;
	background-color: transparent;
}
hr.narrow {
	color: #FFFF66;
	background-color: transparent;
	margin-left: 12%;
	margin-right: 12%;
}

/* Link structure: */
p.menu-page-this {
	text-align: right;
	color: #FFFF66;
	background-color: transparent;
	font-weight: bold;
}
p.menu-page-link {
	text-align: right;
}

/* Page structure: */
table.page {
	width: 100%;
}
td.brand {
	width: 25%;
}
td.title {
	width: 75%;
	vertical-align: top;
}
td.menu {
	width: 25%;
	vertical-align: top;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 2%;
	padding-right: 2%;
}
td.body {
	width: 75%;
	vertical-align: top;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 7%;
	padding-right: 7%;
}
p.brand {
	font-family: Impact, Arial, Verdana, sans-serif;
	text-align: center;
	vertical-align: middle;
	font-size: 290%;
	color: #CC3300;
	background-color: transparent;
	margin-bottom: 0em;
}
p.byline {
	font-family: "Monotype Corsiva", Arial, Verdana, sans-serif;
	font-size: 110%;
	text-align: center;
	vertical-align: middle;
	color: #00CCFF;
	background-color: transparent;
	margin-top: 0em;
	margin-bottom: 1em;
}
p.one-liner {
	text-align: right;
	font-size: 105%;
	font-style: italic;
	color: #FFFF66;
	background-color: transparent;
}

/* Index page: */
table.contacts {
}
td.contact-title {
	text-align: right;
	vertical-align: middle;
	color: #FFFF66;
	background-color: transparent;
	font-weight: bold;
	padding-right: 0.5em;
}
td.contact-details {
	text-align: left;
	vertical-align: middle;
}
p.site-signature {
	text-align: center;
	font-size: 80%;
}

/* Team page: */
table.mugshots {
	width: 75%;
}
td.mugshot {
	width: 50%;
	text-align: center;
	vertical-align: middle;
}
