textarea
{
    width: 100%;
}
td.content{

    background-color: #EFF0F6;
}
#banner, #top_navigation{
    display: none;
}
#header
{
    background: rgb(185, 190, 205) url('/ep/images/ep_image1.png') no-repeat center left;
    border-bottom: 2px solid #ECECEE;
    border-top: 3px solid #ECECEE;
    margin: 0;
    padding: 0 0 0 100px;
}
#header a, #header
{
    text-decoration: none;
}
#header h1
{
    font-size: 170%;
    font-weight: bold;
    margin-top: 0;
    margin-left: 3%;
    padding-left: 10pt;
    padding-top: 20px;
}
#header h1 a
{
    background: transparent;
    color: #010419;
}
#header h1 a:hover
{
    background: transparent;
}
#header .description
{
    color: #010419;
    font-size: small;
    display: block;
    clear: both;
}
#main
{
    background: white;
    border: 1px solid darkgray;
    border-width: 1px;
    margin: 1% auto;
    width: 50%;
}
#sidebar-left{
    clear: both;
    float: left;
    padding-top: 20px;
    width: 200px;
}
#sidebar-left .textwidget img{
    width: 100%;
}
#sidebar-left .children{
    margin: 2px 0 2px 10%;
}
#sidebar-left h2.date{
    text-align: center;
}
h2.widgettitle, #sidebar-left h2.date{
    font-size:13pt !important;
}
#sidebar-right
{
    float: right;
    width: 250px;
}
#yearly
{
    margin-top: .8em;
}

#pages_nav a:hover, .sidebar a:hover, #main a:hover{
    background-color: transparent;
}
#pages_nav a{
    color: inherit;
    background-color: inherit;
    font-weight: bold;
    text-decoration: none;
}
#pages_nav li.menu-item, #pages_nav li.current-menu-item{
    border: 2px outset #141011;
    padding: 3px 8px;
    background-color: #15279E;
    color: white;
}
#pages_nav .menu{
    margin: 0;
    padding: 5px 0 18pt 0;
    list-style: none;
    position: relative;
}
#pages_nav .menu li.menu-item{
    display: inline;
    margin-right: 3px;
}
#pages_nav li.menu-item ul.sub-menu{
    display: none;
}
#pages_nav li.current-menu-item ul.sub-menu, #pages_nav li.current-page-ancestor ul.sub-menu{
    display: block;
    list-style-type: none;
    position: absolute;
    top: 20pt;
    left: 0;
    background-color: #EFF0F6;
    margin: 2px 0 0 0;
    padding: 0;
    top: 20pt;
    left: 0;
}
#pages_nav li.current-menu-item ul.sub-menu li.menu-item,
#pages_nav li.current-page-ancestor ul.sub-menu li.menu-item{
    display: inline;
    font-size: x-small;
    line-height: 15pt;
    background-color: #15279E;
}
#pages_nav li.current-menu-item,
#pages_nav li.current-page-ancestor ul.sub-menu li.current-menu-item{
    background-color: transparent;
    border: 2px inset #15279E;
    border: none;
    color: black;
}
.content
{
    background: white;
    font-size: small;
    margin-top: 0;
}
.post
{
    border-bottom: thin solid #999999;
    padding-bottom: .5em;
}
.post h1
{
    font-size: 1.2em;
    line-height: .9em;
    margin-bottom: .3em;
}
.postmetadata,div.info li
{
    border-bottom: 1px solid darkgray;
    color: black;
}
.sidebar
{
}
.sidebar a, .sidebar a:visited,
.sidebar h2, .sidebar li
{
    font-size: small;
    font-weight: bold;
    margin-bottom: .5em;
    text-decoration: none;
}
.sidebar a:hover
{
    text-decoration: underline;
}
.sidebar ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-left: 1em;
}
.sidebar ul ul.children
{
    padding-left: 6px;
}
.widget li
{
    padding: 0;
}
.widget h1, .widget h2, .widget h3, .widget h4, .widget h5, .widget h6
{
    border-bottom: 1px inset #333;
    color: #333;
    font-size: larger;
    padding: 5px 0;
}

