@CHARSET "UTF-8";

.blog {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	clear: both;
	width: 100%;
}

.blog .clear {
	clear: both;
}

/*** LINKS GLOBAL SETTER ***/

.blog a {
	color: #418815;
}

/*** INPUT/TEXTAREA GLOBAL SETTER ***/

.blog input[type="text"], .blog textarea {
	border: 1px solid #d8d5d5;
	font-size: 13px;
}

/*** SYSTEM MESSAGES ***/

.blog .sysMsg {
	padding-left: 18px;
	background: url("../img/icon.png") no-repeat top left;
	font-size: 14px;
	margin: 0;
	font-weight: bold;
	float: left;
	margin-bottom: 10px;
}

/*** SEARCH FORM ***/

.blog .blogSearch {
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 32px;
}

.blog .blogSearch input {
	float: right;
	margin-left: 6px;
}

.blog .blogSearch .search_str {
	margin: 0px 0 1px 12px;
	padding: 5px 2px;
}

.blog .blogSearch  .btnSubmit{
	border: none;
	height: 28px;
	width: 90px;
	background: url("../img/btn_search.png") no-repeat top left;
	cursor: pointer;
}

.blog .blogSearch input[type="submit"]:hover {
	background-position: bottom left;
}

.blog .backLink {
	width: 29px;
	height: 28px;
	display: block;
	background: url("../img/btn_back.png") no-repeat top left;
	float: left;
}

.blog .backLink:hover {
	background-position: bottom left;
}

.blog .blogPost, .blog .blogPostHeading, .blog .pagination, .blog .blogPostSeparator {
	width: 100%;
	float: left;
	clear: both;
}
.blog .blogPostBody{
	width: 100%;
	float: left;
	clear: both;
    margin-top:12px;
}

.blog .blogPostSeparator {
	height: 24px;
	display: block;
	background: url("../img/post_separator.png") repeat-x top left;
	margin: 12px 0 0;
}

.blog .blogPostHeading {
	/*height: 68px;*/
	min-width: 68px;
        float: left;
}

.blog .blogPostDate {
	width: 80px;
	height: 68px;
        float:left;
	background: url("../img/date_bg.png") no-repeat top left;
	text-align: center;
}

.blog .blogPostDate p {
	float: left;
	text-align: center;
	width: 100%;
}

.blog .blogPostDay {
	font-size: 36px;
	line-height: 34px;
	font-weight: bold;
	color: #FFF;
	margin: 8px 0 0px;
}

.blog .blogPostMonth {
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	margin: 0px;
}

.blog .blogPostHeading {
/*	margin-bottom: 12px;*/
}

.blog .blogPostTitle {
	position: relative;
	padding-left: 0;
}

.blog .blogPostTitle h2 {
	color: #423321;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	margin: 0;
}
.blog .linkPostTitle {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-weight: bold;
	line-height: 22px;
	margin: 0;
}
.blog .blogPostTitle a.title{
	color: #423321;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	margin: 0;
}
.blog .blogPostTitle .author {
	width: 310px;
	background-color: #f5f5f5;
	float:left;
	height:18px;
	margin-left:10px;
	margin-top:4px;
	padding-top:5px;
	padding-bottom:7px;
	padding-left:5px;
}

.blog .PostTitle{
	float:left;
	margin-left:10px;
	width:500px;
}

/*** PAGINATION ***/

.blog .pagination span {
	float: left;
	margin-right: 6px;
	font-size: 12px;
	font-weight: bold;
}

.blog .pagination ul {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.blog .pagination li {
	float: left;
	margin-right: 5px;
}

.blog .pagination a, .blog .pagination strong {
	padding: 2px 6px;
	font-size: 12px;
	font-weight: bold;
}

.blog .pagination a {
	background-color: #c3bcb4;
	border: 1px solid #c3bcb4;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #FFF;
	text-decoration: none;
}

.blog .pagination strong {
	background-color: #FFF;
	border: 1px solid #c3bcb4;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #423220;
	text-decoration: none;
	cursor: default;
}

/*** COMMENTS ***/

.blog .comments, .blog .commentsForm {
	width: 100%;
	border-collapse: collapse;
}

.blog .comments td {
	border: 8px solid #e6e6e6;
	vertical-align: top;
}

.blog .comments .commentBody {
	padding: 10px;
}

.blog .comments .commentHeading {
	padding: 3px;
	background-color: #e6e6e6;
	width: 120px;
}

.blog .comments .commentHeading h4 {
	font-size: 12px;
	font-weight: bold;
	color: #372a1c;
	margin: 0 0 6px;
}

.blog .comments .noStyle {
	border: none;
	background-color: #FFF;
	font-size: 2px;
}

/*** COMMENTS FORM ***/

.blog .commentsForm td {
	padding: 4px;
	vertical-align: top;
}

.blog .commentsForm .label {
	width: 129px;
	text-align: right;
	font-size: 12px;
	line-height: 28px;
}

.blog .commentsForm input[type="text"], .blog .commentsForm textarea {
	margin: 1px 0 1px 0px;
	padding: 2px;
}

.blog .commentsForm textarea {
	width: 98%;
}

.blog .commentsForm .post_coment {
	width: 137px;
	height: 28px;
	border: none;
	background: url("../img/btn_postacomment.png") no-repeat top left;
	cursor: pointer;
}

.blog .commentsForm .post_coment:hover {
	background-position: bottom left;
}