/* CSS - MainStreet Reset
Authored By: Donnie Fischer
Last Modified: May 10th, 2010
Written Using: Pages for iPad
Contact Info: donnie.fischer@me.com
Description: the declarations in this CSS module reset page elements to a zero-configuration state, removing the various automatic styles that are applied to page elements by the web browsers. MainStreet Reset should be used to ensure consistent display of page elements across the various web browsers. In order for MainStreet Reset to work effectively in the cascade, it should be the first module implemented in any CSS directives used in a website. All other modules should follow MainStreet Reset.
*/

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
padding: 0;
margin: 0;
font-size: 100%;
font-weight: normal;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

td, th, caption {
font-weight: normal;
text-align: left;
}

img, fieldset {
border: 0;
}

ol {
padding-left: 1.4em;
list-style: decimal;
}

ul {
padding-left: 1.4em;
list-style: square;
}

q:before, q:after {
content:'';
}