body {
    font-family: "Trebuchet MS", Arial, sans-serif;
    background-color: #BFCFE1;
}

#titletext span {
    margin-left: -9999em;
}

#titletext {
    display: block;
    background-image: url(gfx/trps_small_clear.png);
    width: 200px;
    height: 100px;
    margin-top: -18px;
}

#title {
    margin: 0;
    padding: 0;
}

a.facebook {
    display: inline-block;
    background: url("gfx/facebook.png") no-repeat;
    padding-left: 8px;
    width: 32px;
    height: 32px;
    float: left;
    margin-bottom: 1em;
}

a.facebook span {
    display: none;
}

p {
    clear: both;
}

li.blue {
    list-style: url(gfx/blue_bullet.png);
}

li.orange {
    list-style: url(gfx/orange_bullet.png);
}

li.pdf {
    list-style: url(gfx/pdf.png);
    margin-left: 10px;
}

li.link {
    list-style: url(gfx/world.png);
}

li.facebook {
    list-style: url(gfx/facebook-16px.png);
}

#page {
    width: 85%;
    border: 1px solid #004085;
    padding: 10px;
    margin: 20px auto auto;
    background: url(gfx/backdrop.jpg) right no-repeat white;
    box-shadow: 5px 5px 5px #4c6a85;
}

#menu {
    list-style: none;
    padding: 0;
    float: left;
    margin: 30px 0 20px;
}

#menu li a {
    display: block;
    width: 150px;
    text-decoration: none;
    background: #004085;
    color: white;
    padding: 6px;
    margin: 3px;
}

#menu li a:hover {
    background: #F89938;
    color: #004085;
}

#content {
    margin-left: 20px;
    margin-top: 30px;
}

#content a {
    color: #004085;
    font-weight: bold;
}

#footer {
    clear: left;
    background: #004085;
    text-align: center;
    color: white;
    margin-top: 20px;
    padding: 8px;
}

#footer .attribution {
    display: block;
    font-size: 50%;
}

#footer .attribution, #footer .attribution a {
    color: white;
}

p.postmetadata {
    font-style: italic;
    font-size: 80%;
    color: grey;
}

h2.posttitle a, h4 {
    color: #004085;
    text-decoration: none;
}

h2.posttitle, h4 {
    border-bottom: 1px solid #004085;
}

h4 {
    margin: 0;
    font-size: 110%;
}

p.commentslink, p.editlink {
    font-size: 80%;
}

#share a span {
    display: none;
}

#share {
    width: 304px;
    margin: auto;
    clear: left;
}

a#FB_badge {
    background-image: url(gfx/facebook16.png);
    display: block;
    float: left;
    width: 43px;
    height: 16px;
    margin: 20px;
}

a#addthis {
    display: block;
    float: left;
    width: 125px;
    height: 16px;
    margin: 20px;
}

a#feed {
    background-image: url(gfx/rss16by16.png);
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin: 20px;
}

.hiddenText {
    display: none;
}
