@charset "UTF-8";
/* CSS Document */

SELECT {
background-color: #a3c380;
}

#date-header{
font-size: 1.25em;
font-weight: bold;
margin-top: 0px;
padding-top: 0px;
}

#post-title a:link {
text-decoration: none;
color: #FFF;
}

#post-title a:active {
text-decoration: none;
color: #FFF;
}

#post-title a:hover {
text-decoration: underline;
color: #FFF;
background-color: #475d30;
}

#post-title a:visited {
text-decoration: none;
color: #FFF;
}

#post {
background-color: #a3c380;
margin-bottom: 15px;
}

#post-title {
background-color: #475d30;
color: #FFF;
font-size: 1.15em;
padding-left: 20px;
}

#post-body {
margin-left: 20px;
}

#post-footer {
font-size: .8em;
padding-left: 20px;
padding-bottom: 10px;
border-width: 0px 0px 3px 0px;
border-style: solid;
border-color: #475d30;
}

.feed {
margin-top:-2px;
padding-left: 15px;
padding-right: 15px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
font-size: .65em;
line-height: 14pt;
}

#blogfeeds a:link {
text-decoration: underline;
color: #FFF;
}

#blogfeeds a:active {
text-decoration: underline;
color: #FFF;
}

#blogfeeds a:hover {
text-decoration: underline;
background-color: #999;
color: #FFF;
}

#blogfeeds a:visited {
text-decoration: underline;
color: #FFF;
}
