/* ================================================
fm.css : Fairmount Web Spot style sheet.
Written by Andy West on Easter 2001.
Rewritten by Andy West on 10 January 2003.
Rewritten by Andy West on 25 September 2005.
Updated by Andy West on 6 February 2010.
================================================ */
body {
    color: black;
    background-color: white;
    margin: 1em;
}

p,ul,ol,dl,td {
    font-size: medium;
}

blockquote { 
    color: black; 
    background-color: white; 
    border-left: 2px cornflowerblue solid; 
    margin-left: 1em; 
    padding-left: 1em; 
}

.center {
    text-align: center;
}

/* Header */

h1 {
    font-size: xx-large;
    text-align: center;
    color: black;
    background-color: white;
}

.undertitle {
    font-size: medium; 
    text-align: center;
    margin-top: -16pt;
    color: black;
    background-color: white;
    font-style: italic; 
}

.trail {
    font-size: x-small;
    text-align: left;
    color: black;
    background-color: white;
}

.museumdays {
    text-align: center;
    font-size: 12pt;
    font-weight: bold;
    border: #A52A2A solid thin;
    -moz-border-radius: 5%;
    -webkit-border-radius: 5%;
    border-radius: 5%;
    background-color: #FFF8DC;
    margin: 1pt 144pt 1pt 144pt;
    padding: 6pt;
    color: #990000;
}
.museumdays .title {
    font-size: 16pt;
    color: #990000;
    background-color: #FFF8DC;
}

.museumdays .link {
    font-size: 12pt;
    color: blue;
    background-color: #FFF8DC;
}

hr {
    color: black;
    background-color: white;
}

/* Body */
h1 {
    font-size: xx-large;
    font-weight: bold;
    color: #346BBC;
    background-color: white;
}

h2 {
    font-size: large;
    font-weight: bold;
    color: #3368B9;
    background-color: white;
}

h3 {
    font-size: medium;
    font-style: italic;
}

p.sidetext {
    font-size: small;
    color: black;
    background-color: white;
}

p.sidelinx {
    font-size: small;
    color: black;
    background-color: white;
}

hr {
    width: 100%;
    color: black;
    background-color: white;
}

address {
    font-size: medium;
    text-align: left;
    font-style: italic;
}

dfn {
    font-size: medium;
    font-style: normal;
    text-decoration: underline;
}

/* 
    images and image box.
*/
.ibox {
    background-color: White;
    color: Black;
    border: black solid thin;
    -moz-border-radius: 5%;
    -webkit-border-radius: 5%;
    border-radius: 5%;
    float: right; 
    width: 25%;
    padding: 1em;
    margin-left: 1em;
}

.ibox p {
    font-size: x-small;
}

img {
    border: 0;
}

/* Others */

.note {
    font-size: xx-small;
    vertical-align: super;
}

.h2a {
    font-size: small;
    font-weight: bold;
}

.townhallbox { 
    float: left; 
}

.townhallbox p { 
    font-size: medium;
    font-style: italic;
}

a {
    text-decoration: none;
}

a:link {
    color: blue;
     background-color: white;
}

a:visited {
    color: purple;
     background-color: white;
}

a:active {
    color: fuchsia;
     background-color: white;
}

table {
    border: 0;
    width: 100%;
}

tr {
    vertical-align: top;
}

td.main {
    width: 70%;
}

td.side {
    width: 30%;
    background-color: white;
    border: #3368B9 solid 2px;
    -moz-border-radius: 5%;
    -webkit-border-radius: 5%;
    border-radius: 5%;
    padding-left: 2%;
    font-size: medium;
}

td.side h2 {
    font-size: large;
    font-weight: bold;
    color: #3368B9;
    background-color: white;
}

td.side h3 {
    font-size: medium;
    font-weight: bold;
    color: black;
    background-color: white;
}

td.side a {
    text-decoration: none;
}
td.side a:link {
    color: blue;
    background-color: white;
}
td.side a:visited {
    color: purple;
    background-color: white;
}
td.side a:active {
    color: fuchsia;
    background-color: white;
}

