body {
   background-image: url( "images/white6.jpg" );
   font-family: georgia, sans-serif;
}

#main_page_wrapper_outer {
   width: 800px;
}

#banner_wrapper_outer {
   padding: 10px;
}

#banner a {
   text-decoration: none;
}

a {
   color: @0000aa;
   text-decoration: none;
}

a:visited {
   color: #0000aa;
}

a:hover {
   background-color: #eeeeee;
}

.blog_tagline {
   font-style: italic;
}

#banner_wrapper_outer,
#sidebar_wrapper_outer,
#content_wrapper_outer {
   color: #000055;
   overflow: hidden;
}

#content_wrapper_outer {
   width: 598px;
   border-left: 2px solid #000055;
   background-color: #ffffff;
}

#sidebar_wrapper_outer {
   width: 200px;
}

.post_date {
   padding: 10px;
   border: 1px solid #000055;
   background-color: #eeeeee;
   margin-bottom: 10px;
}

.sidebar_section {
   border-bottom: 1px dashed #000055;
}

#banner_wrapper_outer {
   border-bottom: 1px dashed #000055;
}

blockquote {
   border-left: 2px solid #0000aa;
   font-size: 90%;
   padding: 5px;
}

.post {
   padding-left: 20px;
}

#sidebar {
   font-size: 90%;
}


