/*
Theme Name: Dust Free Dawn
Author: Brandon Sullivan
Author URI: http://elsullivano.com
Description: The second iteration of the Dust Free Dawn website.
Version: 2.0
*/
/* Variables & Mixins
**********************************/
/* Colors */
/* Fonts */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  margin-left: 20px;
}
.container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
/* Html5 Boilerplate 3.0 reset */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}
a {
  color: #08a6ce;
}
a:visited {
  color: #08a6ce;
}
a:hover {
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}
p {
  margin: 0 0 1em;
}
/* Fonts
**********************************/
@font-face {
  font-family: 'QlassikMediumRegular';
  src: url('../fonts/qlassik_tb-webfont.eot');
  src: url('../fonts/qlassik_tb-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/qlassik_tb-webfont.woff') format('woff'), url('../fonts/qlassik_tb-webfont.ttf') format('truetype'), url('../fonts/qlassik_tb-webfont.svg#QlassikMediumRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'QlassikBoldRegular';
  src: url('../fonts/qlassikbold_tb-webfont.eot');
  src: url('../fonts/qlassikbold_tb-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/qlassikbold_tb-webfont.woff') format('woff'), url('../fonts/qlassikbold_tb-webfont.ttf') format('truetype'), url('../fonts/qlassikbold_tb-webfont.svg#QlassikBoldRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FranchiseRegular';
  src: url('../fonts/franchise-bold-hinted-webfont.eot');
  src: url('../fonts/franchise-bold-hinted-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/franchise-bold-hinted-webfont.woff') format('woff'), url('../fonts/franchise-bold-hinted-webfont.ttf') format('truetype'), url('../fonts/franchise-bold-hinted-webfont.svg#FranchiseRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Global HTML tags
**********************************/
body {
  background: #eeeeee;
  color: #373737;
  font: 0.875em/1.25em Arial, Helvetica, sans-serif;
}
#page {
  background: ;
}
a {
  color: ;
  text-decoration: ;
}
a:focus,
a:active,
a:hover {
  color: ;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: ;
  clear: both;
  margin-bottom: 0.875em;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.625em;
}
p {
  margin-bottom: 1.125em;
}
ul,
ol {
  margin: 0 0 1.125em 2em;
}
ul {
  list-style: square;
}
ol {
  list-style-type: decimal;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ol ol ol ol {
  list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
}
dl {
  margin: 0 1.625em;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 1.625em;
}
strong {
  font-weight: bold;
}
cite,
em,
i {
  font-style: italic;
}
blockquote {
  font-style: italic;
  font-weight: normal;
  margin: 0 3em;
}
address {
  display: block;
  margin: 0 0 1.625em;
}
sup,
sub {
  font-size: 0.625em;
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
embed,
video,
iframe,
object {
  max-width: 100%;
}
/* Forms 
**********************************/
input,
textarea {
  background: #eeeeee;
  border: 3px solid #012822;
  color: #012822;
  font-size: 1.25em;
  margin: 0 0 1em;
  width: 98%;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
input:focus,
textarea:focus {
  border-color: #e15f44;
  outline: 0;
}
input[type=text] {
  padding: 0.1875em;
}
button,
input[type="button"],
input[type="submit"] {
  background: #e15f44;
  border: 0;
  color: #eeeeee;
  font: 300 1.5em/1.25em 'QlassikMediumRegular', Verdana, Arial, sans-serif;
  padding: 0.25em 0.5em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#primary .wpcf7 {
  padding: 0.25em 0 0;
}
#primary .wpcf7 .watermark {
  color: #0c9a91;
  opacity: 0.7;
}
#wpip-message {
  margin: 0 0 1.5em;
  padding: 2em;
}
.wpip-error {
  border: 1px solid #f03;
  color: #f03;
}
.wpip-success {
  border: 1px solid #0b0;
  color: #0b0;
}
/* Structure
**********************************/
#branding section,
#main,
#colophon section {
  margin: 0 auto 2em;
  width: 940px;
}
/* Alignment 
**********************************/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.625em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* Header
**********************************/
#branding {
  background: #e15f44;
  margin: 0 0 2.25em;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1000;
}
#branding section {
  padding: 2em 0;
}
#branding hgroup div {
  margin-top: 2em;
}
#branding h1 {
  margin: 0 0 0.25em;
  overflow: hidden;
}
#branding h1 a {
  background: url(../img/header_logo.png) 0 0 no-repeat;
  display: block;
  float: right;
  height: 135px;
  text-indent: -999em;
  width: 298px;
}
#branding h1,
#branding h2,
#branding h3,
#branding h4,
#branding h5,
#branding h6 {
  color: #eeeeee;
}
#branding h2 {
  font-size: 21px;
  line-height: 1.1em;
}
#branding h2 strong {
  display: block;
  font-size: 29px;
}
/* Footer
**********************************/
#colophon {
  background: #00a69c;
  clear: both;
  color: #012822;
  font: normal 1.125em/1.2em 'QlassikMediumRegular', Verdana, Arial, sans-serif;
}
#colophon a {
  color: #012822;
  text-decoration: none;
}
#colophon a:hover {
  text-decoration: underline;
}
#colophon section {
  padding: 1em 0;
}
#colophon section .border {
  border: 3px solid #012822;
}
#colophon section p {
  margin: 0 0 1em;
}
#colophon section p[align=center] strong {
  font-size: 1.25em;
}
#colophon section + div {
  background: #012822;
  color: #eeeeee;
  width: 100%;
}
#colophon section + div section {
  margin: 0 auto;
  width: 620px;
}
#colophon section + div a {
  color: #00a69c;
}
#colophon section + div p {
  margin: 0;
}
/* Primary Content
**********************************/
#main {
  clear: both;
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #012822;
  font-family: 'QlassikBoldRegular', 'Arial Black', Arial, sans-serif;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0.25em;
}
h1 {
  font-size: 2.5em;
  line-height: 1.1em;
}
h2 {
  font-size: 2.25em;
  line-height: 1.1em;
}
h3 {
  font-size: 1.5em;
  line-height: 1.1em;
}
h4 {
  font-size: 1.25em;
  line-height: 1.1em;
}
h5,
h6 {
  font-size: 1.125em;
  line-height: 1.1em;
}
/* Responsive Structure
**********************************/
@media (max-width: 800px) {
  
}
@media (max-width: 650px) {
  
}
@media (max-width: 450px) {
  
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  
}
/* Print
**********************************/
@media print {
  
}
