body
{
    margin: 10px 10px 10px 10px;
    background: rgb(255,253,239);
    font-family: georgia, verdana, arial, sans-serif;
}

body a,
body a:link
body a:visited
{
    color: rgb(0,50,186);
    text-decoration: none;
    font-weight: bold;
}

body a:active,
body a:hover
{
    color: rgb(0,186,50);
}

a img,
a:link img,
a:visited img
{
    border-color: rgb(0,50,186);
}

a:active img,
a:hover img
{
    border-color: rgb(0,186,50);
}

#border
{
    border-left: 4px double rgb(0,50,186);
    border-right: 4px double rgb(0,50,186);
    border-top: 4px double rgb(0,50,186);
    border-bottom: 4px double rgb(0,50,186);
    background: rgb(255,255,255);
}

#header
{
    background: rgb(253,243,199) url("/williamjefferies.png") no-repeat fixed top right;
    border-bottom: 1px solid rgb(0,50,186);
}

#banner
{
    margin: 0px 8px 4px 8px;
}

#banner a,
#banner a:link,
#banner a:visited,
#banner a:active,
#banner a:hover
{
    color: rgb(0,0,0);
}

.title
{
    background: rgb(253,243,199);
    vertical-align: middle;
    width: 0px; /* need this to make transparency work */
    filter: alpha(opacity=70); /* IE specific */
    opacity: 0.7; /* CSS3 standard */
}
.title * { position: relative; display: inline; } /* stop opacity inhertance in IE */

.title a
{
    font-size: x-large;
    font-weight: bold;
}

.description
{
    padding: 0px 0px 0px 8px;
    background: rgb(253,243,199);
    vertical-align: middle;
    width: 0px; /* need this to make transparency work */
    filter: alpha(opacity=70); /* IE specific */
    opacity: 0.7; /* CSS3 standard */
}
.description * { position: relative; display: inline; } /* stop opacity inhertance in IE */

.description a
{
    font-size: xx-small;
    font-weight: bold;
}

#menubar
{
    padding: 0px 8px 0px 8px;
    font-size: small;
    font-weight: bold;
}

.button
{
    margin: 0px 4px 8px 0px;
    background: rgb(255,255,255);
    width: 0px; /* need this to make transparency work */
    filter: alpha(opacity=70); /* IE specific */
    opacity: 0.7; /* CSS3 standard */
}
.button * { position: relative; display: inline; } /* stop opacity inhertance in IE */

.button a
{
    border: 2px solid rgb(255,255,255);
    text-decoration: none;
}

#content
{
    margin: 10px 10px 10px 10px;
    color: rgb(80,80,64);
}

#footer
{
    color: rgb(0,0,0);
    padding: 0px 10px 1px 10px;
    font-style: italic;
    font-size: xx-small;
    text-align: center;
}




.entry-date
{
    color: rgb(203,193,149);
    font-size: small;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
}

.entry-title
{
    color: rgb(0,0,0);
    font-size: small;
    font-weight: bold;
    font-variant: small-caps;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

.entry-text
{
    display: block;
    margin: 0px 20px 20px 20px;
}

