::selection {
background: #b2d75b;
}

.nav-wrapper {
	background: #91b737;
}

.nav-border-container {
	border-top: 1px solid #b2d75b;
	border-bottom: 1px solid #b2d75b;
}

.nav-wrapper .sf-menu > li {
	border-right: 1px solid #91b737;
	border-top: 1px solid #91b737;
	border-bottom: 1px solid #91b737;
}
.nav-wrapper .slicknav_nav > li {
	border-bottom: 1px solid #91b737;
}

.nav-wrapper ul li a:hover, .nav-wrapper ul li.current-menu-item a, .nav-wrapper ul li.current_page_item a{
	background: #b2d75b;
}

.sf-menu ul li {
background: #91b737;
}

li.menu-item-has-children {
	background: url(images/sub-menu-drop-icon-green.png) no-repeat 95% 50%;
}

li.menu-item-has-children:hover {
	background: #b2d75b url(images/sub-menu-close-icon-green.png) no-repeat 95% 50%;
}

 .slicknav_nav li.menu-item-has-children:hover {
	background: #b2d75b;
}
.slicknav_nav > li.menu-item-has-children:hover,  .nav-wrapper ul.sf-menu li.menu-item-has-children > a:hover, .slicknav_nav li.menu-item-has-children, .slicknav_nav ul li li > li,  .slicknav_nav > li.menu-item-has-children {
	background: none;
}
/* nav ends */

/* slider */
.nivo-prevNav {
	background: url('images/slider-nav-green.png') no-repeat 0 0;
}
.nivo-nextNav {
	background: url('images/slider-nav-green.png') no-repeat -51px 0;
}

/* slider end */

/* content */
input#submit {
	-moz-box-shadow:inset 0px 1px 0px 0px #d1e78f;
	-webkit-box-shadow:inset 0px 1px 0px 0px #d1e78f;
	box-shadow:inset 0px 1px 0px 0px #d1e78f;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c6e478), color-stop(1, #97bc3d) );
	background:-moz-linear-gradient( center top, #c6e478 5%, #97bc3d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c6e478', endColorstr='#97bc3d');
	background-color:#c6e478;
	border:1px solid #91b737;
	text-shadow:1px 1px 0px #c6e478;
}
input#submit:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #97bc3d), color-stop(1, #c6e478) );
	background:-moz-linear-gradient( center top, #97bc3d 5%, #c6e478 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#97bc3d', endColorstr='#c6e478');
	background-color:#97bc3d;
}

.content-container {
	border-top: 6px solid #84ad24;
}
.page-post-container-wrapper {
border-top: 6px solid #84ad24;
}
.feature-page-wt-thumb-container {
	border-bottom: 3px solid #deeac2;
}
a.wpanch {
	color: #91b737 !important;
}
a.wpanch:hover{
	color: #fff !important;
	background: #91b737;
}
.bottom-feature-textbox {
	border-left: 5px solid #91b737;
}
code {
color: #91b737;
}
/* content ends */

/* footer */
.footer ul li {
	background: url('images/footer-li-icon-green.png') no-repeat 0 6px;
}
.footer .searchform #searchsubmit {
	background: #fff url('images/submit-icon-green.png') center no-repeat;
}
.footer li.menu-item-has-children:hover {
	background: url('images/footer-li-icon-green.png') no-repeat 0 6px;
}
.footer-wrapper {
border-top: 5px solid #84ad24;
}
/* footer ends */

/* sidebar */
.sidebar .searchform #search, .sidebar .searchform #s {
border: 1px solid #b2d75b;
-moz-box-shadow: inset 0px 4px 1px 0px rgba(0,0,0,0.1);
-webkit-box-shadow: inset 0px 4px 1px 0px rgba(0,0,0,0.1);
box-shadow: inset 0px 4px 1px 0px rgba(0,0,0,0.1);
}
.sidebar .searchform #searchsubmit {
background: #91b737 url('images/sidebar-submit-btn-green.png') center no-repeat;
}
.sidebar ul li {
	background: url(images/sidebar-li-icon-green.png) no-repeat 0 8px;
}
.sidebar li.menu-item-has-children:hover {
	background: url(images/sidebar-li-icon-green.png) no-repeat 0 8px;
}
.sidebar select {
border: 1px solid #b2d75b;
}
/* sidebar */
/* comment */
.commentlist .comment-author img {
border: 5px solid #91b737 ;
}
.commentlist .reply a {
background: #91b737 ;
}
.nav-wrapper ul.sf-menu li.page_item_has_children > a:hover  {
    background: #b2d75b url(images/sub-menu-close-icon-green.png) no-repeat 95% 50%;
}
.nav-wrapper ul.sf-menu li.page_item_has_children > a  {
    background: #91b737 url(images/sub-menu-close-icon-green.png) no-repeat 95% 50%;
}
li.menu-item-has-children:hover, li.page_item_has_children:hover {
background: #91b737 url(images/sub-menu-close-icon-green.png) no-repeat 95% 50%;
}
/* comment */