#blog-sidebar
{
	width: 180px;
	float: right;
	border-left: 1px solid #e3e3e3;
	padding-left: 20px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	margin-top: 10px;
}

#blog-sidebar h2
{
	background: none;
	color: black;
	width: auto;
	height: auto;
	margin: 0px;
}

#blog-sidebar ul.clean li
{
	margin-bottom: 7px;
}

#blog-content
{
	float: left;
	width: 440px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	padding-bottom: 50px;

}

#blog-content h1
{
	color:#3B8835;
	font-size:20px;
	
}

#blog-content h2, #blog-sidebar h2
{
	color:#1D4E8C;
	font-size:16px;
	font-weight:normal;
	background: none;
	line-height: 19px;
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: 25px;
}

#blog-sidebar h2
{
	padding:15px 0 4px;
	margin: 0px;
}


.blogs
{
	color: #808080;
}
.blogs .blog h1 a
{
	color: #3B8835;
	text-decoration: none;
}
.blogs .blog h1 a:hover
{
	text-decoration: underline;
}
.blogs .blog 
{
	padding-bottom: 50px;
	clear: both;
}
.blogs .blog .details .author
{
	float: left;
	padding-right: 15px;
}
.blogs .blog .details .date-time
{
	clear: both;
}
.blogs .blog .categories
{
	padding-bottom: 8px;
}

.blog-post
{
	color: #808080;
}
.blogs label,
.blog-post label
{
	font-family:Arial;
	font-size:13px;
	font-weight:bold
}
.blogs .blog .content,
.blog-post .content
{
	padding-top: 8px;
}
.blog-post .actions 
{
	float: right;
	white-space: nowrap;
	clear: both;
	text-align: right;
	padding-left: 50px;
}
.blog-post .details .author
{
	float: left;
	padding-right: 15px;
}
.blog-post .details .date-time, .blog-post .date-time
{
	clear: both;
	
	font-family:Arial;
	font-size:13px;
}
.blog-post .comment-info
{
	clear: both;
}
.blog-post .comment-info .comment-count
{
	float: left;
	padding-right: 15px;
}
.blog-post .comment-info .comment-post
{
	float: left;
}
.blog-post .comment
{
	padding-left: 20px;
	padding-bottom: 10px;
}
.blog-post .comment h3
{
	margin-top: 0;
	padding-top: 10px;
	margin-bottom: 0;
}
.blog-post .leave-a-comment
{
	line-height: 16px;
	background: url(../images/cms/comments.gif) no-repeat top left;
	padding-left: 20px;
}
.blog-post #blog_comments
{
	padding-bottom: 15px;
}

.blog-side-bar
{
	position: relative;
	clear: both;
	float: left;
}
.blog-side-bar form
{
	padding-left: 30px;
	padding-bottom: 8px;
}
.blog-side-bar .sub
{
	display: none;
	position: absolute;
	border: 1px solid #E0E8D2;
	background-color: #E0E8D2;
	left: 162px;
	top: 0;
	z-index: 1000;
	width: 150px;
	text-align: left;
}

.blog-side-bar .blog-categories
{
	position: relative;
	margin: 0 auto;
	height: 45px;
	width: 162px;
	background: url(../images/layout/btn-categories.jpg) no-repeat top left;
	padding-bottom: 8px;
}
.blog-side-bar .blog-categories:hover
{
	background-image: url(../images/layout/btn-categories-ro.jpg);
}
.blog-side-bar .blog-categories:hover .sub
{
	display: block;
	back1ground-color: #89b2c0;
}
#nav .blog-side-bar .blog-recent ul,
#nav .blog-side-bar .blog-categories ul
{
	margin: 0;
	padding: 0 8px;
	list-style-type: none;
}
#nav .blog-side-bar .blog-recent ul li,
#nav .blog-side-bar .blog-categories ul li
{
	margin: 0;
	padding: 0;
	text-align: left;
}
#nav .blog-side-bar .blog-recent ul li a,
#nav .blog-side-bar .blog-categories ul li a
{
	text-transform: none;
	line-height: 23px;
}
.blog-side-bar .blog-recent
{
	position: relative;
	margin: 0 auto;
	height: 45px;
	width: 162px;
	background: url(../images/layout/btn-recent-posts.jpg) no-repeat top left;
	padding-bottom: 8px;
}
.blog-side-bar .blog-recent:hover
{
	background-image: url(../images/layout/btn-recent-posts-ro.jpg);
}
.blog-side-bar .blog-recent:hover .sub
{
	display: block;
	backgr1ound-color: #b4c690;
}

