@import url("http://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
@import url("http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700");

/* EDITOR */

.editor {
	font-family: 'Source Sans Pro', sans-serif;
}

.editor * {
	font-size: 14px;
}

.editor p {
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 1em;
}

.editor p:last-child {
	margin-bottom: 0;	
}

.editor a {
	color: #000000;
	text-decoration: none;
}

.editor a:hover {
	color: #0c9e31;
}

.editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
	margin-top: 0px;
	color: #fff;
	margin-bottom: 15px;
}

.editor ul, .editor ol, .editor pre {
	margin-top: 0px;
	margin-bottom: 0px;
}

.editor h1 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 35px;
}

.editor h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 30px;
}

.editor h3 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 25px;
}

.editor h4 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 21px;
}

.editor h5 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
}

.editor h6 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
}

.editor ul {
	list-style-type: disc;
}

.editor ol {
	list-style-type: decimal;
}

.editor pre {
	white-space: normal;
}

.editor img {
	border: none;
}

.editor form {
	margin: 0px;
	padding: 0px;
}