/*  R E T R O   B R O W S E R   S U P P O R T   S T Y L E S  */
/*  State of Delaware - CLF 2013 - Jan 2013  */

/* Declaration for HTML5 elements--displays them as 
block elements. Works with conditional comment
statement and JavaScript detect script (found
in the HTML's <head> and pops HTML5 elements into
the browser's DOM so they can be referenced). Deals 
with IE 7 and 8. */

article, aside, figure, figcaption, footer, header, hgroup, nav, section, summary {
	display: block;
}


/* ==== HTML5's UNSUPPORTED HTML4 ELEMENTS ===== 
Definitions provided for backwards-compatibility
with legacy code. */

acronym {}

applet {}

basefont {}

big {}

center {}

dir {}

font {}

frame {}

frameset {}

noframes {}

strike {}

tt {}