﻿div#front
{
    width: 899px;
    margin: 0 auto;
}
div#front div#header
{
    width: 899px;
    background: transparent url(images/blog_top.png) no-repeat 0 17px;
    padding: 23px 0 0 0;
}
div#front div#header h1
{
    height: 0px;
    overflow: hidden;
    visibility: hidden;
    display: none;
}
div#front div#header div#topmost
{
    padding: 13px 0 18px 0;
    height: 45px;
    text-align: right;
    color: #fff;
    overflow: hidden;
}
div#front div#header div#topmost a,
div#front div#header div#topmost a:visited
{
    color: #ccc;
}
div#front div#header div#topmost a:hover
{
    color: #fff;
}
div#front div#header div#navigation
{
    border-left: solid 5px #fff;
    border-right: solid 5px #fff;
    background: #b1df00 url(images/blog_img.jpg) no-repeat right center;
}
div#front div#header div#navigation div#menu
{
    border-bottom: solid 3px #64b300;
    overflow: hidden;
}
div#front div#header div#navigation div#menu ul
{
    float: left;
    width: 204px;
}
div#front div#header div#navigation div#menu ul li ul
{
    float: none;
}
div#front div#header div#navigation div#menu div#other
{
    width: 680px;
    float: left;
}
div#links
{
    float: right;
    width: 160px;
    text-align: right;
    padding-right: 30px;
    color: #000;
}
div#links a
{
    color: #006500;
}
div#front div#login
{
    background: #b1df00;
    border: solid 5px #fff;
    text-align: center;
    padding: 6px 0;
}
div#front div#login h2
{
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-size: 13px;
    color: #1a3116;
    padding: 0;
    margin: 0;
}
div#front div#content
{
    background: #fff;
    width: 849px;
    padding: 10px 25px;
    margin: 0 auto;
}
div#front div#bottom
{
    background: #64b300;
    height: 54px;
    border: solid 5px #fff;
    border-top: none;
}
div#front div#bottom p a
{
    color: #ccc;
}
div#front div#bottom p a:hover
{
    color: #444;
}
div#front div#bottom p
{
    padding: 10px 0 0 0;
    text-align: center;
    position: relative;
    left: 100px;
}
div#front div#bottom_most
{
    clear: both;
    height: 30px;
}
#menu ul
{
    list-style: none;
    margin: 0;
    padding: 1px 0;
}
#menu ul li
{
    list-style: none;
    border-top: dotted 1px #64b300;
    margin: 0;
    padding: 0;
    width: 204px;
}
#menu ul li:first-child
{
    border-top: none;
}
#menu ul li a
{
    height: 15px;
    display: block;
    padding: 6px 0 6px 15px;
    margin: 0;
    text-decoration: none;
    color: #384900;
}
#menu ul li a:hover
{
    background: #66872f;
    color: #ccc;
}
#menu ul li ul
{
    border: none;
    padding: 0;
    margin: 0;
    visibility: hidden;
    display: none;
    height: 0px;
    overflow: hidden;
}
#menu ul li.menu_sel ul
{
    visibility: visible;
    display: block;
    height: auto;
}
#menu ul li ul li:first-child
{
    border-top: dotted 1px #64b300;
}
#menu ul li ul li a
{
    color: #558600;
    padding: 5px 0 5px 45px;
}

#calendar
{
    float: right;
    background: url(images/calendar.png) no-repeat;
    width: 126px;
    height: 125px;
    padding: 23px 12px 9px 13px;
    font-size: 70%;
    text-align: center;
}
#calendar h2
{
    padding: 0;
    margin: 0;
    color: #55a400;
    border-bottom: solid 1px #55a400;
}
#calendar table
{
    width: 119px;
    margin: 5px auto 0 auto;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
}
#calendar table td
{
    width: 15px;
}
#calendar table td a
{
    background: #b1df00;
    display: block;
}
#calendar table td.not
{
    color: #b5a7a7;
}
#calendar table td.not a
{
    color: #ededed;
    background: #beaeaf;
}
