    /*
    Theme Name: Tiga Child Theme
    Author: Jake Tremblay
    Author URI: http://www.jaketremblay.com
    Template: tiga
    Version: 0.1
    */


    @import url("../tiga/style.css");

.site {
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  *zoom: 1;
  max-width: 940px;
  _width: 940px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 18px;
  padding-bottom: 18px;
/* Fallback for web browsers that doesn't support RGBa */
background: rgb(255, 204, 153) transparent;
/* RGBa with 0.6 opacity */
background: rgba(255, 204, 153, 0.6);
/* For IE 5.5 - 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFCC99, endColorstr=#99FFCC99);
/* For IE 8*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFCC99, endColorstr=#99FFCC99)";
}

.site-content {
  background: white;
  width: 60.95745%;
  float: left;
  margin-right: 2.12766%;
  margin-left: 2.12766%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: inline;
}
@media (max-width: 768px) {
  .site-content {
    width: 100%;
    float: right;
    margin-right: 0;
  }
}

p {
  margin: 0 0 1.5em;
  font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
}

blockquote {
  border-left: 3px solid white;
  color: #1e1e1e;
  font-style: italic;
  font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
  margin: 1em 40px;
  padding-left: 1.35em;
}

.site-title {
  font-size: 40px;
  font-weight: bold;
  font-family: Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
  background-color: #FFFFFF
}

.site-description {
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  background-color: #FFFFFF
}

nav {
  font-size: 35px;
}

.featuredposts-heading {
  font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
  font-size: 14px;
  margin-bottom: 18px;
}
