﻿
/* ********** css for all sites          ********** */
/* ********** copyright Iain Fisher 2009-2020 ********** */
/* ********** (c) Iain Fisher 2009-2020       ********** */


/* ********** background ********** */

body { background-color: black;
    margin: auto;
    border: solid 2px #0094ff;
    font-size: 15px;
    font-family: Verdana;
    color: #FFFFFF }



/* ********** layout ********** */

#header {
  width: 100%;
  float: center;
  border-color: white;
}

#leftpanel {
  float: left;
  width: 10%;
  padding: 1em;
  border-color: white;
}

#middlepanel {
  width: 80%;
  float: center;
  border-style: solid; border-width:1px; 
  padding: 1em;
  border-color: white;
}

#rightpanel {
  float: right;
  width: 10%;
  padding: 1em;
  border-color: white;
}

#footer {
  clear: both;
  width: 100%;
  border-color: white;
}

/* ********** 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: white  ; text-align: center ; font-weight: bold; font-size: medium }
p.footer   {                text-align: center ; font-weight: bold; font-size: 10pt }

/* ********** links ********** */

a:link           {color: white;   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 }
