/* @override http://www.lifehousekyle.org/_css/blog.css */

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


/* POST LIST */

#blog-description{
   margin: 10px 0 20px;
}
#text .post h4		{ font-size:17px; font-weight:normal; margin:9px 0 0; padding-bottom: 2px; width:65%; }
#text .post p.byline{ font-size:13px; color:#71706a; margin:0 0 7px; }

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

.comment			{ padding:10px 0; }
.comment h5			{ font-size:1.3em;}
.comment h5 span	{ font-style:italic; }

#sideblog{
   margin-bottom: 20px;
   padding: 0 15px;
}

