@charset "UTF-8";
/* Contribute Styles */

/* ---- BEG Header Formats ---- */
h1, h2, h3, h4 {
	font-family: 'Josefin Sans', "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #b34138;
	font-size: 160%;
	font-weight: normal;
}
h2 {
	color: #795c7a;
	font-size: 140%;
}
h3 {
	color: #b34138;
  font-size: 120%;
}
h4 {
	color: #795c7a;
  font-size: 120%;
}
h5 {
  font-size: 90%;
  font-weight: normal;
}
h6 {
  font-size: 78%;
  font-weight: normal;
	line-height: 120%;
}

/* ---- BEG Image Alignment ---- */
.img-left {
	float: left;
	padding: 0 8px 0 0;
}
.img-right {
	float: right;
	padding: 0 0px 0 8px;
}