.headerContent .message{
	width: 100%
}
.entry .message p{
	background:url('../img/theme/pbg.png') repeat;
	display: inline-block;
	/*border-radius: 4px;*/
	padding: 8px 30% 100px 30%;
	font-size: 17px;
	width: 100%
}
.entry .message h2{
	font-size: 100px;
	color:#fff;
	/*margin: 60px 0 0 0;*/
	/*padding: 50px 130px 6px 130px; /*added2*/
	/*border-top:1px dashed #fff;*/
	/*border-bottom:1px dashed #fff;*/
	display: inline-block;
	line-height: 100px;
	background:url('../img/theme/pbg.png') repeat;
	width: 100%;
	padding-top: 50px;
}
.headerContent{
	border-bottom: 1px solid #000;
	height:100%;
	position: relative;
	top:0;
	z-index: 1;
}
.headerContent .social{
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 120px;
}
.headerContent .social a{
	display:inline-block;
	margin-right:2px;

}

.headerContent h2{
	
	font-weight: 700;
	color:#91e5fa;
	font-size: 68px;
	line-height: 72px;
	margin:18px 0 0 0;
}

.headerContent h2 span{
	text-shadow:1px 1px 1px #303030;
	font-weight: 400;
	line-height: 19px;
	font-size: 19px;
	color:#efefef;
	display: block;
}

.headerContent h2 span strong{
	color:#cc6633;
}