/* @override 
	http://crosswaychurch.cpmpreview.com/css/blog.css
	http://www.keenecrossway.org/css/blog.css
*/

#blog #main {
   position: relative;
}
#detail				{ position:relative; }
#blog #subscribe	{ position:absolute; top:23px; right:50px; }
#detail #subscribe	{ position:absolute; top:4px; right:0; margin:0; }


/* POST LIST */
#main .post h4		{ font-size:17px; font-weight:normal; margin:9px 0 0; padding-bottom: 2px; width:65%; }
#main .post p.byline{ font-size:13px; color:#71706a; margin:0 0 7px; }
.post h3 { margin-bottom: 4px !important;}
.post { border-bottom: 1px solid #eee; }

/* COMMENTS */
#comments			{ padding-top:50px; }
#comments textarea	{ width:65%; height:100px; margin-bottom:2em; }
#comments input		{ font-size:1.3em; font-family:georgia, times, serif; }
#comments label		{ display:block; font-size:1.5em; font-family:georgia, times, serif; font-weight:bold; margin-bottom:1em;  }

.comment			{ padding:10px 0; }
.comment h5			{ font-size:1.3em; font-family:georgia, times, serif; }
.comment h5 span	{ font-style:italic; }

#blog #main h2.blogtitle{
   padding-top: 40px;
}

#post-comment-form {
	width: 500px;
	margin: 5em 0;
	padding: 15px;
	background: #eee;
}

#blog #post-comment-form h3 {
	margin: 0 0 20px;
	border: 0;
	padding: 0;
	font-size: 17px;
	color: #343d43;
}

#post-comment-form label {
	display: inline-block;
	width: 88px;
	font-size: 13px;
	color: #998a7c;
	font-weight: bold;
	vertical-align: top;
	padding-top: 8px;
}

#post-comment-form input,
#post-comment-form textarea {
	width: 360px;
	height: 21px;
	padding: 4px;
	border: 1px solid #ddd;
	margin-bottom: 8px;
	vertical-align: middle;
}

#post-comment-form textarea {
	height: 100px;
}

#post-comment-form input.submit {
	width: auto;
	height: auto;
	clear: both;
	float: none;
	border: auto;
	background: auto;
	margin-left: 88px;
}

p#blog-feed {
	margin: 0 0 1em;
}

p#blog-feed a {
	font-size: 11px;
	color: #333;
	padding-left: 20px;
	background: url(/images/media/feed_icon.png) no-repeat 0 1px;
	display: block;
	padding: 2px 2px 2px 20px;
	text-decoration: none;
}

p#blog-feed a:hover {
	text-decoration: underline;
}

p.date { margin: 0 !important; font-size: 10px !important; font-weight: bold !important; }
