/*  TEXTS  */
#intro .intro_title, #intro h1, h1, h2, h3 {color: #65926f;}
a, a:hover, a:active, a:focus {color: #68A125;}
mark {color: #65926f; background-color: rgba(0,0,0,0);}

/*  HEAD  */
#header .logo {background: #608e12 url("../images/header_backgrounds/header_bg_green_fern.png") no-repeat left center;}

/*  MENU  */
.left_sidebar #sidebar_inner {background-color: #89AB8E;}

/*  BOXIES  */
.one_third { background-color: rgba(137,171,142,0.1); }


/*  FOOTER  */
#sub_footer {background-color: #D12525;}


/*  BACKGROUND GRADIENT  */
body {
background: -moz-linear-gradient(top,  rgba(137,171,142,0) 0%, rgba(137,171,142,0.38) 38%, rgba(137,171,142,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(137,171,142,0)), color-stop(38%,rgba(137,171,142,0.38)), color-stop(100%,rgba(137,171,142,1)));
background: -webkit-linear-gradient(top,  rgba(137,171,142,0) 0%,rgba(137,171,142,0.38) 38%,rgba(137,171,142,1) 100%);
background: -o-linear-gradient(top,  rgba(137,171,142,0) 0%,rgba(137,171,142,0.38) 38%,rgba(137,171,142,1) 100%);
background: -ms-linear-gradient(top,  rgba(137,171,142,0) 0%,rgba(137,171,142,0.38) 38%,rgba(137,171,142,1) 100%);
background: linear-gradient(to bottom,  rgba(137,171,142,0) 0%,rgba(137,171,142,0.38) 38%,rgba(137,171,142,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0089ab8e', endColorstr='#89ab8e',GradientType=0 );

}