body {
    background: url(../images/page_bg.gif);
    font: 0.8em/1.3em helvetica, verdana, arial, sans-serif;
    color: #3B2314;
}

a {
    color: #fff;
    text-decoration: none;
}

h1 { 
    font-size: 26px;
    line-height: 1.4em;
    margin: 10px 0;
    color:  #fff;
}
h2, h3 {
    line-height: 1.3em;
    margin: 1em 0;
}
ul, li { padding: 0; margin: 0; }
a img { border: 1px solid #fff; }

#masthead h1#logo {
    width: 151px;
    height: 109px;
    margin: 10px;
    position: absolute;
    left: 30px;
}
#masthead h1#logo a img { border: 0; }

ul#topnav {
    list-style: none;
    font: 1em/1.5em "Lucida Grande","Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
    float: right;
    margin: 100px 40px 0 0;
}


ul#topnav li {
    list-style: none;
    display: inline;
    padding: 10px 5px;
    color: #DBDE8D;
}
ul#topnav li a { color: #DBDE8D; }
ul#topnav li a:hover { color: #b55414; }

ul#topnav li.current a { color: #ff6600; }


#sidebar {
    width: auto;
    margin: 3% 3% 0 68%;
    margin-top: 42px;
    background: #68614D;
}
#sidebar h2 {
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    display: block;
    margin-top: 0px;
}

#sidebar .content h3 {
    font-size: 10px;
    margin-top: 0px;
}

.meet #sidebar {
    float: left;
    width: 25%;
    margin: 0;
}

.meet #main {
    float: none;
    margin-left: 210px;
}

.content { padding: 12px 20px 10px 20px; }

.content p { margin-top: 0;}

.latest_blog_posts {
    background: #817b64;
    padding: 15px;
    display: block;
}
.latest_blog_posts h2 {
    color: #fff;
    margin-top: 0;
    font-size: 13px;
    text-transform: uppercase;
}

#bottom_spacer {
    clear: both;
    text-align: center;
    margin: 10px 0;
}

#bottom_spacer img {
    text-align: center;
    display: block;
    margin: 0 auto;

}

#footer {
    clear: both;
    width: 995px;
    color: #DBDE8D;
    text-align: center;
    margin: 10px auto;
}
#footer a { color: #DBDE8D; }
#footer p {font-size: 10px;}

.flash_wrap {
    width: 210px;
    margin: 20px auto;
    padding: 30px 60px;
    background: #BCB888;
}

/* ============================================= */
/* bios_menu */
/* ============================================= */

#footnotes_debug,
#footnotes_debug a  {
    color: #fff !important;
}

.latest_post {
    font-size: 11px;
    margin: 15px 0px;
    display: block;
    padding: 10px 10px;

    background: #68614D;
}
#main .latest_post .content {
    padding: 0px 15px 15px 85px;
    color: #fff;
    background: transparent url(../images/blog_icon.gif) no-repeat 15px center;
}
#main .latest_post .content p { font-size: 11px; }

.latest_post h2 {
    font-size: 16px;
    margin: 0;
}

.latest_post h3 {
    display: block;
    font-size: 12px;
    padding: 0px 15px 15px 0;
    margin: 0 10px 10px 10px;
    color: #B7BE1C;
    padding-bottom: 4px;
    border-bottom: 1px solid #B7BE1C;
}

#main .content ul { padding-left: 20px; }
#main .content ul li { padding: 3px; }

.post_tags span {
  color: #fff;
}

h1.page_title {
  margin-top: 0;
  color: #3b2314;
}