/*
  Bootstrap v1.1
  Variables and mixins to bootstrap any new web development project.
*/
/* Variables
-------------------------------------------------- */
/* Mixins
-------------------------------------------------- */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.center-block {
  display: block;
  margin: 0 auto;
}
.container {
  width: 940px;
  margin: 0 auto;
  zoom: 1;
}
.container:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.box-sizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#flexbox .display-box {
  display: -moz-box;
  display: -webkit-box;
  display: box;
}
/* standard elements
-------------------------------------------------------------- */
html,
body {
  background: #fff;
  color: #333;
  background-color: #eeeeee;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#555555), to(#eeeeee));
  /* Konqueror */

  background-image: -moz-linear-gradient(#555555, #eeeeee);
  /* FF 3.6+ */

  background-image: -ms-linear-gradient(#555555, #eeeeee);
  /* IE10 */

  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555555), color-stop(100%, #eeeeee));
  /* Safari 4+, Chrome 2+ */

  background-image: -webkit-linear-gradient(#555555, #eeeeee);
  /* Safari 5.1+, Chrome 10+ */

  background-image: -o-linear-gradient(#555555, #eeeeee);
  /* Opera 11.10 */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#eeeeee', GradientType=0);
  /* IE6 & IE7 */

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#eeeeee', GradientType=0)";
  /* IE8+ */

  background-image: linear-gradient(#555555, #eeeeee);
  /* the standard */

  background-attachment: fixed;
}
body,
p,
li,
label,
input,
textarea,
select {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
}
nav ul,
nav ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
hr {
  clear: both;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 10px 0;
  padding: 0;
}
code {
  background: #333;
  border: 1px solid #ddd;
  padding: 15px;
  font-size: 14px;
  display: block;
  color: #fff;
}
code strong {
  color: #82c822 !important;
  font-weight: bold !important;
}
/* header styles
-------------------------------------------------------------- */
h1,
.h1 {
  font-family: 'Lato', sans-serif;
  line-height: 1.4;
  font-size: 18px;
  font-weight: normal;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
h1 a,
.h1 a {
  color: #333;
}
h1 a:hover,
.h1 a:hover {
  color: #82c822;
}
h2,
.h2 {
  font-family: 'Lato', sans-serif;
  line-height: 1.4;
  font-size: 16px;
  font-weight: normal;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
h2 a,
.h2 a {
  color: #333;
}
h2 a:hover,
.h2 a:hover {
  color: #82c822;
}
h3,
.h3 {
  font-family: 'Lato', sans-serif;
  line-height: 1.4;
  font-size: 14px;
  font-weight: normal;
}
h4,
.h4 {
  font-family: 'Lato', sans-serif;
  line-height: 1.4;
  font-size: 13px;
  font-weight: normal;
}
h5,
.h5 {
  font-family: 'Lato', sans-serif;
  line-height: 1.4;
  font-size: 12px;
  font-weight: normal;
}
h6,
.h6 {
  font-family: 'Lato', sans-serif;
  line-height: 1.4;
  font-size: 12px;
  font-weight: normal;
}
article h1 {
  margin: 0 0 0.5em;
}
/* sitewide links styles
-------------------------------------------------------------- */
a {
  color: #82c822;
  text-decoration: underline;
}
a:hover {
  color: #669c1b;
}
.entry-content table {
  width: 99%;
  border-collapse: collapse;
}
.entry-content table th {
  background-color: #202020;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#505050), to(#202020));
  /* Konqueror */

  background-image: -moz-linear-gradient(#505050, #202020);
  /* FF 3.6+ */

  background-image: -ms-linear-gradient(#505050, #202020);
  /* IE10 */

  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #505050), color-stop(100%, #202020));
  /* Safari 4+, Chrome 2+ */

  background-image: -webkit-linear-gradient(#505050, #202020);
  /* Safari 5.1+, Chrome 10+ */

  background-image: -o-linear-gradient(#505050, #202020);
  /* Opera 11.10 */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#505050', endColorstr='#202020', GradientType=0);
  /* IE6 & IE7 */

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#505050', endColorstr='#202020', GradientType=0)";
  /* IE8+ */

  background-image: linear-gradient(#505050, #202020);
  /* the standard */

  padding: 5px;
  color: #fff;
  text-align: left;
  font-weight: normal;
}
.entry-content table td {
  border: 1px solid #ccc;
  padding: 5px;
}
.entry-content table tr:nth-child(odd) td {
  background: #f0f0f0;
}
/* 
=================================================================
   Media Queries
================================================================= 
*/
/* 480
-------------------------------------------------------------- */
/* 600
-------------------------------------------------------------- */
/* 768
-------------------------------------------------------------- */
.768 {
  /* header styles
-------------------------------------------------------------- */

}
.768 body,
.768 p,
.768 li,
.768 label,
.768 input,
.768 textarea,
.768 select {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
}
.768 h1,
.768 .h1 {
  font-size: 25px;
}
.768 h2,
.768 .h2 {
  font-size: 20px;
}
.768 h3,
.768 .h3 {
  font-size: 18px;
}
.768 h4,
.768 .h4 {
  font-size: 16px;
}
.768 h5,
.768 .h5 {
  font-size: 15px;
}
.768 h6,
.768 .h6 {
  font-size: 13px;
}
/* 992
-------------------------------------------------------------- */
/* 1382
-------------------------------------------------------------- */
/* retina displays
-------------------------------------------------------------- */
/* 
=================================================================
   Generate Media Queries
================================================================= 
*/
@media only screen and (min-width: 480px) {
  
}
@media only screen and (min-width: 600px) {
  
}
@media only screen and (min-width: 768px) {
  body,
  p,
  li,
  label,
  input,
  textarea,
  select {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
  }
  /* header styles
  -------------------------------------------------------------- */
  h1,
  .h1 {
    font-size: 25px;
  }
  h2,
  .h2 {
    font-size: 20px;
  }
  h3,
  .h3 {
    font-size: 18px;
  }
  h4,
  .h4 {
    font-size: 16px;
  }
  h5,
  .h5 {
    font-size: 15px;
  }
  h6,
  .h6 {
    font-size: 13px;
  }
}
@media only screen and (min-width: 992px) {
  
}
@media only screen and (min-width: 1382px) {
  
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  
}
.ie7,
.ie8 {
  /* header styles
-------------------------------------------------------------- */

}
.ie7 body,
.ie8 body,
.ie7 p,
.ie8 p,
.ie7 li,
.ie8 li,
.ie7 label,
.ie8 label,
.ie7 input,
.ie8 input,
.ie7 textarea,
.ie8 textarea,
.ie7 select,
.ie8 select {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
}
.ie7 h1,
.ie8 h1,
.ie7 .h1,
.ie8 .h1 {
  font-size: 25px;
}
.ie7 h2,
.ie8 h2,
.ie7 .h2,
.ie8 .h2 {
  font-size: 20px;
}
.ie7 h3,
.ie8 h3,
.ie7 .h3,
.ie8 .h3 {
  font-size: 18px;
}
.ie7 h4,
.ie8 h4,
.ie7 .h4,
.ie8 .h4 {
  font-size: 16px;
}
.ie7 h5,
.ie8 h5,
.ie7 .h5,
.ie8 .h5 {
  font-size: 15px;
}
.ie7 h6,
.ie8 h6,
.ie7 .h6,
.ie8 .h6 {
  font-size: 13px;
}
