/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/
/* Table of Content
==================================================
	#Site Styles
	#Header Styles
	#Page Styles
	#Media Queries
	#Font-Face */
/* VARIABLES
================================================== */
/* #Site Styles
================================================== */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#main-content {
  background: #000000;
  border-radius: 0 0 8px 8px;
  padding-bottom: 40px;
}
img {
  max-width: 100%;
}
/* #Header Styles
================================================== */
body {
  background: url(../images/page-bg.jpg);
}
header {
  background: url(../images/header_bg.jpg) repeat-x;
  height: 185px;
  margin-bottom: 10px;
}
#wrapper {
  padding-bottom: 28px;
}
.heading {
  background: url(../images/header-decor.png) no-repeat top right;
  position: relative;
}
.logo {
  width: auto;
  float: left;
  margin-right: 30px;
  margin-top: 25px;
}
.top-nav {
  display: none;
}
.top-nav ul {
  margin-top: 120px;
}
.top-nav li {
  display: inline-block;
  margin: 0;
  padding-bottom: 20px;
}
.top-nav li a {
  font-family: 'exobold';
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  padding: 6px 12px 12px 12px;
  display: block;
}
.top-nav li a:hover {
  color: #950000;
}
.top-nav li.fullwidth:hover a {
  background: #272727;
  border-radius: 6px 6px 0 0;
}
/*.top-nav { display: none; }*/
/* Dropdowns
================================================== */
div.dropdown {
  z-index: 100;
  position: absolute;
  width: 960px;
  left: -999em;
  top: 155px;
  background: #272727;
  padding: 20px;
  border-radius: 6px;
  -moz-box-shadow: 0 12px 6px -6px #333333;
  -webkit-box-shadow: 0 12px 6px -6px #333333;
  box-shadow: 0 12px 6px -6px #333333;
}
li.fullwidth:hover .dropdown {
  left: 0;
}
.dropdown .grid_3 {
  width: 200px;
}
li.fullwidth:hover div.dropdown a {
  background: none;
}
.dropdown ul.sub-nav li a {
  color: #333333;
  margin: 0;
  padding: 0;
  font-size: 13px;
}
.dropdown ul.sub-nav li a:hover {
  text-decoration: underline;
}
.dropdown ul.sub-nav {
  margin: 0;
  padding: 0;
}
.dropdown ul.sub-nav li {
  margin: 0;
  padding: 3px;
  display: block;
}
#slider {
  position: relative;
  margin-bottom: 40px;
}
/* #Page Styles
================================================== */
.flourish {
  background: url(../images/title-flourish.png) no-repeat top center;
  border-top: 1px solid #270000;
  border-bottom: 1px dotted #270000;
  margin-bottom: 24px;
  padding-bottom: 10px;
}
.flourish h1,
.flourish h5 {
  text-align: center;
}
.flourish h1 {
  padding-top: 10px;
}
.highlight,
.flourish h5 {
  color: #900000;
}
h3.home-callout {
  font-size: 32px;
}
h3.home-callout span {
  color: #900000;
  display: block;
  font-size: 50px;
}
.fit-width {
  width: 100%;
}
.rounded {
  border-radius: 8px;
}
.precise span {
  font-size: 113px;
  color: #900000;
  line-height: 0.8;
  display: block;
}
/* #Footer Styles
================================================== */
footer {
  padding: 20px 0;
  background: #272727;
  border-top: 4px solid #FFFFFF;
}
footer textarea {
  height: 172px;
  width: 90%;
}
footer p.location {
  font-size: 22px;
  line-height: 1.1;
  text-align: center;
}
footer p.phone {
  color: #d6d6d6;
  font-family: 'BebasNeueRegular';
  font-size: 60px;
  line-height: 1;
  text-align: center;
}
footer p.phone span {
  color: #6e6e6e;
  display: block;
  font-size: 30px;
  line-height: 0.3;
}
.copyright {
  margin: 40px 0 0;
  color: #666666;
  text-align: center;
}
/* #Media Queries
================================================== */
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
  
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  body::before {
    content: "Tablet media query (768 < 959) fired";
    font-weight: bold;
    display: block;
    text-align: center;
    background: rgba(255, 255, 0, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
  }
  a.logo {
    z-index: 1000;
    position: absolute;
    left: 224px;
  }
  nav.top-nav {
    top: 20px;
    left: 49px;
    z-index: 1;
  }
  nav.top-nav ul {
    text-align: center;
  }
  h3.home-callout span {
    font-size: 42px;
  }
  h2.precise {
    font-size: 31px;
  }
  h2.precise span {
    font-size: 95px;
  }
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  body::before {
    content: "Tablet media query (max-width 767px) fired";
    font-weight: bold;
    display: block;
    text-align: center;
    background: rgba(0, 255, 0, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
  }
  div.flourish {
    background: none;
    margin-bottom: 24px !important;
  }
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  body::before {
    content: "Tablet media query (max-width 479px) fired";
    font-weight: bold;
    display: block;
    text-align: center;
    background: rgba(0, 0, 255, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
  }
  h3.home-callout span {
    font-size: 47px;
  }
  h2.precise {
    font-size: 30px;
  }
  h2.precise span {
    font-size: 95px;
  }
}
/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */
/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/
@font-face {
  font-family: 'exobold';
  src: url('../fonts/exo/exo-bold-webfont.eot');
  src: url('../fonts/exo/exo-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/exo/exo-bold-webfont.woff') format('woff'), url('../fonts/exo/exo-bold-webfont.ttf') format('truetype'), url('../fonts/exo/exo-bold-webfont.svg#exobold') format('svg');
  font-weight: normal;
  font-style: normal;
}
