/*
Theme Name: Poznan
Template: swell-lite-master
Author: Roosh V
Version: 1.0.1442424898
Updated: 2015-09-16 17:34:58
*/

@charset "UTF-8";

body {
	color: #333333;
	font-family: Georgia;
	font-size: 1.1em;
	line-height: 1.7;
	}

p {
    padding: 12px 0px;
    margin: 0px;
}

blockquote {
	font-family: Georgia;
	font-size: 0.9em;
	line-height: 1.7em;
	font-style: italic;
	}

	
.article h1:first-child + p, .article > p:first-child, .article span + p {
  color: #333333;
  font-family: Georgia;
  font-size: 1em;
  line-height: 1.7;
}


.post-body {
  background-color: #fff;
  padding: 12px 5%;
}

#disqus_thread {
  background-color: #fff;
  padding: 12px 5%;
}  

.post-content .post-body {
  background-color: red;
  overflow: hidden;
}

.footer-information {
  padding:0;
}
	
	
	@media only screen and (max-width : 1024px) {
	
	.page blockquote p {
	  font-size: 0.9rem;
	  line-height:1.9;
	}

} 
	
	