/*! reset.css, GPB version */

/* --------------------------------------------------------------
	* Resets default browser CSS, hopefully aligning major browsers. Yes, this works like some libraries' reset/base/normalize combined.
	* portions adapted from YUI 3
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
table, caption, tbody, tfoot, thead, tr, th, td,
fieldset, form, label, legend, input, button, textarea,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, dl, dt, dd, ul, ol, li,
s, samp, small, strike, strong, sub, sup, tt, var,
font, b, u, i, center,
main, article, aside, dialog, figure, footer, header, hgroup, nav, section,
select, optgroup, option {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	outline: 0;
	vertical-align: baseline;
}

main, article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display: block;
}
html {color: #000; background: #fff; }
body {
	line-height: 1.5;
}
ol, ul {
	list-style: none;
}
/*li {list-style: none; }    not sure yet whether I agree with this */


/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;/* or none */
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate; /* per BP, or collapse per Y! ? */
	border-spacing: 0;
}
table, td, th { vertical-align: middle; }
th { text-align: center; } /* gpb */
caption, td { text-align: left; font-weight: normal; }
strong, th, h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote, q {
	quotes: none;
	font-style: italic;
	font-weight: bolder;
}
q { display: inline; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
q:before {
	content: "\201c";
}
q:after {
	content: "\201d";
}
q q:before {
	content: "\2018";
}
q q:after {
	content: "\2019";
}

fieldset, a img { border: none; } /* Remove border on linked graphics/icons for sure */

abbr, acronym { border: 0; font-variant: normal; }

sup, sub {
	font-size: .75em;
	height: 0;
	line-height: 1;
	margin-right: 0.125em;/* horizontal spacing needed, especially in fixed-width fonts */
	position: relative;
	vertical-align: baseline !important;/* though blueprint preferred text-top/bottom */
}
sup { bottom: .25em; }
sub { top: .5em; }

legend { color: #000; }

