
/* ********** css for all sites          ********** */
/* ********** copyright Iain Fisher 2009 ********** */
/* ********** (c) Iain Fisher 2009       ********** */


/* ********** background ********** */

body { background-color: black }
* {background: black; }

/* ********** layout ********** */

#header {
  width: 100%;
}

#leftpanel {
  float: left;
  width: 15%;
  padding: 1em;
}

#middlepanel {
  width: 69%;
  float: center;
  border-style: solid; border-width:1px; border-color: silver;
  padding: 1em;
}

#rightpanel {
  float: right;
  width: 15%;
  padding: 1em;
}

#footer {
  clear: both;
  width: 100%;
}

/* ********** text ********** */

h1, h2, h3 { font-family: Verdana, Arial, "Times New Roman", Georgia, sans-serif }
p, a       { font-family: Georgia, Arial, "Times New Roman", Georgia, sans-serif }

h1 {color: blue  ; text-align: center  ; font-weight: bold     }
h2 {color: red   ; text-align: center  ; }
h3 {color: red   ; text-align: center  ; font-weight: bold     }
p  {color: white ; text-align: justify ; }


/* ********** specials ********** */

p.sidemenu {color: red    ;            text-align: left   ; font-weight: bold; font-size: 10pt }
p.caption  {color: white  ; text-align: center ; font-weight: bold }
p.credits  {color: silver ; text-align: center ; font-weight: bold; font-size: 8pt }
p.footer   {                text-align: center ; font-weight: bold; font-size: 10pt }

/* ********** links ********** */

a:link           {color: silver;  font-weight: bold; text-decoration: none }
a:link:active    {color: red;     font-weight: bold; text-decoration: none }
a:visited        {color: gray;    font-weight: bold; text-decoration: none }
a:visited:active {color: red;     font-weight: bold; text-decoration: none }
