/* Default error colouring */
/* line 3, ../../../../../.rvm/gems/ruby-2.1.1/gems/refinerycms-core-2.1.2/app/assets/stylesheets/refinery/formatting.css.scss */
article, nav, header, footer, aside, hgroup, section {
  display: block;
}

/* line 7, ../../../../../.rvm/gems/ruby-2.1.1/gems/refinerycms-core-2.1.2/app/assets/stylesheets/refinery/formatting.css.scss */
div.fieldWithErrors {
  display: inline;
}

/* line 11, ../../../../../.rvm/gems/ruby-2.1.1/gems/refinerycms-core-2.1.2/app/assets/stylesheets/refinery/formatting.css.scss */
#errorExplanation {
  border-top: 3px solid #F27F7F;
  background: #FFBEBE;
  padding: 10px;
}

/* line 17, ../../../../../.rvm/gems/ruby-2.1.1/gems/refinerycms-core-2.1.2/app/assets/stylesheets/refinery/formatting.css.scss */
#errorExplanation, #errorExplanation *, .fieldWithErrors, .fieldWithErrors * {
  color: #9C2626;
}

/* Browser Hacks */
/* line 22, ../../../../../.rvm/gems/ruby-2.1.1/gems/refinerycms-core-2.1.2/app/assets/stylesheets/refinery/formatting.css.scss */
a {
  /* remove borders from images */
  /*
  Firefox Dotted Line Fix
    - http://sonspring.com/journal/removing-dotted-links
  */
}
/* line 24, ../../../../../.rvm/gems/ruby-2.1.1/gems/refinerycms-core-2.1.2/app/assets/stylesheets/refinery/formatting.css.scss */
a img {
  border: 0px none;
}
/* line 31, ../../../../../.rvm/gems/ruby-2.1.1/gems/refinerycms-core-2.1.2/app/assets/stylesheets/refinery/formatting.css.scss */
a:focus {
  outline: none;
}

/*
Clearfix docs
 - Main docs: http://positioniseverything.net/easyclearing.html
 - IE7 change: http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/
*/
/* line 41, ../../../../../.rvm/gems/ruby-2.1.1/gems/refinerycms-core-2.1.2/app/assets/stylesheets/refinery/formatting.css.scss */
.clearfix, section {
  display: inline-block;
}
/* line 43, ../../../../../.rvm/gems/ruby-2.1.1/gems/refinerycms-core-2.1.2/app/assets/stylesheets/refinery/formatting.css.scss */
.clearfix:after, section:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Hide from IE Mac \*/
/* line 53, ../../../../../.rvm/gems/ruby-2.1.1/gems/refinerycms-core-2.1.2/app/assets/stylesheets/refinery/formatting.css.scss */
.clearfix, section {
  display: block;
}

/* End hide from IE Mac */
