/* DO NOT EDIT -  AUTOMATICALLY GENERATED FROM: mozmonkey.scss */
h1 {
  font-size: 40px; }

/*
 * Global
 */
a {
  transition: color 0.25s;
  -o-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s; }

a:hover {
  text-decoration: none !important; }

/*
 * Page width
 */
.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
  max-width: 800px; }

/*
 * Header
 */
#masthead {
  background: #831e0c;
    /*
   * Main section
   */
    /*
   * Nav menu
   */ }
  #masthead a.home-link {
    min-height: none; }
    #masthead a.home-link h1,
    #masthead a.home-link h2 {
      font-family: Josefin Sans, helvetica neue, helvetica;
      font-weight: normal;
      color: white;
      transition: color 0.5s;
      -o-transition: color 0.5s;
      -moz-transition: color 0.5s;
      -webkit-transition: color 0.5s; }
    #masthead a.home-link h1:hover {
      text-decoration: none; }
    #masthead a.home-link h2 {
      margin-bottom: 10px; }
    #masthead nav .nav-menu a:link {
      background-color: inherit;
      transition: color 0.3s ease-out;
      -o-transition: color 0.3s ease-out;
      -moz-transition: color 0.3s ease-out;
      -webkit-transition: color 0.3s ease-out;
      transition: background-color 0.3s ease-out;
      -o-transition: background-color 0.3s ease-out;
      -moz-transition: background-color 0.3s ease-out;
      -webkit-transition: background-color 0.3s ease-out; }
    #masthead nav .nav-menu a:hover {
      color: #333333;
      background-color: #cfb45f; }
    #masthead nav .nav-menu li {
      float: left;
      display: block; }

/*
 * Entry footer
 */
footer.entry-meta {
  padding-top: 40px;
  border-bottom: 1px solid #aaaaaa; }

/*
 * Formatting classes
 */
p.aligncenter,
div.aligncenter {
  text-align: center; }

/*
 * Facebook like button
 */
.fb-social-plugin.fb-like {
  padding-top: 10px; }

