/**
  SilverStripe Black Candy Theme
  http://www.silverstripe.com
 
  This typography file is included in the WYSIWYG editor
 */
 

/* WYSIWYG Editor Alignment Classes */

.typography .left {
	text-align:left;
}

.typography .center {
	text-align:center;
}

.typography .right {
	text-align: left;
}

.typography img.right {
	float: right;
	margin-left:20px;
}

.typography img.left {
	float:left;
}

.typography img.leftAlone {
	float: left;
	margin-right: 100%;
}

.typography img.center {
	float:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

/* Forms */

.typography label {

}

.typography input.text, .typography textarea {

}

.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}

.typography #Content p.authorDate {

}
