.article-header h1 {
	font-size:1em;
	margin:2px 0;
}

h1.archive-title {
	margin-top:15px;
}

p.intro-text {
	margin-top:10px;
}

article.post {
	background:#f7edd4;
	margin:20px 0;
}

.entry-content {
	padding:10px;
}

.entry-content p {
	margin:0;
}

.body-title-text a {
	color:#fff;
	text-decoration:none;
}

.byline {
	border-bottom: 1px dotted #9F9D82;
	color: #403E1F;
	font-size: 0.8em;
	margin: 0 10px;
	padding: 15px 10px 10px;
}

.single-post .sidebar {
	margin-top:0;
}

.single-post .widget {
	margin-top:20px;
}

.widget {
    margin: 0 0 10px;
    /* padding: 0 10px;*/
}

.widgettitle {
    background: none repeat scroll 0 0 #9F9D82;
    border: 0 none;
    color: #FFFFFF;
    margin: 0;
    padding: 5px 10px;
}

.widget ul {
	margin:0;
	background:#e7e5d3;
	padding:10px;
}

.widget ul li {
    border-bottom: 1px dotted #9F9D82;
    line-height: 1em;
    margin: 0;
    padding: 5px 0;
}

.widget ul li:last-child {
	border:0;
}

.widget ul li a {
    font-size: 0.8em;
    line-height: 1em;
    text-decoration: none;
}

article .entry-content ul li {
    list-style-type: disc;
}

article .entry-content ol li {
    list-style-type: decimal;
}
