/**
 * OPAL Reloaded Colors
 */
/* Main Wrappers */
html {
  color: #555555;
  /*background: #e7e6e6 url(../images/bg-wall.png) repeat-x left top;*/
  background: #bfbfbf url(../images/bg-page-wrapper.jpg) no-repeat top center;
background-size: 100%;
}

#page {
  background: #ffffff;
}


/* HTML elements */

fieldset legend,
.form-item label {
  color: #666666;
}

blockquote {
  background: #f7f7f7;
}

/* Lists */

.item-list ul li {
  list-style-image: url(../images/bullet-round.png);
}

.links {
  color: #666666;
}


/* Menus */

li.leaf {
  list-style-image: url(../images/bullet-round.png);
}

li.collapsed {
  list-style-image: url(../images/bullet-sm-arrow-right.png);
}

li.expanded {
  list-style-image: url(../images/bullet-sm-arrow-down.png);
}


/* Links */

a:link,
a:visited,
a:active,
a.active {
  color: #228900;
}

a:hover,
a:focus {
  color: #49b027;
}


/* Tables */

tr.odd {
  background: #e7e6e6;
}

tr.even {
  background: #f4f7f2;
}


/* Header */

#header  {
  background: #228900 url(../images/header-tile.png) repeat-x left top;
  background-size: cover;
}

/*#header .header-inner {
  background: transparent url(../images/header.jpg) no-repeat top left;
}*/

@media only screen and (max-width:320px) {
  #header,#header .header-inner {background: #228900;}
}

@media only screen and (min-width:321px) and (max-width:480px) {
  #header,#header .header-inner  {background: #228900;}
}

@media only screen and (min-width:481px) and (max-width:768px) {
  #header,#header .header-inner  {background: #228900;}
}

#site-slogan {
  color: #fefefe;
}

#site-name a,
.region-header #block-user-login label,
.nav li a:link,
.nav li a:hover,
.nav li a:focus,
.nav li a:visited,
.nav li a:active,
.nav li a.active,
.nav li a:visited:hover {
  color: #feffff;
}

#menu-bar,
#primary-menu-bar {
  background-color: #228900;
}

.region-header .form-text,
.region-header .form-submit {
  border-color: #228900;
}


/* Footer */

#footer {
  background: #181818; /* fallback for browsers that don't support CSS gradients */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#181818), to(#343434));
  background-image: -moz-linear-gradient(-90deg, #181818, #343434);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#181818', endColorstr='#343434')";
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#181818,endColorstr=#343434,GradientType=0);
}

#footer,
#footer a {
  color: #f9fcfe;
}

#footer #block-node-recent {
  color: #444444;
}

#footer #block-node-recent a {
  color: #228900;
}


/* Blocks */

.block-inner {
  background: #fffffc;
}



.block-title {
  color: #fffffc;
  background: #2fb901; /* Old browsers */
/* GRADIENT VERSION OF BLOCK TITLES */
background: -moz-linear-gradient(top,  #2fb901 0%, #238b00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2fb901), color-stop(100%,#238b00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #2fb901 0%,#238b00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #2fb901 0%,#238b00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #2fb901 0%,#238b00 100%); /* IE10+ */
background: linear-gradient(to bottom,  #2fb901 0%,#238b00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fb901', endColorstr='#238b00',GradientType=0 ); /* IE6-9 */

}


/* Strip backgrounds */

#header-region .block-inner,
#block-system-main .block-inner,
#footer .block-inner,
#footer .block .block-title {
  background: none;
}


/* Poll */

.poll .bar {
  background-color: #e9e9e9;
  border: solid 1px #e9e9e9;
}

.poll .bar .foreground {
  background: #228900 url(../images/bg-lbar.png) repeat-x center left;
}


/* Articles */

.article .article-title {
  border-bottom: solid 1px #e9e9e9;
}

.article .article-title a:hover {
  color: #288511;
}

.article-teaser.article-sticky .article-title {
}

.field-type-image figure {
  border: 1px solid #e9e9e9;
}

#main-content .article-teaser {
  border: 1px solid #e9e9e9;
}

#main-content .article-teaser.article-sticky {
  background: #f7f7f7;
}


/* Comments */

#comments .odd {
  background: #fffffc;
}


/* Aggregator */

#aggregator .feed-source {
  background-color: #f7f7f7;
  border: 1px solid #e9e9e9;
}


/* Forum */

#forum thead, 
#forum tbody {
  border: none;
}


/* Profile */

#profile .profile {
  border: 1px solid #e9e9e9;
}


/* Administer */

div.admin-panel h3 {
  background: #31c200;
  color: #fffffc;
}


/* Pager */

div.item-list ul.pager li a.active {
  color: #555555;
}

div.item-list ul.pager li {
  border: 1px solid #e9e9e9;
}

div.item-list ul.pager li:hover,
div.item-list ul.pager li:focus {
  border: 1px solid #31c200;
  color: #228900;
}

div.item-list ul.pager li.pager-current,
div.item-list ul.pager li.pager-current a.active {
  border: 1px solid #31c200;
  color: #228900;
}


/* Local task tabs */

ul.primary li a {
  background: #fdfdfd;
  border: solid 1px #fffffc;
}

ul.primary li a:hover {
  background: #fdfdfd;
  border: solid 1px #31c200;
}

ul.primary li a.active,
ul.primary li.active a {
  border: solid 1px #31c200;
  background: #fffffc;
  color: #000000;
}

ul.primary li a.active:hover,
ul.primary li a.active:focus {
  border: solid 1px #31c200;
  background: #fffffc;
  color: #000000;
}


/* Menu bar menu */

nav .menu-wrapper li a,
nav .menu-wrapper li a:hover,
nav .menu-wrapper li a:focus,
nav .menu-wrapper li a:visited,
nav .menu-wrapper li a.active {
  color: #fffffe;
}


/* Superfish Skin */

ul.sf-menu.sf-style-default li,
ul.sf-menu.sf-navbar.sf-style-default,
ul.sf-menu.sf-horizonal.sf-style-default,
ul.sf-menu.sf-vertical.sf-style-default {
  background: transparent;
}

ul.sf-menu.sf-style-default li li {
  background: #362424;
}

ul.sf-menu.sf-style-default li li li {
  background: #362424;
}

ul.sf-menu.sf-style-default li:hover,
ul.sf-menu.sf-style-default li.sfHover,
ul.sf-menu.sf-style-default li.active a,
ul.sf-menu.sf-style-default a:focus,
ul.sf-menu.sf-style-default a:hover,
ul.sf-menu.sf-style-default a:active,
ul.sf-menu.sf-navbar.sf-style-default li li {
  background: #31c200;
}

ul.sf-menu.sf-navbar.sf-style-default li ul li ul {
  background-color: transparent;
}


/* .sf-horizontal */

ul.sf-menu.sf-horizontal.sf-style-default a {
  border: 0 !important;
  color: #fffffe !important;
}


/* .sf-navbar */

ul.sf-menu.sf-navbar.sf-style-default li ul {
  background-color: transparent;
  width: 100%;
}

ul.sf-menu.sf-navbar.sf-style-default > li > ul > li {
  border-bottom: 1px solid #228900;
}


/* .sf-vertical */

ul.sf-menu.sf-menu.sf-vertical.sf-style-default a {
  border: 0 !important;
  color: #228900;
}
ul.sf-menu.sf-vertical.sf-style-default a:hover,
ul.sf-menu.sf-vertical.sf-style-default a:focus,
ul.sf-menu.sf-vertical.sf-style-default ul a,
ul.sf-menu.sf-vertical.sf-style-default ul ul a,
ul.sf-menu.sf-vertical.sf-style-default ul ul ul a,
ul.sf-menu.sf-vertical.sf-style-default ul ul ul ul a {
  color: #fffffe !important;
}


/* Calendar styles */

.calendar-calendar div.date-nav {
  background-color: transparent;
  color: #228900;
}

.calendar-calendar div.date-nav a,
.calendar-calendar div.date-nav h3 {
  color: #228900;
}

.calendar-calendar td {
  color: #000000;
}

.calendar-calendar th {
  background-color: #c3c3c3;
  color: #228900;
  border: 1px solid #c3c3c3;
}

.calendar-calendar th.days {
  background-color: #f4f7f2;
  color: #228900;
}

.calendar-calendar tr td.today,
.calendar-calendar tr.odd td.today,
.calendar-calendar tr.even td.today {
  background-color: #c3c3c3;
}

.calendar-calendar td.calendar-agenda-hour,
.calendar-calendar td.calendar-agenda-items,
.calendar-calendar td.calendar-agenda-hour {
  border-color: #c3c3c3;
}

.view-content .calendar-calendar ul.inline li {
  border: 1px solid #c3c3c3;
}