
/* Text links */

a {
    text-decoration:none;
    color: #20839d;
}

a:focus,a:active,a:hover {
    text-decoration:none;
    color: #1F6881;
}

.ci-read-more {
    background: #20839d;
}

#sidebar .widget ul li a  {
    color: #20839d;
}

#navigation li li a:hover {
    background: #20839d;
    color: #fff !important;
}

#header {
    background: url("../images/colors/cyan/bg-league-5.jpg");
}

#footer { background-color:#1F1F1F; 
}

.events-container { background-color:#1E1E1E;
}

.comment-reply-link, .btn-reply, .post-form input[type='submit'], button.button {
    background-color: #20839d;
}

.comment-reply-link:hover, .btn-reply:hover, .post-form input[type='submit']:hover, button.button:hover, .ci-read-more:hover  {
    background-color: #1F6881;
    color:#fff;
}

#paging .current {
    background:#20839d; color:#fff;
}