/*
Theme Name: Twenty Fourteen
Description: Used to style the TinyMCE editor.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Body
 * 2.0 - Headings
 * 3.0 - Text Elements
 * 4.0 - Links
 * 5.0 - Alignment
 * 6.0 - Tables
 * 7.0 - Images
 * 8.0 - Galleries
 * 9.0 - Audio/Video
 * 10.0 - RTL
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Body
 * ----------------------------------------------------------------------------
 */


/*
.entry-content {
	color: #2b2b2b;
	font-family: Lato, sans-serif;
	font-weight: 400;
	line-height: 1.5;
	vertical-align: baseline;
}
*/

.entry-content{
	/*font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;*/
	/*font-size: 13px;
	line-height: 19px;
	color: #333;*/

}

/**
 * 2.0 Headings
 * ----------------------------------------------------------------------------
 */

.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: 26px;
	line-height: 1.3846153846;
}

.entry-content h2 {
	font-size: 24px;
	line-height: 1;
}

.entry-content h3 {
	font-size: 22px;
	line-height: 1.0909090909;
}

.entry-content h4 {
	font-size: 20px;
	line-height: 1.2;
}

.entry-content h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

.entry-content h6 {
	font-size: 16px;
	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,
.entry-content 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;*/
	margin: 0 0 0 0;
}

.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,
.entry-content 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;
}


/**
 * 4.0 Links
 * ----------------------------------------------------------------------------
 */

.entry-content a {
	color: #24890d;
	text-decoration: none;
}

.entry-content a:visited {
	color: #24890d;
}

.entry-content a:focus {
	outline: thin dotted;
}

.entry-content a:active,
.entry-content a:hover {
	color: #41a62a;
	outline: 0;
}


/**
 * 5.0 Alignment
 * ----------------------------------------------------------------------------
 */

.entry-content .alignleft {
	float: left;
	margin: 7px 24px 7px 0;
}

.entry-content .alignright {
	float: right;
	margin: 7px 0 7px 24px;
}

.entry-content .aligncenter {
	clear: both;
	display: block;
	margin: 7px auto;
}

.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.entry-content blockquote.alignleft p,
.entry-content blockquote.alignright p {
	margin-bottom: 17px;
}

