* {
    margin: 0;
    padding: 0;
}
body {
    background: #88b964;
    color: #193919;
    line-height: 1.4;
    font-size: 14px;
    font-family: Verdana, Arial, sans-serif;
}
.em {
    font-style: italic;
}
a {
    color: #630;
    /* color: #1F33FF; */
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
img {
    display: block;
    border: none;
}
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
    font-family: "Lucida Grande", "Lucida Sans", "Trebuchet MS", sans-serif;
}
p {
    padding-bottom: 18px;
}
h1 {
    font-size: 30px;
    text-transform: uppercase;
    color: #494;
}
h2 {
    font-size: 18px;
}
h2 a {
    color: #D7353A;
}
h3 {
    font-size: 16px;
}
h1#logo {
    text-indent: -9999px;
    position: absolute;
    z-index: 10;
    left: 20px;
    bottom: 0;
    margin: 0;
    padding: 0;
}
h1#logo a {
    display: block;
    width: 345px;
    height: 86px;
    background: #fff url("images/logo.gif") no-repeat;
    border: 6px solid #493;
    border-bottom: none;
}
#out-header {
    background: url("images/header.jpg") no-repeat 50% 0;
}
#header {
    position: relative;
    height: 280px;
}
div#slides {
    position: relative;
    top: 20px;
}
div#side-header {
    position: absolute;
    bottom: 0;
    right: 0;
}
#side-header ul {
    list-style: none;
    font-size: 140%;
    padding: 0 0 24px;
    margin: 0;
}
#side-header li a {
    display: block;
    border-bottom: 1px solid #493;
    padding: 6px 4px 0 0;
    margin-bottom: 6px;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    color: #042e05;
}
div#main-nav {
    background: #000;
    color: #fff;
}
div#content {
    padding: 32px 0;
    background: #fff;
    border-bottom: 12px solid #000;
}
form#searchform {
    padding: 8px 0;
}
#main-nav ul {
    padding-top: 8px;
    list-style: none;
}
#main-nav ul li {
    float: left;
    margin-right: 8px;
}
#main-nav ul li a {
    display: block;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    padding: 3px 12px 8px 0;
}
#main-nav ul li a:hover {
    text-decoration: underline;
}
#main-nav ul li.current a {
    color: #ff6;
    text-decoration: underline;
}
/* site-search */
div#site-search {
    padding-bottom: 8px;
    background: url("images/side-search.gif") no-repeat 0 100%;
}
div#in-site-search {
    padding: 6px 12px 2px;
}
div#site-search ul {
    list-style: none;
    margin: 0 0 12px;
}
div#site-search ul li {
    border-bottom: 1px solid #99d;
}
div#site-search input[type=text] {
    width: 162px;
    padding: 4px;
    background: #fff;
    border: 1px solid #99d;
}
div#site-search ul li a {
    display: block;
    color: #444;
    padding: 3px 0 1px;
}
p.links {
    margin-left: -4px;
    padding-bottom: 40px;
}
p.links a {
    display: block;
    margin: 0 16px 3px 0;
    color: #D7353A;
    float: left;
}
p.links a:hover {
    text-decoration: underline;
}
ul#expos {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
}
ul#expos h2 {
    padding: 0;
    margin: 0;
}
ul#expos li {
    float: left;
    width: 48%;
    margin-right: 2%;
}
ul#expos li img {
    float: left;
    padding: 4px;
    background: #d33;
    margin-right: 6px;
}
a.more-expos {
    color: #13f;
    padding-left: 30px;
    background: url("images/more.png") no-repeat 0 50%;
}
/* calendar */
div.calendar-widget div.event {
    font-size: 85%;
    padding: 6px;
    border-bottom: 1px solid #acb;
    margin-bottom: 12px;
    background: url("images/time.gif") no-repeat 0 6px;
    padding-left: 30px;
}
div.calendar-widget div.event p {
    padding-bottom: 2px;
}
div.calendar-widget div.event p.date {
    font-weight: bold;
    padding-bottom: 6px;
    font-size: 90%;
    color: #360;
}
h3.title {
    color: #409f08;
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 18px;
}

/* blog home */
div.home-blog {
    padding-top: 24px;
}

/* Pages */
div.page h1 {
    padding-bottom: 18px;
}
div.sub-nav {
    border-top: 1px solid #acb;
}
div.sub-nav ul {
    padding: 0;
    margin: 0 0 18px;
    list-style: none;
}
div.sub-nav ul li {
    border-bottom: 1px solid #acb;
}
div.sub-nav ul li a {
    display: block;
    padding: 8px 4px;
}
div.sub-nav ul li a:hover {
    background: #ff6;
}
/* Footer */
div#footer {
    color: #360;
    padding-top: 14px;
    font-size: 90%;
}
div#footer a:link, div#footer a:visited {
    color: #360;
}
div#footer ul {
    list-style: none;
}