#title-date-overlay {
	background: rgba(204,204,204,0.8); /* For browsers that do not support gradients */
  	background: -webkit-linear-gradient(60deg, rgba(204,204,204,1), rgba(0,153,204,0.05)); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(60deg, rgba(204,204,204,1), rgba(0,153,204,0.05)); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(60deg, rgba(204,204,204,1), rgba(0,153,204,0.05)); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(60deg, rgba(204,204,204,1), rgba(0,153,204,0.05)); /* Standard syntax */
  	position: relative;
  	top: -75px;
  	padding: 5px 5px 0 15px;
}

#title-date-overlay > h1{
	margin-top: 4px;
	line-height: 50%;
}

#title-date-overlay > h4{
	line-height: 50%;
	position: relative;
	top: -8px;
}

.banner{
	margin-top: 10px;
}