/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it 
is easier to update the theme. Simply copy an existing style 
from style.css to this file, and modify it to your liking. */

#wrapper {
    background-image: url("http://www.aggregatepower.ca/wp-content/uploads/2015/03/background.png");
    border-bottom: 1px solid #a5a5a5;
    border-top: 4px solid #646464;
}

#slides .slides_holder {
    background-color: #084127;
}

.searchform input.s {
    color: #ffffff;
}

.searchform input.s {
    background-color: #084127;
}

#search-top input.search-submit {
    background-color: #084127;
}

a { color: #006e3b; text-decoration:none;}

#header-right .fl strong {
    color: #084127
}

#header-right .fr a {
  padding: 12px 15px;
  border: 1px solid #350708;
  color: white !important;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 1px 3px hsla(0,0%,0%,.8);
  text-decoration: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #084127;
  background: -webkit-gradient(
 linear,
 left top,
 left bottom,
 color-stop(.2, #006e3b),
 color-stop(1, #084127)
 );
}

#header-right .fr a span {
    background: url("http://www.aggregatepower.ca/wp-content/uploads/2015/03/arrow_png.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    padding: 20px 35px 22px 0;
}

#header-right .fr a span {
    background: display: none;
    padding: none;
}

#navigation {
    background-color: #084127;
}

#navigation-out {
    background-color: #084127;
    border-bottom: 2px solid #373737;
    border-top: 2px solid #3A3A3A;
}

.nav li { background-color: #006e3b; }
.nav li a:hover  { background-color: #084127; color: #ffffff }
.nav li.current_page_item a { background-color: #084127; }


#home-widgets .widget h3 {
    background-color: #084127;
}

.entry, .entry p {
    color: #424242;
}

span.arrow { display: none; }

.widget p, .widget_text { font-size: 16px; margin-bottom: 1em; color: #424242; text-shadow: none; }

.widget_woo_contactus .fl span.sub-title { font-size: 16px; font-weight: bold; text-transform: uppercase; padding: 8px 10px; color: #084127; text-shadow: none; }

#home-widgets .home-left, #home-widgets .home-center, #home-widgets .home-right {
    float: left;
    width: 450px;
    margin-left: 15px;
    margin-right: 15px;
}

#home-widgets .widget_woo_git ul li a {
    color: #006e3b;
}

#home-widgets .widget_woo_git ul li {
    color: #084127;
    font-size: 16px;
    text-shadow: none;
    text-transform: uppercase;
}

#home-widgets .widget_woo_git h3 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: medium none !important;
    box-shadow: none !important;
    color: #084127;
    font-size: 20px;
    font-weight: bold;
    text-shadow: none;
}

h1, h2, h3, h4, h5, h6, .post .title, .page .title, .archive_header, .post .post-date {
    font-family: "Droid Serif",arial,sans-serif;
    color: #084127;
    text-shadow: none;
}

.entry, .entry p {
    font: 17px sans-serif;
}

#breadcrumbs {
    margin-bottom: 2em;
    color: #006e3b
}

#footer-widgets .block a {
    color: #084127;
}

#footer-widgets .block h3 {
    color: #006e3b;
    padding: 5px 10px;
}