/*Orange theme*/
a { color:#0e76b4; }
.cTitle { color:#df5616; }
.cDark { color:#414141; }
.cLight { color:#c9c8c8; }
.cLight2 { color:#979494; }
.nav li a { color:#df5616; }
.nav li a:hover, .nav li a.active { color:#ca5620; }
.btn,.btn:link { background: rgb(223,86,22); background: -moz-linear-gradient(top, rgba(223, 86, 22, 1) 0%, rgba(202, 86, 32, 1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(223, 86, 22, 1)), color-stop(100%, rgba(202, 86, 32, 1))); background: -webkit-linear-gradient(top, rgba(223, 86, 22, 1) 0%, rgba(202, 86, 32, 1) 100%); background: -o-linear-gradient(top, rgba(223, 86, 22, 1) 0%, rgba(202, 86, 32, 1) 100%); background: -ms-linear-gradient(top, rgba(223, 86, 22, 1) 0%, rgba(202, 86, 32, 1) 100%); background: linear-gradient(to bottom, rgba(223, 86, 22, 1) 0%, rgba(202, 86, 32, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df5616', endColorstr='#ca5620', GradientType=0 );
color:#fff; }
.btnLight { background:#72bbff; color:#fff; }
