/*** Custom CSS - Per Site - Style Dropdown in editor ***/
.typography .largeredfont {
    font-size: 26px;
    color: red;
}

.typography .background {
    margin: 15px;
    border: 2px dashed black;
    color: white;
    background-color: purple;
}

.typography .paragraph2 {
    font-family: Helvetica cursive;
    font-weight: bold;
    font-size: 14px;
}

/*** This typography file is included in the WYSIWYG editor ***/
.typography * {
	color: #4F412A;
}

.typography p { 
	margin: 0;
	font-size: 12px;
}

.typography blockquote {
	margin: 10px;
	font-size: 16px;
	font-style: italic;
}

/*** Lists ***/

.typography ul, .typography ol {
	margin: 10px 10px 10px 15px;
}

.typography ul li {
	padding: 0 0 5px 5px;
	list-style-type:disc;
    font-size:12px;                                                   
}
.typography ol li {
    padding: 0 0 0 5px;                                                 
    font-size:12px;
}

/*** Links ***/

.typography a {
	color: #AF3222;
	cursor: pointer;
	text-decoration: none;
}

.typography a:hover {
	text-decoration: underline;
}
/*** Headers ***/

.typography h1 {
	font-style: normal;
	line-height: normal;
	color: #000;
	font-size: 18px;
}
.typography h2 {
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	color: #000;
}
.typography h3 {
	font-size: 12px;
	color: #000;
}
.typography h4 {
	font-size: 18px;
	font-weight: bold;
	color: #AF3222;
}
.typography h5 {
	font-size: 16px;
	font-weight: normal;
	color: #AF3222;
}
.typography h6 {
	font-size: 12px;
	color: #AF3222;
}

/*** Addresses ***/	
.typography pre {
	font-family:"Courier New",Courier;
	display:block;
	font-size:14px;
	margin:2em 5em;
	padding:0.5em;
	border:1px #ccc solid;
	background:#eee;
}

.typography q {
	display:block;
	font-size:12px;
	margin:1em 1em;
	padding:0.5em;
	border:1px #ccc solid;;
}

/*** Tables ***/

/*** WYSIWYG EDITOR ALIGNMENT ***/
.typography .left {
	text-align:left;
}

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

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

.typography img.right {
	float:right;
	margin: 10px 0px 10px 10px;
}

.typography img.left {
	float:left;
	margin: 10px;
}

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

/*** Extra redundancy ***/
.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}
