/** element styles for markup entered by the user 
 *  resource: http://noscope.com/vanilla-css/
 */

.entry-content {

	p {
		margin:0 0 1.5em 0;
	}
	blockquote {
		margin:0 1.5em 1.5em 1.5em;
	}
	cite {
		font-style: italic;
	}
	li ul, li ol {
		margin:0 1.5em;
	}
	ul, ol {
		margin:0 1.5em 1.5em 1.5em;
	}
	ul {
		list-style-type:disc;
	}
	ol {
		list-style-type:decimal;
	}
	ol ol {
		list-style: upper-alpha;
	}
	ol ol ol {
		list-style: lower-roman;
	}
	ol ol ol ol {
		list-style: lower-alpha;
	}
	dl {
		margin:0 0 1.5em 0;
	}
	dl dt {
		font-weight:bold;
	}
	dd {
		margin-left:1.5em;
	}

}