/*
Theme Name: Red Chili Pepper
Description: A ready made child theme for Success WordPress theme.
Version: 1.0.0
Theme URI: http://www.pmthemes.com/success/
Author: PMThemes
Author URI: http://www.pmthemes.com
Template: pmsuccess
Text Domain: pmchilipeps
*/
/* 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: #3e0000;
}
#topheader, #topnav, #topnav-icon {
    background: #3e0000;
}
.search-form-top {
    background: #3e0000;
}
/* Main Navigation */
#navi-wrap, .stickynav {
    background: #8b1616;
}
/* Header */
#header-wrap, .natty #header-wrap {
    background-color: #ad1f1e;
    background: #d72d2e -webkit-gradient(linear, left top, left bottom, from(#600505), to(#d72d2e)) no-repeat;
    background: #d72d2e -moz-linear-gradient(top, #600505, #d72d2e) no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#600505, endColorstr=#d72d2e) no-repeat;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#600505, endColorstr=#600505)" no-repeat;
}
#logo .site-title, #logo a:hover .site-title, #logo .site-description {
	color: #fff;
}
#wrapper, .wide-header #wrap {
	-webkit-box-shadow: 0 0 0 0;
	-moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
}
/* Sidebar */
#sidebar .widget a:link, #sidebar .widget a:visited  {
    color: #731010;
}
#sidebar .widget a:hover {
    color: #0047AB;
	text-decoration:underline;
}
/* Frontpage */
.widgettitle,
#frontpage-magazine-widgets .widget .widgettitle {
    background: #8a1616;
}
.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: #09638a;
}
#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 #09638a;
}
/* Footer */
#footer {
    background: #242424;
}
/* Others */
.archive-title span {
    color: #242424;
}