/*   
Theme Name: BaylysChild
Theme URI:
Description: Your child theme description text...
Author: Your Name
Author URI: http://www.yourdomain.com/
Template: baylys
Version: 1.0
Tags: Baylys Child Theme
*/

/* Use @import, to borrow the style sheet from the Baylys parent theme */
@import url('../baylys/style.css');

/* Now you can start adding your own styles here. Use !important to overwrite styles if neccessary. */


body {
  background: none; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin:50px;
  max-width:900px;
  font-size:0.8rem;
	}
	
html body div.Center div#Outline p#BlogDate {
	display:none;
	}
	
html body div.Center div#Outline p#BlogTitle {
	margin-top:30px;
	}
html body div.Center div#Outline div#BlogContent p {
	padding-bottom:25px;
	}
html body div.Center div#Outline div#BlogContent ul li {
	list-style:disc;
	list-style-position:inside;
	}
html body div.Center div#Outline p#print-link {
	margin-top:25px;
	margin-bottom:25px;
	font-weight:600;
	}
html body div.Center div#Outline div#BlogContent p a, 
html body div.Center div#Outline p#print-link a {
	color:#0092bc;
	}
/************************  Update 29.03.2016  ***********************/
span.entry-date {
	display:none;
	}
h1.entry-title {
	font-size: 2em;
	}
div.entry-content p a,
#print-link a {
	color:#0092bc;
	}
	
