/*------------------------------------*\
  RESET
\*------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0b1 | 201101
   NOTE:WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */
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, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* remember to define visible focus styles!
:focus{
  outline:?????;
} */
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* 
 * minimal base styles 
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  text-rendering: optimizeLegibility; }

/* maxvoltar.com/archive/-webkit-font-smoothing */
html {
  -webkit-font-smoothing: antialiased; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {
  outline: none; }

small {
  font-size: 85%; }

strong, th {
  font-weight: bold; }

td, td img {
  vertical-align: top; }

/* align checkboxes, radios, text inputs with their label */
input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline; }

.ie6 input {
  vertical-align: text-bottom; }

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button {
  cursor: pointer; }

/* These selection declarations have to be separate.
   Also: hot pink. */
::-moz-selection {
  background: #4ce086;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #4ce086;
  color: #fff;
  text-shadow: none; }

/*  j.mp/webkit-tap-highlight-color */
a:link {
  -webkit-tap-highlight-color: #4ce086; }

/* always force a scrollbar in non-IE */
html {
  overflow-y: scroll; }

/* 
 * Non-semantic helper classes 
 */
/* Hide for both screenreaders and browsers */
.hidden {
  display: none;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders */
.visuallyhidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden; }

/* >> The Magnificent CLEARFIX << */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

* html .clearfix {
  height: 1%; }

/* Hides from IE-mac \*/
.clearfix {
  display: block; }

/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
TYPOGRAPHY
*********************/
@font-face {
  font-family: '';
  src: url("../fonts/OpenSans-Regular-webfont.eot");
  src: url("../fonts/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular-webfont.woff") format("woff"), url("../fonts/OpenSans-Regular-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Regular-webfont.svg#OpenSansRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* apply a natural box layout model to all elements */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background: #fff;
  color: #211e1f;
  font-size: 14px;
  font-family: "Lora", "Georgia", Cambria, Times New Roman, Times, serif; }

a {
  text-decoration: none;
  color: #444;
  -webkit-transition: all 0.2s ease;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.2s ease;
  /* FF4+ */
  -ms-transition: all 0.2s ease;
  /* IE10? */
  -o-transition: all 0.2s ease;
  /* Opera 10.5+ */
  transition: all 0.2s ease; }

p a {
  border-bottom: 1px solid #211e1f; }

h1, h2, h3, h4, h5 {
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400; }

h1 {
  font-size: 1.5em; }

header {
  text-align: center; }
  header .logo {
    margin: 20px;
    width: 150px;
    margin: 20px auto; }
    header .logo img {
      width: 100%;
      height: auto; }

.divider {
  width: 70%;
  margin: 20px auto 5px;
  border-bottom: 1px solid #ddd; }

nav li {
  display: inline-block; }
  nav li a {
    font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    display: inline-block;
    -webkit-transition: all 0s ease;
    /* Saf3.2+, Chrome */
    -moz-transition: all 0s ease;
    /* FF4+ */
    -ms-transition: all 0s ease;
    /* IE10? */
    -o-transition: all 0s ease;
    /* Opera 10.5+ */
    transition: all 0s ease;
    text-transform: uppercase;
    color: #999;
    font-size: 18px;
    padding: 20px; }
    nav li a:hover {
      color: #444; }
  nav li.selected a {
    color: #444; }

#main {
  text-align: center;
  margin-top: 40px; }

#main .logo {
  width: 90%;
  margin: 120px auto;
  max-width: 300px; }
  #main .logo img {
    width: 100%;
    height: auto; }

.flyer {
  width: 90%;
  max-width: 600px; }

#main p {
  width: 90%;
  max-width: 600px;
  margin: 20px auto;
  font-size: 15px;
  line-height: 1.7; }

@media screen and (max-width: 480px) {
  header {
    text-align: center; }
    header .logo {
      margin: 20px;
      width: 150px;
      margin: 20px auto; }
      header .logo img {
        width: 100%;
        height: auto; }

  .divider {
    width: 90%;
    margin: 20px auto 5px;
    border-bottom: 1px solid #ddd; }

  nav li a {
    font-size: 16px;
    padding: 10px 15px; }
  nav li.selected a {
    color: #444; } }
/* 
 * print styles
 * inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/ 
 */
@media print {
  * {
    background: transparent !important;
    color: #444 !important;
    text-shadow: none; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }

  a:after {
    content: " (" attr(href) ")"; }

  abbr:after {
    content: " (" attr(title) ")"; }

  .ir a:after {
    content: ""; }

  /* Don't show links for images */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  img {
    page-break-inside: avoid; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
/*
 * Media queries for responsive design
 */
@media all and (orientation: portrait) {
  /* Style adjustments for portrait mode goes here */ }
@media all and (orientation: landscape) {
  /* Style adjustments for landscape mode goes here */ }
/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome)  
   //  Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-width: 480px) {
  #main_start article {
    width: 45%; } }
