/* entry
-----------------------*/
.entry {
	padding: 4rem 0 2rem;
}
.entry-datetime {
	display: block;
	margin-bottom: 1em;
	color: #777;
}
.entry-header {
	font-size: 1.5rem; font-weight: 700;
	text-transform: uppercase;
	color: #333;
	margin-bottom: 0.75rem;
}
.entry-content {
	font-family: arial;
	font-size: 14px; 
	padding: 15px;
	margin-bottom: 2rem;
}
.entry-content p {
	margin: 0 0 1em;
	padding: 0;
	text-rendering: geometricprecision;
}
.entry-content strong {
	font-weight: 700;
}
.entry-content ol,
.entry-content ul {
	margin: 0 0 1rem 2rem;
	padding: 0;
}
.entry-content ol li {
	list-style-type: decimal;
}
.entry-content ol li + li {
	margin-top: 0.125rem;
}
.entry-content ul li {
	list-style-type: disc;
}
.entry-content ul li + li {
	margin-top: 0.125rem;
}
.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}
.entry-content blockquote {
	border-left: 5px solid #EAB830;
	padding: 1rem 0 1px 1.25rem;
}
.entry-content cite {
	font-style: normal;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-weight: 600;
	margin-bottom: 0.5rem;
}
.entry-content h1 {
	font-size: 26px;
}
.entry-content h2 {
	font-size: 22px;
}
.entry-content h3 {
	font-size: 18px;
}
.entry-content h4 {
	font-size: 16px;
}
.entry-content h5 {
	font-size: 14px;
}
.entry-content h6 {
	font-size: 12px;
}
.entry-content table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 2rem;
	width: 100%;
}
.entry-content tbody {
	border-bottom: 1px solid #ddd;
}
.entry-content th,
.entry-content td {
	text-align: left;
}
.entry-content th {
	font-weight: bold;
	text-transform: uppercase;
}
.entry-content td {
	border-top: 1px solid #ddd;
	padding: 0.5rem;
}
.entry-content img.centered,
.entry-content .aligncenter {
	display: block;
	margin: 0 auto 1em;
}
.entry-content img.alignnone {
	margin-bottom: 1em;
}
.entry-content .alignleft {
	float: left;
	text-align: left;
}
.entry-content .alignright {
	float: right;
	text-align: right;
}
.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin: 0 1em 1em 0;
}
.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin: 0 0 1em 1em;
}
.entry-content .wp-caption {
	max-width: 100%;
}
.entry-content .wp-caption img {
	width: 100%;
}
.entry-content .wp-caption-text {
	font-size: 0.8125rem;
	font-weight: 400;
	text-align: center;
	background: #eeeeee;
	padding: 0.5rem 0.5rem;
}
.entry-tag {
	margin-bottom: 1.5rem;
}
.entry-tag label {
	background: #357638;
	color: #fff;
	display: block;
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
	padding: 2px 6px;
}
.entry-tag label i {
	margin-right: 0.25rem;
}
.entry-tag a {
	font-weight: 400;
	background: #357638;
	color: #fff;
	display: block;
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
	padding: 2px 10px;
}
.entry-tag a:hover,
.entry-tag a:focus {
	background: #000;
}