/*Red theme*/
a { color:#0e76b4; }
.cTitle { color:#e14838; }
.cDark { color:#414141; }
.cLight { color:#c9c8c8; }
.cLight2 { color:#979494; }
.nav li a { color:#c21200; }
.nav li a:hover, .nav li a.active { color:#7e0c00; }
.btn,.btn:link { background: rgb(194,18,0); background: -moz-linear-gradient(top, rgba(194, 18, 0, 1) 1%, rgba(126, 12, 0, 1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(194, 18, 0, 1)), color-stop(100%, rgba(126, 12, 0, 1))); background: -webkit-linear-gradient(top, rgba(194, 18, 0, 1) 1%, rgba(126, 12, 0, 1) 100%); background: -o-linear-gradient(top, rgba(194, 18, 0, 1) 1%, rgba(126, 12, 0, 1) 100%); background: -ms-linear-gradient(top, rgba(194, 18, 0, 1) 1%, rgba(126, 12, 0, 1) 100%); background: linear-gradient(to bottom, rgba(194, 18, 0, 1) 1%, rgba(126, 12, 0, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c21200', endColorstr='#7e0c00', GradientType=0 );
color:#fff; }
.btnLight { background:#72bbff; color:#fff; }
