@charset "utf-8";
/* CSS Document */
/*------------------------------------*\
	RESET
\*------------------------------------*/
body {
  background: url(../images/green/body-bg.jpg);
}
a,
a:link,
a:visited {
  color:#65ac25;
  text-decoration: none;
}
a:focus,
a:hover,
a:active {
  color: #464646;
}
.zone-user-wrapper a,
.zone-footer a {
  color: #fff;
}
/*
h1, h2, h3, h4 {
  color:#65ac25;
}
*/
pre, div.code {
  border-left: 5px solid #65ac25;
}
.highlight {
  background: #65ac25;
  color: #fff;
}


/*------------------------------------*\
	Pages CSS
\*------------------------------------*/
.page {
  background: url(../images/green/body-top-bg.jpg) 0 0 repeat-x;
}
.section-content-inner {
  -moz-box-shadow: 0px 0px 10px 0px #666;
  -webkit-box-shadow: 0px 0px 10px 0px #666;
  box-shadow: 0px 0px 10px 0px #666;
}
.zone-user-wrapper {
  background: #65ac25;
  color: #fff;
  margin-bottom: 2px;
}

#block-block-18 {
 margin: 10px;
}

#block-block-18 p {
 margin-bottom: 0px;
}

.zone-footer {
  background: url(../images/green/footer-bg.jpg);
}

li.comment-add a,
li.comment-add a.active {
  background: #65ac25;
}
li.comment-add a:hover,
li.comment-add a.active:hover {
  background: #964509;
}
.item-list .pager .pager-current,
.item-list .pager li a:hover {
  color: #fff;
  background: #65ac25;
}

.more-link a,
.views-field-view-node a {
  background: url(../images/green/readmore-arrow.png) right 3px no-repeat;
}

h1.title {
  color: #464646;
}
/*------------------------------------*\
	NAVIGATION CSS
\*------------------------------------*/
/*
 * Main menu links
 */
.zone-branding ul.nice-menu li.active-trail a,
.zone-branding ul.nice-menu li a.active,
.zone-branding ul.nice-menu li a:hover,
.zone-branding ul.nice-menu li.over a {
  color: #fff;
  background: url(../images/green/menu-active-item.jpg) 0 0 repeat-x;
}
.zone-branding ul.nice-menu ul {
  background: url(../images/green/ul-level-2.png);
  border: 1px solid #65ac25;
}
.zone-branding ul.nice-menu li li,
.zone-branding ul.nice-menu li.over li {
  border-bottom: 1px solid #65ac25;
}

.zone-branding ul.nice-menu li li a,
.zone-branding ul.nice-menu li.active-trail li a,
.zone-branding ul.nice-menu li.over li a {
  color: #fff;
}
.zone-branding ul.nice-menu li li.over a:hover,
.zone-branding ul.nice-menu li li.over a.active,
.zone-branding ul.nice-menu li.over li a:hover,
.zone-branding ul.nice-menu li.over li a.active,
.zone-branding ul.nice-menu li.active-trail li a:hover,
.zone-branding ul.nice-menu li.active-trail li a.active {
  background: #65ac25;
  color: #fff;
}


/* User menu */
.block-system-user-menu ul.menu li a {
  color: #fff
}
.block-system-user-menu ul.menu li a:hover,
.block-system-user-menu ul.menu li a.active {
  color: #464646;
}

/*------------------------------------*\
	BLOCKS CSS
\*------------------------------------*/

h2.block-title {
  color: #464646;
}

/* Block news on left */
.block-views .view-list-articles li.views-row {
  background: url(../images/green/bullet.png) 0 8px no-repeat;
}

/* Block list */
.block-list ul li a {
  background: url(../images/green/bullet.png) 0 8px no-repeat;
}

/* Block search */
.block-search input.form-text {
  border: 1px solid #999;
}


/* Block login */
.block-user-login .block-inner {
  background: #65ac25;
  -moz-box-shadow: 0px 0px 15px 0px #74021c inset;
  -webkit-box-shadow: 0px 0px 15px 0px #74021c inset;
  box-shadow: 0px 0px 15px 0px #74021c inset;
}

/*------------------------------------*\
	FORMS CSS
\*------------------------------------*/
/* Typography and backgrounds for all form buttons */
a.form-submit, button, input[type="reset"], input[type="submit"], input[type="button"] {
  background: url(../images/green/button-bg.jpg) 0 0 repeat-x;
  color: #fff;
}

a.form-submit:hover, input.form-submit:hover {
  background: #65ac25;
}



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

/*   Changes to nice menus by leo   */

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

#block-nice-menus-1 {
float: left;
width: auto;
margin: 15px 0;
}