/*
    ===================================================================
    Style sheet to define some standards.
    ===================================================================
*/

body, table
{
    font-size: 100.01%; /* Fix for some browser bugs */
}

h1, h2, h3, h4, h5, h6, .menu.Main .title, .menu .title
{
    padding: 0;
    margin: 0;
    margin-top: 0.5em;
    margin-bottom: 0.45em;
}

h1
{
    margin-top: 0.25em;
    border-bottom: dashed 1px;
}

h2
{
    text-decoration: underline;
}

.subhead h2
{
    text-decoration: none;
    font-size: 90%;
    color: black;
    font-style: italic;
    font-weight: normal;
}

ul li
{
    padding-bottom: 1em;
}

.menu ul li
{
    padding-bottom: 0;
}

.menu ul
{
    list-style: none;
    border: 0;
    margin: 0;
    padding: 0;
    text-align: left;
}

img
{
    border: 0;
}

.articlecat .paging table
{
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
    border: solid 1px;
}

.articlecat .paging table td
{
    width: 25%;
}

/* Forms */

label
{
    display: block;
    margin-right: 10px;
    margin-top: 4px;
    position: relative;
    width: 100px;
    float: left;
    text-align: right;
}

.freeform
{
    text-align: center;
}


blockquote
{
    background-image: url(images/quote.gif);
    background-repeat: no-repeat;
    font-style: italic;
    padding-left: 30px;
    padding-top: 5px;
}

.commentform
{
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
}

.comments
{
    margin-bottom: 10px;
}

.comment
{
    border-top: solid 1px;
    border-bottom: solid 1px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px; 
}

.comment .hdr
{
    display: block;
    margin-bottom: 3px;
}

.commentlink
{
    margin-top: 5px;
}

.articlelist, .subcatlist
{
    padding-left: 1em;
}

.introtext, .comment
{
    padding-left: 1em;
}

.bookmarks
{
    border: dotted 1px;
    padding: 3px;
    text-align: center;
}

.byline
{
    margin-bottom: 1em;
}

.introtext img
{
    float: left;
}

a, a:link, a:visited, a:hover, a:active
{
    outline: none;
}

.menu.Small.Horizontal ul
{
    list-style: none;
    display: inline;
}

.menu.Small.Horizontal ul li
{
    list-style: none;
    display: inline;
    border-left: 1px solid black;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.menu.Small.Horizontal ul li.first
{
    border-left: none;
    padding-left: 0;
}

.menu.Small.Horizontal ul li div
{
    display: inline;
}

div.link,
p div.link,
p .link
{
    padding: 0;
    margin: 0;
    display: inline;
}