/* line 3, /home/deploy/learning_cms/releases/20140423150245/app/assets/stylesheets/reset/css_reset.css.sass */
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box; }

/* line 14, /home/deploy/learning_cms/releases/20140423150245/app/assets/stylesheets/reset/css_reset.css.sass */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

/* line-height = font-size */
/* line 19, /home/deploy/learning_cms/releases/20140423150245/app/assets/stylesheets/reset/css_reset.css.sass */
body {
  line-height: 1;
  font-family: sans-serif; }

/* line 23, /home/deploy/learning_cms/releases/20140423150245/app/assets/stylesheets/reset/css_reset.css.sass */
a {
  text-decoration: none;
  color: inherit; }
  /* line 26, /home/deploy/learning_cms/releases/20140423150245/app/assets/stylesheets/reset/css_reset.css.sass */
  a:focus {
    outline: none; }

/* line 29, /home/deploy/learning_cms/releases/20140423150245/app/assets/stylesheets/reset/css_reset.css.sass */
ol, ul {
  list-style: none; }

/* line 32, /home/deploy/learning_cms/releases/20140423150245/app/assets/stylesheets/reset/css_reset.css.sass */
blockquote, q {
  quotes: none; }

/* line 36, /home/deploy/learning_cms/releases/20140423150245/app/assets/stylesheets/reset/css_reset.css.sass */
blockquote:before, blockquote:after {
  content: "";
  content: none; }

/* line 41, /home/deploy/learning_cms/releases/20140423150245/app/assets/stylesheets/reset/css_reset.css.sass */
q:before, q:after {
  content: "";
  content: none; }

/* line 45, /home/deploy/learning_cms/releases/20140423150245/app/assets/stylesheets/reset/css_reset.css.sass */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 51, /home/deploy/learning_cms/releases/20140423150245/app/assets/stylesheets/reset/css_reset.css.sass */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

/* line 56, /home/deploy/learning_cms/releases/20140423150245/app/assets/stylesheets/reset/css_reset.css.sass */
.clear {
  clear: both;
  height: 0;
  width: 100%; }

/* line 65, /home/deploy/learning_cms/releases/20140423150245/app/assets/stylesheets/reset/css_reset.css.sass */
b, strong {
  font-weight: bold; }

/* line 68, /home/deploy/learning_cms/releases/20140423150245/app/assets/stylesheets/reset/css_reset.css.sass */
i, em {
  font-style: italic; }

/* line 71, /home/deploy/learning_cms/releases/20140423150245/app/assets/stylesheets/reset/css_reset.css.sass */
u {
  text-decoration: underline; }

/* line 74, /home/deploy/learning_cms/releases/20140423150245/app/assets/stylesheets/reset/css_reset.css.sass */
s, del {
  text-decoration: line-through; }

/* line 77, /home/deploy/learning_cms/releases/20140423150245/app/assets/stylesheets/reset/css_reset.css.sass */
hr {
  margin: 1em 0;
  border-top: 1px solid #cccccc;
  height: 0;
  display: block; }

/* line 83, /home/deploy/learning_cms/releases/20140423150245/app/assets/stylesheets/reset/css_reset.css.sass */
sub {
  text-align: sub; }

/* line 86, /home/deploy/learning_cms/releases/20140423150245/app/assets/stylesheets/reset/css_reset.css.sass */
sup {
  text-align: super; }

/* line 91, /home/deploy/learning_cms/releases/20140423150245/app/assets/stylesheets/reset/css_reset.css.sass */
input, textarea, select, button {
  outline: 0;
  box-shadow: none;
  border: 1px solid #cccccc;
  background: transparent;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

/* line 102, /home/deploy/learning_cms/releases/20140423150245/app/assets/stylesheets/reset/css_reset.css.sass */
input:focus {
  outline: 0;
  border: 1px solid #cccccc; }

/* line 106, /home/deploy/learning_cms/releases/20140423150245/app/assets/stylesheets/reset/css_reset.css.sass */
button {
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none; }
  /* line 110, /home/deploy/learning_cms/releases/20140423150245/app/assets/stylesheets/reset/css_reset.css.sass */
  button[disabled] {
    cursor: normal; }
