/*
Theme Name: D' Blue
Description: A ready made child theme for Blogsbiz WordPress theme.
Version: 1.0.0
Theme URI: http://www.pmthemes.com/blogsbiz/
Author: PMThemes
Author URI: http://www.pmthemes.com
Template: blogsbiz
Text Domain: pmdblue
*/
/* Links */
a:hover, a:active, .widget a:hover, .widget a:active,
#frontpage-magazine-widgets .post-title a:hover, 
.comment a:hover, .entry a:hover, .post-title a:hover, 
.post-title a:active, .postmeta a:hover, .postmeta a:active,
#logo a:hover .site-title {
	color: #163f6e;
}
.entry p a:link, .entry p a:visited {
    color: #0645ad;
    text-decoration: none;
}
.entry p a:hover {
    text-decoration: underline;
}
/* Header */
#topheader {
	border-bottom: 0px;
    border-top: 1px solid #e5e3e0;
}
.natty #topheader {
	border-bottom: 1px solid #e5e3e0;
    border-top: 0px;
}
#topnav-menu li {
    border-right: 1px solid #e5e3e0;
}
.wide-header #topnav-menu li:first-child {
    border-left: 1px solid #e5e3e0;
}
#header-wrap {
	border-top: 5px solid #163f6e;
}
.natty #header-wrap {
	border-top: 0;
}
#logo .site-title {
    color: #163f6e;
    text-shadow: 1px 1px 0 #fff;
}
/* Top Navbar */
#topheader, #topnav {
    background: #ededed;
}
.natty #topheader, .natty #topnav {
    background: #fafafa;
}
#header-social-icons .social-icons-menu li a:before,
#topnav-menu a:link, #topnav-menu a:visited {
    color: #163f6e;
}
#topnav-menu ul a:link, #topnav-menu ul a:visited {
    color: #fff;
}
#topnav-menu a:hover, #topnav-menu li a:hover,
#header-social-icons .social-icons-menu li a:hover, 
#header-social-icons .social-icons-menu li a:hover:before  {
	color: #fff;
	background: #042348;
}
/* Main Navigation */
#navi-wrap {
    background: #163f6e;
	border-bottom: 2px solid #042348;
    border-top: 2px solid #042348;
}
.natty #navi-wrap {
	border-bottom: 2px solid #042348;
    border-top: 2px solid #042348;
}
.nav-menu .current-menu-ancestor > a, .nav-menu .current-menu-item > a, 
.nav-menu .current_page_ancestor > a, .nav-menu .current_page_item > a {
    background: #245184;
}
.scrollToTop:hover, .search-form .search-submit,
.nav-menu li a:focus, .nav-menu li a:hover,
.nav-menu li:focus>a, .nav-menu li:hover>a {
    background: #042348;
}
.search-form .search-submit:hover {
    background: #042348;
    opacity: 0.85;
}
/* Frontpage */
.widget-header, .reltitlebg {
	border-bottom: 2px solid #163f6e;
}
.stickynav, .search-form-top, #frontpage-magazine-widgets .widget .widgettitle, 
.widget-tabnavi, .widgettitle, .widget-title, .reltitle {
    background: #163f6e;
}
.pmthemes_category_posts_single .post-title a:link, .pmthemes_category_posts_single .post-title a:visited {
    font-size: 0.75em;
}
/* Frontpage Slider */
.frontpage-slider-controls .pmsflex-direction-nav a,
#frontpage-slider .pmsslide .slide-entry {
    background: rgba(0,0,0,0.7);
}
.pmsslides {
	border:1px solid #eee;
}
/* Sidebar */
#sidebar .widget img:hover, .widget-category-posts img:hover, article .wp-post-image:hover {
    outline: 1px solid #163f6e;
}
/* Tablets (landscape) | <960px */
@media only screen and (max-width:60em) {
#topnav, #topnav-icon, #topheader {
	color: #163f6e;
    background: #fff;
}
#header-social-icons .social-icons-menu li a:before,
#topnav-menu a:link, #topnav-menu a:visited {
    color: #163f6e;
}
}
@media only screen and (max-width:50em) {
#topnav-menu a:link, #topnav-menu a:visited {
    color: #fff;
}
#topnav-menu li {
    border-right: 0px;
}
}