body {
   background-color: #1354A4;
   font-family: verdana, sans-serif;
   font-size: 10pt;
}

a { 
   color: #1759A5;
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

#banner_wrapper_outer {
   background: url( "images/texas_sunset.gif" );
   width: 875px;
   height: 350px;
}

#main_page_wrapper_outer { 
   width: 875px;
}

#content {
   background-color: #FFD96A;
   margin-bottom: 20px;
   padding-left: 10px;
   padding-right: 10px;
   width: 655px;
   overflow: hidden;
}

#content_wrapper_outer {
   width: 675px;
   background: url( "images/content_bottom.gif" ) no-repeat bottom;
}

#sidebar {
   background-color: #9DCFF2;
   margin-bottom: 20px;
}

#sidebar_wrapper_outer {
   width: 200px;
   background: url( "images/sidebar_bottom.gif" ) no-repeat bottom;
}

#comment_page_wrapper_outer {
   background-color: #9DCFF2;
}

.post_date {
   text-align: right;
   font-size: 10pt;
   text-transform: uppercase;   
}

.post_byline {
   font-size: 8pt;
}

.blog_title {
   padding-left: 30px;
   padding-top: 20px;
}

.blog_title a {
   color: #d9d9d9;
   text-decoration: none;
}

.blog_tagline {
   padding-left: 30px;
   color: #273F6B;
   width: 400px;
}

.sidebar_title {
   font-size: 12pt;
   text-transform: lowercase;   
   background-color: #1354A4;
   color: #9DCFF2;
   padding-left: 5px;
   padding-top: 2px;
   padding-bottom: 3px;
}

#page_footer_wrapper_outer {
   color: #9DCFF2;
}

#page_footer_wrapper_outer a {
   color: #d9d9d9;
}


