/*
Theme Name: Helix Child
Theme URL: http://www.fabthemes.com/helix/
Description: Free WordPress theme released by fabthemes.com
Author: Fabthemes
Author URI: www.fabthemes.com
Template: Helix
Version: 1.0.0
*/

@import url("../Helix/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

/* adapted */
body, button, input, select, textarea {
    color: #222;
}
@font-face {
	font-family: LL Rubber Grotesque;
	src: url(http://erichmuehsam.antifa-nordost.org/fonts/LLRUG2__.TTF);
}
.logo h1,
h1.entry-title,
.postdate .date {
	font-family: LL Rubber Grotesque !important;
	font-weight: normal;
}
.logo h1 {
	font-size: 40px !important;
	line-height: 45px;
}
.logo {
	padding-top: 10px !important;
}
h1.entry-title {
	font-size: 30px !important;
	line-height: 30px;
}
h1.entry-title a:link,
h1.entry-title a:visited {
	color: #ea5546 !important;
}
h1.entry-title a:hover,
h1.entry-title a:focus,
h1.entry-title a:active {
   color: #d61b0a !important;
}
a.more-link{
	display: block;
	margin: 10px 0 10px 100%;
	padding: 5px 10px;
	background-color: #222;
	color: #fff;
	float: right;
}