/* $Id: green-style.css,v 1.0.0 2012/02/25 08:18:15 symphonythemes Exp $ */

/*------------------------------------*\
	RESET
\*------------------------------------*/
a:focus,
a:hover,
a:active {
  color: #265f06;
}

pre,
div.code {
  border-left: 5px solid #265f06;
}
.highlight {
  background: #265f06;
  color: #fff;
}

li.comment-add a,
li.comment-add a.active {
  background: url(../images/green/button-bg.jpg) 0 0 repeat-x;
}
.item-list .pager .pager-current,
.item-list .pager li a:hover {
  color: #fff;
  background: url(../images/green/button-bg.jpg) 0 0 repeat-x;
}
button, input[type="reset"], input[type="submit"], input[type="button"] {
  background: url(../images/green/button-bg.jpg) 0 center repeat-x;
  border: 1px solid #4B8451;
}
input.form-submit:hover {
  background: #d65100;
  border: 1px solid #953c06;
}
/*------------------------------------*\
	Pages Background
\*------------------------------------*/
.section-header {
  background: url(../images/green/header-bg.jpg) 0 0 no-repeat;
}
.zone-footer {
  border-top: 1px solid #265f06;
}

/*------------------------------------*\
	NAVIGATION CSS
\*------------------------------------*/
/* Main menu */
.region-menu-inner {
  background: url(../images/green/mainmenu-bg.jpg) center center repeat-x;
}

.zone-menu ul.nice-menu ul {
  background: url(../images/green/ul-level2-bg.png) 0 0 repeat;
}

/*------------------------------------*\
	BLOCKS CSS
\*------------------------------------*/
.zone-content .block .block-inner h2.block-title {
  background: url(../images/green/block-title-bg.jpg) left center repeat-x;
}

/* Latest blog */
.block-blog-month-year {
  color: #265f06;
}
li.node-readmore a,
.block-views .view-latest-articles .views-field-view-node a {
  background: #265f06 url(../images/bullet-readmore.png) 10px center no-repeat;
}

/* Slideshow */
.views-slideshow-controls-text-previous a {
  background: url(../images/green/slideshow_prev.png) 0 0 no-repeat;
}
.views-slideshow-controls-text-next a {
  background: url(../images/green/slideshow_next.png) 0 0 no-repeat;
}
.views-slideshow-controls-text-pause a {
  background: url(../images/green/slideshow_pause.png) 0 0 no-repeat;
}
