/* -----------------------------------------------------------------------------------------------------------------------
File Author:	Ryan Marincovich (ryan@bicycletheory.com)
Date Created:   XXXX.XX.XX
Client:         X
File Purpose:	Standard style resets style sheet
Revisions:
-------------------------------------------------------------------------------------------------------- */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: inherit;
	vertical-align: baseline;
}
code { 
	font-family: monospace; 
	font-size: 16px; font-size: 1.6rem;
	line-height: 20px; line-height: 2rem;
}
/* remember to define focus styles! */
:focus { outline: 0; }
ol, ul {
	list-style: none;
	padding: 0 0 12px 0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
blockquote {
	margin: 15px 30px 30px;
	padding: 16px 20px 4px;
	background: #e5e5e5;
}
blockquote p { padding-bottom: 7px; }
::-webkit-input-placeholder { color: #999; }
:-moz-placeholder { color: #999; }
::-moz-placeholder { color: #999; }
:-ms-input-placeholder { color: #999; }
header, footer, nav { display: block; }
.details ol, 
.details ul { 
	padding: 0 0 20px 40px; 
	margin: 0;
}
.details ol li, 
.details ul li { padding: 0 0 0 5px; }
.details ul { list-style: disc outside; }
.details ol { list-style: decimal outside; }
p,
.store p,
.details p { padding: 0 0 25px; }
.clearfix:after {
     content: " "; 
     display: block; 
     height: 0; 
	 font-size: 0;
     clear: both; 
     visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
img {
	border: 0;
	display: block;
}
.sxs > br { display: none; }

/* ---- TESTING STYLES TO HIGHLIGHT BAD CODE ---- */
/* Empty Elements 
div:empty, span:empty, li:empty, p:empty, td:empty, th:empty { padding: 20px; border: 5px dotted yellow !important; }*/

/* Empty Attributes 
*[alt=""], *[title=""], *[class=""], *[id=""], a[href=""], a[href="#"] { border: 5px solid yellow !important; }*/

/* Deprecated Elements 
applet, basefont, center, dir, font, isindex, menu, s, strike, u { border: 5px dotted red !important; }*/

/* Deprecated Attributes 
*[background], *[bgcolor], *[clear], *[color], *[compact], *[noshade], *[nowrap], *[size], *[start],
*[bottommargin], *[leftmargin], *[rightmargin], *[topmargin], *[marginheight], *[marginwidth], *[alink], *[link], *[text], *[vlink],
*[align], *[valign], *[hspace], *[vspace], ul[type], ol[type], li[type] { border: 5px solid red !important; }*/