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

/*  HEAD  */
#header .logo {background: rgb(193, 143, 39) url("../images/header_backgrounds/header_bg_yellow_shell.jpg") no-repeat left center;}

/*  MENU  */
.left_sidebar #sidebar_inner {background-color: #BB8E5D; background-image: none;}

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

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

/*  BACKGROUND GRADIENT  */
body {
background: -moz-linear-gradient(top,  rgba(187,142,93,0) 0%, rgba(187,142,93,0.32) 32%, rgba(187,142,93,0.48) 48%, rgba(187,142,93,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(187,142,93,0)), color-stop(32%,rgba(187,142,93,0.32)), color-stop(48%,rgba(187,142,93,0.48)), color-stop(100%,rgba(187,142,93,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(187,142,93,0) 0%,rgba(187,142,93,0.32) 32%,rgba(187,142,93,0.48) 48%,rgba(187,142,93,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(187,142,93,0) 0%,rgba(187,142,93,0.32) 32%,rgba(187,142,93,0.48) 48%,rgba(187,142,93,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(187,142,93,0) 0%,rgba(187,142,93,0.32) 32%,rgba(187,142,93,0.48) 48%,rgba(187,142,93,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(187,142,93,0) 0%,rgba(187,142,93,0.32) 32%,rgba(187,142,93,0.48) 48%,rgba(187,142,93,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bb8e5d', endColorstr='#bb8e5d',GradientType=0 ); /* IE6-9 */
}