@charset "iso-8859-1";
/* brimain.css

17/04/03	JKW	Ex briok 13/04/03 & gen template
03/05/03	JKW	BG transparent
15/05/03	JKW	Body BG white; live
22/06/04	JKW	a:link colour
2009-01-21	Tmpl

Generic template 2004-08-29
*/

/* <???> Colors, backgrounds, borders, link and emphasis indication, cursor --- */

/* Links */
a:link     {color: #0000CC; background: transparent; text-decoration: underline;}
a:visited  {color: #551A8B; background: transparent; text-decoration: underline;}
a:active   {color: #CC0000; background: transparent; text-decoration: underline;}

/* Body; all other block elements (incl. tables, div and form) plus span should inherit */
body {
color: #000;
background: #FFF;
}

p, ul, ol, blockquote, th, td, span {
color: #000;
background: transparent;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
color: #060;
background: transparent;
}

/* Panels */
div.panel {
border: 1px solid #060;
}

div.panel, .panel p, .panel span {
color: #060;
background: #FFF9E3; 
}

span.term {
color: #060;
background: transparent;
}

/* Menu */
#menu a, #menu a:visited {
color: #666;
background: transparent;
}

#menu a:hover {
color: #C00;
background: transparent;
}


/* <???> Text and font properties (excl. link indication, alignment and text-indent) --- */

/* Page head */
h1 {
font-size: 200%;
}

/* Page subhead */
h2 {
font-size: 117%;
}

/* Home Page head */
h1.home {
font-size: 200%;
}

/* Home Page subhead */
h2.home {
font-size: 100%;
}

/* Optional - value is W3C rec */
h3 {
font-size: 117%;
}

/* Optional - value is W3C rec */
h4 {
font-size: 100%;
}

/* For Alt text */
img {
font-size: 80%;
font-family: Verdana, Arial, sans-serif;
}

/* Photo captions */
.caption {
font-size: 80%;
font-family: Verdana, "Lucida Sans", "Trebuchet MS", "Century Gothic", Arial, Helvetica, sans-serif;
}

span.term {
color: #060;
font-weight: bold;
}

/* Menu */
#menu ul {
font-weight: bold;
font-size: 80%;
font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
}


/* <???> Box properties (excl. borders), positioning, alignment, list types, text-indent, display --- */

/* Body */
body {
margin-left: 10%;
margin-right: 10%;
}

/* Body text */
p {
margin: 0.5em 0;
}

/* Lists */
ul, ol {
margin: 0.5em 0 1em 40px;
}

/* Block quotes - optional */
blockquote {
margin: 1em 0 1.5em 40px;
}

/* Print-only text */
.source {
display: none;
}

/* Photo captions */
.caption {
margin: 0.5em 0 0 0;
}

/* Panels */
div.panel {
margin: 0.6em 0 0.6em 0.8em;
}

.panel h3 {
margin-top: 0;
}

/* Menu */
div#menu {
margin: 1em 0;
text-align: left;
}

/* Attribution */
#attrib {
clear: both;
margin-top: 2em;
border: 1px solid #060;
color: #000;
background: #FFF9E3 none;
}

