/****************************************
 *	Structural elements					*
 ****************************************/
#page {
	background: #FAF9F5 url('images/background-page.png') center top repeat-y;
}

#content {
	margin: 0 0 0 250px;
	width: 635px;
}

#sidebar-secondary {
	display: none;
}

#comments {
	width: 500px;
}



/****************************************
 *	Post elements						*
 ****************************************/
.post-body {
	background: none;
	margin-top: 0px;
	padding-top: 0px;
}



/****************************************
 *	Metadata elements					*
 ****************************************/
.post-metadata-bottom {
	background: url('images/dots.gif') no-repeat;
	margin-top: 0;
	padding-top: 15px;
}



/****************************************
 *	Comment elements					*
 ****************************************/
#comments .heading {
	display: block;
	margin-top: 30px;
}

#comments ul.comment-list,
#comments ol.comment-list {
	list-style-position: inside;
	margin-left: 30px;
	overflow: hidden;
}

#comments .comment-list {
	
}

#comments .comment {
	clear: both;
	padding: 2px .5em 1px 1em;
}

#comments .comment-list li {
}

#comments .comment-list .even {
	background: #F9F9F0;
}

#comments .comment-list .alt {
	background: transparent;
}

.comment-author {
	display: inline;
}

#comments .comment-list .bypostauthor { /* To emphasize replies from the author */
	background: #E2E0C6;
}

#comments .comment-number {
	display: inline;
}

#comments .comment-number a {
	color: ;
	text-decoration: none;
}

#comments img.avatar {
	border: 0;
	float: right;
	margin: 5px 10px 5px 0px;
}

#comments cite.fn {
	font-style: normal;
}

#comments .comment-content {
	
}

#comments .reply {
	display: none;
}

#comments .trackback-list {
	margin-left: 20px;
}

#comments #respond {
	padding-left: 30px;
}

#comments #respond .heading {
	margin-left: -30px;
}

#comments .navigation {
	color: #838383;
}

#comments .navigation a {
	background:#fff;
	border:1px solid #e5e5e5;
	color:#838383;
	margin:0 5px 0 0;
	padding:4px 8px 4px 8px;
	text-decoration:none;
}

#comments .navigation a:hover {
	border:1px solid #000000;
	color: #000000;
	text-decoration:none;
}

#comments .navigation span.current {
	background: #e5e5e5;
	border:1px solid #000000;
	color: #000000;
	font-size:85%;
	margin:0 5px 0 0;
	padding:4px 8px 4px 8px;
}

#comments textarea#comment {
	width: 100%;
}



/****************************************
 *	Footer elements						*
 ****************************************/
#footer {
	background: transparent url('images/background-footer.png') center top no-repeat;
}