
/* ---------- Color Module Styles ----------- */
body { color: #000000; 
background-image: -ms-linear-gradient(top, #cfc8be 0%, #e4e0dd 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #cfc8be 0%, #e4e0dd 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #cfc8be 0%, #e4e0dd 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cfc8be), color-stop(1, #e4e0dd));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #cfc8be 0%, #e4e0dd 100%);
/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #cfc8be 0%, #e4e0dd 100%); }

a, li a.active,
#footer a:hover, #footer li a.active:hover, #footer-bottom a:hover, #footer-bottom li a.active:hover,
#header a, #header-menu ul.menu li a:hover, #header-menu ul.menu li a.active, #header-menu ul.menu li ul.menu li a:hover,
#navigation .block-superfish ul.sf-menu li a:focus, #navigation .block-superfish ul.sf-menu li a:hover, #navigation .block-superfish ul.sf-menu li a.active,
.front .node h1.front-heading { color:#ed2025; }

#header-menu a, #header-menu ul.menu li a, #navigation .block-superfish ul.sf-menu li a { color:black; }

#footer a, #footer li a.active, #footer-bottom a, #footer-bottom li a.active { color:#e4e4e4; }

h1, h2, h3, h4, h5, h6 { color:#ed2025; }

#slogan { color:#d5d5d5; }

#header {


filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cfc8be', endColorstr='#e4e0dd');
z-index: 10;
position: relative; }


#header-menu { background: #000000; border-top:1px solid #353535; border-bottom:1px solid #353535; }

#header-menu ul.menu li.expanded ul.menu, #navigation .block-superfish ul.sf-menu li, #navigation .block-superfish ul.sf-menu li li a { background: #000000; }

#header-menu ul.menu li.expanded ul.menu li a, #footer .block ul.menu li a, #navigation .block-superfish ul.sf-menu li li a { border-bottom:1px solid #353535; }
#footer-bottom { border-top:1px solid #353535; }
ul.secondary-menu li, #footer-bottom ul.menu li { border-right:1px solid #353535; }

#header-menu ul.menu li ul.menu li a:hover,
#header-menu ul.menu li.expanded ul.menu li.expanded a:hover,
#header-menu ul.menu li.expanded ul.menu li.leaf a:hover,
#navigation .block-superfish ul.sf-menu li li:hover,
#navigation .block-superfish ul.sf-menu li li a:focus, #navigation .block-superfish ul.sf-menu li li a:hover, #navigation .block-superfish ul.sf-menu li li a:active  { background-color:#262626; }



#banner  {
background: #efeeee;
/* IE10 */ 
background-image: -ms-linear-gradient(top, #efeeee 0%, #dadada 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #efeeee 0%, #dadada 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #efeeee 0%, #dadada 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #efeeee), color-stop(1, #dadada));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #efeeee 0%, #dadada 100%);
/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #efeeee 0%, #dadada 100%);
/* IE6-9 */ 
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#efeeee', endColorstr='#dadada');
 
border-bottom:1px solid #fcfcfc; }

#content {
background: #cfc8be;
/* IE10 */ 
background-image: -ms-linear-gradient(top, #cfc8be 0%, #e4e0dd 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #cfc8be 0%, #e4e0dd 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #cfc8be 0%, #e4e0dd 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cfc8be), color-stop(1, #e4e0dd));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #cfc8be 0%, #e4e0dd 100%);
/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #cfc8be 0%, #e4e0dd 100%);
/* IE6-9 */ 
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cfc8be', endColorstr='#e4e0dd'); }

#footer { background:#181818; }

#footer-bottom { 
background: #181818;
 }

.links ul li a:hover, a.more:hover, #comments ul.links li a:hover,
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover { background: #000000; }

.region-sidebar-first .block .content, .region-sidebar-second .block .content { background:#ffffff; }