#blog   { margin: 0 auto; width: 830px; }
#stats  { float: right; width: 200px; }

.blog-empty
{
	width: 600px;
	height: 60px;
	border: 1px solid #000;
	margin: 100px auto 100px auto;
}

.blog-empty h2
{
	font-size: 20px;
	text-align: center;
	margin-top: 15px;
}

.commentbar
{
	display: block;
	padding: 3px;
	background-color: #CCC;
	border: 1px solid #999;
	height: 20px;
	width: 665px;
	font-weight: bold;
	margin-left: 5px;
}

.commentbar
{
	background: url(images/blog/pencil.png) no-repeat;
	background-position: 590px 4px;
	padding-right: 25px;
	width: 584px;
}

.block_header
{
	background: url(../../graphics/bg.jpg) repeat 0 35px;
	border: 1px solid #000;
	color: #FFFFFF;
	height: 16px;
	padding: 2px;
	font-weight: bold;
}

.block_header a { float: right; border: none; }

.block_content
{
	border: 1px solid #000;
	border-top: none;
	padding: 2px;
	margin-bottom: 10px;
	background-color: #F0F0F0;
}

.blog_entry
{
	background-color: #F0F0F0;
	border: 1px solid #999999;
	margin: 0px 0px 20px 5px;
	padding: 6px;
	width: 600px;
	line-height: 17px;
}

.commentcount
{
	float: right;
	background: url(images/blog/comments.png) no-repeat 0px 2px;
	padding-left: 20px;
}

.blog_entry h3
{
/*
	background: url(images/icons/folder_page_white.png) no-repeat;
	padding: 0px 0px 3px 25px;
*/
	padding-bottom: 3px;
	padding-left: 3px;
	border-bottom: 1px solid #000;
	font-weight: bold;
	font-size: 16px;
	display: block;
}

.blog_entry h3 a,
.blog_entry h3 a:active,
.blog_entry h3 a:visited { border: none; color: #000; }

.blog_date
{
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 15px;
	padding-top: 2px;
	background: url(images/blog/calendar.png) no-repeat 0px 2px;
	padding-left: 20px;
}

.blog_date a { border: none; }

.blog_entry_footer
{
	/* background: url(images/icons/bullet_orange.png) no-repeat #CCC; */
	background: url(../../graphics/bg.jpg) repeat -20px 95px;
	padding: 3px 3px 3px 17px;
	border: 1px solid #999;
	color: #000;
	margin-top: 10px;
	font-size: 10px;
}

.blog_entry_footer span { float: right; }
.blog_entry_footer a    { border: none; font-weight: bold; }

.blog_comment_wrapper
{
	margin: 10px 0px 0px 5px;
	border: 1px solid #999999;
	width: 600px;
	padding: 6px;
	background-color: #F0F0F0;
}

.blog_comment_wrapper div input,
.blog_comment_wrapper div textarea,
.blog_comment_wrapper span { float: left; }

.blog_comment_wrapper p    { line-height: 17px; }

#commentform input,
#commentform textarea      { float: right; }

.comment-title
{
	background: url(../../graphics/bg.jpg) repeat -20px 95px;
	font-size: 12px;
	height: 20px;
	padding: 5px 5px 2px 5px;
	border: 1px solid #000;
	margin-bottom: 10px;
}

.blog_comment h3           { font-size: 12px; }

.viewmore                  { font-weight: bold; padding: 10px 0px 5px; }

#blog_recent_posts a,
#blog_cats a               { color: #000000; border: none; }

.postcomment
{
	text-align: right;
	margin: 10px 0px 5px;
	font-weight: bold;
	width: 620px;
}

#commentform         { display: none; }
#commentform div div { padding: 5px; }

#con_code            { margin-bottom: 5px; }
#con_subject,
#con_name,
#con_url             { height: 23px; }

#con_subject input,
#con_name input,
#con_url input       { width: 350px; }

.blog_form_border    { border: 1px solid #F0F0F0; }

#social              { padding: 5px; vertical-align: top; }

#social a,
#social a:active,
#social a:visited    { float: right; border: 0px; }

.code
{
	margin: 3px auto 0px auto;
	width: 590px;
	border: 1px inset #000000;
	padding-left: 7px;
	background-color: #FFFFFF;
	overflow: auto;
	text-align: left;
	font-family: "Courier New", Courier, monospace;
}

.quote
{
	background-color: #fff;
	font-style: italic;
	border: 1px inset;
	padding: 5px;
	margin: 3px auto 0px auto;
	width: 590px;
}

.bb_h1, .bb_h2, .bb_h3, .bb_h4, .bb_h5, .bb_h6, .bb_h7
{
	margin: 1px;
}