div#header {
	background:#000;
	background-image: url('https://theleif.org/images/header/back-august3.jpg');
	background-repeat: no-repeat;

	background: -webkit-linear-gradient(left, rgba(255,255,255,0.0), rgba(255,255,255,0.0), rgba(0,0,0,1.0)) no-repeat, url('https://theleif.org/images/header/back-august3.jpg') no-repeat, #000;
	background:    -moz-linear-gradient(left, rgba(255,255,255,0.0), rgba(255,255,255,0.0), rgba(0,0,0,1.0)) no-repeat, url('https://theleif.org/images/header/back-august3.jpg') no-repeat, #000;
	background:      -o-linear-gradient(left, rgba(255,255,255,0.0), rgba(255,255,255,0.0), rgba(0,0,0,1.0)) no-repeat, url('https://theleif.org/images/header/back-august3.jpg') no-repeat, #000;
	background:         linear-gradient(left, rgba(255,255,255,0.0), rgba(255,255,255,0.0), rgba(0,0,0,1.0)) no-repeat, url('https://theleif.org/images/header/back-august3.jpg') no-repeat, #000;

	width:100%;
	background-size:1144px 300px; /* img will be stretched to fit */
	background-position:left center;
	padding:10px 0px 4px;
}
	p#site_title {
		display: inline-block;
		margin:0 0 10px;
		font-family: Helvetica;
		font-size: 56px;
		font-weight: bold;
		padding-left: 20px;
		/*text-shadow: 0px 0px 6px #555;*/
		text-shadow: 2px 1px 2px #555555, -2px -1px 2px #555555;
	}
		p#site_title a {
			color: #fff;
			text-decoration: none;
		}
			/*img#site_logo {
				border:none;
				margin-left: 20px;
			}*/
