/* Blue Gradient Theme */

@import url(../base.css);

/*Normal Text Color */

a b {color:#1E6675; text-decoration:underline;}
.fw-text {
    color: #1E6675;
}

.fw-text a, .fw-text a:visited {
    color: #1E6675;
    text-decoration: underline;
}

/*Link Hover Color */

a, a:visited {color: #c35b04;}
a:hover b { color:#c35b04; }

.fw-text a:hover {
    color: #c35b04;
    text-decoration: underline;
}

.fw-title, .blogHeader {
    font: normal 18px Arial, Helvetica, sans-serif;
    margin:0 0 5px;
    color: #c35b04;
}

#fw-bigcontain .fw-title{font-size:18px; *border: 0px !important; color: #c35b04;}

#fw-nav-menu ul ul li a:visited, #fw-nav-menu ul ul li a:link, #fw-nav-menu ul ul li a:hover {
    color: #c35b04 !important;
    padding: 0 0 3px 0;
}

/* Other Colors */

html {  background-color: #45a6db; height: 100%;}

blockquote {
    border-left:2px solid #C0C0C0;
    color:#5F8896;
    font: italic normal 15px Georgia,"Times New Roman",Times,serif;
    line-height:28px;
    margin:10px 25px;
    padding:0 25px 0 10px;
    text-align: left;
}

#fw-head h2 {font: italic 14px Arial, Helvetica, sans-serif;
            text-transform: lowercase;
            color: #cff6fe; text-shadow: 0 1px 1px #1E6675;
}

input[type="button"]:hover {
    background: #2F7786;
    color: #FFF !important;
}

.fw-button:hover, .fw-button:visited:hover { background-color: #2F7786 !important; }

div .whiteBox {
    background: #eef0e3;
    color: #0D5564;
}

#fw-nav-menu a:hover, #fw-nav-menu a:visited:hover, #fw-nav-menu .fw-current-nav-link {color:#FFF; text-decoration:none; background: url('../images/link-blue.png') center bottom no-repeat;}