/* http://www.colorzilla.com/gradient-editor/ */
input[type=button], input[type=submit] { background: #AB0232; /* old browsers */ background: -moz-linear-gradient(top, #D50C45 0%, #AB0232 100%); /* firefox */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D50C45), color-stop(100%,#AB0232)); /* webkit */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D50C45', endColorstr='#AB0232',GradientType=0 ); /* ie */ background-image: -webkit-linear-gradient(#D50C45, #AB0232); /* Chrome 10+, Saf5.1+ */ background-image: linear-gradient(top, #D50C45, #AB0232); }

h1, h2, h3, h4, h5, h6,.SubTitle,.H2, .h3 { color: #ab0232; }

::-moz-selection { background: #d3053f; }
::selection { background: #d3053f; }


a { color: #ab0232; }
a:active, a:visited { color: #ab0232; }
a:hover { color: #800224; }

a.button { background: #AB0232; /* old browsers */ background: -moz-linear-gradient(top, #D50C45 0%, #AB0232 100%); /* firefox */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D50C45), color-stop(100%,#AB0232)); /* webkit */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D50C45', endColorstr='#AB0232',GradientType=0 ); /* ie */ }
a.button:hover { background-color: #ab0232; }

/* HEADER */
header { background: #fff url('/img/header-red_bg.png') repeat-x left bottom; }

#lang { color: #ab0232; }
#lang a { color: #ab0232; }
#lang a.active { color: #c2a1ab; }

#nav2 li a { background-color: #f8dae3; color: #ab0232; }
#nav2 li a.active { background: #AB0232; /* old browsers */ background: -moz-linear-gradient(top, #D50C45 0%, #AB0232 100%); /* firefox */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D50C45), color-stop(100%,#AB0232)); /* webkit */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D50C45', endColorstr='#AB0232',GradientType=0 ); /* ie */ background-image: -webkit-linear-gradient(#D50C45, #AB0232); /* Chrome 10+, Saf5.1+ */ background-image: linear-gradient(top, #D50C45, #AB0232); }


#quick-search .qs-text { color: #ab0232; }
#quick-search .qs-button:hover { background-color: #ab0232; }

#sub-active-indicator {background: url('/img/arrow-sprite.png') no-repeat -3px -350px;}

/* BREADCRUMB */
#breadcrumb li { background: url('/img/crumb-arrow-sprite.png') no-repeat -3px -31px; }
#breadcrumb li a, #breadcrumb li a:visited, #breadcrumb li a:hover { color: #ab0232; }

/* HOME */

#home-teasers #archive-link a { }

/* FOOTER */
footer .col1 a, footer .col5 a { color: #d3053f; }
footer .col5 li a, footer .col5 li a:visited { color: #d3053f; text-decoration: none; }
footer .col5 li a.active {color: #FFFFFF;text-decoration: none;}
