@CHARSET "UTF-8";

.blog {
	color: #514d48;
	font-size: 14px;
	font-family: Arial,Tahoma,Verdana,Geneva,sans-serif;
	/*font-family: 'EB Garamond', 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 input[type="text"] {
	margin: 0px 0 1px 12px;
	padding: 5px 2px;
}

.blog .blogSearch input[type="submit"] {
	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 .rightPane {
	width: 730px;
	float: left;
}

.blog .leftPane {
	width: 200px;
	float: left;
	padding-right: 30px;
	padding-top: 60px;
}

.blog .blogPost, .blog .blogPostHeading, .blog .blogPostBody, .blog .pagination, .blog .blogPostSeparator {
	width: 100%;
	float: left;
	clear: both;
}

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

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

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

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

.blog .blogPostDay {
	font-size: 36px;
	line-height: 36px;
	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: 0 130px 0 90px;
}

.blog .blogPostTitle a.title, .blog .blogPostTitle h2 {
	color: #423321;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
}

.blog .blogPostTitle p.author {
	width: 270px;
	margin: 0px;
	background-color: #e6e6e6;
	line-height: 23px;
	padding: 0 10px;
}

/*** 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: 3px;
}

.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 #commentsSubmit {
	width: 137px;
	height: 28px;
	border: none;
	background: url("../img/btn_postacomment.png") no-repeat top left;
	cursor: pointer;
}

.blog .commentsForm #commentsSubmit:hover {
	background-position: bottom left;
}/*** Right Pane ***/

.blog .leftPane .categories, .blog .leftPane .archives {
	width: 188px;
	float: left;
	clear: both;
	padding: 6px;
	background-color: #e6e6e6;
	margin: 0 0 12px;
}

.blog .leftPane .categories ul, .blog .leftPane .archives ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	width: 100%;
}

.blog .leftPane .categories li, .blog .leftPane .archives li {
	float: left;
	clear: both;
	width: 100%;
	margin: 0px 0px;
}

.blog .leftPane .categories h4, .blog .leftPane .archives h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 2px 0;
	padding: 0 0 0 32px;
	color: #423321;
	text-transform: uppercase;
	line-height: 28px;
}

.blog .leftPane .categories h4 {
	background: url("../img/icon_categories.png") no-repeat top left #FFF;
}

.blog .leftPane .archives h4 {
	background: url("../img/icon_archive.png") no-repeat top left #FFF;
}

.blog .leftPane .categories a, .blog .leftPane .archives a {
	font-size: 12px;
	font-weight: bold;
	color: #5c554d;
	text-decoration: none;
	padding: 7px 9px;
	float: left;
	width: 170px;
}

.blog .leftPane .categories a:hover, .blog .leftPane .archives a:hover {
	color: #418815;
}

.blog .leftPane .categories a.catSelected, .blog .leftPane .archives a.archSelected {
	background-color: #f3f3f3;
	color: #418815;
}
