/*
Theme Name: The Newswire Child
Theme URI: http://wordpress.sophie-wennerscheid.de/themes/the-newswire-child/
Author: WP Dev Shed
Author URI: http://wpdevshed.com/
Description: The Newswire theme is design for local news sites and blogs. Taking a lead from popular news sites like the HuffPo it has a huge home page slider showing the latest posts (or sticky posts if you prefer). The customize options also let you upload your own logo, change fonts, colors and background without any custom coding. The theme has two customizable menus and you can even add banner code to the header and sidebar from the customize menu. Of course it is fully responsive so works great on mobiles, tablets and desktops.
Template:    newswire
Version: 1.0.7
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, post-formats

*/

/******************************************************************/
@import url("../the-newswire/style.css");
@import url(http://fonts.googleapis.com/css?family=Varela:400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:400,700);
@import url(http://fonts.googleapis.com/css?family=Merriweather:400,700);
@import url(http://fonts.googleapis.com/css?family=Vollkorn:400,700);

/* BASE */

#site-heading {
	margin-right: 30rem;
}

#site-title a {
	color: #bd3950;
}

/* site title on small screens */
@media (max-width:768px) {
	#site-title a {
	letter-spacing: 4px;
	}
}

body {
	color: #555555;	
}

/* HTML Elements */

h1 {
	color: #555555;
	font-weight: normal;
}

h2.heading-latest {
	display: none;
}

/* link style resets */

a, a:visited {
	color: #bd3950;
	text-decoration: none;
}
a:hover,
a:focus,
.entry-title a:hover,
.entry-title a:focus  {
	color: #BD3950; 
}

/* Navigation */

#menu-mainnav a {
	font-weight: bold;	
}

#menu-mainnav a:hover,
#menu-mainnav a:active {
	background-color: #bd3950;
	color:white;
}

#menu-mainnav li.current-menu-parent>a {
	background-color: #bd3950;
	color:white;
}

#nav-above a:hover,
#nav-above a:active,
#nav-below a:hover,
#nav-below a:active {
	background-color: #bd3950;	
}

nav[role=navigation] .menu ul li.current-menu-item a, 
.nav ul li.current_page_item a, 
nav[role=navigation] .menu ul li.current_page_item a {
	background-color: #bd3950;		
}

/* Searchbox */
#search-box-wrap {
	background-color: #bd3950;
}

/* Top-Head */

#top-head {
	padding-bottom: 10px;	
}

#site-title {
	padding-bottom: 1rem;
}


/* Menu */

div .menu {
	background: #3D3D3D;
}

/* No Slider */

#slide-wrap {
	margin-top: 0px;
}

/* Content */

#content {
	background: none repeat scroll 0 0 #f2f2f2;
	padding-left: 20px;
}

/* Title */

body.page .entry-title, 
body.single .entry-title, 
.not-found .entry-title,
.heading-latest {
	padding-bottom: 1.4rem;
	border-bottom: 3px solid #555555;
}

.heading-latest {
	padding-top: 30px;
}

.entry-title a {
	color: #3d3d3d;
}

/* Sidebar */

#sidebar {
	margin-top: 90px;
	color:white;
}

body.blog #sidebar {
	margin-top: 80px;
}

/* Widgets */

#sidebar .widget {
	background-color: #3D3D3D;
}

#sidebar .widget-title {
	background-color: #bd3950;
	font-size: 1.4rem;	
	font-weight: 600;
}

#sidebar .widget a {
	color:white;
}

#sidebar .widget a:hover,
#sidebar .widget a:focus {
	color: #999999;
	text-decoration: none;
}

#sidebar .widget li {
	border-top: none;
}

#sidebar .widget_sp_image-description {
 text-align: center;
}

#text-12 {
	display: none;
}

/* SocialMedia icons */

#social-media a, 
#search-icon {
	background-color: #bd3950;
}

/* Content */

.entry-content , 
.post-content  {
	margin: 0 0 1rem;
}


/* Gallery */

.ngg-galleryoverview {
	padding-left: 10px;
}

.ngg-gallery-thumbnail a img {
	border: none;
	padding: 4px;
	
}

/* Slider ausblenden */

#slide-wrap {
display: none;
}

.heading-latest {
display: none;
}
