/*
Theme Name: Bluez
Description: A ready made child theme for Abundance WordPress theme.
Version: 1.1.0
Theme URI: http://www.pmthemes.com/abundance/
Author: PMThemes
Author URI: http://www.pmthemes.com
Template: pmabundance
Text Domain: pmbluez
*/
/* 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: #002B60;
	border-bottom:1px solid #1d579e;
}
#topheader, #topnav, #topnav-icon {
    background: #2c2c2c;
}
.search-form-top {
    background: #2c2c2c;
}
/* Main Navigation */
#navi-wrap, .stickynav {
    background: #003c86;
}
/* Header */
#header-wrap, .natty #header-wrap {
    background-color: #70ADF9;
    background: #70ADF9 -webkit-gradient(linear, left top, left bottom, from(#002B60), to(#70ADF9)) no-repeat;
    background: #70ADF9 -moz-linear-gradient(top, #002B60, #70ADF9) no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#002B60, endColorstr=#70ADF9) no-repeat;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#002B60, endColorstr=#002B60)" no-repeat;
}
#logo .site-title, #logo a:hover .site-title, #logo .site-description {
	color: #fff;
}
/* Sidebar */
.widgettitle {
    background: #013299;
}
/* Frontpage */
#frontpage-magazine-widgets .widget .widgettitle {
    background: #013299;
}
.widget-category-posts-content .post-title {
    font-size: 1.25em;
}
/* Hovers */
.search-form .search-submit:hover {
	background: #003c86;
	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;
}
#sidebar .widget {
    border: 2px solid rgb(237, 237, 237);
}
#footer-widgets-bg {
    background: #393939;
    border-top: 0.5em solid rgba(0,0,0,0.2);
}
#footer-widgets .widgettitle {
    color: #fff;
    background: #2f2f2f;
}
#footer-widgets .widget {
    background: #434343;
    border: 0.25em solid rgba(0,0,0,0.2);
}
/* Footer */
#footer {
    background: #121212;
}
/* Others */
.archive-title span {
    color: #003c86;
}