@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;
}

.blog p {
	margin-top:10px;
}

/*** END Stars Rate ***/

.blog {
	float: left;
	clear: both;
	width: 595px;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #505050;*/
	-webkit-font-smoothing: antialiased;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	line-height: 23px;
}

.blog .clear {
	clear: both;
}

/*** LINKS GLOBAL SETTER ***/

.blog a {
	color: #006A8D;
}

/*** 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;
	/*display: none;*/
}

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

.blog .blogSearch input[type="text"] {
	margin: 0px 0 1px 12px;
	padding: 5px 2px;
	display: none;
}

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

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

.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 .leftPane {
	width: 100%;
	float: left;
	margin-top: -33px;
}

.blog .rightPane {
	width: 306px;
	/*float: left;*/
	padding-left: 0px;
	/*padding-right: 30px;*/
	/*padding-top: 60px;*/
}

.blog .blogPost, .blog .blogPostHeading, .blog .blogPostBody, .blog .pagination, .blog .blogPostSeparator {
	width: 96%;
	float: left;
	/* [disabled]clear: both; */
}

.blog .blogPostSeparator {
	height: 24px;
	display: block;
	background: url("../img/post_separator3.png") top center;
	background-repeat:no-repeat;
	margin-top: 17px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

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

.blogPostBody img {
	max-width: 98%;
	height: auto;
}

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

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

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

.blog .blogPostMonth {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D7CFC3;
	line-height: 20px;
}

.blog .blogPostHeading {
	margin-bottom: 0px;
}

.blog .blogPostTitle {
	position: relative;
	/* [disabled]padding: 0 130px 0 90px; */
}

.blog .blogPostTitle a.title, .blog .blogPostTitle h2 {
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 28px;
	color: #771016;*/
	margin: 0;
	/*-webkit-font-smoothing: antialiased;
	font-weight: normal;*/
	color: #D7CFC3;
    font-size: 26px;
    line-height: 27px;
	font-family: 'Cinzel', serif;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	width: 100%;
	text-decoration: none;
}

.blog .blogPostTitle a:hover {
	text-decoration: underline;
}

.blog .blogPostTitle p.author {
	width: 300px;
	margin: 10px 0 0;
	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 .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 .rightPane .categories, .blog .rightPane .archives {
	width: 201px;
	float: left;
	clear: both;
	padding: 6px;
	background-color: #EBEBEB;
	/*margin: 0 0 12px;*/
}

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

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

.blog .rightPane .categories h4, .blog .rightPane .archives h4 {
	font-family: 'Lemon', cursive;
	font-size: 17px;
	color: #006A8D;
	margin: 0 0 2px 0;
	padding: 0 0 0 40px;
	line-height: 38px;
	letter-spacing:-1px;
}

.blog .rightPane .categories h4 {
	background: url("../img/icon_categories2.png") no-repeat top left #FEFDF7;
}

.blog .rightPane .archives h4 {
	background: url("../img/icon_archive2.png") no-repeat top left #FEFDF7;
}

.blog .rightPane .categories a, .blog .rightPane .archives a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #4B4B4B;
	text-decoration: none;
	padding: 5px 4px;
	float: left;
	width: 188px;
}

.blog .rightPane .categories a:hover, .blog .rightPane .archives a:hover {
	color: #006A8D;
}

.blog .rightPane .categories a.catSelected, .blog .rightPane .archives a.archSelected {
	background-color: #F8F7F7;
	/*color: #5b5847;*/
}

.archivesbtn {
 	font-family: 'Cinzel', serif;
	font-size: 15px;
	color: #FFF;
}

.archivesbtn a {
 	text-decoration:none;
}


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











