@import url(http://fonts.googleapis.com/css?family=Marmelad&subset=latin,cyrillic);

body
{
  margin: 0 auto;
  padding: 0;
  color: #000000;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  
  background: #deefc3; /* Old browsers */
  background: -moz-linear-gradient(top,  #deefc3 0%, #ebede8 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#deefc3), color-stop(100%,#ebede8)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #deefc3 0%,#ebede8 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #deefc3 0%,#ebede8 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #deefc3 0%,#ebede8 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #deefc3 0%,#ebede8 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deefc3', endColorstr='#ebede8',GradientType=0 ); /* IE6-9 */
}

header {
  border-radius: 7px 7px 0px 0px;
  -moz-border-radius: 7px 7px 0px 0px;
  -webkit-border-radius: 7px 7px 0px 0px;
  -khtml-border-radius: 7px 7px 0px 0px;
  
  background-color: #8EDBB8;
}
.nav > li a:hover,
.nav > li a:focus,
.nav > li.active > a,
.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-submenu:hover>a,.dropdown-submenu:focus>a,.dropdown-submenu:focus>a,
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background: #5f9606; /* Old browsers */
  background: -moz-linear-gradient(top,  #5f9606 0%, #528205 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5f9606), color-stop(100%,#528205)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #5f9606 0%,#528205 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #5f9606 0%,#528205 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #5f9606 0%,#528205 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #5f9606 0%,#528205 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f9606', endColorstr='#528205',GradientType=0 ); /* IE6-9 */
  color: #ffffff !important;
}
.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-submenu:hover>a,.dropdown-submenu:focus>a,.dropdown-submenu:focus>a {
	color: #ffffff !important;
	text-shadow: none !important;
}
.dropdown-submenu > a:after {
	border-color: transparent transparent transparent #FF8400;
}

.moduletable_menu .dropdown-menu>li, .moduletable_menu .dropdown-menu>li, .moduletable .dropdown-menu>li {
	background-image: none;
	padding: 0;
}
.navbar-inner {
    background-color: #E2F1CB;
    background-image: none;
    border: 1px solid #A6D16E;
}

a, 
.art-post li a
{
  text-decoration: none;
  color: #35510C;
}

a:link,
.art-post li a:link
{
  text-decoration: none;
  color: #35510C;
}

a:visited, a.visited,
.art-post li a:visited, .art-post li a.visited
{
  color: #35510C;
}

a:hover, a.hover,
.art-post li a:hover, .art-post li a.hover
{
  text-decoration: none;
  color: #4B7509;
}

h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  font-family: 'Marmelad', sans-serif;
  color: #35510C;
  font-size: 25px;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-size: 22px;
  color: #35510C;
  font-family: 'Marmelad', sans-serif;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-size: 20px;
  color: #35510C;
  font-family: 'Marmelad', sans-serif;
  font-style: italic;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-size: 17px;
  color: #FD0017;
  font-family: 'Marmelad', sans-serif;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  font-family: 'Marmelad', sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #35510C;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  font-size: 14px;
  color: #35510C;
  font-family: 'Marmelad', sans-serif;
}

.main {
	margin-top: 20px !important;
	margin-bottom: 10px !important;
	
	background: #FFFFFF;
	
	border: 4px solid #ffffff;
	
	border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	
	-moz-box-shadow: 3px 3px 25px rgba(0,0,0,0.5); /* Для Firefox */
    -webkit-box-shadow: 3px 3px 25px rgba(0,0,0,0.5); /* Для Safari и Chrome */
    box-shadow: 3px 3px 25px rgba(0,0,0,0.5); /* Параметры тени */
}

.wrap_header {
	background: url('../images/green_garden/header.jpg') right top;
	background-repeat: no-repeat;
	
	border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-webkit-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	
	height: 230px;
	//height: 115px;
	color: #FFFFFF;
}

.container_16, .container_12 {
	background-color: #FEFEFE;
	border-left: 4px solid #FFFFFF;
	border-right: 4px solid #FFFFFF;	
}

.component {
    color: #3F4218;
    font-family: Arial,Helvetica,Sans-Serif;
	padding: 5px 3px;
}

.component h2 {
    line-height:30px;
    margin-top: 20px;
}

.item-page h2, .item-page h2 a,
.items-leading h2, .items-leading h2 a {
    color: #35510C;
	font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    letter-spacing: normal;
    text-decoration: none;
}
.item-page h2,
.items-leading h2 {
	border-bottom: 2px dashed #A6D16E;
    overflow: hidden;
    padding: 0px 5px;	
}

.moduletable h3, .moduletable_menu h3, .moduletable_login h3 {
    margin: 0;
    color: #35510C;
    font-size: 18px;
    font-style: normal;
	letter-spacing: 1px;
    line-height: 25px;
    padding: 0 5px;
}

div.moduletable, div.moduletable_menu, div.moduletable_login {
	background-color: #ADCE78;
	background-image: url("../images/green_garden/sidebar.png");
	background-repeat: no-repeat;

    border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.5); /* Для Firefox */
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5); /* Для Safari и Chrome */
    box-shadow: 1px 1px 2px rgba(0,0,0,0.5); /* Параметры тени */
    
	padding: 3px;
	margin: 3px 0;
}

.moduletable ul.nav li a {
    padding: 3px 15px 3px 5px;
}

.wrap_copyright {
	background-color: #E5F2D1;
	background-image: url("../images/green_garden/Footer.png");
	background-repeat: no-repeat;
	height: 60px;
	
	border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-webkit-border-radius: 0px 0px 7px 7px;
	-khtml-border-radius: 0px 0px 7px 7px;
}
.copyright {
	color: #20220C;
    font-family: Tahoma,Arial,Helvetica,Sans-Serif;
    font-size: 11px;
    margin-top: 5px;
}