body {
	background: #fff url(../images/backgrounds/blog.jpg) no-repeat fixed;
}

#logo {
	top: 70px;
	left: 100px;
}

#menu ul {
	line-height: 19px;
}

#content-area {
	float: none;
	display: block;
	margin-left: 200px;
}
#content-area #content {
	float: left;
	margin: 80px 40px 0 220px;
	width: 75%;
}
.entry {
	margin-top: 10px;
}

#comment {
	width: 400px;
}
.navigation {
	height: 40px;
}

h1 {
	color: #000;
	font-size: 24px;
}
h2 {
	text-align: left;
	margin-bottom: 0;
}
.blog h1 a {
	text-decoration: none;
	font-size: 18px;
}
.blog h1 a:hover {
	text-decoration: underline;
}
.date-author {
	margin: 6px 0 4px;
	text-indent: 40px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

.post {
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.read-more {
	text-transform: uppercase;
	text-decoration: none;
}

.entry p {
	text-indent: 40px;
	margin: 0 0 14px;
}

.addtoany_share_save_container {
	width: 200px;
}

li.alt {
	position: relative;
	left: auto;
}
