/*
#------------------------------------------------------------------------
# News - December Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2012 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
*/

/* Heading text and font size */ 
body {
	min-height: 100%;
	background: none repeat scroll 0 0 #fbfff5;
	font-size: 14px;
	line-height: 1.6;
	color: #222;
	padding: 0;
	font-weight: normal;
	word-wrap: break-word;
}
article header {
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0 0 3px;
width: 100%;
}

a {
	color: #363636;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
	text-decoration: none;
	-webkit-transform: translateZ(0);
}
h1,
h2,
h3,
h4,
h6 {
	margin: 0;
	padding: 0;
	color: #038126;
	font-weight: normal;
}
h1 {
	font-size: 18px;
  line-height: 1.1;
  color: #038126;
  font-weight: 600;
  line-height: 24px;
}

h2,
.componentheading {
	font-size: 16px;
  line-height: 1.1;
  color: #038126;
  font-weight: 500;
  line-height: 20px;
}

h3 {
	font-size: 15px;
  font-weight: 600;
}

h4 {
	font-size: 15px;
  font-weight: 600;
}

h5 {
	font-size: 14px;
  font-weight: 600;
}
article header h1 a, article header h2 a {
    color: #038126;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}

element.style {
    color: #038126;
}
section article {
    margin-top: 5px;
}

/* topbar */
#gkPageTop {
    background: none repeat scroll 0 0 #81C431;
    box-sizing: border-box;
    min-height: 45px;
    position: relative;
    z-index: 999;
}
#gkLogo {
	height: 35px;
	margin: 0px 10px 0 0;
	padding: 0;
	text-indent: -999em;
	text-shadow: none;
	width: 147px;
	display: block;
	float: left;
}
#gkLogo.cssLogo {
	background: transparent url('../images/style3/logo.png') no-repeat 0 0;
	/* You can specify there logo size and background */
	height: 45px;
	margin: 0 10px 0 0;
	width: 147px;
}
/* menu */
.gkMenu > ul > li > a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color transparent -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-right: 1px solid transparent;
    border-style: none solid none none;
    border-width: medium 1px medium medium;
    color: #222;
    display: block;
    font-size: 14px;
    font-weight: 400;
    height: 45px;
    line-height: 45px;
    margin: 0;
    padding: 0 14px;
    transition: all 0.3s ease-out 0s;
}
/* user area for mobile top display */
#gkUserArea {
    float: right;
    margin-left: 1px;
}
#gkUserArea a {
    box-shadow: 0 0 27px rgba(0, 84, 0, 0.75) inset;
    display: block;
    float: left;
    height: 45px;
    margin: 0;
    text-indent: -9999px;
    transition: background-color 0.3s ease-out 0s;
    width: 50px;
}
#gkLogin {
    background: url("../images/topmenu_icons.png") no-repeat scroll 0 center #014a0c;
}
#gkRSS {
    background: url("../images/topmenu_icons.png") no-repeat scroll -50px center #fb6914;
}
/* banner top */
#gkBannerTop {
    background: none repeat scroll 0 0 #fbfff5;
    padding: 5px 0;
}
/* tag display */
div.tag-category h3 {
    font-size: 14px;
    line-height: 1.6;
}
/* pagination & button */
.pagination ul > li > a, .pagination ul > li > span {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #81C431;
    border-color: #ddd;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    float: left;
    line-height: 28px;
    padding: 2px 10px;
    text-decoration: none;
}
.pagination ul li a, .pagination ul li span {
display: block;
font-size: 13px;
height: 28px;
min-width: 34px;
text-align: center;
}
button, .button, input.button, span.button, button.button, div.button, input[type="submit"], input[type="button"], .pagenav-prev a, .pagenav-next a, .pager li.next a, .pager li.previous a, .pager li a, .readon, .pagination ul li a, .pagination ul li span {
    background: none repeat scroll 0 0 #81c431;
    color: #515050;
}
button, .button, input.button, span.button, button.button, div.button, input[type="submit"], input[type="button"], .pagenav-prev a, .pager li.previous a, .pager li.next a, .pagenav-next a, .readon, .pagination ul li a, .pager li a, .pager ul li, .pager li span, .pagination ul li span {
    border: medium none;
    color: #515050;
    font-size: 13px;
    margin: 0 5px 2px 2px;
    padding: 2 6px;
    text-align: center;
}
.box {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
color: #666;
font-size: 14px;
line-height: 1.6;
padding: 5px;
width: 100%;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
display: inline-block;
height: 30px;
/* padding: 4px 6px; */
/* margin-bottom: 10px; */
font-size: 14px;
line-height: 20px;
color: #04BA22;
vertical-align: middle;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

/* easyblog module */
.mod_easyblognewpost a:link, .mod_easyblognewpost a:visited, .mod_easyblognewpost a:hover {
background: #909c00;
border: 1px solid #03860D;
border-bottom-color: #275079;
color: #fff!important;
display: block;
font-weight: bold;
text-decoration: none!important;
text-align: center;
padding: 15px 0;
text-shadow: 0 1px 0 rgba(0,0,0,0.2);
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
box-shadow: 0 1px 0 #6395cd inset;
-moz-box-shadow: 0 1px 0 #6395cd inset;
-webkit-box-shadow: 0 1px 0 #6395cd inset;
}
/* section */
section > header {
    margin: 0 0 10px;
    padding: 0;
}
.nspMain { overflow: visible; 
}
nav.pagination ul li a.pagenav:hover {
background-color: #008200;
}
.nspArt h4.nspHeader {
    color: #2f9633;
    font-size: 16px;
    margin: 0;
    padding: 10px 0;
}
.nspLinks ul li h4 {
    color: #2f9633;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
}
.gkCols3 .box.gkmod-1, .gkCols3 .box.gkmod-2, .gkCols3 .box.gkmod-3, .gkCols3 .box.gkmod-more {
    float: left;
    padding: 10px 10px;
}
#gkTop1, #gkTop2 {
    margin: 10px -10px 0 !important;
    overflow: auto;
}
#gkContentWrap {
    box-sizing: border-box;
    float: left;
    padding: 5px 25px;
}
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 2px;
font-size: 13px;
font-weight: 600;
line-height: 30px;
color: #3E6A39;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
#searchForm fieldset, .search-results dt {
border-top: 1px solid #e5e5e5;
margin: 2px 0 0;
padding: 8px 0 0;
}
fieldset.phrases, fieldset.only {
border: 1px solid #e5e5e5;
padding: 12px 24px 2px!important;
}
#searchForm label, #searchForm input, #finder-search input {
    float: left;
    height: 32px;
    margin: 0 5px 0 0;
}
.searchintro strong {
    color: #3E6A39;
    font-size: 15px;
    font-weight: 500;
}
.result-title {
    clear: both;
    color: #3E6A39;
    font-size: 15px;
    font-weight: 700;
}
/* bootstrap.min.css:9 */
ul, ol {
    padding: 0px;
    margin: 0px 0px 10px 0px;
}
input, textarea, .uneditable-input {
  width: auto;
}
.gkHighlighterGK5 {
  position: relative;
  width: 100%;
  height: 35px;
  line-height: 1.3;
}