#pagetop_black
{
	height: 50px;
	background-color: none;
	z-index: 1;
}

#blog-header
{
	width:939px;
	height:50px;
	margin:10px 0 5px 0;
	background:url(images/pinnacle-blog.jpg) no-repeat left top;
}

#searchform 
{
	display:block;
	float:right;
	height:36px;
	padding:14px 20px 0 27px;
	margin:0;
	background:url(images/search-bg.jpg) no-repeat left bottom;
}

#searchform label
{
	font-weight:bold;
	letter-spacing:-1px;
	font-size:11pt;
}

a
{
	color:#666;
}

a:hover
{
	color:#A6CE39;
}

a.comments_link
{
	background:url(images/comment.png) no-repeat left center;
}

h2
{
	font-size:24px;
	letter-spacing:-1px;
	margin:0;
	padding:0;
	border-bottom:1px solid #C8C8C8;
	color:#A6CE39;
}

h2.pagetitle
{
	border:none;
	color:#333;
	font-size:22px;
	padding-bottom:15px;
}

h2 a
{
	color:#A6CE39;
	text-decoration:none;
}

.post_date
{
	color:#999999;
	font-size:14px;
	text-transform:lowercase;
	letter-spacing:-1px;
	font-weight:bold;
}

.post_info
{
	color:#ccc;
	font-size:9pt;
	padding:2px 0 0 0;
}

.post_info a
{
	color:#ccc;
	font-weight:bold;
}

/*sidebar*/

#sidebar
{
	padding:15px 10px 0 10px;
}

.blog_sidebar_section
{
	padding:0 0 20px 0;
}

#sidebar ul
{
	margin:0;
	padding:0;
	list-style:none;
}

#sidebar ul li
{
	border-top:1px dashed #F0E9E1;
	padding:4px 0 4px 0;
	font-size:9pt;
	color:#333;
}

#sidebar ul li a
{
	color:#333;
}

#sidebar ul li a:hover
{
	color:#666;
}

#sidebar h2
{
	color:#333;
	font-weight:bold;
	font-size:11pt;
	letter-spacing:-1px;
	border:none;
	padding:0 0 0 0;
}

/*post view*/

h3.comments
{
	border-bottom:1px dashed #999999;
	color:#999999;
	letter-spacing:-1px;
}

/*comments*/

.commentlist
{
	margin:0;
	padding:0;
	list-style:none;
}

.comment-body
{
	background-color:#f2f2f2;
	padding:6px;
	margin:0 0 10px 0;
}

.comment-author a
{
	font-weight:bold;
	text-decoration:none;
	color:#056561;
	font-size:11pt;
	letter-spacing:-1px;
}

.author_no_link
{
	font-weight:bold;
	color:#656565;
	font-size:11pt;
	letter-spacing:-1px;
}

.commentmetadata
{
	font-size:8pt;
}

.commentmetadata a
{
	text-decoration:none;
	color:#024067;
}

.comment-text
{
	background-color:#fff;
	font-size:9pt;
	padding:4px;
	margin:4px 0 0 0;
}

#commentform label
{
	font-weight:bold;
}

.blog_required
{
	color:#990000;
}

.blog_form_field
{
	width:400px;
	font-size:11pt;
	color:#333;
}

.blog_form_field.textarea
{
	font-size:10pt;
}