/*
 * Stylesheet for my Website
 * by Keith Gaughan <kmgaughan@eircom.net>
 */

body
{
    background-color: #dd9;
    color: #000;
    line-height: 150%;
    margin: 0;
    padding: 0;
}

body, p, div, td, th
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6
{
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

h1
{
    margin: 0;
    padding: 0.4em;
    border-bottom: 1px solid #884;
    visibility: hidden;
    font-size: 300%;
}

dt { font-weight: bold; }

.site-name
{
    color: #eeb;
    visibility: visible;
    position: relative;
    left: 0.5em;
}

.section-name
{
    color: #f80;
    visibility: visible;
    font-size: 0.5em;
    position: relative;
    left: -15em;
    top: 0.3em;
    font-style: italic;
    letter-spacing: 1em;
    text-transform: lowercase;
}

a:link
{
    color: #f00;
    text-decoration: none; /* underline; */
}

a:visited
{
    color: #008;
    text-decoration: none; /* underline; */
}

a:hover
{
    text-decoration: underline; /* none; */
}

address
{
    padding-left: 1em;
    padding-right: 4em;
    clear: all;
}

div.page-body
{
    border-top: 1px solid #884;
    border-bottom: 1px solid #884;
    border-right: 1px solid #884;
    background-color: #fff;
    padding: 1em;
    float: left;
    width: 75%;
}

div.page-body a:link, div.page-body a:visited, div.page-body a:hover
{
    background-color: #ffc;
}

div.breadcrumb-trail
{
    padding-left: 6px;
    padding-right: 6px;
}

div.site-navigation-a, div.site-navigation-b
{
    border-bottom: 1px solid #884;
    background-color: #eea;
    padding: 0.5em;
    font-size: 80%;
    line-height: 140%;
}

div.site-navigation-a
{
    border-top: 1px solid #884;
}

p.linear-navigation
{
    background-color: transparent;
    color: #888;
    text-align: center;
}

p.subtitle
{
    text-align: center;
    font-style: italic;
}

p.blog-footnote
{
    /* font-style: italic; */
    font-weight: bold;
    text-align: right;
    font-size: 80%;
    color: #aa4;
}

.entry-type
{
    color: #f80;
}
