/*----------------------------------------------------------------*/
/* reset.css			                                          */
/*----------------------------------------------------------------*/
/* Resets browser-specific stylesheets and includes two commonly  */
/* used bug-fix classes.                                          */
/*----------------------------------------------------------------*/

/* Padding and Margins */

ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input, textarea, select {margin: 0;padding: 0;}

/* Tag Specific Styles */

a {text-decoration: underline; outline: none;}
ul, ol {list-style: none;}
a img {border: none;}
acronym {cursor: help;}
address, cite {font-style: normal;}

/* Font Size Ratios */

h1 {font-size: 218%;}
h2 {font-size: 164%;}
h3 {font-size: 145%;}
h4 {font-size: 118%;}
h5, h6, pre, code {font-size: 100%;}

/*----------------------------------------------------------------*/
/* clearfix					                                      */
/*----------------------------------------------------------------*/
/* Apply this class to a "float column" container to get it to    */
/* clear properly. You can also use "overflow: auto", although I  */
/* have found that method to be somewhat temporamental!           */
/*----------------------------------------------------------------*/

.clearfix { overflow: auto;zoom: 1; }

/*----------------------------------------------------------------*/
/* hidden							                              */
/*----------------------------------------------------------------*/
/* Standard hack style content hiding class. Will allow screen    */
/* readers to see whatever we've hidden.                          */
/*----------------------------------------------------------------*/

.hidden { /* screen reader hack */ display: none; /* \*/ display: block; /* */ position: absolute;left: -2000px;top: -2000px;width: 1px;height: 1px; }
