/*
Title:	Master styles for screen media
Author: Jordan Cooperman, jordan@vectormediagroup.com
Year: 2011

Welcome, thou wanderer of the interwebs!
If you have any questions, Don't be shy. Send me a line!
================================================================
----------------------------------------------------------------

[Table of contents]

0.General
1.Layout
2.Navigation
3.Header
4.Footer
5.Pages
6.Modules
7.Forms
8.Extensible Classes
9.Sprites

----------------------------------------------------------------*/
/* grid container
============================================== */
.grid-container {
  max-width: 1020px;
  margin: 0 auto;
  position: relative; }
  .grid-container:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

/* grid divisions
============================================== */
.grid-1,
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6,
.grid-7,
.grid-8,
.grid-9,
.grid-10 {
  position: relative;
  margin: 0 0.98039%;
  padding: 10px 0 0;
  display: inline;
  float: left; }
  .grid-1.interior-margins,
  .grid-2.interior-margins,
  .grid-3.interior-margins,
  .grid-4.interior-margins,
  .grid-5.interior-margins,
  .grid-6.interior-margins,
  .grid-7.interior-margins,
  .grid-8.interior-margins,
  .grid-9.interior-margins,
  .grid-10.interior-margins {
    margin: 0; }

.grid-1 {
  width: 8%; }

.grid-2 {
  width: 18%; }

.grid-3 {
  width: 28%; }

.grid-4 {
  width: 38%; }

.grid-5 {
  width: 48%; }

.grid-6 {
  width: 58%; }

.grid-7 {
  width: 68%; }

.grid-8 {
  width: 78%; }

.grid-9 {
  width: 88%; }

.grid-10 {
  width: 98%; }

/* masonry grid
============================================== */
/* gutters */
.masonry {
  max-width: 100%;
  margin: 0 auto; }
  .masonry:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

.internal-margins {
  margin: 0; }

.masonry-brick {
  float: left;
  max-width: 100%;
  margin: 10px 0; }
  .masonry-brick img {
    max-width: 100%; }

.box {
  margin: 10px;
  padding: 0;
  background: #D8D5D2;
  font-size: 11px;
  line-height: 1.4em;
  float: left; }
  .box .grid-1 {
    width: 8%; }
  .box .grid-2 {
    width: 18%; }
  .box .grid-3 {
    width: 28%; }
  .box .grid-4 {
    width: 38%; }
  .box .grid-5 {
    width: 48%; }
  .box .grid-6 {
    width: 58%; }
  .box .grid-7 {
    width: 68%; }
  .box .grid-8 {
    width: 78%; }
  .box .grid-9 {
    width: 88%; }
  .box .grid-10 {
    width: 98%; }

.rtl .box {
  float: right;
  text-align: right;
  direction: rtl; }

.col1 {
  width: 80px; }

.col2 {
  width: 180px; }

.col3 {
  width: 280px; }

.col4 {
  width: 380px; }

.col5 {
  width: 480px; }

.col1 img {
  max-width: 80px; }

.col2 img {
  max-width: 180px; }

.col3 img {
  max-width: 280px; }

.col4 img {
  max-width: 380px; }

.col5 img {
  max-width: 480px; }

.interior-margins .col-8, .interior-margins .masonry-brick {
  width: 380px; }

.col8 img {
  max-width: 100%; }

.has-gutters .col1 {
  width: 90px; }

.has-gutters .col2 {
  width: 230px; }

.has-gutters .col3 {
  width: 370px; }

.has-gutters .col4 {
  width: 550px; }

/* content grid
============================================== */
.content-grid {
  max-width: 810px;
  position: relative; }
  .content-grid:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

/* grid divisions
============================================== */
.content-grid-1,
.content-grid-2,
.content-grid-3,
.content-grid-4 {
  position: relative;
  margin: 0 0.61728%;
  display: inline;
  float: left; }
  .content-grid-1.interior-margins,
  .content-grid-2.interior-margins,
  .content-grid-3.interior-margins,
  .content-grid-4.interior-margins {
    margin: 0; }
  .content-grid-1 > div,
  .content-grid-2 > div,
  .content-grid-3 > div,
  .content-grid-4 > div {
    padding: 20px; }

.content-grid-1 {
  width: 15.4321%; }

.content-grid-2 {
  width: 32.09877%; }

.content-grid-3 {
  width: 48.76543%; }

.content-grid-4 {
  width: 65.4321%; }

.content-grid-5 {
  width: 82.09877%; }

.content-grid-6 {
  width: 98.76543%; }

.gothic, h1, h2, h3, h4, h5, h6, .sidebar h4, .social .init, .article-list .headline footer .read_more, article footer, #load_posts {
  font-family: "LeagueGothic", "Helvetica Neue", "Helvetica", "Arial";
  font-weight: normal;
  -webkit-font-smoothing: antialiased; }

.helvetica, article .copy {
  font-family: "Helvetica Neue", "Helvetica", "Arial", "Sans-Serif"; }

.verdana, .article-list .headline footer p {
  font-family: "Verdana", "Geneva", "sans-serif"; }

.serif {
  font-family: "Georgia", "Cambria", "Times New Roman", "Times", "serif"; }

.spaced-tight {
  letter-spacing: 0.03em; }

.uc {
  text-transform: uppercase; }

body {
  /* 16px / 24px */
  font-size: 1em;
  line-height: 1.5em; }

.tiny, #header #masthead-info > ul > li > a, #header #masthead-info > ul > li span, .article-list .headline footer p, article figure {
  /* 11px / 16px */
  font-size: 0.6875em;
  line-height: 1.45455em; }

.smaller, .page p, .page .sidebar li a, .sidebar p, .sidebar a, .article-list .headline footer ul, article header .post-details, article .copy, #view, #filter .dropdown-link, .submittable .submit {
  /* 12px / 16px */
  font-size: 0.75em;
  line-height: 1.33333em; }

.small, .sidebar input {
  /* 13px / 18px */
  font-size: 0.8125em;
  line-height: 1.38462em; }

.medium, .dropdown-outer .dropdown-inner .dropdown ul li, .dropdown-outer form {
  /* 14px / 22px */
  font-size: 0.875em;
  line-height: 1.57143em; }

.normal, h3 {
  /* 16px / 24px */
  font-size: 1em;
  line-height: 1.5em;
  /* 24 */ }

.big, #search-main .text, .social .init, .article-list .headline footer .read_more {
  /* 18px / 24px */
  font-size: 1.125em;
  line-height: 1.33333em; }

.large, h2, .sidebar h4, article footer {
  /* 24px / 30px */
  font-size: 1.5em;
  line-height: 1.25em; }

.larger, .dropdown-outer .close, #load_posts {
  /* 26px / 36px */
  font-size: 1.625em;
  line-height: 1.38462em; }

.large-huge, .article-list .headline footer h2 {
  /* 30px / 40px */
  font-size: 1.875em;
  line-height: 1.33333em; }

.huge, h1 {
  /* 36px / 48px */
  font-size: 2.25em;
  line-height: 1.33333em; }

.massive {
  /* 68px / 72px */
  font-size: 4.25em;
  line-height: 1.05882em; }

.gigantic {
  /* 110px / 120px */
  font-size: 6.875em;
  line-height: 1.09091em; }

.tight-line-height, #header #masthead-info > ul > li, .article-list .headline footer h2, .masonry-brick footer h2 {
  line-height: 1em; }

.small-line-height, .page .sidebar li a {
  line-height: 1.4em; }

.dropdown-outer {
  position: absolute;
  z-index: 1000;
  left: 10px;
  top: 38px;
  padding: 20px 40px;
  background-image: url("/assets/img/site/dropdown-bg.png");
  background-color: #45494d;
  background-repeat: repeat-x;
  background-position: left bottom;
  /* FORMS */ }
  .dropdown-outer .close {
    position: absolute;
    right: 0;
    top: -30px;
    height: 30px;
    padding: 0 10px;
    font-weight: bold;
    color: #d0cfcb;
    text-decoration: none;
    background-color: #45484d; }
  .dropdown-outer .prev,
  .dropdown-outer .next {
    position: absolute;
    top: 50%;
    margin-top: -15px; }
  .dropdown-outer .prev {
    text-indent: 0;
    line-height: 0;
    font-size: 0;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 15px;
    border-color: transparent #999999 transparent transparent;
    left: 0; }
    .dropdown-outer .prev.disabled {
      text-indent: 0;
      line-height: 0;
      font-size: 0;
      height: 0;
      width: 0;
      border-style: solid;
      border-width: 15px;
      border-color: transparent #444444 transparent transparent;
      cursor: default; }
  .dropdown-outer .next {
    text-indent: 0;
    line-height: 0;
    font-size: 0;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 15px;
    border-color: transparent transparent transparent #999999;
    right: 0; }
    .dropdown-outer .next.disabled {
      text-indent: 0;
      line-height: 0;
      font-size: 0;
      height: 0;
      width: 0;
      border-style: solid;
      border-width: 15px;
      border-color: transparent transparent transparent #444444;
      cursor: default; }
  .dropdown-outer .dropdown-inner {
    overflow: hidden; }
    .dropdown-outer .dropdown-inner .dropdown {
      width: 100000px; }
      .dropdown-outer .dropdown-inner .dropdown:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden; }
      .dropdown-outer .dropdown-inner .dropdown ul {
        float: left; }
        .dropdown-outer .dropdown-inner .dropdown ul li {
          background-color: transparent;
          color: #d0cfcb;
          list-style: none; }
        .dropdown-outer .dropdown-inner .dropdown ul a {
          padding: 3px 16px 3px 24px;
          font-weight: normal;
          color: #d0cfcb;
          text-decoration: none;
          background-image: url("/assets/img/site/bullet.png");
          background-repeat: no-repeat;
          background-position: 10px center;
          -moz-border-radius: 100px;
          border-radius: 100px; }
          .dropdown-outer .dropdown-inner .dropdown ul a:hover {
            background-color: #606469; }
  .dropdown-outer form {
    width: 400px; }
    .dropdown-outer form p {
      margin-top: 20px;
      margin-bottom: 0; }
      .dropdown-outer form p:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden; }
  .dropdown-outer label {
    width: 20%;
    margin-right: 5%;
    float: left;
    text-align: right;
    color: #d0cfcb; }
    .dropdown-outer label.full-width {
      width: 100%;
      text-align: left; }
  .dropdown-outer input.text {
    width: 71%;
    padding: 5px 2%;
    float: left;
    border: 0;
    background-color: #d0cfcb; }
  .dropdown-outer input.file {
    margin-top: 10px; }
  .dropdown-outer input.submit {
    padding: 5px 40px;
    margin: 20px 0;
    border: 1px solid #6c8201;
    background-image: url("/assets/img/site/submit-bg.gif");
    background-repeat: repeat-x; }

/*
* media queries included
* at end of document
*/
/* 0.`general
============================================== */
::-moz-selection {
  background: #44a1dd;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #44a1dd;
  color: #fff;
  text-shadow: none; }

p {
  margin: 8px 0; }
  p.tight {
    margin-bottom: 0.2em; }

a {
  color: #990000;
  text-decoration: underline; }
  a:hover {
    text-decoration: underline; }

img {
  max-width: 100%; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  color: #000; }

/* 1.`layout
============================================== */
html {
  height: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  min-height: 100%;
  font-size: 100%;
  background-color: #000; }

.content {
  padding-bottom: 24px;
  background-color: #d0cfcb; }

#footer {
  padding-top: 24px;
  font-size: 0.75em;
  /* 12 / 16 */
  background-color: #000;
  color: #cccccc; }

/* 2.`navigation
============================================== */
nav ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }
nav li {
  float: left; }

#wooster {
  margin-top: -12px; }
  #wooster li {
    float: none;
    padding: 12px; }
  #wooster a {
    margin: 0 auto; }

/* 3.`header
============================================== */
#header {
  background-color: #fff; }
  #header #masthead {
    position: relative; }
    #header #masthead img {
      margin: 0 auto; }
  #header #masthead-info {
    position: absolute;
    bottom: 8px;
    color: #cccccc; }
    #header #masthead-info > ul {
      background-color: #000;
      background-color: rgba(0, 0, 0, 0.8);
      padding: 0 8px; }
      #header #masthead-info > ul > li {
        float: left; }
        #header #masthead-info > ul > li > a, #header #masthead-info > ul > li span {
          display: block;
          padding: 4px 0.6em;
          text-decoration: underline;
          font-family: "Lucida Sans Unicode", "Lucida Grande", "Sans-serif";
          color: #cccccc; }
  #header #masthead_sub_form p span.error {
    float: right;
    text-decoration: none; }

#wooster_store {
  background-position: 0 0;
  width: 79px;
  height: 55px; }

#wooster_about {
  background-position: 0 -56px;
  width: 121px;
  height: 55px; }

#search-main {
  position: relative;
  margin: 0 auto; }
  #search-main .text {
    width: 100%;
    padding: 4px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    background-color: #8e908f;
    border: 1px solid transparent; }
    #search-main .text:focus {
      border: 1px solid #333;
      outline: 0; }
  #search-main .submit {
    position: absolute;
    right: 2%;
    top: 50%;
    margin-top: -7px;
    background-color: transparent;
    border: 0; }
  #search-main ::-webkit-input-placeholder {
    color: #fff;
    font-weight: bold;
    font-variant: small-caps;
    letter-spacing: 0.1em; }
  #search-main :-moz-placeholder {
    color: #fff;
    font-weight: bold;
    font-variant: small-caps;
    letter-spacing: 0.1em; }

/* 4.`footer
============================================== */
/* 5.`pages
============================================== */
.page {
  background-color: #fff; }
  .page article {
    padding: 0;
    margin-top: 0; }
  .page h1, .page h2 {
    color: #4d4e53;
    clear: both; }
  .page h2 {
    margin-top: 20px; }
  .page img {
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
    max-width: 46%; }
  .page .sidebar li a {
    display: block;
    text-decoration: none; }
    .page .sidebar li a:hover {
      text-decoration: underline; }

/* 6.`modules
============================================== */
/*
 * RIGHT SIDEBAR
 */
.sidebar section {
  margin: 10px 0 20px; }
.sidebar h4 {
  margin-bottom: -12px;
  text-transform: uppercase; }
.sidebar p {
  color: #4d4e53; }

/*
 * SOCIAL MEDIA CALLED VIA AJAX
 */
.social {
  height: 25px;
  margin: 5px 0 10px; }
  .social:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .social .init {
    padding: 2px 10px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
    background-color: #888; }
    .social .init:hover {
      background-color: #444; }
  .social .share-tile {
    float: left;
    width: 55px;
    margin-right: 15px; }
  .social .fb-share {
    width: 130px;
    margin-right: 15px; }
  .social .tweet-share {
    margin-right: 35px; }

/*
 * ARTICLE LIST
 */
.article-list.list-view {
  width: 100%; }
  .article-list.list-view section {
    padding: 10px 0; }
  .article-list.list-view .thumbnail {
    width: 100%;
    height: auto; }
  .article-list.list-view .centered-image {
    display: block;
    background-color: #000; }
    .article-list.list-view .centered-image .thumbnail {
      width: auto;
      margin: 0 auto; }
.article-list.grid-view p,
.article-list.grid-view .read_more {
  display: none; }
.article-list.grid-view div.vid-container iframe {
  max-width: 100%;
  max-height: 300px; }
.article-list .headline {
  text-decoration: none; }
  .article-list .headline img {
    width: 100%; }
  .article-list .headline footer {
    padding: 8px;
    background-color: #fff;
    color: #666666; }
    .article-list .headline footer ul {
      margin-left: -4px;
      margin-bottom: 5px; }
      .article-list .headline footer ul:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden; }
      .article-list .headline footer ul li {
        float: left; }
        .article-list .headline footer ul li:first-child em {
          border-left: 0; }
      .article-list .headline footer ul em {
        padding: 0 4px;
        border-left: 1px solid #666; }
    .article-list .headline footer .read_more {
      color: #990000;
      text-decoration: underline; }
    .article-list .headline footer .category {
      text-transform: uppercase;
      color: #000; }

/*
 * ARTICLE
 */
article {
  padding: 10px;
  margin-top: 8px;
  background-color: #fff;
  color: #666; }
  article header {
    padding-top: 4px; }
    article header .post-details {
      clear: both;
      margin-left: -4px;
      padding: 2px 0; }
      article header .post-details:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden; }
      article header .post-details li {
        float: left; }
        article header .post-details li:first-child em {
          border-left: 0; }
      article header .post-details em {
        padding: 0 4px;
        border-left: 1px solid #666; }
  article figure {
    float: right;
    margin-right: 12px;
    font-style: italic; }
  article .copy {
    padding: 0 0 12px 24px;
    color: #79797b; }
    article .copy img {
      margin: 8px 0;
      height: auto !important; }
    article .copy iframe {
      margin: 8px 0; }
    article .copy img, article .copy iframe {
      margin-left: -24px;
      max-width: 103.4%; }
  article footer {
    border-top: 1px solid #cccccc;
    padding: 20px 0 10px;
    margin-top: 10px; }
    article footer ul {
      float: right; }
    article footer li:first-child a {
      border-left: 0; }
    article footer li a {
      padding: 0 8px;
      border-left: 2px solid #990000;
      margin-left: -2px; }

#view-options {
  position: relative; }
  #view-options:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  #view-options > ul {
    margin: 5px; }
    #view-options > ul > li {
      display: inline-block;
      *display: inline; }
      #view-options > ul > li > a {
        -webkit-transition: color 0.25s ease-in-out;
        -moz-transition: color 0.25s ease-in-out;
        -o-transition: color 0.25s ease-in-out;
        -ms-transition: color 0.25s ease-in-out;
        transition: color 0.25s ease-in-out;
        font-weight: bold;
        text-transform: uppercase;
        color: #000; }
        #view-options > ul > li > a:hover, #view-options > ul > li > a.active {
          -webkit-transition: color 0.25s ease-in-out;
          -moz-transition: color 0.25s ease-in-out;
          -o-transition: color 0.25s ease-in-out;
          -ms-transition: color 0.25s ease-in-out;
          transition: color 0.25s ease-in-out;
          color: #787977; }

#view {
  margin-right: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle; }
  #view li {
    margin-right: 10px; }
  #view a {
    position: relative;
    display: block;
    color: #787977; }
    #view a.active, #view a:hover {
      color: #191c1f; }
  #view #grid-view-icon,
  #view #list-view-icon {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px; }

#filter {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle; }
  #filter > li {
    margin-right: 10px;
    background-color: #b5b7b4; }
  #filter .dropdown-link {
    display: block;
    padding: 4px 0;
    padding-right: 48px;
    border: 0;
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
    color: #191c1f;
    background-image: url("/assets/img/down-dark-arrow.png");
    background-repeat: no-repeat;
    background-position: right center; }

.indicator {
  text-indent: 0;
  line-height: 0;
  font-size: 0;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 14px;
  border-color: transparent transparent #45484d transparent;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -14px;
  margin-bottom: -14px;
  z-index: 1; }

.sidebar .social {
  margin: 16px 0; }
  .sidebar .social:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .sidebar .social li {
    float: left;
    margin-right: 2px; }

.featured_in_store-wrapper {
  padding-top: 50px;
  background-image: url("/assets/img/featured-grunge-top.gif");
  background-position: center top;
  background-repeat: no-repeat; }

.featured_in_store {
  padding-bottom: 85px;
  background-image: url("/assets/img/featured-grunge-bottom.gif");
  background-position: center bottom;
  background-repeat: no-repeat; }
  .featured_in_store * {
    margin: 0 auto;
    text-align: center; }
  .featured_in_store h3 {
    margin-bottom: 12px; }
  .featured_in_store footer {
    font-weight: bold;
    text-transform: uppercase; }
    .featured_in_store footer p {
      margin: 12px 0 8px;
      font-size: 0.85714285714286em;
      /* 12 / 14 */
      line-height: 1.16666666666667em;
      /* 14 / 12 */
      color: #79797b; }

.js .masonry {
  opacity: 0; }

/* masonry */
#load_posts-wrapper {
  margin: 10px 0;
  text-align: center; }

#load_posts {
  position: relative;
  padding: 10px 15px;
  text-transform: uppercase;
  text-decoration: none;
  color: #d0cfcb;
  background-color: #990000;
  -moz-box-shadow: 0 3px 5px #797670;
  -webkit-box-shadow: 0 3px 5px #797670;
  box-shadow: 0 3px 5px #797670; }
  #load_posts span {
    margin-right: 15px; }

.loading {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("/assets/img/site/loading.gif");
  background-repeat: no-repeat;
  background-position: center 100px; }

/* 7.`forms
============================================== */
.submittable .text {
  width: 92%;
  padding: 5px 4px;
  border: 1px solid #837662;
  outline: 0; }
  .submittable .text:focus {
    border: 1px solid #990000; }
.submittable .submit {
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 4px 24px;
  margin: 12px 0;
  border: 1px solid #000;
  color: #fff;
  text-transform: uppercase;
  background-image: url("/assets/img/submit-bg.png");
  background-repeat: repeat-x; }
.submittable ::-webkit-input-placeholder {
  color: #6c6f70;
  font-style: italic;
  font-family: "Georgia", "Serif"; }
.submittable :-moz-placeholder {
  color: #6c6f70;
  font-style: italic;
  font-family: "Georgia", "Serif"; }

/* 8.`extensible classes
============================================== */
.group:after, #header #masthead-info > ul:after, article footer:after, #load_posts:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.inline-block, article footer li {
  display: inline-block;
  *display: inline; }

.inline-block-group, #load_posts {
  display: inline-block;
  *display: inline; }
  .inline-block-group > *, #load_posts > * {
    display: inline-block;
    *display: inline;
    vertical-align: middle; }

.uc {
  text-transform: uppercase; }

.bold {
  font-weight: bold; }

.splatter {
  background-image: url("/assets/img/splatter-bg.png");
  background-repeat: no-repeat;
  background-position: 5% 0; }

.right {
  float: right !important; }

.left {
  float: left !important; }

.group:after, #header #masthead-info > ul:after, article footer:after, #load_posts:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.deemphasize {
  margin-left: 4px;
  font-weight: normal; }

.has-icon-15 {
  padding-left: 24px; }

.centered {
  margin: 0 auto; }

.centered-children {
  text-align: center; }

.centered-children > * {
  display: inline-block; }

.percent-75 {
  width: 75%; }

/* 9.`sprites
============================================== */
.icon,
.sprite {
  text-indent: -9999px;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  display: block; }

.sprite {
  background-image: url("/assets/img/wooster-sprite-images.png"); }

.icon {
  background-image: url("/assets/img/site/wooster-sprite-icons.png"); }

#search-main-submit {
  background-position: 0 0;
  width: 17px;
  height: 14px; }

#grid-view-icon {
  -webkit-transition: background-position 0.25s ease-in-out;
  -moz-transition: background-position 0.25s ease-in-out;
  -o-transition: background-position 0.25s ease-in-out;
  -ms-transition: background-position 0.25s ease-in-out;
  transition: background-position 0.25s ease-in-out;
  background-position: 0 -17px;
  width: 14px;
  height: 14px; }

#list-view-icon {
  -webkit-transition: background-position 0.25s ease-in-out;
  -moz-transition: background-position 0.25s ease-in-out;
  -o-transition: background-position 0.25s ease-in-out;
  -ms-transition: background-position 0.25s ease-in-out;
  transition: background-position 0.25s ease-in-out;
  background-position: -15px -17px;
  width: 14px;
  height: 14px; }

a.active #grid-view-icon,
a:hover #grid-view-icon {
  -webkit-transition: background-position 0.25s ease-in-out;
  -moz-transition: background-position 0.25s ease-in-out;
  -o-transition: background-position 0.25s ease-in-out;
  -ms-transition: background-position 0.25s ease-in-out;
  transition: background-position 0.25s ease-in-out;
  background-position: 0 -32px; }

a.active #list-view-icon,
a:hover #list-view-icon {
  -webkit-transition: background-position 0.25s ease-in-out;
  -moz-transition: background-position 0.25s ease-in-out;
  -o-transition: background-position 0.25s ease-in-out;
  -ms-transition: background-position 0.25s ease-in-out;
  transition: background-position 0.25s ease-in-out;
  background-position: -15px -32px; }

.phonetic_dash {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0 2px;
  margin-top: -2px;
  background-position: 0 -47px;
  width: 3px;
  height: 2px; }

.social .icon {
  width: 36px;
  height: 36px;
  -webkit-transition: background-position 0.2s ease-in-out;
  -moz-transition: background-position 0.2s ease-in-out;
  -o-transition: background-position 0.2s ease-in-out;
  -ms-transition: background-position 0.2s ease-in-out;
  transition: background-position 0.2s ease-in-out; }

.facebook-icon {
  background-position: -32px -38px; }
  .facebook-icon.active, .facebook-icon:hover {
    background-position: -32px 0; }

.twitter-icon {
  background-position: -70px -38px; }
  .twitter-icon.active, .twitter-icon:hover {
    background-position: -70px 0; }

.youtube-icon {
  background-position: -108px -38px; }
  .youtube-icon.active, .youtube-icon:hover {
    background-position: -108px 0; }

.rss-icon {
  background-position: -147px -38px; }
  .rss-icon.active, .rss-icon:hover {
    background-position: -147px 0; }

#featured_in_store-header {
  background-position: 0 -123px;
  width: 151px;
  height: 44px; }

.arrow-down {
  background-position: -190px 0;
  width: 21px;
  height: 25px; }

/* media queries */
/* media queries
============================================== */
@media only screen and (max-width: 1024px) {
  .grid-1 {
    width: 98%;
    display: block;
    float: none; }

  .grid-2 {
    width: 98%;
    display: block;
    float: none; }

  .grid-3 {
    width: 98%;
    display: block;
    float: none; }

  .grid-4 {
    width: 98%;
    display: block;
    float: none; }

  .grid-5 {
    width: 98%;
    display: block;
    float: none; }

  .grid-6 {
    width: 98%;
    display: block;
    float: none; }

  .grid-7 {
    width: 98%;
    display: block;
    float: none; }

  .grid-8 {
    width: 98%;
    display: block;
    float: none; }

  .grid-9 {
    width: 98%;
    display: block;
    float: none; }

  .grid-10 {
    width: 98%;
    display: block;
    float: none; }

  .sidebar {
    width: 50%;
    margin: 0 auto; }
    .sidebar #wooster {
      text-align: center; }
      .sidebar #wooster li {
        display: inline-block;
        *display: inline; } }
@media only screen and (max-width: 768px) {
  #header {
    padding-top: 15px; } }
@media only screen and (max-width: 480px) {
  body {
    min-width: inherit; }

  .grid-1 {
    width: 94%;
    min-width: inherit; }

  .grid-2 {
    width: 94%;
    min-width: inherit; }

  .grid-3 {
    width: 94%;
    min-width: inherit; }

  .grid-4 {
    width: 94%;
    min-width: inherit; }

  .grid-5 {
    width: 94%;
    min-width: inherit; }

  .grid-6 {
    width: 94%;
    min-width: inherit; }

  .grid-7 {
    width: 94%;
    min-width: inherit; }

  .grid-8 {
    width: 94%;
    min-width: inherit; }

  .grid-9 {
    width: 94%;
    min-width: inherit; }

  .grid-10 {
    width: 94%;
    min-width: inherit; } }
