body {
   font-size: 10pt;
   font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
   background: #fff url( images/bg.gif ) repeat-x;
   margin:0px;
   padding:0px;
   color: #333;
}

#main_page_wrapper_outer {
   background: url('images/header.jpg') no-repeat top center;
   width: 750px;
   padding-top: 20px;
}

#banner_wrapper_outer {
    background-color: transparent;
    height: 84px;
}

a {
   color: #20818D;
   text-decoration: none;
}

a:hover {
   color: #147;
   text-decoration: underline;
}

#page_footer_wrapper_outer {
   background: #B8DADC; 
   border-top: 5px solid #E0EFF2;
   border-bottom: 5px solid #E0EFF2;
   padding: 15px;
   margin: 40px 0 auto 0;
   clear: both;
   height: 75px
}


.blog_title {
   font-size: 2.6em;
   text-align: right;
   padding-top: 0;
}

.blog_title a, .post_title, .sidebar_title {
   text-decoration: none;
   color: #78C4CD;
   font-family: Georgia, Verdana, Sans-serif;
   font-style:italic;
   font-weight:400;
}

.post_title {
   background-color: #E3EEF0;
   color: #449ea9;   
   padding: 3px;
   font-size: 1.6em;
   font-weight: bold;
}	

.sidebar_title {
   color: #449ea9;   
   font-size: 1.4em;
   font-weight: bold;
}

.blog_tagline {
   font-size: 1.2em;
   text-align: right;
   color: #B8C5C7;
   font-style: normal;
}

#content_wrapper_outer {
   width: 552px;
   color: #333;
}

.post {
   padding-right: 0px;
}

.post_byline {
   color: #777; 
   height: 40px; 
   background: url('images/posted.gif') no-repeat; 
   padding-left: 20px;  
}

.post_date {
   color: #777;
   background-color: #F2F5F5; 
   padding:3px; 
   font-size: 0.8em;
}

#sidebar_wrapper_outer {
   background:url('images/sidebarbg.gif') repeat-y;
   width:198px;
   background-color: transparent;
   font-size: 80%;
}

#sidebar_wrapper_inner {
   background: url( images/sidebar2.jpg ) bottom left no-repeat;
   width: 198px;
   padding-bottom: 30px;
}

#sidebar
{
   padding: 30px;
   width: 138px;
   text-align: left;
   background: url('images/sidebar1.jpg') no-repeat;
}

#sidebar .button {
   border: 1px solid #449EA9;
   padding: 1px;
   background: #90C2C8 url('images/inputbg.gif');
   font-family: Verdana, Arial, sans-serif;
   color: #fff;
   font-size: 11px;
   margin-top: 2px;
}

#sidebar select, #sidebar .input {
   width: 120px;
}

.sidebar_title {
   font-family: 'Lucida Grande', Verdana, Sans-Serif;
   font-size: 1.2em;
}

blockquote {
   margin: 15px 30px 10px 10px;
   padding-left: 20px;
   border-left: 5px solid #ddd;
}

#admin_page {
   font-size: 10pt;
}
