/* general styles */
body {
   font-family: tahoma, verdana, arial, sans-serif;
   font-size: 10pt;
   color: #000000;
   background-color: #ffffff;
}

#main_page_wrapper_outer {
   width: 900px;
   margin-top: 10px;
   border: 1px solid black;
}

#banner_wrapper_outer {
   width: 900px;
   padding: 0px;
}

#content_wrapper_outer {
   float: right;
   width: 680px;
   font-size: 12pt;
   padding: 10px;
}

a {
   color: #0000cc;
}

a:hover {
   color: #0000cc;
}

.post_title {
   font-size: 20px;
   color: #000ccc;
}

.post_title a {
   text-decoration: none;
}

.post_date {
   padding-top: 3px;
   padding-bottom: 3px;
   padding-left: 5px;
   color: #ffffff;
   background: url( images/mountains.jpg );
   height: 24px;
}

.post_title {
   font-size: 22pt;
   color: #000099;
}

blockquote {
   padding: 8px;
   border: 1px dotted #000ccc;
   background: url( images/bluesky.jpg );
}

#sidebar_wrapper_outer {
   margin-top: 5px;
   background-color: #ffffff;
   background: url( images/bluesky.jpg );
   float: left;
   border: 2px outset #000ccc;
   width: 196px;
   float: left;
}   

.sidebar_title { 
   color: #000aaa;
   font-size: 14pt;
}


.sidebar_section { 
   border-bottom: 1px solid #000ccc;
}

