body {
	font-family: Verdana, Arial, Tahoma;
	font-size: 16px;
	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: 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%;
}

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

/* 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;
}

.alignleft, .alignleft {
	float: left;
	margin: 10px 10px 5px 0;
}
.alignright, .alignright {
	float: right;
	margin: 10px 0 5px 10px;
}
.footer {

    font-size: 0.8em;
}
.hat {
    display: none;
}
h1.entry-title
{
    font-size: 1.8em;
    text-transform: uppercase;
    margin-top: 0.6em;
}
.linklist{
    display: none;
}
img {
    width: 60%;
    height: 60%;
    margin-right: 1.5em;
    margin-top: 1em;
}
.wp-caption-text
{
    margin-top: -5px;
    text-decoration: italics;
    /* letter-spacing: 2px; */
    font-size: 0.8em;
    margin-bottom: 1em;
    font-style: italic;
}
h1, h2, h3 {
    text-transform: capitalize;
}
h3 {
    margin-bottom: 0.4em !important;
}
h4 {
    margin-bottom: 0.3em;
    margin-top: 1em;
    font-family: Raleway, "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
    font-weight: normal !important;
    /* font-size: 15px !important;
    line-height: 22.5px !important; */
}
#print-link {
    font-size: 10px !important;
    text-transform: uppercase;
    margin-bottom: 3px !important;
    max-height: 30px;
    line-height: 31px;
    display: inline-block;
    padding: 0px 10px;
    font-weight: bold;
    background: none;
    border: 2px solid #000;
    color: #000;
    float: right;
    margin-bottom: 2em !important;
}
@media print {
    #comments_controls,
    #print-link {
        display: none;
    }
}