body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
* {
	padding: 0;
	margin: 0;
}
hr { display: none; }
img { max-width: 100%; }
p { 
	word-wrap: break-word; 
	margin-bottom: 30px;
}
a { color: inherit; }

/*  Header */
.entry-header {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #555;
}
.hat {
	display: block;
	text-align: center;
	margin: 15px 0 20px 0;
}

.entry-title, #CommentTitle {
	font-weight: bold;
	font-size: 21px;
	margin-bottom: 5px;
}
#CommentTitle { margin-bottom: 15px; }

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


/* content */
.entry-content {
	margin-bottom: 35px;
	line-height: 170%;
}

pre {
    white-space: pre-wrap;
}

/* Footer */
.footer {
	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;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

p, li{
	font-size: 15px;
	line-height: 180%;
}

h2{
	margin-bottom: 5px;
}

h6{
	font-size: 17.5px;
}

p, ul{
	margin-bottom: 30px;
}

img{
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

strong{
	font-weight: 500;
}

blockquote{
	color: #968c67;
	font-size: 20px;
	border-top: 6px solid #968c67; 
	margin-left: 0;
	padding-left: 0;
}

blockquote p{
	font-size: 20px;
	color: #968c67;
}

strong{
	font-weight: bold;
}

