body {
   background-color: #ffffff;
   background-image: url(images/bg.gif);
   font-family: Verdana, Verdana, Arial, Serif;
   font-size: 11px;
   line-height: 11pt;
   text-transform: none;
   margin-top:20px;
   margin-bottom:20px;
   color: #333333;
   text-align: left;
}

#outer {
   width: 640px;
   margin: 0 auto;
   background: #ffffff url(images/layoutbg.gif) repeat-y;
}

#header { 
   width: 640px;
   height: 144px;
   background: url(images/header.gif);
   background-repeat: no-repeat;
}

#left {
   width: 160px;
   margin-left: 30px;
   font-family: Verdana, Verdana, Arial, Serif;
   font-size: 11px;
   line-height: 11pt;
   text-transform: none;
   float: left;
   text-align: left;
}

#right {
   width: 420px;
   margin-right: 10px;
   float: right;
   background-color: #transparent;
   text-align: left;
}

#footer { 
   width: 640px;
   height: 85px;
   background-image: url(images/footer.gif);
   background-repeat: no-repeat;
   clear: both;
}

ul.a, ol, li {
   list-style-type: circle;
   margin-left: 30px;
   padding:0;
}

.letter { 
   color: #678b3f;
   font-family: georgia, times new roman, serif;
   font-size: 30px;
   font-weight: bold;
   font-style: italic;
   letter-spacing: 2px;
   padding: 0;
   text-transform: uppercase;
}

h1, h2, h3 { 
   margin-top: 10px;
   padding-bottom: 3px;
   margin-bottom: 10px;
   color: #8cb85c;
   font-family: georgia, times new roman, serif;
   text-align: left;
   font-weight: normal;
   font-style: italic;
   font-size: 14pt;
   line-height: 18px;
   letter-spacing: 2px;
   text-transform: lowercase;
   border-bottom: 1px solid #678b3f;
}

a:hover {
   color: #678b3f;
   text-decoration: none;
}

a {
   color: #8cb85c;
   text-decoration: none;
}

.fl_wishlist, .fl_joined {
   background:#8cb85c;
   border:0; margin:0 2px; padding:8px
}

.fl_wishlist:hover, .fl_joined:hover {
   background:#678b3f;
}

blockquote {
   width: 40%;
   text-align: left;
   border: 1px dashed #678b3f;
   margin: 0 20px;
   padding: 1px 10px 5px 52px;
   font-size: 10px;
   line-height: 12px;
}

/* Updates */
.post {
   border: 1px solid #cff3b6;
   background-color: #cff3b62;
   padding-left: 5px;
   padding-right: 5px;
   padding-bottom: 5px;
}

.postheader {
   font-family: Arial, Helvetica, Sans-Serif;
   font-size: 18px;
   font-style: normal;
   font-weight: bold;
   letter-spacing: 2px;
   text-align: left;
   padding-top: 12px;
   padding-bottom: 8px;
}

.postmetadata {
   padding:1px;
   background-color: #d2f3bb;
}

.post img{
   padding-top: 5px;
   padding-bottom: 5px;
}   

.postfooter {
   padding:1px;
   background-color: #d2f3bb;
   border: 1px solid #6aa642;
}

.postmetadata img, .postfooter img {
   border: none;
   vertical-align: middle;
   margin: 2px;
}

/* Fronterville */

.postarea li {
   list-style-type: none;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 20px;
}