/*
 Theme Name:   Focus 1.0.8 child
 Theme URI:    http://www.designwall.com/wordpress/themes/dw-focus/
 Description:  DesignWall Focus 1.0.8 Child Theme for Honestreporting.com
 Author:       DesignWall
 Author URI:   http://www.designwall.com
 Template:     dw_focus_1.0.8_theme
 Version:      1.0.8
 Text Domain:  dw_focus_1.0.8_theme
*/

@import url("../dw_focus_1.0.8_theme/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

/* 3 lines below make the 'home' and 'donate' menu entries appear in red */
li#menu-item-24331 a {
color:red !important;
}

li#menu-item-81310 a {
color:red !important;
}

/* 6 lines below change the colors of the post links and their hover color */
.post .entry-content a {
	color: #c93024;
}
.post .entry-content a:hover {
	color: #000000;
}

/* 20 lines below are (part 1 of 2) fix from DW to allow multibanner to the right of top main banner logo */
.site-header #header {
    background: none;
}

#branding {
    width: 630px !important;
}

.site-header #branding a {
    width: 630px;
    height: 90px;
}
@media (max-width: 979px) {
 .wrap-navigation .small-logo {
 webkit-background-size: auto 100%;
 -moz-background-size: auto 100%;
 -o-background-size: auto 100%;
 background-size: auto 100%;
 }
}

/* 8 lines below are fix (part 2 of 2) from DW to allow multibanner to the right of top main banner logo */
.ads-320 .ads-thumb {
  text-align: center;
  background: #ddd;
  min-height: 90px;
  line-height: 90px;
  display: block;
  color: #666 !important;
}