/*
Theme Name: Redline
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: pmredline
*/
/* 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: #263791;
	border-bottom:1px solid #495cb9;
}
#topheader, #topnav, #topnav-icon {
    background: #01162f;
}
.search-form-top {
    background: #01162f;
}
/* Main Navigation */
#navi-wrap, .stickynav {
    background: #ab0000;
}
/* Header */
#header-wrap, .natty #header-wrap {
    background-color: #3043a2;
    background: #898cf3 -webkit-gradient(linear, left top, left bottom, from(#3043a2), to(#898cf3)) no-repeat;
    background: #898cf3 -moz-linear-gradient(top, #3043a2, #898cf3) no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3043a2, endColorstr=#898cf3) no-repeat;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3043a2, endColorstr=#3043a2)" no-repeat;
}
#logo .site-title, #logo a:hover .site-title, #logo .site-description {
	color: #fff;
}
/* Sidebar */
.widgettitle {
    background: #ab0000;
}
/* Frontpage */
#frontpage-magazine-widgets .widget .widgettitle {
    background: #ab0000;
}
.widget-category-posts-content .post-title {
    font-size: 1.25em;
}
/* Hovers */
.search-form .search-submit:hover {
	background: #ab0000;
	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: #01162f;
}
/* Others */
.archive-title span {
    color: #2F556B;
}