/* line 4, ../../app/stylesheets/homepage.sass */
#tabbed_content .tabs {
  height: 35px;
  list-style: none;
  margin: 0;
  padding: 0; }
  /* line 9, ../../app/stylesheets/homepage.sass */
  #tabbed_content .tabs li {
    margin: 0 5px 0 0;
    padding: 0;
    float: left; }
    /* line 13, ../../app/stylesheets/homepage.sass */
    #tabbed_content .tabs li a {
      display: block;
      color: white;
      background-color: #654f44;
      width: 150px;
      padding: 0 15px;
      height: 35px;
      line-height: 40px;
      text-decoration: none;
      text-transform: uppercase;
      -moz-border-radius-topleft: 10px;
      -moz-border-radius-topright: 10px;
      -webkit-border-top-left-radius: 10px;
      -webkit-border-top-right-radius: 10px; }
    /* line 27, ../../app/stylesheets/homepage.sass */
    #tabbed_content .tabs li a.current, #tabbed_content .tabs li a:hover {
      background-color: #337c82; }
/* line 29, ../../app/stylesheets/homepage.sass */
#tabbed_content #video, #tabbed_content #store {
  position: relative;
  border-style: solid;
  border-width: 1px;
  border-color: #654f44;
  padding: 20px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px; }
/* line 43, ../../app/stylesheets/homepage.sass */
#tabbed_content #video .copy {
  float: left;
  width: 270px;
  line-height: 1.3;
  font-size: 14px; }
  /* line 48, ../../app/stylesheets/homepage.sass */
  #tabbed_content #video .copy .header {
    margin-top: 0;
    font-size: 20px; }
/* line 51, ../../app/stylesheets/homepage.sass */
#tabbed_content #video .video {
  float: right; }
/* line 55, ../../app/stylesheets/homepage.sass */
#tabbed_content #store .header {
  color: #654f44;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0; }
/* line 61, ../../app/stylesheets/homepage.sass */
#tabbed_content #store ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  /* line 65, ../../app/stylesheets/homepage.sass */
  #tabbed_content #store ul li {
    margin: 0 5px 0 0;
    padding: 0;
    float: left; }
    /* line 69, ../../app/stylesheets/homepage.sass */
    #tabbed_content #store ul li a {
      color: #654f44;
      text-align: center;
      text-decoration: none;
      line-height: 1.3; }
      /* line 74, ../../app/stylesheets/homepage.sass */
      #tabbed_content #store ul li a img {
        display: block;
        border: none; }
      /* line 77, ../../app/stylesheets/homepage.sass */
      #tabbed_content #store ul li a span {
        display: block; }
    /* line 79, ../../app/stylesheets/homepage.sass */
    #tabbed_content #store ul li a:hover {
      color: #337c82; }

/* line 83, ../../app/stylesheets/homepage.sass */
#latest_social_media .facebook, #latest_social_media .twitter, #latest_social_media .blog {
  width: 290px;
  margin: 10px;
  float: left; }
  /* line 87, ../../app/stylesheets/homepage.sass */
  #latest_social_media .facebook .byline, #latest_social_media .twitter .byline, #latest_social_media .blog .byline {
    margin: 3px 0;
    font-style: italic;
    color: #555; }
  /* line 91, ../../app/stylesheets/homepage.sass */
  #latest_social_media .facebook h3, #latest_social_media .twitter h3, #latest_social_media .blog h3 {
    margin-bottom: 5px;
    font-weight: bold; }
  /* line 94, ../../app/stylesheets/homepage.sass */
  #latest_social_media .facebook .join_link, #latest_social_media .twitter .join_link, #latest_social_media .blog .join_link {
    font-size: 20px;
    padding: 3px;
    background: #ddd; }
