/*
Theme Name: WP-Forge-Child	
Theme URI: http://tvbauma.ch
Author: Kurt Linder
Author URI: http://tvbauma.ch
Template: wp-forge 
Description: Child theme of WP-Forge for tvbauma.ch website
Version: 1.0.0.1 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, black, white, one-column, two-columns, right-sidebar, left-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, full-width-template, microformats, post-formats, sticky-post, translation-ready, responsive-layout
Text Domain: wp-forge-child
*/


article {
	border-bottom: 1px solid #ededed;
	margin-bottom: 35px;
	padding-bottom: 1.5rem;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 1.5rem;
}

h1.entry-title {
	font-size: 2.0rem;
	line-height: 1.2;
	margin-bottom: 0rem;
}

img.header-image {/* Remove fancy borders */
	border-radius: 0;
	box-shadow:none;
	margin-bottom: 0.1rem;
}

.widget_link_list ul li {
	list-style-type: none;
	margin-left: -2em;
}

.more-link {
color:#bf3323;
}

.more-link:hover {
color:#25502f;
}


.meta-nav,
.meta-nav a,
.nav-next,
.nav-next a,
.nav-previous a {
color:#bf3323;
}

.meta-nav a:hover,
.nav-next a:hover,
.nav-previous a:hover {
color:#25502f;
}

.entry-content-post table,
.entry-content-page table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	margin: 0 0 1.5rem;
	width: 100%;}
