@CHARSET "UTF-8";

/*** Stars Rate ***/
.ui-stars-star,
.ui-stars-cancel {
  float: left;
  display: block;
  overflow: hidden;
  text-indent: -999em;
  cursor: pointer;
}
.ui-stars-star a,
.ui-stars-cancel a {
  width: 20px;
  height: 20px;
  display: block;
  background: url(../img/crystal_stars_20px.png) no-repeat 0 0;
}
.ui-stars-star a {
  background-position: 0 -40px;
}
.ui-stars-star-on a {
  background-position: 0 -60px;
}
.ui-stars-star-hover a {
  background-position: 0 -80px;
}
.ui-stars-cancel-hover a {
  background-position: 0 -20px;
}
.ui-stars-star-disabled,
.ui-stars-star-disabled a,
.ui-stars-cancel-disabled a {
  cursor: default !important;
}

.blog .blogPostRate {
	width: 130px;
	height: 28px;
	position: absolute;
	top: 0;
	right: 0;
}

/*** END Stars Rate ***/

.blog {
	color: #000000;
	font-size: 12px;
	font-family: Arial,Tahoma,Verdana,Geneva,sans-serif;
	float: left;
	clear: both;
	width: 700px;
}

.blog .clear {
	clear: both;
}

/*** LINKS GLOBAL SETTER ***/

.blog a {
	color: #000000;
}
.blog a:hover {
	color: #e00606;
	text-decoration: underline;
}
/*** 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: 650px;
	float: left;
}

.blog .leftPane {
	width: 20px;
	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;
}

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

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

/*** 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 .formTable {
	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 .formTable td {
	padding: 4px;
	vertical-align: top;
}

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

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

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

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

.blog .formTable #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;
}

/*** SUBSCRIBE FORM ***/

.blog .subscribeForm input[type=submit] {
	width: 137px;
	height: 28px;
	background: url("../img/btn_ subscribe.png") no-repeat top left;
	border: none;
	cursor: pointer;
}

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

.blog .subscribeForm td {
	vertical-align: middle;
}

/*** Send to friend dialog form ***/

#dialog-form {
	color: #514d48;
	font-size: 12px;
	font-family: Arial,Tahoma,Verdana,Geneva,sans-serif;
}

#dialog-form label {
	display: block;
	margin: 4px 0;
	font-weight: bold;
}

#dialog-form p {
	margin: 4px 0 8px;
	padding: 2px 2px;
	font-weight: bold;
}

#dialog-form input[type=text] {
	width: 50%;
}

#dialog-form textarea {
	width: 100%;
	height: 125px;
	background-color: #F8F8F8;
}

#sendToFriendWrapper {
	float: left;
	clear: both;
}











