/**<!-- 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 633px **********/

.content {
	float: left;
	width: 633px;
/* adjust padding to make diff(in px) between text-to-content-bottom vs. text-to-sidebar-bottom, THE SAME AS, diff between content-top-to-text and sidebar-top-to-text */
	padding: 0px;
}

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

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

.content .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 .vcp-cimg {
	/* Virtual Content Paragraph, Cropped Image */
	/* 13px bot margin of paragraph */
	margin: 0px 0px 13px 0px;
	padding: 0px;
	}

.content iframe {
	height: 779px; /* 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 .title {
	margin: 0px;
	padding: 20px 0px;
	letter-spacing: 1px;
}

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

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

.content .meta a {
}

/********** CLASS AND DESCENDANTS, SIDEBAR 300px **********/

.sidebar {
	float: right;
	width: 300px;
	padding: 0px;
}

.sidebar h3 {
	padding: 0px 0px 20px 0px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #363837;
}

.sidebar h4 {
	padding: 0px 0px 20px 0px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #363837;
}

.sidebar .entry {
	text-align: justify;
	padding: 0px 0px 17px 0px;
}

.sidebar p {
	line-height: 150%;
}

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

.sidebar ul {
	padding: 0px 0px 30px 13px;
}

.sidebar li.here {
	list-style: square;
	font-weight: bold;
/**<!-- Money Green -->**/
	color: #216C2A;
}

.sidebar li.here a {
	font-weight: bold;
	color: #216C2A;
}

.sidebar li.target-blank {
	margin: 0px 0px 0.5em 0px;
	list-style: circle;
	color: #FF2301
}