/*
 * Overall Layout
 */
#header {
	text-align: center;
	border-bottom: 0.7em solid;
	padding: 3em;
}

#primary
{
	padding: 1.0em 0.5em 1.0em 1.0em;
}

#primary .content
{
	margin: 1.0em;
}

#secondary .widgets
{
	margin: 1.5em;
}

body #primary .content
{
	font-size: 1.3em;
	line-height: 1.8em;
}

.clear {
	clear: both;
}

#subscribe
{
	position: absolute;
	right: -60px;
	top: 10px;
}

/*
 * Widget styling
 */
body #secondary .widgets 
{
	font-size: 1.25em;
	line-height: 1.8em;
}
 
.widgets h2 
{
	text-transform: uppercase;
	margin-top: 2em;
}

.widgets ul {
	border-top: 1px solid;
	font-size: 0.95em;
}

.widgets li {
	border-bottom: 1px solid;
}

/*
 * Date formatting
 */
.date 
{
	position: absolute;
	width: 4em;
	left: -4em;
	padding: 0.5em 0;
	text-align: center;
	line-height: 1.6em;
}

.date .day {
	font-size: 2.0em;
	line-height: 1.0em;
	display: block;
}

.post .date 
{
	font-size: 1.0em;
}

.comment .date 
{
	font-size: 0.8em;
}

/*
 * Post formatting
 */
.post {
	margin-top: 4em;
}
.post-content {
	//border-bottom: 1px solid;
}

.comments-link {
	display: block;
	text-align: right;
}

.more-link {
	display: block;
	text-align: right;
}

/*
 * comment formatting
 */
.comment {
	clear: both;
}
.comment .avatar {
	float: right;
	margin: 0.5em;
	border: 2px dashed;
	padding: 0.2em;
}
.comment-date {
	text-transform: none;
	font-weight: normal;
	font-style: italic;
}

.comment  {
	padding: 0.8em;
	margin: 1.0em 0.5em;
	border-top: 1px solid;
	border-bottom: 1px solid;
}
.content .comment h4 {
	width: 22em;
	margin: 0.6em 0.2em;
	padding: 0.4em;
	border-bottom: 1px solid;
}

.content .comment h4 a {
	text-decoration: underline;
}

#commentform p+p {
	text-indent: 0;
}

#commentform input {
	margin: 0.5em;
}

#commentform textarea {
	margin: 0.5em;
	width: 95%;
}
/* 
 * Footer
 */
#footer .content{
	margin: 1em;
	padding: 2.0em;
	border-top: 1px solid;
}
