/**<!-- Compliance Goals: FireFox 14.0, 11.0Win, 11.0Mac, IE 7.0, IE 9.0, IE 8.0 Chrome 18.0, Safari 5.1 -->*/
/**<!-- Consider raising fonts by 3 pts, from 13px to 16px, adjust padding accordingly, consider not doing so at menu, also probably dont want to in footer -->*/
/**<!-- Make Sure To Locolaize Fonts, Add Meta Info To Header, and Convert Classes when you get a chance -->*/

/********** CLASS AND DESCENDANTS, CONTENT 1000px **********/

.content-wide {
	float: left;
	width: 1000px;
/**<!-- adjust to follow same rules as content-633-sidebar-300 -->*/
	padding: 0px;
}

.content-wide .entry {
	text-align: justify;
	padding: 10px 0px;
}

.content-wide img {
	max-width: 1000px;
	object-fit: scale-down;
	font-size: 0px;
	}

.content-wide .vetp-cimg {
	/* Virtual Entry Title Paragraph, Cropped Image */
	/* adds 10px top padding to reach 20px top padding of H2 */
	/* 13px bot margin of paragraph */
	margin: 0px 0px 13px 0px;
	padding: 10px 0px 0px 0px;
	}

.content-wide .vcp-cimg {
	/* Virtual Content Paragraph, Cropped Image */
	/* 13px bot margin of paragraph */
	margin: 0px 0px 13px 0px;
	padding: 0px;
	}

.content-wide iframe {
	height: 1132px; /* Use Formula = (1100 * ([column-width OR 320, which ever is greater]-56) /850) + 32; OR, 1100 + 32 which ever is lesser */
	max-height: 98vh;
}

.content-wide .title {
	margin: 0px;
	padding: 20px 0px;
	letter-spacing: 1px;
/**<!--color: #363837; -->*/
}

.content-wide .title a {
	border: none;
	text-decoration: none;
	text-transform: uppercase;
	color: #363837;
}

.content-wide .meta {
	display: block;
	margin-top: -15px;
	padding: 5px 0px;
	text-align: left;
	font-size: 11px;
}

.content-wide .meta a {
}