/* Magazine page */

#tumblelog {
padding: 10px;
}
#tumblelog a {
color: #111;
}
#tumblelog img {
border: 0px;
}

#tumblelog:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#tumblelog p {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 27px;
	font-size: 16px;
	margin: 0px 0px 10px 0px;
	color: #111;
}
#tumblelog .story {
	margin: 10px;
	border-bottom: 3px solid #abe260;
	padding-bottom: 10px;
	float: left;
}

#tumblelog h1 {    	
	line-height: 40px;
	font-size: 40px;
	font-style: normal;
	font-weight: normal;
	font-family: GraublauWeb, Verdana, Arial, Helvetica, sans-serif;
	font-stretch: condensed;
	margin: 10px 0px;
}

#tumblelog h2 {
	margin: 0px;
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	line-height: 28px;
	font-family: GraublauWeb, Verdana, Arial, Helvetica, sans-serif;
}

#tumblelog h3 {
	margin: 10px 0px 0px 0px;
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	line-height: 28px;
	font-family: Georgia, "Times New Roman", Times, serif;

}
#tumblelog ul, #tumblelog ol {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 27px;
	font-size: 16px;
	margin: 0px 0px 0px 30px;
	padding: 0px;
}
#tumblelog li, #tumblelog li {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	padding-left: 0px;
}

#tumblelog .col1 { width: 220px;}
#tumblelog .col2 { width: 460px;}
#tumblelog .col3 { width: 700px;}

#tumblelog .col1 img,
#tumblelog .col2 img,
#tumblelog .col3 img {
    max-width: none;
}

#tumblelog .poczatek {
	margin: 0px; 
	font-size: 14px; 
	line-height: 20px;
	color: #111;
	font-family: Georgia, "Times New Roman", Times, serif;
}

