﻿/******************* Posts ********************/
.post 
{
	clear:both;
}
.post-sep 
{
	height:1px;
	line-height:0.1px;
	border-top:1px solid #ccc;
	margin:1em 0 2em 0;
}
/* Post Body */
.post .post-title 
{
	font-weight:normal;
	font-family:Tahoma, Verdana, Arial, Sans-Serif;
	font-size:32px;
	line-height:1.1em;
	clear:both;
	text-align:left;
	margin:0;
}
.post .post-title a 
{
	color:#BC3535;
	text-decoration:none;
}
.post .post-title a:hover 
{
	text-decoration:underline;
}
/* Footer */
.post .post-footer h4 
{
	margin:0;
	text-transform:lowercase;
	font-variant:small-caps;
}

.post .post-content 
{
	color:#333;
	clear:both;
	font-size:1.3em;
	margin:1em 0;
}
/* Meta Data */
.post .post-metadata 
{
	margin:1em 0 0 0;
	color:#124e6b;
}
.post .post-metadata a 
{
	color:#333;
}
.post .post-metadata a:hover
{
	text-decoration:none;
}

/******************* Comments ********************/

.comment-hdr 
{
	font-weight:normal;
	
}
.comment-tools 
{
	border:1px solid #ccc;
	padding:4px;
	margin:1em 0;
}

.comment 
{
	background:#f2f2f2 url(/lib/img/round-grey-top-l.gif) no-repeat left top;
	position:relative;
	margin:0 0 1em 0;
}
.comment.author 
{
	background:#f5e9a5 url(/lib/img/round-orange-top-l.gif) no-repeat left top;
}
.comment .comment-body
{
	float:left;
	width:540px;
	background:url(/lib/img/round-grey-top-r.gif) no-repeat right top;
	min-height:30px;
}
.comment.author .comment-body 
{
	background:url(/lib/img/round-orange-top-r.gif) no-repeat right top;
}
.comment .comment-content 
{
	margin:0;
	font-size:1.1em;
	line-height:140%;
	padding:1em;
	background:url(/lib/img/round-grey-bottom-l.gif) no-repeat left bottom;
}
.comment.author .comment-content 
{
	background:url(/lib/img/round-orange-bottom-l.gif) no-repeat left bottom;
}
.comment .comment-metadata 
{
	position:absolute;
	bottom:0;
	right:0;
	background:white url(/lib/img/comment-talk-tail.gif) no-repeat bottom left;
	width:180px;
	margin:0;
	padding:0;
	vertical-align:bottom;
	height:100%;
}
.comment.author .comment-metadata 
{
	background:white url(/lib/img/comment-talk-tail-orange.gif) no-repeat bottom left;
}
.comment .comment-metadata h3
{
	position:absolute;
	bottom:0;
	margin:0 0 0 30px;
	font-weight:normal;
	font-size:1em;
	text-align:right;
}
.comment .comment-metadata h3 span 
{
	font-size:1.1em;
}
.comment .comment-metadata h3 a:hover 
{
	text-decoration:none;
}

.post-comment-left 
{
	width:50%;
	float:left;
}
.post-comment-right
{
	width:50%;
	float:left;
}
textarea.post-comment-msg 
{
	width:90%;
	height:150px;
}
.post-comment-right input 
{
	width:90%;
	height:40px;
	font-size:2em;
}

#post-comment-approval p
{
	display:none;
	background:#f4f4f4;
	border:1px solid #ccc;
	padding:7px;
}