/*======================================================================*\
|| #################################################################### ||
|| # Package - Joomla Template based on YJSimplegrid Framework          ||
|| # Copyright (C) 2010  Youjoomla.com. All Rights Reserved.            ||
|| # license - PHP files are licensed under  GNU/GPL V2                 ||
|| # license - CSS  - JS - IMAGE files  are Copyrighted material        ||
|| # bound by Proprietary License of Youjoomla.com                      ||
|| # for more information visit http://www.youjoomla.com/license.html   ||
|| # Redistribution and  modification of this software                  ||
|| # is bounded by its licenses                                         ||
|| # websites - http://www.youjoomla.com | http://www.yjsimplegrid.com  ||
|| #################################################################### ||
\*======================================================================*/
/*BODY ID'S USED FOR CSS FONT STYLES AND BASE SITE BODY STYLING */
body#stylef1,
body#stylef2,
body#stylef3,
body#stylef4,
body#stylef5,
body#stylef6,
body#stylef7,
body#stylef8,
body#stylef9,
body#stylef10,
body#stylef11,
body#stylef12,
body#stylef13,
body#stylef14,
body#stylef15,
body#stylef16 {
	background:#f3f3f3;
	color:#555;
}
#logo {
	background:url(../images/green/logo.png) no-repeat 0px 0px;
}
#pathway .yjsg_breadcrumbs a.pathway {
	background: url(../images/arrow.png) no-repeat right center;
}
#footer {
	color:#8b8b8b;
}
/* SITE LINKS */
a{
	color:#78866b;
}
/* SITE HOVERS */
a:focus,
a:hover {
	color:#333333;
}
/*DIFFERENT STYLE FOR  LINKS ON DARK BG
--------------------- */
#footmod a,
#footmod a:visited,
#cp a,
#cp a:visited,
#joomlacredit a,
#joomlacredit a:visited,
#pathway a,
#pathway a:visited {
	color:#727272;
}
#footmod a:hover,
#footmod a:focus,
#cp a:focus,
#cp a:hover,
#joomlacredit a:focus,
#joomlacredit a:hover,
#pathway a:focus,
#pathway a:hover {
	color:#78866b;
}
/* SITE HEADINGS */
h1,
h2,
h3,
h4,
h5,
h6 {
	color:#333333;
}
.small,
.createdate,
.modifydate,
.createby {
	text-transform: uppercase;
	color:#ccc;
	font-size:10px;
}
/* SITE TITLE, NEWS ITEM TITLE, MORE ARTICLES */
.pagetitle,
.article_title,
.yjsg-morearticles h3 {
	color:#333333;
}
.yjsg-morearticles h3 {
	border:none;
}
/* ARTICLE TABLE OF CONTENTS */
fieldset,
#article-index ul {
	border:1px solid #dcdcdc;
}
#article-index ul li {
	border-bottom:1px solid #dcdcdc;
}
#article-index ul li:last-child {
	border:none;
}
/* FIELDSET IN MODULES */
.yjsquare_in fieldset,
.yjround_in fieldset {
	border:none;
}
/* INPUTBOXES */
.inputbox {
	background: #FFFFFF;
	border: 1px solid #dfdfdf;
}
.inputbox:hover,
.inputbox:focus {
	background: #F7F7F7;
	border: 1px solid #dfdfdf;
}
/*BUTTONS
--------------------- */
.button,
.validate,
.button:hover,
.button:focus {
	background:#000;
	border:none;
	color:#fff;
	text-shadow:none;
}
/*readon*/
a.readon,
a.readon:hover,
a.readon:focus {
	background:#000;
	border:none;
	color:#fff;
	text-shadow:none;
}
a.readon:hover,
a.readon:focus {
	color:#78866b;
}
ul.pagination li a,
ul.pagination li span,
th.pagenav_prev a,
th.pagenav_next a,
div.back_button a,
li.pagenav-next a,
li.pagenav-prev a {
	color:#fff;
	background-image: url(../images/green/pagination.png);
}
/*SQUARE MODULES STYLE
--------------------- */
.yjsquare h2 {
	color:#333333;
}
/* SPAN COLOR SHOWS FIRST */
.yjsquare h2 span {
	color:#333333;
}
/*TOP MENU STYLE FOR SPLIT MENU, CSS DROPDOWN AND SMOOTH DROPDOWN
--------------------- */
.horiznav {
	/*background: url(../images/green/topmenu/horiz_bg.png) repeat-x 0 bottom; */
}
/* MENU OVERRIDES */
.YJSG_listContainer {
	background:none;
}
/* NORMAL SUBTITLE */
.horiznav ul li a span.yjm_desc {
	color:#8b8b8b;
}
/*ACTIVE AND HOVER SUBTITLE*/
.horiznav ul li.active a span.yjm_desc,
.horiznav ul li a:hover span.yjm_desc,
.horiznav ul li.sfHover a span.yjm_desc {
	color:#5c5c5c;
}
/* NORMAL TOP LINKS */
.horiznav ul li {
	background: url(../images/green/topmenu/normal_l.png) no-repeat left center;
}
.horiznav ul li a,
.horiznav ul li a:visited {
	color: #333333;
	background: url(../images/green/topmenu/normal_r.png) no-repeat right center;
}

/* NORMAL TOP LINKS WITH CHILD ELEMENT */
.horiznav ul li.haschild {
	background: url(../images/green/topmenu/normal_l_haschild.png) no-repeat left center;
}
/* TOP LINKS HOVER */
.horiznav ul li:hover,
.horiznav ul li.sfHover {
	background: url(../images/green/topmenu/hover_l.png) no-repeat left center;
}
.horiznav ul li a:hover,
.horiznav ul li:hover a,
.horiznav ul li.sfHover a,
.horiznav ul li.sfHoverHas a {
	color: #fff;
	background: url(../images/green/topmenu/hover_r.png) no-repeat right center; 
}
/* TOP LINKS HOVER WITH CHILD ELEMENT */
.horiznav ul li.haschild:hover {
	background: url(../images/green/topmenu/hover_l_haschild.png) no-repeat left center;
}
.horiznav ul li.haschild a:hover {
	color: #fff;
}
/* ACTIVE TOP LINKS  */
.horiznav li#current,
.horiznav li.active {
	background: url(../images/green/topmenu/active_l.png) no-repeat left center;
}
.horiznav li#current a,
.horiznav li.active a,
.horiznav li.active a:visited,
.horiznav li.active.sfHover a:visited,
.horiznav li.active.sfHoverHas a:visited {
	color: #fff;
	background: url(../images/green/topmenu/active_r.png) no-repeat right center;
}
/* ACTIVE TOP LINKS WITH CHILD ELEMENT */
.horiznav li#current.haschild,
.horiznav li.haschild,
.horiznav ul li.haschild.active,
.horiznav ul li.sfHoverHas {
	background: url(../images/green/topmenu/active_l_haschild.png) no-repeat left center;
}
/* ACTIVE TOP LINKS HOVER */
.horiznav li#current:hover,
.horiznav li#current.sfHover,
.horiznav li.active:hover,
.horiznav li.active.sfHover {
	background: url(../images/green/topmenu/active_l.png) no-repeat left center;
}
.horiznav li#current a:hover,
.horiznav li#current.sfHover a:hover,
.horiznav li.active a:hover {
	color: #333333;
	background: url(../images/green/topmenu/active_r.png) no-repeat right center; 
	
}
/* ACTIVE TOP LINKS HOVER WITH CHILD ELEMENT */
.horiznav li#current.haschild:hover,
.horiznav li#current.haschild.sfHoverHas,
.horiznav li#current.active.sfHover {
	background: url(../images/green/topmenu/active_l_haschild.png) no-repeat left center;
}
/* MAIN SUB UL AND MODULE BG */
ul.subul_main.group_holder,
.subul_main li.has_modpoz div.yj_menu_module_holder,
.subul_main li.has_module div.yj_menu_module_holder,
.subul_main li.haschild div.yj_menu_module_holder,
.horiznav ul ul.subul_main.dropline {
	/*background:#000;*/
}
/* end drpline extra */
.horiznav ul ul.subul_main.dropline ul a,
.horiznav ul ul.subul_main.dropline ul a:hover,
ul.subul_main.dropline div.yj_menu_module_holder {
	border-bottom: 1px solid #191919!important;
}
/* Remove backgrounds from the top menu*/

.horiznav .level1 li#current  a,
.horiznav .level1 li.active a,
.horiznav .level1 li.active a:visited,
.horiznav .level1 li.active.sfHover a:visited,
.horiznav .level1 li.active.sfHoverHas a:visited,
.horiznav .level2 li#current  a,
.horiznav .level2 li.active a,
.horiznav .level2 li.active a:visited,
.horiznav .level2 li.active.sfHover a:visited,
.horiznav .level2 li.active.sfHoverHas a:visited,
.horiznav .level1 a,
.horiznav .level1 a:visited,.horiznav .level1 a:hover,.horiznav .level1 a:link,
.horiznav .level2 a,
.horiznav .level2 a:visited,.horiznav .level2 a:hover,.horiznav .level2 a:link {
	
	background:none;
}
.horiznav .level3 li#current  a,
.horiznav .level3 li.active a,
.horiznav .level3 li.active a:visited,
.horiznav .level3 li.active.sfHover a:visited,
.horiznav .level3 li.active.sfHoverHas a:visited,
.horiznav .level3 a,
.horiznav .level3 a:visited,.horiznav .level3 a:hover,.horiznav .level3 a:link {
	
	background:none;
}
/*--- end dropline extra ---*/

/*--Module in menu---*/
.yj_menu_module_holder h2,
.yj_menu_module_holder h2 span,
.yj_menu_module_holder {
	color:#fff;
}
.yj_menu_module_holder h2 {
	border-bottom:none;
}
/* MAIN SUB ITEM*/
.top_menu ul.subul_main li a {
	/*background:#000;*/
	border-bottom: 1px solid #f2f2f2; 
	color: #666666;
	margin-left:5px;
	margin-right:5px;
	background:none;
}
.top_menu ul.subul_main li a:visited {
	color: #666666;
	/*background:#000;*/
}
/*MAIN SUB ITEM HOVER*/
.top_menu ul.subul_main li a:hover {
	/*background:#000; */
	color: #78866b;
	background:none;
}
.top_menu ul.subul_main li,
.top_menu ul.subul_main li.active,
.top_menu ul.subul_main li.active:visited,
.top_menu ul.subul_main li.active:hover,
.top_menu ul.subul_main li:hover,
.top_menu ul.subul_main li:visited,
.top_menu ul.subul_main li#current,
.top_menu ul.subul_main li#current:hover {
	border:none;
	background:none;
}
/*MAIN SUB ACTIVE UL A ITEMS*/
.top_menu li#current ul.subul_main li a,
.top_menu li.active ul.subul_main li a {
	/*background:#000;*/
	color: #fff;
}
/*MAIN SUB ACTIVE UL ITEMS A HOVER*/
.top_menu li#current ul.subul_main li a:hover,
.top_menu li.active ul.subul_main li a:hover,
.top_menu li#current.sfHover ul.subul_main li a:hover,
.top_menu li.active.sfHover ul.subul_main li a:hover {
	/*background:#000;*/
	color: #78866b;
}
/*MAIN SUB UL ACTIVE LI A ITEM*/
.top_menu ul.subul_main li#current a,
.top_menu ul.subul_main li.haschild.active span.subparent a {
	/*background:#000;*/
	color: #78866b;
}
/*MAIN SUB UL ACTIVE LI A ITEM HOVER*/
.top_menu ul.subul_main li#current a:hover,
.top_menu ul.subul_main li#current.sfHover,
.top_menu ul.subul_main li.haschild.active span.subparent a:hover {
	/*background:#000;*/
	color: #78866b;
}
/*SUB LEVEL PARENT ITEM ARROWS*/
ul.subul_main li.haschild span.child a,
ul.subul_main ul.subul_main li.haschild span.child a,
ul.subul_main ul.subul_main ul.subul_main li.haschild span.child a,
ul.subul_main ul.subul_main ul.subul_main ul.subul_main li.haschild span.child a {
	background-image:url(../images/green/topmenu/arrow_right.png)!important;
	background-repeat:no-repeat!important;
	background-position:95% 50%!important;
}
ul.subul_main li.haschild span.child a:hover,
ul.subul_main ul.subul_main li.haschild span.child a:hover,
ul.subul_main ul.subul_main ul.subul_main li.haschild span.child a:hover,
ul.subul_main ul.subul_main ul.subul_main ul.subul_main li.haschild span.child a:hover {
	background-image:url(../images/green/topmenu/arrow_down.png)!important;
	background-repeat:no-repeat!important;
	background-position:95% 50%!important;
}
/* IE6 SPECIFIC */
.horiznav li li.sfHover ul,
.horiznav li li.sfHoverHas ul,
.top_menu ul.subul_main.isie {
	background:#292929;
}
/********************** CORNERS FOR MENU UL'S ***************************/
/*TOP LEFT*/
.horiznav li.tl,
.horiznav li.tl:hover {
	/*background:transparent url(../images/green/topmenu/corners/tl.png)!important;*/
}
/* TOP RIGHT*/
.horiznav li.tr,
.horiznav li.tr:hover {
	/*background:transparent url(../images/green/topmenu/corners/tr.png) no-repeat right top!important;*/
}
/* BOTTOM RIGHT*/
.horiznav li.br,
.horiznav li.br:hover {
	/*background:transparent url(../images/green/topmenu/corners/br.png) no-repeat right bottom!important;*/
}
/* BOTTOM LEFT*/
.horiznav li.bl,
.horiznav li.bl:hover {
	/*background:transparent url(../images/green/topmenu/corners/bl.png) no-repeat left bottom!important; */
}
/* RIGHT MIDDLE */
.horiznav li.right,
.horiznav li.right:hover {
	/*background:transparent url(../images/green/topmenu/corners/right.png) no-repeat right bottom!important;*/
}
/********************** YJSG MEGA MENU STYLE ***************************/
/* Group holder title*/
.top_menu .horiznav .group_holder li.haschild a,
.top_menu .horiznav .group_holder li.haschild .group_holder li.haschild a {
	color: #fff;
	border:none;
	background:none;
}
.top_menu .horiznav .group_holder li.haschild a:hover,
.top_menu .horiznav .group_holder li.haschild .group_holder li.haschild a:hover {
	color: #78866b;
	background:none;
}
/* Group holder items title*/
.top_menu .horiznav .group_holder li.haschild li a,
.top_menu .horiznav .group_holder li.haschild .group_holder li.haschild li a {
	color: #fff;
	border-bottom: 1px solid #191919;
	/*background:#000;*/
}
.top_menu .horiznav .group_holder li.haschild li a:hover,
.top_menu .horiznav .group_holder li.haschild .group_holder li.haschild li a:hover {
	color: #d4d4d4;
	/*background:#000; */
}
span.separator {
	background:#fff;
	border-bottom: 1px solid #191919;
	color: #121212;
}
/*Menu module links*/
div.yj_menu_module_holder .yjsquare_in a:link,
div.yj_menu_module_holder .yjsquare_in a:visited {
	color:#121212!important;
}
div.yj_menu_module_holder .yjsquare_in a:focus,
div.yj_menu_module_holder .yjsquare_in a:hover {
	color:#525252!important;
}
/*SIDE MENU MODULE
--------------------- */
/* MENU NORMAL LINKS COLOR */
#mainlevel li a,
.menu li a,
a.mainlevel {
	background: url(../images/green/mainlevel.png) no-repeat left top;/* LINKS BG IMAGE */
	color:#333333;
}
/* HOVER AND ACTIVE LINKS BG IMAGE */
#mainlevel li a:hover,
#mainlevel a#active_menu:link,
#mainlevel a#active_menu:visited,
a.mainlevel:hover,
a.mainlevel#active_menu,
#mainlevel li a:hover,
#mainlevel a#active_menu:link,
#mainlevel a#active_menu:visited,
.menu li a:hover,
.menu li.active a {
	background: url(../images/green/mainlevel.png) no-repeat left bottom;
}
/* SUB LEVELS LI IMAGE */
a.sublevel {
	background: url(../images/green/bodyli.png) no-repeat 5px 9px;
}
a.sublevel:hover {
	text-decoration:underline;
}
/*HOVER AND ACTIVE LINK COLOR */
#mainlevel li a:hover,
#mainlevel a#active_menu:link,
#mainlevel a#active_menu:visited,
a.mainlevel#active_menu,
a.sublevel,
a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus,
#active_menu,
a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus,
li.active a,
li.parent a,
.menu li a:hover {
	color:#78866b;
}
/* MENU LI A AND MENU SUB LEVELS LINK COLOR */
li.active ul li a,
a.sublevel#active_menu {
	color:#78866b;
}
/* MENU LI A HOVER AND ACTIVE LINK COLOR AND BG */
li.active ul li a:hover,
li.active ul li.active a {
	color:#333333;
	background: url(../images/green/mainlevel.png) no-repeat left top;
}
/* SITES LI IMAGE */
ul li {
	background: url(../images/green/bodyli.png) no-repeat 0px 5px;
}
/***CENTER TOP(HEDER AND MENU)***/
.centertop_in {
	background:#fff;
	border:1px solid #dfdfdf;
}
/***SOCIALS***/
a.yjfacebook {
	background:url(../images/yjsocials.png) no-repeat -99px top;
}
a.yjtwitter {
	background:url(../images/yjsocials.png) no-repeat -132px top;
}
a.skype {
	background:url(../images/yjsocials.png) no-repeat left top;
}
a.googleplus {
	background:url(../images/yjsocials.png) no-repeat -66px top;
}
a.linkedin {
	background:url(../images/yjsocials.png) no-repeat -33px top;
}
a.flickr {
	background:url(../images/yjsocials.png) no-repeat -165px top;
}
/***hover***/
a.yjfacebook:hover {
	background:url(../images/yjsocials.png) no-repeat -99px bottom;
}
a.yjtwitter:hover {
	background:url(../images/yjsocials.png) no-repeat -132px bottom;
}
a.skype:hover {
	background:url(../images/yjsocials.png) no-repeat left bottom;
}
a.googleplus:hover {
	background:url(../images/yjsocials.png) no-repeat -66px bottom;
}
a.linkedin:hover {
	background:url(../images/yjsocials.png) no-repeat -33px bottom;
}
a.flickr:hover {
	background:url(../images/yjsocials.png) no-repeat -165px bottom;
}
/***MENU***/
#topmenu_holder {
	border-top:1px solid #dfdfdf;
}
/***YJSG1***/
.bis .YJIS_outer {
	border:1px solid #dfdfdf!important;
}
.bis .YJSlide_intro {
	background:url(../images/is_description.png) repeat;
}
.bis .YJSlide_intro_in h2 {
	color:#fff;
	border-bottom:1px solid #3f3f3f;
}
.bis .YJSlide_intro_in p {
	color:#d2d2d2;
}
/***navigation***/
.bis .navContainer .bnav {
	background:url(../images/green/is_navigation.png) no-repeat left top;
}
.bis .navContainer .bnav:hover,
.bis .navContainer .bnav.active {
	background:url(../images/green/is_navigation.png) no-repeat left bottom;
}
/***LIVE SEARCH***/
.bls {
	background:#fff;
	border-top:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
	border-left:1px solid #dfdfdf;
}
.bls .yjsquare_in {
	border-bottom:1px solid #dfdfdf;
}
.bls #defaultfeedLiveSearch {
	border:1px solid #dfdfdf;
}
.LiveSearchLoading {
	background:#fff url(../images/ajax-loader.gif) right no-repeat;
}
.bls .button {
	background:#000 url(../images/serach.png) no-repeat center center;
	color:#fff;
}
.LiveSearchResults.defaultfeed {
	border:1px solid #dfdfdf;
}
/**results**/
.LiveSearchResults .LiveSearchExpandDetails,
.LiveSearchResults .LiveSearchExpandDetails a:hover,
.LiveSearchResults .LiveSearchExpandDetails a.hovered {
	background:url(../images/serach_info.png) no-repeat center center;
}
/*link title*/
.LiveSearchResults a.hovered,
.LiveSearchResults a:hover {
	color:#78866b!important;
}
.LiveSearchResults a {
	color:#acacac!important;
}
.LiveSearchExpander {
	color:#acacac;
}
/*next,back*/
.LiveSearchResults a.next,
.LiveSearchResults a.back {
	background:#000;
	color:#FFFFFF!important;
}
.LiveSearchResults a.next:hover,
.LiveSearchResults a.back:hover {
	background:#78866b;
}
/***LOGIN MODULE***/
.blm {
	background:#fff;
	border-bottom:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
	border-left:1px solid #dfdfdf;
}
.blm #modlgn_username.inputbox,
.blm #modlgn_passwd.inputbox {
	border:1px solid #dfdfdf;
	color:#acacac;
}
.blm span.border_block {
	background:#dfdfdf;
}
.blm .button {
	background:#000;
	color:#fff;
}
.blm .register,
.blm .register:hover {
	background:#78866b;
	color:#fff!important;
}
/***YORK MODULE***/
.bym {
	background:#fff;
	border:1px solid #dfdfdf;
}
.bym h2 {
	color:#78866b!important;
}
.bym h2 span {
	color:#78866b!important;
}
/* navigation */
.bym .yy_container .linkForward,
.bym .yy_container .linkBackward {
	background:url(../images/green/york_arrows_right.png) no-repeat left top;
}
.bym .yy_container .linkBackward {
	background:url(../images/green/york_arrows_left.png) no-repeat left top;
}
/*bottom nav*/
ul.yy_bottom_navigation li a {
	background:url(../images/green/york_navigation.png) no-repeat left top;
}
ul.yy_bottom_navigation li a:hover,
ul.yy_bottom_navigation li a.active {
	background:url(../images/green/york_navigation.png) no-repeat -13px top;
}
/***MODULE ENGINE***/
.bme {
	background:#fff;
	border:1px solid #dfdfdf;
}
.bme .yjme_item_in {
	border-bottom:1px solid #dfdfdf;
}
.bme .yjme_item a.item_title {
	border-bottom:1px solid #dfdfdf;
}
.bme .item_details .item_category,
.bme .item_details .item_cdate,
.bme .item_details .item_author {
	color:#333333;
}
.bme .yjme_item a.item_readmore {
	color:#333333;
}
.bme .yjme_item a.item_readmore:hover {
	color:#78866b;
}
/***YORK MODULE RIGHT***/
.bym2 {
	background:#fff;
	border:1px solid #dfdfdf;
}
.bym2 h2 {
	border-bottom:1px solid #333333;
}
/* navigation */
.bym2 .yy_container .linkForward,
.bym2 .yy_container .linkBackward {
	background:url(../images/green/york_arrows_right.png) no-repeat left top;
}
.bym2 .yy_container .linkBackward {
	background:url(../images/green/york_arrows_left.png) no-repeat left top;
}
/*engine york*/
.bym2 .yjme_item_in.last {
	border-bottom:1px solid #dfdfdf!important;
}
.bym2 .item_details .item_category a,
.bym2 .item_details .item_cdate,
.bym2 .item_details .item_author {
	color:#333333;
}
.bym2 .yjme_item a.item_readmore {
	color:#333333;
}
.bym2 .yjme_item a.item_readmore:hover {
	color:#78866b;
}
/***GRID 3***/
#yjsg3 {
	background:#fff;
	border:1px solid #dfdfdf;
}
/***MODULE ENGINE***/
.bme.bme2 {
	background:#fff;
}
.bme.bme2 .yjme_item {
	background:#fff;
	border:1px solid #dfdfdf;
}
.bme.bme2 .yjme_item:hover {
	background:#eeeeee;
}
.bme.bme2 .yjme_item a.item_title {
	color:#333333;
}
.bme.bme2 .item_cdate {
	background:#7e8a72;
	color:#fff;
}
.bme.bme2 .yjme_item:hover .item_cdate {
	background:#cccccc;
	color:#333333;
}
.bme.bme2 .yjme_item a.item_readmore {
	background:#5f6a55 url(../images/me_rm.png) no-repeat center center;
}
.bme.bme2 .yjme_item:hover a.item_readmore {
	background:#bbbbbb url(../images/me_rm.png) no-repeat center center;
}
.bme.bme2 .yjme_item:hover a.item_readmore:hover {
	background:#bbbbbb url(../images/me_rm_hover.png) no-repeat center center;
}
/***SUBSCRIBE***/
.bsubscribe h2 {
	border-bottom:1px solid #dfdfdf;
}
.bsubscribe .inputbox_email {
	color:#acacac;
	background:#f7f7f7;
	border:1px solid #dfdfdf;
}
.bsubscribe .subscribe_button {
	background:#000;
	color:#fff;
}
/***GRID 7 AND FOOTER***/
.bottom_grids_footer {
	background:#060606;
	color:#8b8b8b;
}
.bottom_grids_footer h2,
.bottom_grids_footer span {
	color:#fff!important;
}
#footer {
	border-top:1px solid #181818;
}
/***BUSINESSREPORT LIST***/
ul.blist li {
	background:url(../images/green/blist.png) no-repeat left top;
}
ul.blist li:hover {
	background:url(../images/green/blist.png) no-repeat left bottom;
}
ul.blist li a {
	color:#8b8b8b;
}
ul.blist li a:hover {
	color:#78866b;
}
/***BOTTOM CUSTOM MODULES***/
a.breadmore {
	background:#313131;
	color:#fff!important;
}
a.breadmore:hover {
	color:#78866b!important;
}
/***ADDITIONAL***/
/***HOLDER***/
#holder,
#holder2,
#holder3,
#pathway {
	background:#fff;
	border:1px solid #dfdfdf;
}
/***MODULE SAMPLES***/
/***YJ1***/
.yj1 h2 {
	border-bottom:1px solid #333333;
}
/***YJ2***/
.yj2 h2,
.yj2 h2 span {
	color:#fff!important;
}
.yj2 {
	background:#000;
	color:#8b8b8b;
}
/***YJ3***/
.yj3 h2,
.yj3 h2 span {
	color:#fff!important;
}
.yj3 {
	background:#78866b;
	color:#fff;
}
span.dropcap,
span.bignumber {
	color:#333333;
}
/***K2***/
/***Category view***/
div.subCategory {
	border-bottom:1px solid #dfdfdf;
}
a.subCategoryMore,
a.subCategoryMore:visited {
	background:#000;
	color:#fff!important;
}
a.subCategoryMore:hover {
	color:#78866b!important;
}
/***Categorie item veiw***/
div.catItemView {
	border-bottom:1px solid #dfdfdf;
}
span.catItemDateCreated {
	color:#333333!important;
}
div.catItemCategory span,
div.catItemTagsBlock span {
	color:#acacac;
}
div.catItemTagsBlock ul.catItemTags li {
	background:#000;
}
div.catItemTagsBlock ul.catItemTags li a {
	color:#fff;
}
div.catItemTagsBlock ul.catItemTags li a:hover {
	color:#78866b;
}
div.catItemCommentsLink {
	border-bottom:1px solid #dfdfdf;
}
div.catItemReadMore a {
	background:#000;
	color:#fff!important;
}
.catItemReadMore a:hover {
	color:#78866b!important;
}
/***Item view***/
div.itemHeader span.itemDateCreated {
	color:#333333;
}
div.itemContentFooter {
	border-top:1px solid #dfdfdf;
}
div.itemRatingBlock {
	border-top:1px solid #dfdfdf;
}
div.itemSocialSharing {
	border-top:1px solid #dfdfdf;
}
div.pre25SocialLinks {
	border-top:1px solid #dfdfdf;
}
div.itemCategory {
	border-top:1px solid #dfdfdf;
}
div.itemCategory span {
	color:#acacac;
}
div.itemTagsBlock {
	border-top:1px solid #dfdfdf;
}
div.itemTagsBlock span {
	color:#acacac;
}
div.itemTagsBlock ul.itemTags li {
	background:#000;
}
div.itemTagsBlock ul.itemTags li a {
	color:#fff;
}
div.itemTagsBlock ul.itemTags li a:hover {
	color:#78866b;
}
div.itemAuthorLatest ul li {
	border-bottom:1px solid #dfdfdf!important;
}
div.itemRelated ul li {
	border-bottom:1px solid #dfdfdf!important;
}
div.itemNavigation {
	border-top:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
}
div.itemComments ul.itemCommentsList li {
	background:#EEEEEE;
	border:1px solid #dfdfdf;
}
div.itemComments ul.itemCommentsList li span.commentDate {
	color:#333333;
}
div.itemComments ul.itemCommentsList li span.commentAuthorName {
	color:#333333;
}
form#comment-form .inputbox {
	color:#acacac;
}
div.itemCommentsForm form input#submitCommentButton {
	background:#000!important;
	color:#fff!important;
}
/***Tag view***/
.tagView div.itemView {
	border-bottom:1px solid #dfdfdf;
}
.tagView div.itemIntroText {
	color:#acacac;
}
.tagView .itemReadMore a {
	background:#000;
	color:#fff!important;
}
.tagView .itemReadMore a:hover {
	color:#78866b!important;
}
/***User view***/
.userView div.itemIntroText {
	color:#acacac;
}
.userView .itemReadMore a {
	background:#000;
	color:#fff!important;
}
.userView .itemReadMore a:hover {
	color:#78866b!important;
}
/***Latest View***/
.latestView div.latestItemView {
	border-bottom:1px solid #dfdfdf;
}
/***Generic View***/
.genericView div.itemView {
	border-bottom:1px solid #dfdfdf;
}
.genericView div.itemIntroText {
	color:#acacac;
}
.genericView .itemReadMore a {
	background:#000;
	color:#fff!important;
}
.genericView .itemReadMore a:hover {
	color:#78866b!important;
}
/***K2 COMENT MODULE***/
.k2ItemsBlock.yj1 ul li {
	border-bottom:1px solid #dfdfdf!important;
}
/***K2 COMMENTS***/
div.k2LatestCommentsBlock.yj1 ul li {
	border-bottom:1px solid #dfdfdf!important;
}
div.k2LatestCommentsBlock.yj1 ul li span.lcUsername {
	color:#333333;
}
/***K2 MENU***/
.k2CategoriesListBlock.yj1 ul li a {
	color:#333333;
	background:url(../images/green/mainlevel.png) no-repeat left top;
}
.k2CategoriesListBlock.yj1 ul li a:hover {
	color:#78866b;
}
div.k2CategoriesListBlock.yj1 ul li.activeCategory a {
	color:#78866b!important;
}
div.k2CategoriesListBlock.yj1 ul li.activeCategory a:hover {
	color:#78866b!important;
}
div.k2CategoriesListBlock.yj1 ul li.activeCategory ul.level1 li a {
	color:#78866b!important;
}
div.k2CategoriesListBlock.yj1 ul li.activeCategory ul.level1 li a:hover {
	color:#78866b!important;
}
/***K2 TAGS***/
div.k2TagCloudBlock.yj1 a {
	background:#000;
	color:#fff;
}
div.k2TagCloudBlock.yj1 a:hover {
	background:#78866b;
}
/***HOVER EFFECT***/
.yj_hover_title {
	background:#000;
	color:#fff;
}
/* pagination */
ul.pagination li a,
ul.pagination li span,
th.pagenav_prev a,
th.pagenav_next a,
div.back_button a,
li.pagenav-next a,
li.pagenav-prev a {
	background-image: url(../images/green/pagination.png);
}
/* active one*/
ul.pagination li span {
	color:#fff;
}
/* hover*/
ul.pagination li a:hover {
	color:#fff;
}
div.nojb.news_item_a .pagination ul li {
	border:1px solid #dcdcdc;
}
/*SECTION TABLE */
table.category {
	border: 1px solid #DDD;
	border-collapse: separate;
	border-bottom:none;
}
table.category td {
	border-bottom: 1px solid #DDD;
}
th.sectiontableheader {
	border-bottom: 1px solid #DDD;
	background:#fff;
}
tr.sectiontableentry1 td {
	background-color: #fafafa;
}
tr.sectiontableentry2 td {
	background-color: #fff;
}
tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background-color: #f7f7f7;
}
#mmenu_holder {
	background:#fff!important;
	border: 1px solid #D4D4D4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}