/* @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; }

/* 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;
}

