

body {
    background-color: #392D1F;
    color: #ffffff;
    font-size: 1em;
}

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

a:hover {
    text-decoration: underline;
    color: #A7E82F;
}

a:visited {
    color: #A7E82F;
}

h2 {
    margin-bottom: 0.2em;
}

h2, h3 {
    color: #CFED99;
}

#header, #access, #footer {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #73B54C;
    color: #ffffff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}


#header h1 {
    margin: 10px;
}

#header span a {
    font-weight: bold;
    text-decoration: none
    color: #CFED99;
}

#header span a:hover {
    text-decoration: none;
    color: #CFED99;

}

#header span a:visited {
    text-decoration: none;
    color: #CFED99;
}

#header div {
    margin: 10px;
    color: #CFED99;
}

#access {
    margin-top: 0px;
}

#access ul, #footer ul {
    margin-left: 0;
    font-weight: bold;
    margin-bottom: 0;
}

#access ul li {
    display: inline;
    margin: 10px;
}

#access ul li a {
    color: #2B1F16;
}

#footer span {
    color: #2B1F16;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}

#footer a {
    font-weight: bold;
    text-decoration: none
    color: #2B1F16;
}

#footer a:hover {
    text-decoration: none;
    color: #2B1F16;

}

#footer a:visited {
    text-decoration: none;
    color: #2B1F16;
}


#primary {
    padding-top: 20px;
}

.post {
    padding-top: 20px;
}

/*
.sidebar ul li {
    list-style-type: none;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.sidebar ul li ul {
    list-style-type: none;
    margin-left: 10px;
}

.sidebar ul li.widget {
    margin-bottom: 0px;
}

*/

.sidebar {
    font-size: 85%;
}

.entry-meta {
    font-size: 0.8em;
}

.sidebar h3 {
    margin-bottom: 0.5em;
}

.sidebar ul {
    list-style-type: none;
    margin-left: 0;
}

.sidebar ul li.widget {
    border-bottom: 2px solid #73B54C;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

li.widget ul {
    list-style-type: disc;
    margin-left: 15px;
}

body.home li.widget_recent_entries {
    display: none;
}

#nav-below {
    margin-top: 10px;
    margin-bottom: 30px;
}

#secondary, #nav-above, .skip-link, form#searchform #searchsubmit {
    display: none;
}


