body {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	margin: 0;
	padding: 0;
	color: #3e3e3e;
}
p, li {
	text-align: justify;
	font-size: 11pt;
	line-height: 1.8em;
}
li {
	text-align: left;
}

a {
	color: #2e7ed1;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
strong, em {
	background-color: #eef;
}
abbr {
	border-bottom: 1px dashed #2e7ed1;
	cursor: help;
}
#container {
	width: auto;
	margin: 75px 105px 15px 240px;
}

h1, h2, h3, h4, h5, h6 {
	color: #717171;
}
#header {
	position: relative;
}
#header h1 {
	color: #717171;
	font-size: 22pt;
	margin: 0;
	letter-spacing: 0.05em;
	font-weight: bold;
}
#header h2 {
	color: #717171;
	font-weight: normal;
	font-style: italic;
	font-size: 12pt;
	margin: 0;
	letter-spacing: 0.1em;
}
#header h2 a {
	color: #717171;
	text-decoration: none;
}
#header h2 a:hover {
	text-decoration: underline;
}
#logo {
	position: absolute;
	top: -5px;
	left: -140px;
	border: none;
}

#pageBody {
	margin: 45px 0 0 0;
	position: relative;
}
#pageBody:after {
	content: '.';
	height: 0px;
	visibility: hidden;
	display: block;
	clear: both;
}

#blogBody {
	width: auto;
	padding: 0 25px 20px 0;
	margin-right: 240px;
}
#sidebar {
	position: absolute;
	font-size: 9pt;
	top: -20px;
	right: 0px;
	width: 191px;
	padding: 20px 20px 0 20px;
	background-color: #eee;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}
#sidebar p {
	width: 100%;
	overflow: auto;
	text-align: left;
	font-size: 9.5pt;
}
#sidebar li {
	font-size: 9.5pt;
}
#sidebar img {
	width: 191px;
}
.post {
	margin-bottom: 35px;
}
.post.mini {
	background-color: #fff9e0;
	padding: 1.3em;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}
.sentry {
	margin-bottom: 25px;
}

#postNav {
	line-height: 22px;
	font-size: 10pt;
	background-color: #eee;
	padding: 5px 10px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}
#postNav p {
	margin: 0;
	padding: 0;
}
#postNav .oldPosts {
	float: left;
}
#postNav .newPosts {
	float: right;
}
#postNav:after {
	content: '.';
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}

#pageBody h2 {
	margin: 0 0 0.5em 0;
	font-size: 16pt;
}

.meta {
	line-height: 22px;
	font-size: 10pt;
	background-color: #eee;
	padding: 5px 0 5px 10px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}
.meta cite, .meta .date {
	margin-right: 15px;
}
.meta cite {
	background: transparent url('author.png') no-repeat center left;
	padding-left: 25px;
}

.meta .date {
	background: transparent url('date.png') no-repeat center left;
	padding-left: 25px;
}

.meta .cInfo {
	background: transparent url('comments.png') no-repeat center left;
	padding-left: 25px;
}

/* Comments */
.comments ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.comments li {
	padding: 15px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	margin-bottom: 15px;
}
.comments li h3 {
	margin-top: 0;
	font-size: 13pt;
}

.comments li.odd {
	background-color: #ddd;
}
.comments li.even {
	background-color: #eee;
}

.comments li.odd .meta {
	background-color: #ccc;
}
.comments li.even .meta {
	background-color: #ddd;
}

.comments li .avatar {
	float: right;
	margin: 0 0 20px 20px;
	height: 72px;
	width: 72px;
}
.comments li:after {
	content: '.';
	visibility: hidden;
	height: 0;
	clear: both;
	display: block;
}

.commentForm {
	margin-top: 25px;
	background-color: #eee;
	padding: 15px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	position: relative;
}
.commentForm textarea {
	width: 100%;
}
