/*Brown theme*/
a { color:#0e76b4; }
.cTitle { color:#906328; }
.cDark { color:#414141; }
.cLight { color:#c9c8c8; }
.cLight2 { color:#979494; }
.nav li a { color:#7c5420; }
.nav li a:hover, .nav li a.active { color:#6c3d00; }
.btn,.btn:link { background: rgb(210,142,53); background: -moz-linear-gradient(top, rgba(210, 142, 53, 1) 0%, rgba(166, 94, 0, 1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(210, 142, 53, 1)), color-stop(100%, rgba(166, 94, 0, 1))); background: -webkit-linear-gradient(top, rgba(210, 142, 53, 1) 0%, rgba(166, 94, 0, 1) 100%); background: -o-linear-gradient(top, rgba(210, 142, 53, 1) 0%, rgba(166, 94, 0, 1) 100%); background: -ms-linear-gradient(top, rgba(210, 142, 53, 1) 0%, rgba(166, 94, 0, 1) 100%); background: linear-gradient(to bottom, rgba(210, 142, 53, 1) 0%, rgba(166, 94, 0, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d28e35', endColorstr='#a65e00', GradientType=0 );
color:#fff; }
.btnLight { background:#72bbff; color:#fff; }
