/** ----------------------------------------------------------
 *
 * Contains the generic theme typography styles
 *
 *    Include your notes or table of contents here
 *
 *    Include color hex's or values of your grid
 *      #333333             - body
 *      #f36b70             - links, headings
 *      #D80000             - links on hover
 *      5px Vertical grid   - based on multiples of 5px, eg 10px, 15px, 20px, 25px...
 *
 *    @author Your Name <email@gmail.com>
 *
 * ------------------------------------------------------- */

/* TEMPLATE CUSTOM FONTS */
  /* Generated by Font Squirrel (http://www.fontsquirrel.com) on February 20, 2012 06:04:25 AM America/New_York */

  /* add your own custom fonts here */

  @font-face {
      font-family: 'CamboRegular';
      src: url('../webfonts/Cambo-Regular-webfont.eot');
      src: url('../webfonts/Cambo-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../webfonts/Cambo-Regular-webfont.woff') format('woff'), url('../webfonts/Cambo-Regular-webfont.ttf') format('truetype'), url('../webfonts/Cambo-Regular-webfont.svg#CamboRegular') format('svg');
      font-weight: normal;
      font-style: normal;
  }
  @font-face {
      font-family: 'WebSymbolsRegular';
      src: url('../webfonts/websymbols-regular-webfont.eot');
      src: url('../webfonts/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../webfonts/websymbols-regular-webfont.woff') format('woff'), url('../webfonts/websymbols-regular-webfont.ttf') format('truetype'), url('../webfonts/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
      font-weight: normal;
      font-style: normal;
  }


/* BASE TYPOGRPHY */

/* These are the default styles for the Simple theme */
body {
    font-size: 13px; /* This overrides the browsers default font size */
    line-height: 20px; /* If you change the font-size make sure you change the line-height value as well - the usual ratio is around 1.5 (font-size x 1.5 = line-height) */
    margin-bottom: 20px;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
}
  body a { text-decoration: none; } /* this removes the underline from all links */
  body a:link { -webkit-tap-highlight-color: #f36b70 } /* this sets the highlight color when links are tapped on Safari (browser) on iPhone */


/* HEADERS */
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
    font-family: 'Roboto', Arial, sans-serif; /* This references one of the custom fonts - the other fonts that are referenced are fallbacks for browsers that don't support @fontface */
    font-weight: normal;
    margin-bottom: 10px;
    color: #444;
}
/*.typography h1 {
  font-size: 36px;
  line-height: 45px;
  margin: 0 0 25px 0;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 5px;
}
.typography h2 { font-size: 28px; line-height: 35px; margin-bottom: 15px; }
.typography h3 { font-size: 22px; line-height: 30px; margin-bottom: 10px; }
.typography h4 { font-size: 18px; line-height: 25px; margin-bottom: 5px; }
.typography h5 { font-size: 16px; line-height: 20px; margin-bottom: 5px; }
.typography h6 { font-size: 14px; line-height: 20px; font-weight: bold; margin-bottom: 5px; }*/
.typography h1 {
  font-size: 26px;
  line-height: 34px;
  margin: 0 0 18px 0;
  border-bottom: 1px solid #f36b70;
  padding-bottom: 5px;
}
.typography h2 { font-size: 20px; line-height: 28px; margin-bottom: 15px; }
.typography h3 { font-size: 18px; line-height: 26px; margin-bottom: 10px; }
.typography h4 { font-size: 16px; line-height: 24px; margin-bottom: 5px; }
.typography h5 { font-size: 14px; line-height: 18px; margin-bottom: 5px; }
.typography h6 { font-size: 12px; line-height: 18px; font-weight: bold; margin-bottom: 5px; }


/* PARAGRAPHS */
.typography  p { font-size: 13px; line-height: 20px; margin: 0 0 20px; }
  .typography .intro {
      font-family: 'Roboto', Arial, sans-serif;
      font-size: 22px;
      line-height: 32px;
      margin-bottom: 20px;
  }
.typography em { font-style: italic; }

::selection,
::-moz-selection { /* Applies style to highlighted portion of a page */
    background: #f36b70;
    color: #fff;
    text-shadow: none;
}

/* LINKS */
.typography a, 
.typography a.intro {
    color: #f36b70;
    text-decoration: none;
}
  .typography a:hover { 
    /*color: #000;*/
    border-bottom: 1px dashed #f36b70;
  }
  .typography a:focus { }


/* LIST STYLES
-------------------------------------------- */
.typography ul, 
.typography ol,
.typography dl { margin: 0 0 20px 25px; }
.typography ul li { list-style-type: disc; } /* adds disc style bullet to the list */
  .typography li { margin-bottom: 5px; }


/* TABLE STYLES
-------------------------------------------- */
.typography table {
    border-collapse: collapse; /* borders are collapsed into a single border when possible */
    border: 1px solid #d4d4d4;
    border-spacing: 0; /* The border-spacing property sets the distance between the borders of adjacent cells - acts as a backup to border-collapse: collapse */
    margin: 0 0 10px;
    text-align: left;
}
  .typography table tr:nth-child(even) {
      background-color: #ededed
  }
  .typography table tr.even,
  .typography table th,
  .typography thead td {
      background-color: #ededed
  }
  .typography table td,
  .typography table th {
      padding: 2px 5px;
      border: 1px solid #d4d4d4;
      vertical-align: top;
  }
  .typography table th {
      font-weight: bold;
  }


/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
.typography .left {
    text-align: left
}
.typography .center {
    text-align: center
}
.typography .right {
    text-align: right
}


/* IMAGES 
-------------------------------------------- */
.typography img {
    border: 5px solid #d7d7d7;
    height: auto; /* resets the image height so that it maintains its aspect ratio when width is set */
    background: transparent url(../images/ajax-loader.gif) no-repeat center center;
}
.typography img.left {
    float: left;
    max-width: 50%;
    margin: 5px 20px 10px 0;
}
.typography img.right {
    float: right;
    max-width: 50%; /* Responsive width */
    margin: 5px 0 10px 20px;
}
.typography img.leftAlone {
    float: left;
    margin-right: 100%;
    margin-bottom: 10px;
    clear: both;
}
.typography img.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 10px;
    clear: both;
}
.typography .captionImage { width: 100%; margin-top: 5px; }
.typography .captionImage img { margin: 0; }
  .typography .captionImage.left {
    float: left;
    margin: 5px 30px 20px 0px;
  }
  .typography .captionImage.right{
    float: right;
    margin: 5px 0 20px 30px;
  }
  .typography .captionImage.left[style],
  .typography .captionImage.right[style] {
    max-width: 50%; /* Overides core width to make responsive */
  }
  .typography .captionImage.left img,
  .typography .captionImage.right img {
    float: none;
    max-width: none;
    width: 100%;
  }
  .typography .captionImage.left img {
    margin-right: -10px;
  }
  .typography .captionImage.right img {
    margin-left: -10px;
  }
  .typography .captionImage.right p {
    margin-left: -10px;
    text-align: left;
    margin-left: -10px;
  }
.typography .captionImage.leftAlone{
  float:none;
  margin: 0 20px 20px 0px;
}
.typography .captionImage.center{
  margin: 0 auto 20px;
}
.typography .captionImage p {
  clear: both;
  margin: 5px 0;
  font-style: italic;
  color: #888;
}


/* BLOCKQUOTES
-------------------------------------------- */
.typography blockquote {
  background: transparent url(../images/blockquote.png) no-repeat 0px 6px;
  font-family: 'Roboto', Arial, sans-serif;
  color: #777;
  display: block;
  font-style: italic;
  margin: 0 0 20px;
  float: right;
  text-indent: 30px;
  width: 50%;
  margin-left: 5%;
  clear: both;
}
.typography blockquote p {
  font-size: 17px;
  line-height: 25px;
}
.typography pre {
  background: #F7F7F7;
  border: 1px solid #E4E4E4;
  font-family: Courier, monospace;
  margin: 0 0 20px 0;
  padding: 15px;
  clear: both;
}

/* ADDRESS
-------------------------------------------- */
address {
  display: block;
  margin-bottom: 20px;
}

/* Theme Colours ----------------------------------*/

/* redDefault */
.redDefault, .redDefault .Actions .action, .redDefault a.btn, .redDefault button, .redDefault input[type="submit"]{background: #f36b70;}
.redDefault input:invalid, .redDefault textarea:invalid {border-radius: 1px; -moz-box-shadow: 0px 0px 5px #f36b70; -webkit-box-shadow: 0px 0px 5px #f36b70; box-shadow: 0px 0px 5px #f36b70;}
.redDefault .Actions .action, Actions .action {background: #f36b70;}

/* darkBlue */
.darkBlue, .darkBlue .Actions .action, .darkBlue a.btn, .darkBlue button, .darkBlue input[type="submit"] {background: #5596c3;}
.darkBlue .header .primary li.section a, .darkBlue .header .primary li.current a {}
.darkBlue .footer a, .darkBlue .footer .arrow  {color: #fff;}
.darkBlue .typography h1 {border-bottom: 1px solid #5596c3;}
.darkBlue .typography a, .darkBlue .typography a.intro {color: #5596c3;}
.darkBlue .typography a:hover {border-bottom: 1px dashed #5596c3;}
.darkBlue body a:link { -webkit-tap-highlight-color: #5596c3; }
.darkBlue .header .primary li a:hover, .darkBlue .header .primary li.section a, .darkBlue .header .primary li.current a, .darkBlue .header .primary li.section:after, .darkBlue .header .primary li.current:after {color: #5596c3;}
.darkBlue input:invalid, .darkBlue textarea:invalid {border-radius: 1px; -moz-box-shadow: 0px 0px 5px #5596c3; -webkit-box-shadow: 0px 0px 5px #5596c3; box-shadow: 0px 0px 5px #5596c3;}


/* lightBlue */
.lightBlue, .lightBlue .Actions .action, .lightBlue a.btn, .lightBlue button, .lightBlue input[type="submit"] {background: #83cbe2;}
.lightBlue .header .primary li.section a, .darkBlue .header .primary li.current a {}
.lightBlue .footer a, .lightBlue .footer .arrow  {color: #fff;}
.lightBlue .typography h1 {border-bottom: 1px solid #83cbe2;}
.lightBlue .typography a, .lightBlue .typography a.intro {color: #83cbe2;}
.lightBlue .typography a:hover {border-bottom: 1px dashed #83cbe2;}
.lightBlue body a:link { -webkit-tap-highlight-color: #83cbe2; }
.lightBlue .header .primary li a:hover, .lightBlue .header .primary li.section a, .lightBlue .header .primary li.current a, .lightBlue .header .primary li.section:after, .lightBlue .header .primary li.current:after {color: #83cbe2;}
.lightBlue input:invalid, .lightBlue textarea:invalid {border-radius: 1px; -moz-box-shadow: 0px 0px 5px #83cbe2; -webkit-box-shadow: 0px 0px 5px #83cbe2; box-shadow: 0px 0px 5px #83cbe2;}


/* green */
.green, .green .Actions .action, .green a.btn, .green button, .green input[type="submit"] {background: #93d9b5;}
.green .header .primary li.section a, .green .header .primary li.current a {}
.green .footer a, .green .footer .arrow  {color: #fff;}
.green .typography h1 {border-bottom: 1px solid #93d9b5;}
.green .typography a, .green .typography a.intro {color: #93d9b5;}
.green .typography a:hover {border-bottom: 1px dashed #93d9b5;}
.green body a:link { -webkit-tap-highlight-color: #93d9b5; }
.green .header .primary li a:hover, .green .header .primary li.section a, .green .header .primary li.current a, .green .header .primary li.section:after, .green .header .primary li.current:after {color: #93d9b5;}
.green input:invalid, .green textarea:invalid {border-radius: 1px; -moz-box-shadow: 0px 0px 5px #93d9b5; -webkit-box-shadow: 0px 0px 5px #93d9b5; box-shadow: 0px 0px 5px #93d9b5;}


/* yellow */
.yellow, .yellow .Actions .action, .yellow a.btn, .yellow button, .yellow input[type="submit"] {background: #f6e700;}
.yellow .header .primary li.section a, .yellow .header .primary li.current a {}
.yellow .footer a, .yellow .footer .arrow  {color: #fff;}
.yellow .typography h1 {border-bottom: 1px solid #f6e700;}
.yellow .typography a, .yellow .typography a.intro {color: #f6e700;}
.yellow .typography a:hover {border-bottom: 1px dashed #f6e700;}
.yellow body a:link { -webkit-tap-highlight-color: #f6e700; }
.yellow .header .primary li a:hover, .yellow .header .primary li.section a, .yellow .header .primary li.current a, .yellow .header .primary li.section:after, .yellow .header .primary li.current:after {color: #f6e700;}
.yellow input:invalid, .yellow textarea:invalid {border-radius: 1px; -moz-box-shadow: 0px 0px 5px #f6e700; -webkit-box-shadow: 0px 0px 5px #f6e700; box-shadow: 0px 0px 5px #f6e700;}


/* gray */
.gray, .gray .Actions .action, .gray a.btn, .gray button, .gray input[type="submit"] {background: #bbb;}
.gray .header .primary li.section a, .gray .header .primary li.current a {}
.gray .footer a, .gray .footer .arrow  {color: #fff;}
.gray .typography h1 {border-bottom: 1px solid #bbb;}
.gray .typography a, .gray .typography a.intro {color: #bbb;}
.gray .typography a:hover {border-bottom: 1px dashed #bbb;}
.gray body a:link { -webkit-tap-highlight-color: #bbb; }
.gray .header .primary li a:hover, .gray .header .primary li.section a, .gray .header .primary li.current a, .gray .header .primary li.section:after, .gray .header .primary li.current:after {color: #bbb;}
.gray input:invalid, .gray textarea:invalid {border-radius: 1px; -moz-box-shadow: 0px 0px 5px #bbb; -webkit-box-shadow: 0px 0px 5px #bbb; box-shadow: 0px 0px 5px #bbb;}


/* CAROUSEL *********************************/
.flexslider .slide {font-family: Courgette; font-size: 1.5em; line-height: 1.5em; }
.flexslider .slide h2 {padding: 50px!important;}
.header .flexslider { margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: none; -moz-box-shadow: none; -o-box-shadow: none; box-shadow: none; zoom: 1; }

