@charset "utf-8";
/* CSS Document */

/**
 * 2.0 Headings
 * ----------------------------------------------------------------------------
 */
.entry-content{
	padding: 30px 35px 50px 35px;
	max-width: 1000px;
	margin: 0 auto;
}
.entry-content input,
.entry-content textarea{ border: 1px solid #ccc;}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	clear: both;
	font-weight: 700;
	margin: 36px 0 12px;
}

.entry-content h1 {
	font-size: 24px;
	line-height: 1.3846153846;
		padding:5px; color: #fff; background-color: #000;
}

.entry-content h2 {
	font-size: 22px;
	line-height: 1;
	padding:5px; color: #fff; background-color: #CC0000;
}

.entry-content h3 {
	font-size: 20px;
	line-height: 1.0909090909;
}

.entry-content h4 {
	font-size: 18px;
	line-height: 1.2;
}

.entry-content h5 {
	font-size: 16px;
	line-height: 1.3333333333;
}

.entry-content h6 {
	font-size: 14px;
	line-height: 1.5;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child {
	margin-top: 0;
}


/**
 * 3.0 Text Elements
 * ----------------------------------------------------------------------------
 */

.entry-content address {
	font-style: italic;
	margin-bottom: 24px;
}

.entry-content abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

.entry-content b,
.entry-content strong {
	font-weight: 700;
}

.entry-content cite {
	border: 0;
}

.entry-content cite,
.entry-content dfn,
.entry-content em,
i {
	font-style: italic;
}

.entry-content mark,
.entry-content ins {
	background: #fff9c0;
	border: 0;
	color: inherit;
	text-decoration: none;
}

.entry-content p {
	margin: 0 0 24px;
}

.entry-content code,
.entry-content kbd,
.entry-content tt,
.entry-content var,
.entry-content samp,
.entry-content pre {
	font-family: monospace, serif;
	font-size: 15px;
	line-height: 1.6;
}

.entry-content pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

.entry-content blockquote,
q {
	quotes: none;
}

.entry-content blockquote:before,
.entry-content blockquote:after,
.entry-content q:before,
.entry-content q:after {
	content: "";
	content: none;
}

.entry-content blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin: 0 0 24px;
}

.entry-content blockquote cite,
.entry-content blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.entry-content blockquote em,
.entry-content blockquote i,
.entry-content blockquote cite {
	font-style: normal;
}

.entry-content blockquote strong,
.entry-content blockquote b {
	font-weight: 400;
}

.entry-content small {
	font-size: smaller;
}

.entry-content big {
	font-size: 125%;
}

.entry-content sup,
.entry-content sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

.entry-content sup {
	bottom: 1ex;
}

.entry-content sub {
	top: .5ex;
}

.entry-content dl {
	margin: 0 0 24px;
}

.entry-content dt {
	font-weight: bold;
}

.entry-content dd {
	margin: 0 0 24px;
}

.entry-content ul,
.entry-content ol {
	list-style: none;
	margin: 0 0 24px 20px;
	padding-left: 0;
}

.entry-content ul {
	list-style: disc;
}

.entry-content ol {
	list-style: decimal;
}

.entry-content li > ul,
.entry-content li > ol {
	margin: 0 0 0 20px;
}

.entry-content del {
	color: #767676;
}

.entry-content hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

.alignleft {
	float: left;
	margin: 7px 28px 28px 0;
}

.alignright {
	float: right;
	margin: 7px 0 28px 28px;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 7px auto;
}
