/* Theme Name: Journey Church */
#header { background: #000 url(  'images/header.jpg') repeat-x center 0px; } /* Header Background Color */

#header-inside { background: url('images/logo.jpg') center top no-repeat; height: 160px; } /* The logo.jpg file is for replacing the header with an image */

    #header-content { text-indent: -9999px;  }

.videoContainer { background: /* Must match top.jpg and bottom.jpg color */ #1d537a url('images/top.jpg') no-repeat center top; color: #dedede; }

	.videoContainer h4 { color: #fff; }
	
	.videoContainer a { color: #fff; }
	
		.videoContainer a:hover { color: #fff; background: #1d537a; }
	
	.comment-links { background: url('images/bottom.jpg') no-repeat center bottom;} 
	

#footer { background: #709eb5 url(  'images/footer.jpg') repeat-x center 0px; }

	#footer a { color: #fff; /* Footer Link Color */ text-decoration: none; }
		#footer a:hover { background: #1ed032; /* Footer Link Hover Color */ }
			