body {
	font-family: Verdana, Arial, Tahoma;
	font-size: 14px;
	color: #000000;
}
* {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
hr { display: none; }
img { max-width: 100%; }
p { 
	word-wrap: break-word; 
	margin-bottom: 15px;
}
a { color: inherit; }

/*  Header */
.entry-header {
	margin-bottom: 20px;
	padding-bottom: 25px;
	border-bottom: 1px solid #555;
}
.hat {
	display: block;
	text-align: center;
	margin: 15px 0 20px 0;
}
.hat img {
	height: auto;
	width: 170px;
}
.entry-title, #CommentTitle {
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 10px;
}
#CommentTitle { margin-bottom: 15px; }

/* Main */
.center {
	margin: 0 auto;
	padding: 0 2%;
}

/* thumbnail */
.thumbnail {
	text-align: center;
	margin-bottom: 25px;
}

/* content */
.entry-content h2 {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 14px;
}
.entry-content h3 {
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 13px;
}
.entry-content {
	margin-bottom: 35px;
	line-height: 1.5;
}
pre {
    white-space: pre-wrap;
}

/* Footer */
.footer {
	font-size: 12px;
	margin-top: 25px;
	padding: 25px 0 0 0;
	border-top: 1px solid #555;
}

@media print {
    #comments_controls,
    #print-link {
        display: none;
    }
}
.alignleft, .alignleft {
	float: left;
	margin: 10px 10px 5px 0;
}
.alignright, .alignright {
	float: right;
	margin: 10px 0 5px 10px;
}

/* Added by Kerim */
.related_articles_box,
iframe,
div.g {
    display: none !important;
}
header h1 {
    margin-bottom: 15px !important;
}
.kicker {
    text-transform: uppercase;
	line-height: 30px;
}
.footer .kicker {
	font-size: 11px;
	line-height: unset;
}
.excerpt {
    font-weight: bold;
	line-height: 22px;
}
.entry-date {
	font-weight: lighter !important;
}

/*Addes by Ekrem */
.easy-footnotes-wrapper {
	font-size: 12px;
	margin-top: 20px;
	border-top: 1px #ddd solid;
	padding-top: 15px;
	line-height: 1.5;
}
/* Blockquotes */
blockquote {
	margin: 0px 0 16px 0;
	padding: 20px 30px 5px 30px;
	border: solid 1px #000;
	font-size: 12px;
	line-height: 1.5;
}
.leftquote {
	float: left;
	width: 300px;
	padding: 15px 10px 5px 20px;
	margin: 10px 15px 10px 0;
	font-size: 12px;
	line-height: 1.5;
	border: 1px #666 solid;
}
.rightquote {
	float: right;
	width: 300px;
	padding: 15px 10px 5px 20px;
	margin: 10px 0 10px 15px;
	font-size: 12px;
	line-height: 1.5;
	border: 1px #666 solid;
}
.fullzitat {
	font-size: 22px;
	line-height: 1.5;
	text-align: center;
	font-style: italic;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}
.leftzitat {
    float: left;
    width: 300px;
    padding: 10px 16px 0px 10px;
    margin: 0px 20px 10px 0;
    text-align: right;
    font-size: 20px;
    line-height: 1.4;
    font-style: italic;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    border: 1px #333 solid;
}
.rightzitat {
    float: right;
    width: 300px;
	padding: 10px 10px 0px 16px;
	margin: 10px 0 10px 10px;
	text-align: left;
    font-size: 20px;
    line-height: 1.4;
    font-style: italic;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	border: 1px #333 solid;
}