/* Theme Name: Your Theme/Organization Name Here */

#header { background: #000 url('images/header.jpg'); } /* 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-color:#1f477a; color: #dedede; }

	.videoContainer h4 { color: #fff; } /* Entry Title text color*/
	
	.videoContainer a { color: #fff; } /* Entry Title link color */
	
		.videoContainer a:hover { color: #fff; background: #222; }