/*
YUI 3.17.2 (build 9c3c78e)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/

/*e
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/
.amf-cssreset html{
	color:#000;
	background:#FFF;
}
/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF. 
*/
.amf-cssreset body,
.amf-cssreset div,
.amf-cssreset dl,
.amf-cssreset dt,
.amf-cssreset dd,
.amf-cssreset ul,
.amf-cssreset ol,
.amf-cssreset li,
.amf-cssreset h1,
.amf-cssreset h2,
.amf-cssreset h3,
.amf-cssreset h4,
.amf-cssreset h5,
.amf-cssreset h6,
.amf-cssreset pre,
.amf-cssreset code,
.amf-cssreset form,
.amf-cssreset fieldset,
.amf-cssreset legend,
.amf-cssreset input,
.amf-cssreset textarea,
.amf-cssreset p,
.amf-cssreset blockquote,
.amf-cssreset th,
.amf-cssreset td {
	margin:auto;
    padding: inherit;
    line-height: normal;
}

.amf-cssreset li {
	margin:0;
    padding:0;
}


.amf-cssreset table {
	border-collapse:collapse;
	border-spacing:0;
}
.amf-cssreset fieldset,
.amf-cssreset img {
	border:0;
}
/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
.amf-cssreset address,
.amf-cssreset caption,
.amf-cssreset cite,
.amf-cssreset code,
.amf-cssreset dfn,
.amf-cssreset em,
.amf-cssreset strong,
.amf-cssreset th,
.amf-cssreset var {
	font-style:normal;
	font-weight:normal;
}

.amf-cssreset ol{
    display: block;
    list-style-type: decimal;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
    list-style:decimal;
}
.amf-cssreset ul,
.amf-cssreset menu,
.amf-cssreset dir,  {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

.amf-cssreset caption,
.amf-cssreset th {
	text-align:left;
}
.amf-cssreset h1,
.amf-cssreset h2,
.amf-cssreset h3,
.amf-cssreset h4,
.amf-cssreset h5,
.amf-cssreset h6 {
	font-size:100%;
	font-weight:normal;
}
.amf-cssreset q:before,
.amf-cssreset q:after {
	content:'';
}
.amf-cssreset abbr,
.amf-cssreset acronym {
	border:0;
	font-variant:normal;
}
/* to preserve line-height and selector appearance */
.amf-cssreset sup {
	vertical-align:text-top;
}
.amf-cssreset sub {
	vertical-align:text-bottom;
}
.amf-cssreset input,
.amf-cssreset textarea,
.amf-cssreset select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/*to enable resizing for IE*/
.amf-cssreset input,
.amf-cssreset textarea,
.amf-cssreset select {
	*font-size:100%;
}
/*because legend doesn't inherit in IE */
.amf-cssreset legend {
	color:#000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset-context { display: none; }