/*
Theme Name: Modernist
Description: Used to style the TinyMCE editor.
*/

html .mceContentBody {
	max-width: 530px;
	font-size: 62.5%;
	color: #222;	
}

* {
	margin: 0;
	padding: 0;
}

hr {
	display: none;
}

img {
	vertical-align: baseline;
	border: 0;
}

p {
	margin: 0 0 1.4em 0;
	font-size: 1.4em;
	line-height: 1.65;
}

a {
	color: #21759B;
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
}

a:hover {
	color: #1F536C;
}