body { 
    margin: 0;
    padding: 0;
    text-align: center;
    background: #eee;
    font-family: helvetica, arial, verdana, sans-serif;
    }
    
a {
    color: #4E4EAE;
    }
    
a:hover {
    color: #333;
    }

#container {
    width: 630px;
    margin: 0 auto 0 auto;
    padding-top: 0;
    text-align: left;
    background: #fff;
    }
    
#header {
    width: 630px;
    height: 141px;
    background: #fff;
    margin: 0;
    border-bottom: 2px solid #eee;
    }
    
#main {
    width: 630px;
    padding: 18px 0 15px 0;
    background: #fff;
    float: left;
    }
    
#content {
    width: 422px;
    float: left;
    margin-left: 15px;
    display: inline;
    }
    
#content ul {
    }
    
#content ul li {
    font-size: 12px;
    line-height: 18px;
    text-align: justify;
    color: rgb(51, 51, 51);
    margin-bottom: 5px;
    }

#sidebar {
    width: 140px;
    float: right;
    margin-right: 15px;
    display: inline;
    }
    
#sidebar p {
    font-size: 11px;
    line-height: 14px;
    margin: 0 0 8px 0;
    color: #666;
    text-align: left;
    }
    
#sidebar a {
    color: #4E4EAE;
    }
    
#sidebar a:hover {
    color: #333;
    }
    
.sidemenu {
    border-bottom: 1px solid #5B9940;
    padding-bottom: 3px;
    margin-bottom: 15px;
    }

ul.rssMenu, #rssCatList ul {
    list-style-type: none;
    text-indent: 0;
    margin: 0 0 12px 0;
    padding: 0;
    font-size: 11px;
    }
    
li.rssMenu {
    margin-bottom: 8px;
    }

#rssCatList li {
    display: inline;
    padding-right: 3px;
    }
    
.sidemenu ul {
    list-style-type: none;
    text-indent: 0;
    margin: 0 0 12px 0;
    padding: 0;
    font-size: 11px;
    }
    
.sidemenu li {
    margin-bottom: 8px;
    }
    
#message {
    width: 400px;
    }
    
.smalltext {
    font-size: 11px;
    }
    
p.smalltext a {
    font-size: 11px;
    }

p { 
    font-size: 12px;
    line-height: 18px;
    text-align: justify;
    color: rgb(51, 51, 51);
    }
    
p.small {
    font-size: 11px;
    color: #666;
    border-bottom: 1px solid #5B9940;
    padding-bottom: 15px;
    margin-bottom: 23px;
    text-transform: uppercase;
    text-align: left;
    }

p.small a {
    color: #666;
    text-decoration: none;
    }
    
p.small a:hover {
    color: #333;
    text-decoration: underline;
    }
    
.commentinvite {
    text-align: right;
    }
    
h2 {
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    margin-top: 0;
    }
    
h2 a {
    font-size: 12px;
    color: #000066;
    text-transform: uppercase;
    text-decoration: none;
    }
    
h2 a:hover {
    color: #666;
    text-decoration: underline;
    }
    
h3 {
    font-size: 12px;
    color: #666;
    text-decoration: none;
    margin: 0 0 6px 0;
    }
    
label {
    color: #666;
    font-size: 11px;
    }
    
.little { margin: 0pt 0pt 4px; font-family: Verdana,"Lucida Grande",Tahoma,Helvetica,sans-serif; font-size: 10px; line-height: 13px; color: rgb(102, 102, 102); }

.entrynav {
    border: 3px solid #5B9940;
    background: #eee;
    padding: 4px 2px 2px 2px;
    margin-bottom: 20px;
    text-align: center;
    }

.entrynav p {
    text-align: center;
    margin: 0;
    }
    
ol.comments {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-indent: 0;
}

ol.comments li {
    background: #eee;
    padding: 4px 6px 4px 6px;
    border: 1px dotted #5B9940;
    margin: 0 0 10px 0;
    }
    
p.commentsmall {
    font-size: 11px;
    text-transform: uppercase;
    color: #666;
    margin-bottom: 0px;
    }
    
.sidemenu img {
    border: 1px solid #6666CC;
    margin: 0 14px 14px 0;
    }

.sidemenu img:hover {
    border: 1px solid #000066;
    }
    
    .flickr_badge_image {margin:0 10px 10px 10px;}
    
    .home {margin-top: 80px;}
    
dl {
    font-size: 12px;
    color: #333;
    }
    
dt {
    margin: 0 0 5px 0;
    text-weight: bold;
    }
    
dd {
    text-indent: 0;
    margin: 0 0 20px 5px;
    }
