/*
 Theme Name:   Twenty Fourteen Child
 Theme URI:    http://example.com/twenty-fourteen-child/
 Description:  Twenty Fourteen Child Theme
 Author:       Thomas Werschlein
 Author URI:   http://example.com
 Template:     twentyfourteen
 Version:      1.0.0
 Tags:         red
 Text Domain:  twenty-fourteen-child
*/
/* =Theme customization starts here
-------------------------------------------------------------- */
/* don't display the footer */
.site-info {
   display: none;
}
/* don't hyphenate */
/* p {
	-moz-hyphens: none;
	-ms-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none;
	word-wrap: normal;
} */
/* print all text in black */
@media print {
	blockquote {color:#000000}
}
/* black background for archive page */
article#post-731 a {
 color: red;
}
