/*
Theme Name:	Dynamic News FB
Theme URI:	http: //fraenkischer-bund.de/
Description:	Child Theme for Dynamic News Lite
Author:	Otto Weger
Author URI:	http: //fraenkischer-bund.de/
Template:	dynamic-news-lite
Version:	1.0
*/
@import url("../dynamic-news-lite/style.css");

#navi-wrap {
	background: #2E8B57;
}

.main-navigation-menu a {
	display: block;
       padding: 1.5em;
	text-transform: none;
	text-decoration: none;
	font-size: 1.0em;
	font-family: Tahoma, Arial;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
.widgettitle {
	font-size: 0.9em;
	font-family: 'Ubuntu', Arial, Tahoma;
	padding: 0.8em;
	margin: -0.5em -0.5em 1.5em -0.5em;
	background: #2E8B57;
	color: #fff;
	text-transform: none;
}
#footer-wrap {
	background: #2E8B57;
}
.page-title, .entry-title {
	font-weight: bold;
	font-family: Tahoma, Arial;
	color: #333;
	line-height: 1.4em;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	text-transform: none;
       text-align: center; 
	padding: 0.3em 0;
	border-bottom: 5px solid #333;
}
/* Postmeta */
.entry-meta {
	display: block;
	color: #333;
	margin: 0;
	padding: 0.7em 1em;
	background: #fff;
}
