/*- Headings */

.blog-title {
	font-size: 2em;
	font-weight: normal;
	padding: 90px 25px 0;
	}

.blog-title a,
#header .description {
	text-decoration: none;
	color: white;
	}

.blog-title a:hover {
	text-decoration: none;
	}

#header .description { /* Description in header */
	font-size: 1em;
	margin: 0 100px;
	}

#footer {
	color: #a84204;
        }

#footer a {
        color: #a84204;
        border: none;
        font-weight: normal;
        }

#footer a:hover {
        border: none;
        text-decoration: none;
        color: #a84204;
        }


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

ul.menu li a:hover {
        background: #642e0d;
        color: #eee;
        text-decoration: none;
        }


.entry-title, .entry-title a, .entry-title a:visited,
h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
        color: #a84204;
        }


.entry-title, h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
        font-size: 1.9em;
        font-weight: normal;
        }

h4 {
        font-size: 1.1em;
        font-weight: normal;
        }

.entry-content h3 {
        font-size: 1.3em;
        font-weight: normal;
        margin-top: 25px;
        }

.entry-content h4,
.entry-meta h4 {
        font-size: 1.2em;
        font-weight: normal;
        margin-top: 25px;
        }


body.page .entry-content h3 {
        font-size: 1.3em;
        display: block;
        padding: 15px 0 0;
        }

.entry-foot {
margin-bottom: 40px;
}


#sidebar-1 h4 {
color: #444;
}

body {
        background: #ece4d9;
        }

#page {
        border: 1px solid #c6ad8d;
        border-top: none;
        }


.entry-content {
        font-size: 1.2em;
        line-height: 1.5em;
        }

