.blog_green_rows {
	background-color: white;
	font-family: arial;
	color: #8C8C73;
	line-height: 135%;
}

.blog_green_rows .articles{

}
.blog_green_rows .comments{
	
}
.blog_green_rows .search{
    padding: 15px;
}
.blog_green_rows .search-summary{
    padding: 15px;
}
.blog_green_rows .comments .comments-header{
    padding: 15px;
}
.blog_green_rows .comments .comments-message{
    padding: 15px;
}

.blog_green_rows a {
	color: #376739;
	text-decoration: underline;
}

.blog_green_rows a:hover {
	text-decoration: none;
}

.blog_green_rows  .header a {
	font-weight:bold;
	text-decoration: none;
	color: #000000c7;
}
.blog_green_rows h1 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0.9em 0;
}
.blog_green_rows .post .header h1 {
	margin: 0;
}
.blog_green_rows .post .header h2 {
	margin: 0;
}


.blog_green_rows h2 {
	font-size: 1.25em;
	font-weight: bold;
	margin: 0.9em 0;
}

.blog_green_rows h3 {
	font-size: 1.15em;
	font-weight: bold;
	margin: 0.9em 0;
}

.blog_green_rows h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0.9em 0;
}

.blog_green_rows p {
	margin: 0.9em 0;
}

.blog_green_rows .breadcrumbs {
	padding: 15px;
}

.blog_green_rows .pages {
	line-height: 20px;
	padding: 15px;
}

.blog_green_rows .pages .current {
	text-decoration: none;
	font-size: 1em;
}

.blog_green_rows .pages a {
	/*color: #FF7800;*/
	text-decoration: underline;
}

.blog_green_rows .pages a:hover {
	text-decoration: none;
	/*font-size:1rem;*/
}

.blog_green_rows .post {
	padding:15px;
}

.blog_green_rows .post .header {
	position: relative;
	padding-top: 0.5em;
}

.blog_green_rows .post .header h3 {
	position: relative;
	top: 4px;
	font-size: 18px;
	line-height: 25px;
	color: green;
	padding: 0px;
	margin-top: 5px;
}

.blog_green_rows .post .header h3 a {
	color: green;
	text-decoration: none;
}

.blog_green_rows .post .date {
	position: relative;
	/*right: 15px;
top: 0px;*/
	color: #AFAFA4;
	font-weight: bold;
	font-size: .75em;
}

.blog_green_rows .post .date a, .blog_green_rows .post .date a:hover {
	color: #AFAFA4;
	text-decoration: none;
}

.blog_green_rows .post .avatar {
	float: left;
	height: 50px;
	line-height: 15px;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 50px;
	margin-right: 5px;
	border: 1px solid black;
	overflow: hidden;
}

.blog_green_rows .post .avatar img {
	height: 50px;
	margin: 0px;
	width: 50px;
}

.blog_green_rows .post .content {
	position: relative;
	margin-bottom: 0px;
}

.blog_green_rows .post .content .reset h1, .blog_green_rows .post .content .reset h2, .blog_green_rows .post .content .reset h3 {
	background-image: none;
	padding: 2px;
	font-size: auto;
}

.blog_green_rows .post .content a.readmore {
	display: block;
	padding-top: 75px;
	background-color: black;
	z-index: 100;
	position: absolute;
	margin-top: -80px;
	width: 100%;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.blog_green_rows .footer {
	position: relative;
	/* background: url('/core-public/images/a33.gif') repeat-x; */
	background-size: contain;
	background-color: #f5f5f5;
}

.blog_green_rows .footer ul {
    display: flex;
    margin: 0;
    padding: 15px;
    flex-wrap: wrap;
}
.blog_green_rows .footer ul li {
	display: flex;
	flex-direction: row;
	padding-right: 15px;
	/* line-height: 1.2; */
	align-items: center;
}
.blog_green_rows .footer ul li a::before {
	content: '';
	display: inline-block;
	width: 1em;
	height: 1em;
	/*line-height: 1.5em;*/
	background-repeat: no-repeat;
	margin-right:5px;
}

.blog_green_rows .footer ul li.no-icon a::before {
    display: none;
}

.blog_green_rows .footer ul li a{
	text-decoration: none;
}
.blog_green_rows .footer ul li a:hover{
	text-decoration: underline;
}

.blog_green_rows .footer ul li.printerfriendly a::before {
	background-image: url('/core-public/images/printer.png');
}

.blog_green_rows .footer ul li.comments a::before {
	background-image: url('/core-public/images/comments.png');
}

.blog_green_rows .footer ul li.readmore a::before {
	background-image: url('/core-public/images/readmore.png');
}

.blog_green_rows .footer ul li.reply a::before {
	background-image: url('/core-public/images/comment.png');
}

.blog_green_rows .footer ul li.quote a::before {
	background-image: url('/core-public/images/quote.png');
}

.blog_green_rows .footer ul li.delete a::before {
	background-image: url('/core-public/images/delete.png');
}

.blog_green_rows .footer ul li.edit a::before {
	background-image: url('/core-public/images/edit.png');
}

.blog_green_rows .footer ul li.subscribe a::before {
	background-image: url('/core-public/images/subscribe.png');
}

.blog_green_rows .footer ul li.unsubscribe a::before {
	background-image: url('/core-public/images/unsubscribe.png');
}

.blog_green_rows .footer ul li.category_create a::before {
	background-image: url('/core-public/images/category_create.png');
}

.blog_green_rows .footer ul li.article_create a::before	{
	background-image: url('/core-public/images/article_create.png');
}

.blog_green_rows .footer ul li.category_delete a::before {
	background-image: url('/core-public/images/delete.png');
}

.blog_green_rows .footer ul li.category_edit a::before {
	background-image: url('/core-public/images/edit.png');
}

.blog_green_rows .footer ul li.subscribe a::before {
	background-image: url('/core-public/images/subscribe.png');
}

.blog_green_rows .footer ul li.unsubscribe a::before {
	background-image: url('/core-public/images/unsubscribe.png');
}


.blog_green_rows .comment .post .content {
	margin-left: 55px;
}

.blog_green_rows .content h1 {
	font-size: 1.5em;
}
.blog_green_rows .content h2 {
	font-size: 1.3em;
}
.blog_green_rows .content h3 {
	font-size: 1.2em;
}
.blog_green_rows .content h3 {
	font-size: 1.1em;
}

/*-----------------------------------------------------*/

.blog_green_rows .category {
	position: relative;
}

.blog_green_rows .category > .description {
	padding: 15px
}
/*attachements style*/

.blog_green_rows .attachments {
	background-color: lightgray;
	overflow: hidden;
	word-wrap: break-word;
	font-size: 0.9em;
}

.blog_green_rows .attachments .image {
	background-color: whitesmoke;
	display: block;
	float: left;
	margin: 3px;
	padding: 3px;
	position: relative;
	width: 200px;
}

.blog_green_rows .attachments .file {
	background-color: whitesmoke;
	display: block;
	float: left;
	margin: 3px;
	padding: 3px;
	position: relative;
	width: 200px;
}

.blog_green_rows .attachments .header {
	height: 3.0em;
	line-height: 1.2em;
	overflow: hidden;
	display: block;
	padding: 0px 5px;
}

.blog_green_rows .attachments .file .img_container {
	text-align: center;
	display: block;
	height: 100px;
	width: 100%;
}

.blog_green_rows .attachments .file .img_container img {
	width: 100%;
}

.blog_green_rows .attachments .image .img_container {
	text-align: center;
	display: block;
	height: 100px;
	width: 100%;
}

.blog_green_rows .attachments .image .img_container img {
	height: 100px;
}

.blog_green_rows .attachments .footer {
	display: block;
	padding: 5px 5px;
}

.blog_green_rows .highlighted {
	background-color: black;
	color: white;
}

.blog_green_rows .hint {
	position: relative;
	z-index: 0;
}

.blog_green_rows .hint:hover {
	background-color: transparent;
	z-index: 50;
}

.blog_green_rows .hint .hint_popup {
	/*CSS for enlarged image*/
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	left: -10000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.blog_green_rows .hint:hover .hint_popup {
	/*CSS for enlarged image on hover*/
	visibility: visible;
	top: 15px;
	left: 0px;
	/*position where enlarged image should offset horizontally */
}

.blog_green_rows .event_info {
	width: 300px;
	border: 1px solid black;
	font-weight: bold;
	font-size: 10px;
}

.blog_green_rows .event_info p {
	background-color: #F0F0F0;
	margin: 5px;
}

.blog_green_rows .event_info label {
	width: 100px;
	text-align: right;
	display: block;
	float: left;
	background-color: #DFDFDF;
	color: #3C3CF3;
}

.blog_green_rows .event_info span {
	color: black;
	margin-left: 5px;
}

.blog_green_rows .event_info .title {
	font-weight: bold;
	font-size: 10px;
	color: black;
	margin-left: 5px;
	/*position:absolute;
				top:-7px;
				left:5px;*/
	font-size: 15px;
	height: 15px;
}

/*------------------BBCode----------------*/

.blog_green_rows .content .bbcode_b {
	display: inline;
	font-weight: bold;
}

.blog_green_rows .content .bbcode_u {
	display: inline;
	text-decoration: underline;
}

.blog_green_rows .content .bbcode_i {
	display: inline;
	font-style: italic;
}

.blog_green_rows .content .bbcode_quote_head {
	display: block;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	background: #FFE4C4 none repeat-y right;
	color: black;
	border: thin solid;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}

.blog_green_rows .content .bbcode_quote_body {
	display: block;
	margin-top: 0px;
	margin-left: 10px;
	padding: 10px;
	background: #B0C4DE none repeat-y right;
	color: black;
	border: thin dashed;
	border-top: none;
	text-decoration: none;
	/*font-style: italic;*/
}

/*--------------.quote--------------------*/

.blog_green_rows .content .bbcode_code_head {
	display: block;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	background: #FFE4C4 none repeat-y right;
	color: black;
	border: thin solid;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}

.blog_green_rows .content .bbcode_code_body {
	display: block;
	margin-top: 0px;
	margin-left: 10px;
	color: black;
	padding: 10px;
	background: #B5C5DE none repeat-y right;
	border: thin dashed;
	border-top: none;
	text-decoration: none;
	font-style: normal;
	font-family: Verdana;
}

.kk-star-ratings {
	width: 120px;
	min-height: 48px;
}

.kk-star-ratings.top-left, .kk-star-ratings.top-right {
	margin-top: 3px;
}

.kk-star-ratings.lft {
	float: left;
	margin-right: 10px;
}

.kk-star-ratings.rgt {
	float: right;
	margin-left: 10px;
}

.kk-star-ratings .kksr-stars {
	height: 24px;
	position: relative;
}

.kk-star-ratings .kksr-star {
	background-position: 0px 0px;
}

.kk-star-ratings .kksr-star.gray {
	background-image: url(/core-public/images/star_gray.png);
}

.kk-star-ratings .kksr-star.yellow {
	background-image: url(/core-public/images/star_yellow.png);
}

.kk-star-ratings .kksr-star.orange {
	background-image: url(/core-public/images/star_orange.png);
}

.kk-star-ratings .kksr-stars .kksr-fuel {
	height: 24px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}

.kk-star-ratings .kksr-stars span {
	width: 24px;
	height: 24px;
	float: left;
	position: relative;
	z-index: 1;
	cursor: pointer;
}

.kk-star-ratings .kksr-stars span:hover {
	background-image: url(/core-public/images/star_yellow.png);
}

.kk-star-ratings .kksr-legend {
	font-size: 12px;
	color: #999;
	text-align: center;
	line-height: 18px;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
}

.kk-star-ratings .kksr-legend .kksr-title {
	display: none;
}

.kk-star-ratings .kksr-stars, .kk-star-ratings .kksr-stars .kksr-fuel, .kk-star-ratings .kksr-stars a {
	background-color: transparent !important;
}