﻿#issue
{
    float: right;
    font-size: 10px;
    margin-bottom: 10px;
}
.articles
{
    font-family: Georgia;
    clear: both;
}
.articles h1
{
    font-family: Georgia;
    font-size: 2em;
    font-weight: bold;
    display: inline;
}
.articles h1 a:hover
{
    text-decoration: none;
}
.articles h2
{
    font-size: 1.25em;
    font-weight: bold;
    display: inline;
}
.articles h3
{
    font-size: 1.1em;
}
.articles p
{
    margin: 3px 0 15px 0;
    padding: 0;
    font-size: 12px;
    line-height: 1.45em;
}
.articles > a > img
{
    margin: 5px 0 5px 10px;
    box-shadow: #ccc 0px 5px 10px 0.9px;
    -webkit-box-shadow: #ccc 0px 5px 10px 0.9px;
    -moz-box-shadow: #ccc 0px 5px 10px 0.9px;
}
.articles a
{
    color: Black;
    text-decoration: none;
}
.articles a:hover
{
    text-decoration: underline;
}

.articles p a
{
    border-bottom: dotted 1px gray;
}
.articles p a:hover
{
    text-decoration: none;
}

#events, #digest
{
    font-family: Verdana;
    font-size: 11px;
}
#digest h1, #events h1
{
    margin: 0;
    text-shadow: 0px 1px 0px #ccc;
    font-size: 1.4em;
}
#digest h1 > a, #events h1 > a
{
    color: Black !important;
    text-decoration: none !important;
}
#digest p.right, #events p.right
{
    text-align: right;
    margin: 0px;
}
#digest ul
{
    padding: 0 0 0 1em;
    margin: 3px 0 0 1em;
}
#digest li
{
    color: #770000;
    padding: 0;
    margin: 0 0 0 0;
    line-height: 1.3em;
}
#digest li a
{
    font-size: 11px;
    font-weight: bold;
    color: #770000;
    text-decoration: none;
}
#digest li a:hover
{
    text-decoration: underline;
}
#events p
{
    margin: 0;
}

#local
{
    width: 150px;
    float: right;
    padding: 7px;
    margin-left: 10px;
    border: solid 1px gray;
    background-color: #dedede;
}
#local h1
{
}

.weather
{
    background-color: #dedede;
    border-bottom: dotted 1px gray;
    margin-bottom: 7px;
    padding-bottom: 10px;
    padding-top: 5px;
    font-size: 12px;
}
.weather-left
{
}
.weather-right
{
    float: right;
    width: 52px;
}

