﻿/***********************************
	ADVERTISES Text and Foter Pages
************************************/
/* Text Pages
****************************/
.adsText {margin: 10px 0; padding: 10px 0; border: 1px solid #eee;}

/* Footer
****************************/
.adsFooter h1 {
	font-size: 1.2em;
	background: #111;
	color: #aaa;
	padding: 10px;
}
.adsFooter h1 a:hover {color: #aaa;}

.adsFooterLeft,
.adsFooterRight {
	font-size: 1em;
	line-height: 125%;
	padding: 0 20px;
	text-align: center;
}

@media only screen and (min-width: 1024px) {
	.adsFooterLeft {text-align: right;}
	.adsFooterRight {text-align: left;}
}
 
 /* Common for both Text and Footer
****************************/

.ads iframe {width: 100%; height: 340px;}
.ads video,
.ads object,
.ads embed {width: 100%; height: 340px;}

.ads .imgBG {
	display: table;
	table-layout: fixed;
	text-align: center;
	width: 100%;
}

.ads .imgBG img {
	max-width: 100%;
	height: auto;
}


/* END
*************************/