

















article, details, figcaption, figure, footer, header, hgroup, nav, section{ display: block; }





/*	=============================================================================================== */
/*	----------------------------------------- Media Queries for No Java -------------------------- */
/*	============================================================================================= */

/* Mobile (Portrait & Landscape) ----------- */
@media (max-width:740px){
#mainNavMbl{display:none}
#mainNavCtnr ul {display:block; margin:-8px 0 -8px -10px}
#mainNavCtnr ul li {display:block; margin:0 0 0 -10px}
#mainNavCtnr ul li a {display:block; width:100%; padding: 5px 10px; background: url("i/background-gray.jpg")}
}

/* Tablet ----------- */
@media (min-width:740px){

}

/* Because the following query has the next several queries nested inside, what applies to this one
	applies to all the others. */
/* Desktops and Laptops ----------- */
@media (min-width:740px) and (max-width:960px){

}

