/*
Theme Name: Blues
Description: A ready made child theme for Abundance WordPress theme.
Version: 1.0.0
Theme URI: http://www.pmthemes.com/abundance/
Author: PMThemes
Author URI: http://www.pmthemes.com
Template: pmabundance
Text Domain: pmblues
*/
/* Links */
a:hover, a:active {
	color: #0047AB;
}
.widget a:active, .widget a:hover,
.post-title a:active, .post-title a:hover,
.postmeta a:active, .postmeta a:hover {
    color: #0047AB;
}
/* Top Navigation */
#topnavbar, .search-form .search-submit {
    background: #1b78bd;
	border-bottom:1px solid #2e8fd6;
}
#topheader, #topnav, #topnav-icon {
    background: #0c1e2b;
}
.search-form-top {
    background: #0c1e2b;
}
/* Main Navigation */
#navi-wrap, .stickynav {
    background: #118ae5;
}
/* Header */
#header-wrap, .natty #header-wrap {
    background-color: #0f6ab0;
    background: #53b4f9 -webkit-gradient(linear, left top, left bottom, from(#0f6ab0), to(#53b4f9)) no-repeat;
    background: #53b4f9 -moz-linear-gradient(top, #0f6ab0, #53b4f9) no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f6ab0, endColorstr=#53b4f9) no-repeat;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f6ab0, endColorstr=#0f6ab0)" no-repeat;
}
#logo .site-title, #logo a:hover .site-title, #logo .site-description {
	color: #fff;
}
/* Sidebar */
.widgettitle {
    background: #0c1e2b;
}
/* Frontpage */
#frontpage-magazine-widgets .widget .widgettitle {
    background: #0c1e2b;
}
.widget-category-posts-content .post-title {
    font-size: 1.25em;
}
/* Hovers */
.search-form .search-submit:hover {
	background: #2F556B;
	opacity:0.95;
}
.entry .more-link:hover {
    color: #f9f9f9;
    background: #1034A6;
}
#sidebar .widget img:hover, 
.widget-category-posts img:hover, 
article .wp-post-image:hover,
.related-posts-columns .related-post-column .wp-post-image:hover {
    outline: 1px solid #1034A6;
}
/* Footer */
#footer {
    background: #0c1e2b;
}
/* Others */
.archive-title span {
    color: #2F556B;
}