/*
Theme Name: Basically
Description: Used to style the TinyMCE editor.
*/

html .mceContentBody {
	
}
* {
	color: #111;
	font: 15px 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif;
	font-style: inherit;
	font-weight: inherit;
	line-height: 1.5em;
}

/* images */
.alignleft,
mg.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
mg.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
