.entry-title, .archive-title, .page-title {
    color: #006699;
}

#site-header img {
    background-color: #0090c8;
}

.menu, #primary, .content-sidebar .widget {
    border-top: 2px solid #0090c8;
}

.menu a:hover,
.current_page_item,
.current-menu-item,
.current-post-ancestor {
    background-color: #cceaf4;
}

.content-sidebar .widget a {
    color: #0090c8 ;
}

*::-moz-selection {
    background: none repeat scroll 0 0 #0090c8 !important;
}

*::selection {
    background: none repeat scroll 0 0 #0090c8 !important;
}

article ul {
    list-style-image: url("../images/circle_cyan.gif");
}

hr {
    border: none !important;
    background-color: #0090c8 !important;
    height: 1px !important;
    margin-bottom: 15px !important;
}

.tagcloud a:hover {
    color: #0090c8 !important;
}

h3, h4 {
    color: #006699;
}

pre {
    background-color: #E6F4FA;
}

/* FAQ WIDGET */
.qe-faqs-filters-container li.active {
    border-top-color: #0090c8;
}

.qe-toggle-title strong {
    color: #0090c8;
}

/**
 * 6.14 - Comments
 * -----------------------------------------------------------------------------
 */

.entry-meta a:hover {
    color: #0090c8 !important;
}

.entry-meta .tag-links a:hover {
    color: #fff !important;
}

.entry-meta .tag-links a:hover {
    background-color: #0090c8 !important;;
}

.comments-area .comment-list .vcard {
    color: #0090c8;
}

.comment-list .children .comment-body {
    border-left: 2px solid #0090c8;
}

.comment-metadata a:hover {
    color: #0090c8 !important;
}

.form-submit input{
    background: #0090c8 !important;
}

.form-submit input:hover{
    background: #006699 !important;
}

.form-submit input:focus{
    background: #006699 !important;
}

.form-submit input:active{
    background: #006699 !important;
}

.reply a:hover {
    color: #0090c8;
}

#cancel-comment-reply-link:hover {
    color: #0090c8;
}