/* Blue Theme */
a, h1, h2 {
    color:#302e77; 
}
.nav {
    background: #302e77; /* Old browsers */
    background: -moz-linear-gradient(top,  #302e77 0%, #302e77 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#302e77), color-stop(100%,#302e77)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #302e77 0%,#302e77 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #302e77 0%,#302e77 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #302e77 0%,#302e77 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #302e77 0%,#302e77 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#302e77', endColorstr='#306daa',GradientType=0 ); /* IE6-9 */
}
.nav .support, .search a {
    color: #FFFFFF;
}
.button {
    color: #FFFFFF;
    background: #000000; /* Old browsers */
    background: -moz-linear-gradient(top, #000000 0%, #302e77 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#78c3eb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #000000 0%,#78c3eb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #000000 0%,#302e77 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #000000 0%,#302e77 100%); /* IE10+ */
    background: linear-gradient(to bottom, #000000 0%,#302e77 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#302e77', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.button:hover {
    color: #FFFFFF;
    background: #92d0f0; /* Old browsers */
    background: -moz-linear-gradient(top,  #333333 0%, #64bbea 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#302e77), color-stop(100%,#64bbea)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #333333 0%,#302e77 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #333333 0%,#302e77 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #333333 0%,#302e77 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #333333 0%,#302e77 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#302e77', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
}
.search {
    background: #302e77;
}
.aside {
    background: #302e77;
}