/*  TEXTS  */
#intro .intro_title, #intro h1, h1, h2, h3 {color: rgba(106, 88, 140, 1);}
a, a:hover, a:active, a:focus {color: #a39976;}
mark {color: rgba(106, 88, 140, 1); background-color: rgba(0,0,0,0);}

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

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

/*  BOXIES  */
.one_third { background-color: rgba(173,160,160,0.1); }


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

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