/* Elements */
body {
	padding-top: 20px;
	padding-bottom: 20px;
}

h4 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/* ids */
#backtype-box {
	margin-top: 20px;
	margin-bottom: 20px;
}

#body {
	padding-top: 30px;
	padding-left: 40px;
	padding-right: 40px;
	width: 860px;
}

#current-posts {
	float: right;
	width: 59%;
}

#highlights {
	float: left;
	width: 36%;
}

#footer {
	width: 900px;
	padding-left: 20px;
	padding-right: 20px;
}

#footer_bottom {
	width: 940px;
	height: 30px;
}

#footer-left-column {
	float: left;
	padding-left: 100px;
	width: 300px;
	text-align: right;
}

#footer-right-column {
	float: right;
	padding-right: 100px;
	width: 300px;
}

#footer_top {
	width: 940px;
	height: 40px;
}

#header {
	height: 190px;
	width: 940px;
	cursor: pointer;
}

#rss-box {
	margin-top: 30px;
}

/* classes */
.clear {
	clear:both;
}

.full-post {
	width: 85%;
}

.full-post .post-info {
	margin-top: 15px;
	margin-bottom: 15px;
}

.more-thoughts {
	padding: 5px 15px 5px 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#current-posts .post {
	margin-bottom: 30px;
}

.post-author {
	float: left;
	padding-left: 5px;
}

.post-backlink {
	padding-bottom: 20px;
}

.post-category {
	float: left;
	padding-left: 5px;
}

#current-posts .post-comments {
	float: left;
	padding-left: 5px;
}

.post-date {
	float: left;
	padding-left: 5px;
}

#current-posts .post-excerpt {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.post-info {
	padding: 5px 5px 5px 5px;
}

.post-share-headline {
	margin-bottom: 0px;
}

.post-subtitle {
	margin-top: 0px;
	padding: 10px 15px 10px 15px;
	margin-left: 15px;
}

.post-title {
    line-height: 30px;
	margin-bottom: 5px;
}

#footer-left-column .item {
	padding-bottom: 10px;	
}