/* Headers __________________________________________ */
h3 {
	font-family: 'Bitter', serif;
	font-weight: normal;
	font-size: 28px;
	line-height: 34px;
	color: #e3252d;
}
h2 {
	font-family: 'MenschMenschThin', Verdana, Tahoma;
	font-size: 30pt;
	letter-spacing: normal;
	color: #e3252d;
	text-shadow: 0px 1px 1px #999;
	font-weight: normal;
}
h5	{
	font-family: 'Bitter', serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	color: #333;
	margin-bottom: 0px;
}

/* Quotes __________________________________________ */
.inline-quote {
	background-color: #f1efe9;
	border-top: #c7c4be dashed 1px;
	border-bottom: #c7c4be dashed 1px;
	margin: 10px 0 10px 0;
	padding: 10px 30px 10px 30px;
}
.pullquote {
	font-family: 'Bitter', serif;
	font-weight: normal;
	font-style: italic;
	font-size: 18px;
	line-height: 24px;
	color: #333;
	width: 273px;
	height: 100%;
	float: right;
	background-image: url(../../themes/globemed/images/pull_quote_back.png);
	background-repeat: repeat;
	padding: 30px;
	margin: 0 0 20px 20px;
}
.caption {
	font-size: 12px;
	line-height: 16px;
	color: #959595;
	margin-top: -8px;
}

/* Images __________________________________________ */
.image-inline {
	width: 191px;
	height: 186px;
	float: right;
	padding: 5px;
	margin: 0 0 10px 10px;
	background-color: #fff;
	box-shadow: 3px 3px 3px #999;
}
.image-horizontal {
	width: 624px;
	height: auto;
	padding: 5px;
	margin: 0 0 20px 0;
	background-color: #fff;
	box-shadow: 3px 3px 3px #999;
	clear:both;
}