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

/*  HEAD  */
#header .logo {background: #A63939 url("../images/header_backgrounds/header_bg_red_flower_close.jpg") no-repeat left center;}

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

/*  BOXIES  */
.one_third { background-color: rgba(162,58,47,0.1); }


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

/*  BACKGROUND GRADIENT  */
body {
background: -moz-linear-gradient(top,  rgba(162,58,47,0) 0%, rgba(162,58,47,0.4) 40%, rgba(162,58,47,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(162,58,47,0)), color-stop(40%,rgba(162,58,47,0.4)), color-stop(100%,rgba(162,58,47,1)));
background: -webkit-linear-gradient(top,  rgba(162,58,47,0) 0%,rgba(162,58,47,0.4) 40%,rgba(162,58,47,1) 100%);
background: -o-linear-gradient(top,  rgba(162,58,47,0) 0%,rgba(162,58,47,0.4) 40%,rgba(162,58,47,1) 100%);
background: -ms-linear-gradient(top,  rgba(162,58,47,0) 0%,rgba(162,58,47,0.4) 40%,rgba(162,58,47,1) 100%);
background: linear-gradient(to bottom,  rgba(162,58,47,0) 0%,rgba(162,58,47,0.4) 40%,rgba(162,58,47,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a23a2f', endColorstr='#a23a2f',GradientType=0 );
}