/* Default error colouring */
/* line 3, ../../vendor/bundle/ruby/1.9.1/bundler/gems/refinerycms-ce3c55c07995/core/app/assets/stylesheets/formatting.css.scss */
article, nav, header, footer, aside, hgroup, section {
  display: block;
}

/* line 7, ../../vendor/bundle/ruby/1.9.1/bundler/gems/refinerycms-ce3c55c07995/core/app/assets/stylesheets/formatting.css.scss */
div.fieldWithErrors {
  display: inline;
}

/* line 11, ../../vendor/bundle/ruby/1.9.1/bundler/gems/refinerycms-ce3c55c07995/core/app/assets/stylesheets/formatting.css.scss */
#errorExplanation {
  border-top: 3px solid #F27F7F;
  background: #FFBEBE;
  padding: 10px;
}

/* line 17, ../../vendor/bundle/ruby/1.9.1/bundler/gems/refinerycms-ce3c55c07995/core/app/assets/stylesheets/formatting.css.scss */
#errorExplanation, #errorExplanation *, .fieldWithErrors, .fieldWithErrors * {
  color: #9C2626;
}

/* Browser Hacks */
/* line 22, ../../vendor/bundle/ruby/1.9.1/bundler/gems/refinerycms-ce3c55c07995/core/app/assets/stylesheets/formatting.css.scss */
a {
  /* remove borders from images */
  /*
  Firefox Dotted Line Fix
    - http://sonspring.com/journal/removing-dotted-links
  */
}
/* line 24, ../../vendor/bundle/ruby/1.9.1/bundler/gems/refinerycms-ce3c55c07995/core/app/assets/stylesheets/formatting.css.scss */
a img {
  border: 0px none;
}
/* line 31, ../../vendor/bundle/ruby/1.9.1/bundler/gems/refinerycms-ce3c55c07995/core/app/assets/stylesheets/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, ../../vendor/bundle/ruby/1.9.1/bundler/gems/refinerycms-ce3c55c07995/core/app/assets/stylesheets/formatting.css.scss */
.clearfix, section {
  display: inline-block;
}
/* line 43, ../../vendor/bundle/ruby/1.9.1/bundler/gems/refinerycms-ce3c55c07995/core/app/assets/stylesheets/formatting.css.scss */
.clearfix:after, section:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Hide from IE Mac \*/
/* line 53, ../../vendor/bundle/ruby/1.9.1/bundler/gems/refinerycms-ce3c55c07995/core/app/assets/stylesheets/formatting.css.scss */
.clearfix, section {
  display: block;
}

/* End hide from IE Mac */
