/*
Theme Name: Vivid Blue
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: pmvblue
*/
/* 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: #0261a8;
	border-bottom:1px solid #1881cf;
}
#topheader, #topnav, #topnav-icon {
    background: #205f71;
}
.search-form-top {
    background: #205f71;
}
/* Main Navigation */
#navi-wrap, .stickynav {
    background: #118ae5;
}
/* Header */
#header-wrap, .natty #header-wrap {
    background-color: #86CBFF;
    background: #86CBFF -webkit-gradient(linear, left top, left bottom, from(#006DBF), to(#86CBFF)) no-repeat;
    background: #86CBFF -moz-linear-gradient(top, #006DBF, #86CBFF) no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#006DBF, endColorstr=#86CBFF) no-repeat;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#006DBF, endColorstr=#006DBF)" 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: #118ae5;
	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: #121212;
}
/* Others */
.archive-title span {
    color: #118ae5;
}