/*
Theme Name: Thetford Corporation
Theme URI: http://www.tmprod.com/
Description: Thetford Corporation's custom WordPress theme.
Author: Trademark Productions
Version: 2.0
*/

#footer ul.social {
	overflow: hidden;
	list-style: none;
	width: 224px;
	height: 32px;
	margin: 6px auto;
}

#footer ul.social li {
	float: left;
	width: 32px;
	margin: 0 12px 0 12px;
}

#footer ul.social li a { display: block; }

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-content img, 
.entry-content iframe, 
.entry-content object, 
.entry-content embed {
        max-width: 100%;
}