/* headers */
h1, .contentheading, .componentheading {
	padding: 0;
	font-family:Helvetica ,Arial,sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
	text-align: left;
	width: 600px;
	height: 34px;
	line-height: 34px;
	
	padding-left: 15px;
	margin-left: -12px;
	
	display: inline-block;
	background-image:url('../images/h1-bg.png');
	background-repeat:no-repeat;
/*
	background: #911418;
	background: -moz-linear-gradient(left,  #911418 0%, #e31a2a 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#911418), color-stop(100%,#e31a2a));
	background: -webkit-linear-gradient(left,  #911418 0%,#e31a2a 100%);
	background: -o-linear-gradient(left,  #911418 0%,#e31a2a 100%);
	background: -ms-linear-gradient(left,  #911418 0%,#e31a2a 100%);
	background: linear-gradient(left,  #911418 0%,#e31a2a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#911418', endColorstr='#e31a2a',GradientType=1 );
*/
}

div.componentheading {}

.blog .contentheading, .blog .componentheading {
	display: block;
	height: auto !important;
	line-height: normal !important;
	vertical-align: baseline !important;
	width: auto;
	font-size: 18px;
	color: #CD2027;
	background: transparent none;
	margin: 0px 0px 12px 0px;
	padding: 4px 0px;
	border-bottom: 1px solid #cccccc;
}

.blog .contentpaneopen {
	position: relative;
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 3px solid #000000;
}

.blog .article-tools {
	position: absolute;
	top: 10px;
	right: 0px;
	font-style: italic;
}