/*  File: blogs.css         */
/*  By:   Jeremy Tredway    */
/*  Ver:  2008-09-28        */


#blog_left {
	float: left;
	padding-top: 20px;
	width: 260px;
}
#blog_right {
	float: left;
	padding-top: 20px;
	width: 640px;
}

.blog_module {
	margin-bottom: 2em;
}

#blog_left .disabled {
	visibility: hidden;
}

.comment_count {
	display: none;
}

.meta {
	color: #777;
	font-size: 11px;
}

.byline {
	display: none;
	margin-bottom: .5em;
}


/* archive elements */

.archive_title {
	display: none;
	color: #777;
	margin-bottom: 1em;
}


/* blog post elements */


.post {
	border-bottom: 1px solid #ddd;
	margin: 1em 0;
	padding-bottom: 1em;
}

.post h1 a:link,
.post h1 a:visited,
.post h1 a:hover {
	color: #111;
	text-decoration: none;
}

.entry_tags {
	margin: 2em 0 1em 0;
}

.entry_footer {
	border-top: 1px solid #ccc;
	margin: 1em 0 2em 0;
	padding-top: 1em;
	text-align: right;
}

.byline a:link,
.byline a:visited {
	color: #777;
	text-decoration: none;
}
.byline a:hover {
	color: #000;
	text-decoration: underline;
}


/* comment elements */

#comment_list li {
	background-color: #ddd;
	font-size: 11px;
	list-style: none;
	margin: 0 0 1.5em 0;
	padding: .5em;
}
#comment_list li.alt {
	background-color: transparent;
}
#comment_list li h4 {
	font-weight: bold;
}
#comment_list li h4 .date {
	font-weight: normal;
}
.comment_entry p {
	padding: 0 0 .5em 0;
}

#comment_form {
	margin: 1em 0;
}
#comment_form legend {
	color: #111;
	font-size: 18px;
	margin: 0;
	padding: 0;
	text-indent: 0;
}
#comment_form ul {
	list-style: none;
}
#comment_form li {
	clear: both;
	float: none;
	margin: .5em 0;
	padding: 0;
}
#comment_form li label {
	display: block;
	float: left;
	width: 100px;
}
#comment_form li input,
#comment_form li textarea {
	display: block;
	float: left;
	font-size: 11px;
	padding: 1px;
	width: 250px;
}
#comment_form li #submit {
	background: transparent url("/img/buttons/submit.png") no-repeat 0 0;
	border: none;
	cursor: pointer;
	display: block;
	height: 25px;
	margin: 1em 0 1em 100px;
	width: 104px;
	text-indent: -999em;
}

#comment_form li:after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
}

.comment-page-numbers {
	padding: 0 0 2em 0;
}
.comment-page-numbers strong,
.comment-page-numbers a {
	border: 1px solid #ddd;
	margin: 0 5px 0 0;
	padding: 2px 5px;
	text-decoration: none;
}
.comment-page-numbers strong {
	background-color: #eee;
}
.comment-page-numbers .previous-comment-page,
.comment-page-numbers .next-comment-page {
	border: none;
	margin: 0;
	padding: 2px 0;
}
.comment-page-numbers .next-comment-page {
	margin: 0 5px 0 0;
}
.comment-page-numbers .show-all {
	border: none;
	display: block;
	float: right;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}
