

/*------------blog.css----------*/

h2 {
	padding-bottom:0;
}
.post-summary {
	margin:0;
	padding:5px 20px 25px 0;
}
.post-summary p {
	margin:0 !important;
}
.post-summary h2 {
	margin:0;
	padding:0;
	font-size:16px;
	line-height:22px;
}
.post-summary p.byline {
	padding:0;
	font-size:11px;
	color:#848484;
}
.post-summary p.comments {
	padding:8px 0 3px 0;
	font-size:12px;
	font-weight:bold;
}
.post-summary p.comments a {
	font-weight:bold;
	padding:0px 15px 0px 0px;
	background:url(/images/icons/quote.gif) 100% 0 no-repeat;
}
.post-summary p.summary {
	padding:0;
}
#post {
	margin:0;
	padding:0;
	width:700px;
}
#post p#byline {
	margin:0 0 20px 0 !important;
	padding:0;
	font-size:11px;
	color:#848484;
}
#post div#content {
	margin:0;
	padding:0 20px 20px 0;
}
#post #comments h3,
#post #comment-form h3 {
	margin-bottom:5px;
}
#post #comments div.comment {
	width:100%;
	margin:0;
	padding:0;
	background:#eee url(/images/blog_grey_top.gif) 0 0 no-repeat;
}
#post #comments div.comment div.body {
	margin:0;
	padding:15px;
}
#post #comments div.comment div.text {
	margin:0;
	padding:15px;
	border:solid 1px #909090;
}
#post #comments div.comment div.byline {
	margin:0;
	padding:5px 0 30px 20px;
	background:#fff url(/images/blog_grey_btm.gif) 0 0 no-repeat;
	font-size:11px;
	color:#e7362e;
}
#post #comments div.comment div.byline span.date {
	color:#333;
}
#post #comments div.author {
	background:#9e230e url(/images/blog_red_top.gif) 0 0 no-repeat;
}
#post #comments div.author div.text {
	color:#fff;
}
#post #comments div.author div.byline {
	background:#fff url(/images/blog_red_btm.gif) 0 0 no-repeat;
}

div#blog-sidebar h3 {
	margin:0;
	padding:20px 0 0 0;
	color:#000;
	font-size:18px;
}
div#blog-sidebar h3.first {
	padding:8px 0 0 0;
}
div#blog-sidebar p {
	margin-top:15px;
}
div#blog-sidebar select {
	margin-top:5px;
}

div.comments-closed {
	margin:0;
	padding:0 20px;
	background:url(/images/form_bg.gif) 0 0 repeat-y;
}

fieldset {
	margin:20px auto 30px auto;
}

div#user-notice {
	margin-top:20px;
}
p.no-posts-instructions {
	margin-top:15px !important;
}
p.feed-link {
	margin-bottom:30px !important;
}
div.banner-image {
	margin:20px 0;
}
