/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}


/**** Custom Styles ****/
body { 
	text-align:center; 
	background:#CCCC99; 
	font: 11px Arial, sans-serif; 
	color:#505027;
}
h2 {
	font:bold 18px 'Times', serif;
	color:#505027;
	text-align:center;
}
h2.orange-bg {
	background:#FED066;
	display:block;
	padding:3px 0;
	clear:both;
	margin:0;
}
ul, li { margin:0; padding:0; list-style:none; }
p { 
	color:#505027; 
	margin:10px 0 10px 0; 
}
a { 
	text-decoration:none; 
	color:#505027;
}
a:hover {
	color: #800080;
	font-size:12px;
}
.clear { clear:both; }
.right { float:right; }
.left { float:left; }
.text-center { 
	text-align:center;
}
.one-third { width:30%; float:left; margin:0 3% 0 0; }
.container { 
	max-width:400px; 
	margin:0 auto; 
	padding-right: 300px; 
	text-align:left;
}
header.container {
	text-align:center;
}
#content { 
	position:relative; 
	text-align:left;
}
.yellow-bg {
	background:#FDF593;
	padding:15px 5px 15px 15px;
}
.orange-bg {
	background:#FED066;
	padding:15px 5px 15px 15px;
}
.link-columns a {
	display:block;
	margin:0 0 6px;
}
.ad-container {
	position:absolute;
	height:260px;
	width:300px;
	right:0px;
}
#ad1 {
	top:-94px;
}
#ad2 {
	top:195px;
}
#ad3 {
	top:449px;
}
footer.container {
	background:#B1B15F;
	padding:15px 20px 20px;
	max-width:660px;
	color:#505027;
	font:10px/11px Arial, Helvetica, sans-serif;
}
footer p a {
	text-decoration:underline;
}
footer .footer-column {
	width: auto;
	float:left;
}
footer #footer-left {
	width: 357px;
	margin:0 30px 0 0;
}
footer #footer-right {
	width: 250px;
}


/**********  MOBILE STYLES  ************/
@media all and (max-width: 700px) {

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }
img {
	max-width:100%;
}
.container {
	width:100%;
	padding-right:0px;
	max-width:100%;
}
.ad-container {
	position:relative;
	text-align:center;
	width:100%;
	height:auto;
}
#ad1 {
	top:auto;
}
#ad2 {
	top:auto;
}
#ad3 {
	top:auto;
}
footer #footer-left, footer #footer-right {
	width: 100%;
	margin: 0 0px 0 0;
}
	
}