/***********************************************************************/
/* !GLOBAL SETTINGS */
/***********************************************************************/
html .mceContentBody {
	max-width:570px;
}

*,body {
	font-size:14px;
	line-height:22px;
	/*font-family: 'Lucida Grande','Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;*/
	font-family:Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	color:#111111;
}

/***********************************************************************/
/* !BORDERS & RULES */
/***********************************************************************/
hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/***********************************************************************/
/* !LINKS */
/***********************************************************************/
a, a:visited {
	color:#42092F;
	text-decoration:underline;
}
	a:hover {
		text-decoration:none;
	}
	a:active {
		outline: 1px dotted;
	}
	
/***********************************************************************/
/* !HEADINGS */
/***********************************************************************/
h1,h2,h3,h4,h5 {
	font-family:Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-weight: normal;
	color: #302D2F;
}

h2 a,
h3 a {
	color: #6E1D53;
}

h6 {
	font-family:"Lucida Sans","Lucida Grande","Lucida Unicode","Lucida",sans-serif;
}

h1,h2 {
	font-size: 24px;
	line-height:36px;
	margin-bottom:20px;
}

h3 {
	font-size: 18px;
	line-height:24px;
	margin-top:30px;
	margin-bottom:10px;
}
 
h4 {
	font-size: 16px;
	line-height:20px;
	margin-top:30px;
	margin-bottom:10px;
}

h4,h5 {
	font-weight:bold;
}

h5,h6 {
	font-size: 13px;
	margin:30px 0 10px 0;
	text-transform:uppercase;
	letter-spacing:1px;
}

h6 {
	font-weight: normal;
}

/***********************************************************************/
/* !PARAGRAPHS & BLOCKQUOTES */
/***********************************************************************/
p {
	margin-bottom:20px;
	color:inherit;
	line-height:inherit;
	font-size: inherit;
	font-family: inherit;
}

p:first-child {
 margin-top:0;
}

p:last-child {
	margin-bottom:0;
}

blockquote {
	margin: 0 0 20px 15px;
	padding-left:15px;
	border-left: 1px solid #DDDDDD;
	color:#666666;
}
	blockquote p {
		color: inherit;
	}

/***********************************************************************/
/* !LISTS */
/***********************************************************************/
ul, ol {
	margin-bottom:20px;
}

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left:30px;
}

/***********************************************************************/
/* !OBJECTS & EMBEDS */
/***********************************************************************/
object {
	margin:0 auto 20px auto;
	display:block;
	clear:both;
}


/***********************************************************************/
/* !TABLES */
/***********************************************************************/
table {
	margin-bottom:20px;
}

/***********************************************************************/
/* !POST IMAGES */
/***********************************************************************/

/** PHOTO CAPTIONS **/
.wp-caption {
	padding:10px 5px 0 5px;
	text-align:center;
	background-color:#EEEEEE;
	border: 1px solid #DDDDDD;
	font-style:italic;
	text-align: center;
	font-size:12px;
}

.wp-caption p {
	margin: 0;
	padding:5px 0 10px 0;
	text-align:center;
}

/** PHOTO ALIGNMENT **/
.alignright {
	float:right;
	margin: 0 0 15px 20px;
}
.alignleft {
	float:left;
	margin:0 20px 15px 0;
}

.aligncenter {
	margin:10px auto 20px auto;
}

/***********************************************************************/
/* !POST GALLERIES */
/***********************************************************************/
