/* ===== Responsive Retrofit ===== */

/* ===== Main Content ===== */

html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

img, a img {
    border: medium none;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
}

.separator_image {
	display: block;
}

#main_table {
	width: 100%;
	max-width: 950px;
}

.iframe_responsive {
	position: relative;
	height: 0;
}

.iframe_responsive > iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

#column_center .fb-like,
#column_center .fb-like span,
#column_center .fb-like span iframe {
	width: 100% !important;
	overflow: hidden;
}

#column_center p {
	font-size: 19px;
	line-height: 28px;
	font-family: Georgia;
}

#column_center td.tableHeading {
	font-family: Georgia;
	font-size: 36px;
}

#header_nav td {
	font-size: 13px;
	font-weight: normal;
	vertical-align: top;
	line-height: 18px;
}

#header_nav td:last-child {
	text-align: right;
	min-width: 230px;
}

#header_nav td:last-child span {
	font-size: 18px;
	line-height: 1px;
}

td.subBar {
	padding-bottom: 15px;
}

#article_table {
	table-layout: fixed;
}

#news_image {
	width: 45%; 
	float: right;
	padding: 15px 0 10px 15px;
}

#news_image img {
	border: 1px solid #000;
}

#news_image p {
	text-align: left;
	font-size: 11px;
	font-style: normal;
	color: #808080;
	margin: 0;
	padding: 6px 0 0 0;
	line-height: 17px;
}

/* ===== Media Queries ===== */

@media only screen and (max-width: 965px) {
	#column_right {
		display: none;
	}
	
	#bottom_banner_ad {
	/*	display: none;*/
	}
	
	#bottom_banner_ad > div {
		margin: 0 auto;
		max-width: 468px;
	}

	#bottom_banner_ad > div > div {
		width: 100% !important;
		height: 0 !important;
		padding-bottom: 12.3456%; /* 468 x 60 banner dimensions: 60 / 468 = .123456 */
		overflow: hidden;
	}

	#bottom_banner_ad > div > div > iframe {
		width: 100%;
	}
	
	#column_center td.tableHeading {
		font-size: 26px;
	}
}

@media only screen and (max-width: 750px) {
	#column_left {
		display: none;
	}
}

@media only screen and (max-width: 600px) {
	#main_table,
	#main_table > tbody,
	#main_table > tbody > tr,
	#main_table > tbody > tr > td#column_center {
		display: block;
	}
	
	#main_table > tbody > tr {
		padding: 20px 10px;
	}
	
	#main_table > tbody > tr > td#column_center {
		padding: 0;
	}
}

@media only screen and (max-width: 500px) {
	#column_center > tbody > tr > td:first-child {
		padding-top: 0;
	}
	
	#header_nav,
	#header_nav > tbody,
	#header_nav > tbody > tr,
	#header_nav > tbody > tr > td {
		display: block;
		width: auto;
		text-align: center;
		padding: 0;
	}
	
	#header_nav > tbody > tr > td:last-child {
		text-align: center;
		border-top: 1px solid #bbb;
		border-bottom: 1px solid #bbb;
		padding: 5px 0;
		margin: 10px auto;
	}
	
	td.subBar {
		text-align: left;
	}
}

@media only screen and (max-width: 450px) {
	
}