.post_comments
{
    margin-top:10px;
    padding-left:10px;
    padding-right:10px;
}

.post_comments h3
{
    font-size:14px;
    font-weight:bold;
    color:black;
    padding-bottom:10px;
    padding-top:10px;
}

div.stats table
{
    font-size:8pt;
    text-align:center;
    border-collapse:collapse;
    width:100%;
}

div.blog-header
{
    font-size:12px;
}

div.stats table tr th
{
    background-color:black;
    color:white;
}

div.stats table tr td
{
    padding:3px;
    background-color:Silver;
}

div.comments table
{
    font-size:8pt;
    text-align:center;
    border-collapse:collapse;
    width:100%;
}

div.comments table tr td
{
    padding:3px;
    background-color:Silver;
}

div.comments table tr th
{
    background-color:black;
    color:white;
}

.spam td
{
    font-weight:bold;
    color:red;
}

.date_tags
{
    font-size:9pt;
}

.comment_link
{
    font-size:8pt;
    text-decoration:underline;
    cursor:pointer;
}

.comment_summary
{
    font-style:italic;
    font-weight:200;
    font-size:10pt;
    border-top:2px solid Black;
    border-bottom:2px solid Black;
    background-color:#d4340c;
    padding:3px;
    color:black;
}

.author
{
    background-color:Silver;
}

.comment_field_with_margin
{
    margin-right:5px;
}

.comment_field
{
    font-size:12pt;
    padding-bottom:5px;
}

.float_left
{
    float:left;
}

.posts
{
    clear:both;
}

.post
{
    margin-bottom:15px;
}

.search-form
{
    margin:0;
    padding:0;
}

.search-results
{
    clear:both;
    font-size:10px;
    color:Blue;
    padding:5px;
    margin:0;
}

div.post_body
{
    margin-bottom:5px;
    padding:10px;
}

.rss
{
    float:left;
    padding:0;
    margin:0;
    margin-left:5px;
}

.search-container
{
    float:right;
    padding:0;
    margin:0;
    margin-right:10px;
}

.comment
{
    padding:5px;
}

div.paged
{
    text-align:center;
    font-weight:bold;
    font-size:12pt;
}

.popup
{
	position:absolute;
	top:75px;
	left:75px;
	background-color:white;
	border-top:1px solid Grey;
	border-left:1px solid Grey;
	border-bottom:4px solid Grey;
	border-right:4px solid Grey;
}

.close
{
	float:right;
	background-image:url(closebutton.gif);
	background-color:#DCDCDC;
	background-repeat:no-repeat;
	width:20px;
}

p.errors
{
	color:red;
	padding:0;
	margin:0;
}

p.success
{
	color:green;
	padding:0;
	margin:0;
}

.popup div.content
{
	padding:10px;
}

.popup p
{
	font-size:10px;
}

.popup div.top
{
	background-color:#DCDCDC;
	padding:5px;
	cursor:move;
	font-weight:bold;
	height:25px;
}

.popup div.bottom
{
	background-color:#DCDCDC;
	padding:5px;
	margin-top:5px;
	height:25px;
}

.popup p.notice
{
	font-style:italic;
}