/*
 Theme Name:   The Morning After Child
 Description:  The Morning After Child Theme
 Template:     themorningafter
 Version:      1.0.0
 Text Domain:  themorningafter-child
*/

@import url("../themorningafter/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

#post_content blockquote {
	font: normal normal 12px Consolas,Monaco,"Courier New",Courier,monospace;
	background: none repeat scroll 0% 0% rgb(243, 243, 247);
	border: 1px solid rgb(222, 222, 227);
	float: none;
	width: 100%;
	padding: 0 0 0 11px;
	overflow: auto;
	overflow-x: auto;
	white-space: pre-wrap;
	word-wrap: break-word;
	margin-bottom: 22px;
	line-height: 1.3em;
	letter-spacing: inherit;
}

#post_content blockquote p {
	text-align: left !important;
	font-variant: normal !important;
	margin: 0 0 0 0;
}
	
