body {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #202020;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #464646;
    font-variant: small-caps;
}

h1 {
    font-size: 150%;
    line-height: 2.5em;
}

h2 {
    font-size: 150%;
    line-height: 2em;
}

h3 {
    font-size: 130%;
}

h4 {
    font-size: 120%;
    line-height: 2em;
}

h5 {
    font-size: 110%;
    line-height: 2em;
}
a:link, a:visited, a:active {
    color: #202020;
}

a:hover {
    color: #202020;
    text-decoration: none;
}
/* Main Navigation */
#nav a {
    color: #AFD9E1;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    padding: 5px 10px 5px 10px;
}

#nav a:visited, #linkBar a:active {
    color: #AFD9E1;
}

#nav a:hover {
    color: #fff;
    border-top: 3px solid #AFD9E1;
    padding-top: 1px;
}

#nav a.current {
    color: #fff;
}
/****************/
/* TrailWatch */
.tw-entry h3 {
    font-size: 120%;
    margin-bottom: 6px;
}

.tw-entry p {
    margin-left: 12px;
}

.tw-entry a {
    color: #494949;
    text-decoration: none;
}

.tw-entry a:hover {
    color: #202020;
    text-decoration: underline;
}

.tw-links {
}

.tw-posted {
    font-size: 90%;
    text-align: right;
}

#tw-entry-btn {
    font-size: 120%;
    text-align: center;
}

#tw-entry-btn a {
    color: #fff;
	text-decoration:none;
}

#tw-entry-btn a:hover {
    color: #464646;
}

#tw-instructions h4, #tw-instructions p {
    margin-bottom: 12px;
}
/**************/
#article-feature h2:first-letter {
    text-transform: capitalize;
}

#article-feature p {
    margin-bottom: 12px;
}

#article-feature .article-summary {
    font-size:110%;
	color:#474747;
}

#stats ul {
    margin-left: 12px;
}
/* Footer */
#footer p {
    font-size: 80%;
    color: #474747;
    text-align: center;
    padding-top: 54px;
}
/**********/