/*  Start reset  */
/**
 * YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
 * http://cssreset.com
 * Copyright 2012 Yahoo! Inc. All rights reserved.
 * http://yuilibrary.com/license/
 */
/*
	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?
*/
/* line 14, /Volumes/work/git/ng/source/css/normalize.scss */
html {
  color: #000;
  background: #FFF; }

/*
	TODO test putting a class on HEAD.
		- Fails on FF.
*/
/* line 22, /Volumes/work/git/ng/source/css/normalize.scss */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
span,
figure,
figcaption {
  margin: 0;
  padding: 0;
  vertical-align: middle; }

/* line 54, /Volumes/work/git/ng/source/css/normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 58, /Volumes/work/git/ng/source/css/normalize.scss */
fieldset,
img {
  border: 0; }

/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
/* line 65, /Volumes/work/git/ng/source/css/normalize.scss */
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal; }

/* line 78, /Volumes/work/git/ng/source/css/normalize.scss */
ol,
ul {
  list-style: none; }

/* line 83, /Volumes/work/git/ng/source/css/normalize.scss */
caption,
th {
  text-align: left; }

/* line 87, /Volumes/work/git/ng/source/css/normalize.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal; }

/* line 96, /Volumes/work/git/ng/source/css/normalize.scss */
q:before,
q:after {
  content: ''; }

/* line 100, /Volumes/work/git/ng/source/css/normalize.scss */
abbr,
acronym {
  border: 0;
  font-variant: normal; }

/* to preserve line-height and selector appearance */
/* line 106, /Volumes/work/git/ng/source/css/normalize.scss */
sup {
  vertical-align: text-top; }

/* line 109, /Volumes/work/git/ng/source/css/normalize.scss */
sub {
  vertical-align: text-bottom; }

/* line 113, /Volumes/work/git/ng/source/css/normalize.scss */
input {
  outline: 0; }

/*to enable resizing for IE*/
/* line 117, /Volumes/work/git/ng/source/css/normalize.scss */
input,
textarea,
select {
  *font-size: 100%; }

/*because legend doesn't inherit in IE */
/* line 123, /Volumes/work/git/ng/source/css/normalize.scss */
legend {
  color: #000; }

/*  End reset  */
