/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html, button, input, select, textarea {
    color: #222
    }
body {
    font-size: 1em;
    line-height: 1.4
    }
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
    }
::selection {
    background: #b3d4fc;
    text-shadow: none
    }
/*
 * A better looking default horizontal rule
 */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
    }
/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
    vertical-align: middle
    }
/*
 * Remove default fieldset styles.
 */
fieldset {
    border: 0;
    margin: 0;
    padding: 0
    }
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
    resize: vertical
    }
/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0
    }
@font-face {
    font-family: "league_gothic_condensedRg";
    src: url(../fonts/leaguegothic-condensedregular-webfont.eot);
    src: url(../fonts/leaguegothic-condensedregular-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/leaguegothic-condensedregular-webfont.woff) format("woff"), url(../fonts/leaguegothic-condensedregular-webfont.ttf) format("truetype"), url(../fonts/leaguegothic-condensedregular-webfont.svg#league_gothic_condensedRg) format("svg");
    font-weight: normal;
    font-style: normal
    }
@font-face {
    font-family: "league_gothicregular";
    src: url(../fonts/leaguegothic-regular-webfont.eot);
    src: url(../fonts/leaguegothic-regular-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/leaguegothic-regular-webfont.woff) format("woff"), url(../fonts/leaguegothic-regular-webfont.ttf) format("truetype"), url(../fonts/leaguegothic-regular-webfont.svg#league_gothicregular) format("svg");
    font-weight: normal;
    font-style: normal
    }
@font-face {
    font-family: "wisdom_script_airegular";
    src: url(../fonts/wisdom_script-webfont.eot);
    src: url(../fonts/wisdom_script-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/wisdom_script-webfont.woff) format("woff"), url(../fonts/wisdom_script-webfont.ttf) format("truetype"), url(../fonts/wisdom_script-webfont.svg#wisdom_script_airegular) format("svg");
    font-weight: normal;
    font-style: normal
    }
@font-face {
    font-family: "modern_pictograms_proregular";
    src: url(../fonts/modernpictogramspro_2-webfont.eot);
    src: url(../fonts/modernpictogramspro_2-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/modernpictogramspro_2-webfont.woff) format("woff"), url(../fonts/modernpictogramspro_2-webfont.ttf) format("truetype"), url(../fonts/modernpictogramspro_2-webfont.svg#modern_pictograms_proregular) format("svg");
    font-weight: normal;
    font-style: normal
    }
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body, p, h1, h2, h3 {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 1)
    }
p {
    font-family: georgia;
    font-size: 14px;
    color: #75746a;
    margin: 0
    }
a {
    cursor: pointer
    }
li {
    list-style: none
    }
#bgimg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -2;
    display: none
    }
#bgphoto {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    opacity: 0.75;
    display: none
    }
.background .logo {
    background: url(../img/bg-guild-logo.png) 0 0 no-repeat;
    width: 673px;
    height: 354px;
    position: relative;
    float: left
    }
.background .noise {
    background: url(../img/bg-noise.png) 0 0 no-repeat;
    width: 1064px;
    height: 232px;
    position: relative;
    float: right;
    min-width: 600px
    }
#container {
    width: 1050px;
    height: auto;
    position: relative;
    margin: 0 auto
    }
#container .static {
    position: relative;
    height: auto;
    width: auto;
    min-width: 700px
    }
#container .logo {
    background: url(../img/guild-logo-home.png) 0 0 no-repeat;
    width: 740px;
    height: 354px;
    position: absolute;
    left: -270px;
    cursor: pointer
    }
#container .noise {
    background: url(../img/noise-home.png) 0 0 no-repeat;
    height: 237px;
    width: 100%;
    position: fixed;
    margin: 0 180px;
    z-index: 9;
    overflow: hidden;
    margin-left: 136px;
    z-index: 0
    }
#container .content {
    background: url(../img/content-bg.png) 0 0 repeat;
    width: 1050px;
    height: 100%;
    position: relative;
    margin: 0 auto;
    top: 150px
    }
#container .content:before {
    content: "";
    background: url(../img/top-rag.png) 0 0 repeat;
    width: 1050px;
    height: 20px;
    position: absolute;
    top: -20px;
    z-index: 1
    }
/* Spans */
.wisdom {
    font-family: "wisdom_script_airegular";
    font-size: 33px;
    color: #98621c;
    font-weight: 200
    }
/* Sidenav */
#sidenav {
    width: 125px;
    height: 0;
    position: relative;
    float: left;
    margin: 0 10px;
    z-index: 999
    }
#sidenav #sponsors {
    position: relative;
    top: 43px;
    display: none
    }
#sidenav .logo {
    width: 88px;
    height: 50px;
    position: relative;
    float: left;
    margin: 0 auto;
    left: 18px;
    padding-top: 10px;
    opacity: 0.8
    }
#sidenav .logo:hover {
    opacity: 1
    }
/* Nav */
nav .top .icon {
    background: url(../img/guild-faded.png) 0 0 no-repeat;
    width: 252px;
    height: 73px;
    position: relative;
    z-index: 99;
    top: 11px;
    left: 16px;
    cursor: pointer
    }
nav .top {
    width: 920px;
    height: 80px;
    position: relative
    }
nav .top a:hover {
    color: #a09370;
    cursor: pointer;
    text-decoration: none
    }
nav .nav {
    position: absolute;
    top: 45px;
    right: 10px;
    z-index: 999999
    }
nav .nav li {
    position: relative;
    float: left;
    display: block;
    margin-right: 16px;
    text-align: right
    }
nav .nav li a {
    font-family: "gnuolane";
    font-size: 28px;
    color: #463e2e;
    font-weight: 400;
    text-shadow: 0 -1px 0 #000
    }
nav .nav li.active a {
    color: #a09370
    }
nav .dropdown-container {
    position: absolute;
    display: block;
    top: 20px;
    right: 0
    }
nav .dropdown {
    background: #000;
    width: auto;
    height: auto;
    padding: 20px 20px 12px;
    font-family: "gnuolane";
    font-size: 28px;
    color: #463e2e;
    font-weight: 400;
    text-shadow: 0 -1px 0 #000;
    box-shadow: rgba(0, 0, 0, 0.3) 0 2px 10px;
    text-transform: uppercase
    }
nav .dropdown:before {
    content: "";
    top: -15px;
    bottom: auto;
    left: auto;
    border-width: 0 15px 15px;
    border-color: #000 transparent;
    border-style: solid;
    display: block;
    width: 0;
    position: absolute
    }
nav .dropdown:after {
    content: "";
    background: url(../img/horizontal-noise.png) 0 0 repeat;
    width: 100%;
    height: 8px;
    position: absolute;
    margin: 0 -3px;
    left: 3px;
    bottom: 0
    }
nav .dropdown li {
    float: none;
    margin-right: 0;
    margin-bottom: 8px;
    white-space: nowrap
    }
nav .dropdown li a {
    font-size: 24px
    }
nav #breweries.dropdown {
    position: relative;
    top: 23px;
    text-align: right;
    display: none;
    margin-right: -20px
    }
nav #breweries.dropdown:before {
    right: 51px
    }
nav #about.dropdown {
    position: relative;
    top: 23px;
    text-align: right;
    display: none;
    margin-right: -20px
    }
nav #about.dropdown:before {
    right: 34px
    }
/* social icons */
.ding {
    font-family: "modern_pictograms_proregular" !important;
    font-size: 32px !important;
    text-align: center;
    color: #463E2E !important;
    position: relative;
    height: auto;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    cursor: pointer
    }
nav .ding a {
    font-family: "modern_pictograms_proregular" !important;
    font-size: 32px !important;
    text-align: center;
    color: #463E2E !important;
    position: relative;
    height: auto;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    cursor: pointer
    }
nav .ding a:hover {
    color: #a09370 !important
    }
nav .ding.twitter {
    margin-right: 10px
    }
nav .ding.twitter a:before {
    content: "t"
    }
nav .ding.facebook a:before {
    content: "G"
    }
nav .middle {
    background: url(../img/midnav-banner.png) 0 0 repeat;
    height: 35px;
    width: 915px;
    position: relative
    }
nav .middle li {
    display: block;
    list-style: none;
    position: absolute;
    top: 8px;
    height: 20px;
    text-transform: uppercase
    }
nav .middle .volume {
    right: 15px
    }
nav .middle .title {
    width: 100%;
    text-align: center
    }
nav .middle p {
    font-family: "modesto-text";
    font-weight: bold;
    color: #463e2e;
    font-size: 10px
    }
nav .middle .date {
    left: 15px
    }
.home .leaderboard {
    height: 70px;
    width: 920px;
    position: relative
    }
.home .leaderboard .text {
    position: relative;
    margin: 0 auto;
    width: 780px;
    top: 10px
    }
.home .leaderboard h2 {
    font-family: "league_gothicregular";
    font-size: 30px;
    color: #98621c;
    font-weight: 200
    }
.home .leaderboard .wisdom {
    font-family: "wisdom_script_airegular";
    font-size: 33px;
    color: #98621c;
    padding: 10px
    }
.home #main .article .left {
    margin-left: 6px
    }
.home #sidenav #sponsors {
    display: block
    }
/* Home */
#main {
    width: 915px;
    position: relative;
    height: auto;
    margin: 0 135px;
    font-weight: 400
    }
#main:before {
    content: "";
    background: url(../img/sidenav-bg.png) 0 0 repeat;
    width: 125px;
    height: 100%;
    position: absolute;
    display: block;
    margin: 0 -125px;
    display: block
    }
#main .hero {
    height: 400px;
    width: 920px;
    position: relative
    }
#main .hero:before {
    content: "";
    background: url(../img/horizontal-dots.png) 0 0 repeat;
    width: 100%;
    height: 3px;
    position: absolute
    }
#main .article:before {
    content: "";
    background: url(../img/horizontal-noise.png) 0 0 repeat;
    width: 100%;
    height: 8px;
    position: absolute;
    margin: 0 -3px;
    left: 3px
    }
#main .hero .carousel {
    position: absolute;
    margin: 20px 29px
    }
#main .hero .carousel .item {
    width: 856px;
    height: 369px;
    overflow: hidden;
    opacity: 0.9
    }
#main .hero .carousel .item:before {
    content: "";
    background: url(../img/black_gradient.png) 0 0 repeat-x;
    width: 100%;
    height: 189px;
    position: absolute;
    bottom: 0
    }
#main .hero .carousel .text {
    position: absolute;
    bottom: 20px;
    margin-left: 25px;
    width: 600px
    }
#main .hero .carousel .item h1 {
    font-family: "gnuolane";
    font-size: 40px;
    color: #c4b7a5;
    font-weight: 400;
    text-transform: uppercase
    }
#main .hero .carousel .item img {
    width: 100%;
    height: auto
    }
#main .hero .carousel .item:hover {
    opacity: 1
    }
#main .article {
    position: relative;
    height: 100%;
    padding-top: 10px
    }
#main .article .left {
    position: relative;
    float: left;
    width: 550px;
    height: auto;
    min-height: 400px;
    margin-top: 30px;
    margin-bottom: 12px
    }
#main .article .left .post {
    position: relative;
    width: 500px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 70px
    }
#main .article .left .post h2 {
    font-weight: 400;
    margin-bottom: 0;
    font-family: "gnuolane";
    font-size: 28px;
    color: #78583b;
    margin-bottom: 0;
    line-height: 30px;
    text-transform: uppercase
    }
#main .article .left .post h2 a {
    color: #78583b;
    text-decoration: none
    }
#main .article .left .post h2 a:hover {
    /*color:#a09370;*/
    text-decoration: underline
    }
#main .article .left .post .byline {
    font-family: georgia;
    font-size: 14px;
    color: #75746a;
    margin-top: 0;
    line-height: 14px;
    margin-bottom: 24px;
    margin-top: 5px
    }
#main .article .left .post .author {
    font-family: georgia;
    font-size: 14px;
    color: #78583b;
    font-weight: 400;
    display: inline
    }
#main .article .left .post a {
    text-decoration: none;
    color: #78583b
    }
#main .article .left .post a:hover {
    text-decoration: underline;
    cursor: pointer
    }
#main .article .left .stamp {
    background: url(../img/guild-stamp.png) 0 0 no-repeat;
    width: 535px;
    height: 340px;
    margin: 40px 0;
    margin-bottom: 20px
    }
#main .article .left .stamp:before {
    content: "";
    background: url(../img/horizontal-dots.png) 0 0 repeat;
    width: 100%;
    height: 3px;
    position: absolute;
    margin: -25px -6px
    }
#main .article .left .contact {
    width: 480px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-left: 35px
    }
#main .article .left .contact h2 {
    font-family: "wisdom_script_airegular";
    font-size: 30px;
    color: #735436;
    font-weight: 400
    }
#main .article .left .contact button {
    background: none;
    border: none
    }
#main .article .left .contact .text {
    width: 414px;
    position: relative;
    margin: 0 auto;
    text-align: center
    }
#main .article .left .contact .text p {
    font-family: georgia;
    font-size: 14px;
    color: #75746a
    }
#main .article .left:after {
    content: "";
    background: url(../img/vertical-dots.png) 0 0 repeat;
    width: 3px;
    height: 100%;
    position: absolute;
    margin: 0 -3px;
    display: block;
    right: 2px;
    top: 0;
    z-index: 99
    }
#main .article .right {
    position: relative;
    float: left;
    width: 355px;
    height: auto;
    min-height: 400px;
    margin-top: 50px;
    padding-bottom: 50px
    }
#main .article .right .capstone {
    position: relative;
    top: -30px;
    left: 22px
    }
#main .article .right .capstone h2 {
    font-family: "news-gothic-std", sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    color: #78583b;
    font-weight: bold
    }
#main .article .right .micro {
    vertical-align: super;
    font-size: 10px;
    color: #78583b;
    font-weight: bold;
    font-family: "modesto-text";
    padding: 3px
    }
#main .article .right .event {
    width: 300px;
    height: 250px;
    position: relative;
    box-shadow: inset 0 0 20px #0c0b09;
    margin: 0 auto;
    top: -38px;
    cursor: pointer
    }
#main .article .right .event .tab {
    background: url(../img/event-tab.png) 0 0 no-repeat;
    width: 68px;
    height: 71px;
    position: relative;
    margin: 0 220px;
    z-index: 99
    }
#main .article .right .event .date {
    font-size: 28px;
    font-family: Georgia, serif
    }
#main .article .right .event h1 {
    font-family: "news-gothic-std", arial, sans-serif;
    font-size: 18px;
    color: #181715;
    position: relative;
    margin: 0 10px;
    line-height: 18px;
    top: 10px;
    text-align: center;
    text-shadow: 0 1px 0 #cb9043;
    text-transform: uppercase
    }
#main .article .right .event .image {
    width: 300px;
    height: 165px;
    position: relative;
    margin: 0 auto;
    top: -70px;
    overflow: hidden;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    opacity: 0.9
    }
#main .article .right .event .image img {
    width: 100%
    }
#main .article .right .event .text .title {
    font-family: "news-gothic-std";
    font-size: 12px;
    color: #98621c;
    font-weight: 600;
    margin-top: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    height: 28px;
    position: absolute;
    line-height: 14px;
    width: 98%;
    overflow: hidden
    }
#main .article .right .event .text .venue {
    font-family: Georgia, serif;
    font-size: 14px;
    color: #a09370;
    height: 12px;
    line-height: 14px;
    margin-top: 40px;
    position: absolute
    }
#main .article .right .event .text .links {
    position: absolute;
    margin-top: 52px
    }
#main .article .right .event .text .links div {
    display: block;
    float: left;
    margin-right: 5px
    }
#main .article .right .event .text .links div a {
    font-family: Georgia, serif;
    font-size: 10px;
    color: #78583b;
    display: inline
    }
#main .article .right .event .text .links .link {
    margin-left: 7px
    }
#main .article .right .event .text .links .link:before {
    content: "|";
    position: relative;
    left: -6px
    }
#main .article .right .event .text {
    position: absolute;
    top: 166px;
    margin-left: 15px;
    height: 84px;
    width: 270px;
    margin-right: 15px;
    overflow: hidden
    }
#main .article .right .event:hover .image {
    opacity: 1
    }
#main .article .right .ad {
    width: 300px;
    height: 250px;
    position: relative;
    margin: 0 auto;
    padding-bottom: 20px
    }
#main .article .right .tweet:before {
    content: "";
    background: url(../img/horizontal-noise.png) 0 0 repeat;
    width: 100%;
    height: 8px;
    position: absolute;
    margin: -25px -11px
    }
/* Breweries */
.breweries .brewery-grid {
    position: relative;
    padding-bottom: 12px;
    overflow: hidden
    }
.breweries nav .middle .date {
    margin-left: 10px
    }
.breweries #sidenav {
    margin-right: 0
    }
.breweries .nav .breweries > a {
    color: #a09370
    }
.breweries .row {
    height: 200px;
    width: 925px;
    position: relative;
    margin-left: 0
    }
.breweries .box:after {
    content: "";
    background: url(../img/horizontal-dots.png) 0 0 repeat;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0
    }
.breweries .box {
    width: 229px;
    height: 200px;
    position: relative;
    float: left;
    cursor: pointer
    }
.breweries .box:before {
    content: "";
    background: url(../img/vertical-dots.png) 0 0 repeat;
    width: 3px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0
    }
.breweries .box.first:before {
    content: "";
    background: none
    }
.breweries .box.top:after {
    content: "";
    background: none
    }
.breweries .box img {
    position: absolute;
    top: 30px;
    margin-left: 46px;
    width: 138px;
    height: auto
    }
.breweries .box:hover {
    background: rgba(0, 0, 0, 0.2)
    }
/* Brewery */
.brewery #sidenav #sponsors {
    display: block
    }
.brewery .left {
    width: 625px;
    height: 100%;
    position: relative;
    float: left;
    margin-top: 20px;
    padding-bottom: 50px
    }
.brewery .left:after {
    content: "";
    background: url(../img/vertical-dots.png) 0 0 repeat;
    width: 3px;
    height: 100%;
    position: absolute;
    top: -16px;
    right: -2px
    }
.brewery .left .wrapper {
    width: 560px;
    position: relative;
    margin-left: 32px
    }
.brewery .left .wrapper .text {
    margin-top: 20px
    }
.brewery .left .pic {
    background: rgba(0, 0, 0, 0.2);
    width: 560px;
    height: 352px;
    position: relative;
    margin-top: 14px;
    overflow: hidden
    }
.brewery .left .pic img {
    height: auto;
    width: 100%
    }
.brewery .left .thumbs {
    width: 100%;
    height: 69px;
    margin-bottom: 20px;
    margin-top: 12px
    }
.brewery .left .thumb {
    background: rgba(0, 0, 0, 0.2);
    width: 110px;
    height: 69px;
    float: left;
    margin-left: 2px;
    overflow: hidden;
    cursor: pointer;
    -webkit-filter: grayscale(1);
    opacity: 0.5
    }
.brewery .left .thumb.activeSlide {
    -webkit-filter: none;
    opacity: 1
    }
.brewery .left .thumb:first-child {
    margin-left: 1px
    }
.brewery .left .text a {
    color: #78583B
    }
.brewery .capstone:after {
    content: "";
    background: url(../img/horizontal-dots.png) 0 0 repeat;
    width: 100%;
    height: 3px;
    position: absolute
    }
.brewery .capstone {
    position: relative;
    margin: 0 0;
    width: 920px
    }
.brewery .capstone .text {
    margin-left: 32px
    }
.brewery .capstone .share {
    position: absolute;
    top: 12px;
    width: auto;
    right: 22px;
    z-index: 999
    }
.brewery .capstone .share .social {
    display: block;
    float: left;
    margin-right: 20px
    }
.brewery .capstone .wisdom {
    font-family: "wisdom_script_airegular";
    font-size: 33px;
    color: #98621c;
    font-weight: 200
    }
.brewery .right {
    width: 290px;
    height: 100%;
    position: relative;
    float: left;
    margin-bottom: 14px
    }
.brewery .right .map {
    width: 262px;
    height: auto;
    position: relative;
    margin: 35px 0 35px 28px
    }
.brewery .right .map .map-marker {
    position: absolute;
    z-index: 99;
    width: 140px;
    height: auto;
    background-size: auto;
    cursor: pointer;
    top: 50%;
    left: 50%
    }
.brewery .right .map .map-marker img {
    -webkit-filter: none !important;
    opacity: 1 !important
    }
.brewery .right #map-container {
    background: rgba(0, 0, 0, 0.2);
    width: 225px;
    height: 225px;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer
    }
.brewery .right #map-container img {
    -webkit-filter: grayscale(1);
    opacity: 1
    }
.brewery .right #map-container img.googlemap {
    -webkit-filter: grayscale(1);
    opacity: 0.25
    }
.brewery .right .map .contact {
    font-family: "news-gothic-std", sans-serif;
    font-size: 12px;
    color: #75746a;
    text-transform: uppercase;
    font-weight: 600
    }
.brewery .right .map .mini-header {
    color: #463e2e;
    font-family: "modesto-text";
    font-size: 10px;
    margin: 20px 0 0;
    text-transform: uppercase
    }
.brewery .right .map .hours {
    margin: 0 0 12px 0;
    font-family: "news-gothic-std", sans-serif;
    font-size: 12px;
    color: #75746a;
    text-transform: uppercase;
    font-weight: 600
    }
.brewery .right .map .website a {
    font-family: "news-gothic-std", sans-serif;
    font-size: 12px;
    color: #78583B;
    text-transform: uppercase;
    font-weight: 600
    }
.brewery .right .map .email a {
    font-family: "news-gothic-std", sans-serif;
    font-size: 12px;
    color: #78583B;
    text-transform: uppercase;
    font-weight: 600
    }
.brewery .right .map .no-public {
    font-family: "news-gothic-std", sans-serif;
    font-size: 12px;
    color: #75746a;
    text-transform: uppercase;
    font-weight: 600;
    margin: 12px 0 0
    }
/* Blog */
.blog .nav .blog a {
    color: #a09370
    }
.blog .left {
    width: 620px;
    height: 100%;
    position: relative;
    float: left;
    padding-top: 20px;
    margin-bottom: 10px
    }
.blog .left .wrapper {
    width: 560px;
    position: relative;
    margin-left: 29px
    }
.blog .left .author {
    margin-top: 4px
    }
.blog .left .title h2 {
    font-weight: 400;
    margin-bottom: 0;
    font-family: "gnuolane";
    font-size: 28px;
    color: #78583b;
    margin-bottom: 0;
    line-height: 30px;
    color: #78583b;
    text-transform: uppercase
    }
.blog .left .author p {
    font-family: georgia;
    color: #75746a;
    font-size: 14px
    }
.blog .left .share {
    position: absolute;
    margin-top: -30px;
    right: 0;
    width: auto
    }
.blog .left .share .social {
    display: block;
    float: left;
    color: #75746a
    }
.blog .left .share .social a {
    font-family: georgia;
    color: #78583b;
    font-size: 14px
    }
.blog .left .share .social .facebook {
    margin-left: 10px
    }
.blog .left .name {
    font-family: georgia;
    font-size: 14px;
    color: #78583b
    }
.blog .left .pic {
    background: url(../img/magnolia-hero.jpg) 0 0 no-repeat;
    width: 566px;
    height: 353px;
    position: relative
    }
.blog .left .text {
    position: relative;
    padding-bottom: 20px;
    margin-top: 30px
    }
.blog .left .text a {
    color: #78583B
    }
.blog .left .text img {
    margin-bottom: 10px;
    width: 100%;
    margin-top: 10px
    }
.blog .left .select {
    display: inline;
    position: relative;
    padding-bottom: 50px
    }
.blog .left .select .back, .next {
    font-family: georgia;
    font-size: 14px;
    color: #78583b;
    position: relative;
    margin-bottom: 50px
    }
.blog .left .next {
    float: left;
    margin-left: 22px
    }
.blog .left .back {
    float: right;
    margin-right: 22px
    }
.blog .left .comments {
    position: relative;
    width: 100%;
    padding-bottom: 30px
    }
.blog .left .comments:before {
    content: "";
    background: url(../img/horizontal-dots.png) 0 0 repeat;
    width: 590px;
    height: 3px;
    position: absolute
    }
.blog .left .comments:after {
    content: "";
    background: url(../img/vertical-dots.png) 0 0 repeat;
    width: 3px;
    height: 100%;
    position: absolute;
    right: -34px;
    top: 0
    }
.blog .left .comments #disqus_thread {
    position: relative;
    padding-top: 30px
    }
.blog .left .text img.alignleft {
    float: left;
    width: auto;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative
    }
.blog .left .text img.alignright {
    float: right;
    width: auto;
    margin-left: 20px;
    margin-bottom: 20px;
    position: relative
    }
.blog .left .text img.aligncenter {
    clear: both;
    margin: 20px auto;
    width: auto;
    position: relative;
    display: block
    }
.blog .capstone:after {
    content: "";
    background: url(../img/horizontal-dots.png) 0 0 repeat;
    width: 100%;
    height: 3px;
    position: absolute
    }
.blog .capstone {
    position: relative;
    margin: 0 0;
    width: 920px
    }
.blog .capstone .text {
    margin-left: 32px
    }
.blog .capstone .text .wisdom a {
    color: inherit
    }
.blog .capstone .text .wisdom a:hover {
    color: inherit;
    text-decoration: none
    }
.blog .capstone .text h2 .cap {
    font-family: "gnuolane";
    font-size: 24px;
    color: #463E2E;
    font-weight: 400;
    text-transform: uppercase
    }
.blog .right {
    width: 234px;
    height: 100%;
    position: relative;
    float: left;
    margin-bottom: 10px;
    padding-bottom: 50px
    }
.blog .right:before {
    content: "";
    background: url(../img/vertical-dots.png) 0 0 repeat;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
    }
.blog .right .search {
    width: 280px;
    height: 28px;
    margin-top: 22px;
    margin-left: 20px
    }
.blog .right .search input {
    background: #C9BFA7;
    position: relative;
    float: left;
    display: block;
    font-family: Georgia, serif;
    font-style: italic
    }
.blog .right .search button {
    background: black;
    border: none;
    font-size: 28px !important;
    position: relative;
    float: left;
    display: block;
    height: 29px
    }
.blog .right .recent_photos {
    color: #463E2E;
    font-family: "modesto-text";
    font-size: 10px;
    margin-left: 20px;
    margin-top: 50px;
    margin-bottom: 30px
    }
.blog .right .recent_photos a {
    color: #78583B
    }
.blog .right .recent_photos a:hover {
    color: #78583B;
    text-decoration: underline
    }
.blog .right .recent_photos .photo {
    width: 250px;
    height: 250px;
    margin-top: 5px;
    overflow: hidden;
    opacity: 0.9;
    background: rgba(0, 0, 0, 0.2);
    display: block
    }
.blog .right .recent_photos .photo img {
    width: 250px;
    margin-top: 5px
    }
.blog .right .recent_photos .photo:hover {
    opacity: 1
    }
.blog .right .recent_photos:before {
    content: "";
    background: url(../img/horizontal-noise.png) 0 0 repeat;
    width: 290px;
    height: 8px;
    position: absolute;
    margin: -30px 0;
    margin-top: 0;
    margin-top: -30px;
    left: 3px
    }
.blog .right .recent_posts {
    width: 190px;
    height: auto;
    color: #463e2e;
    font-family: "modesto-text";
    font-size: 10px;
    margin: 20px;
    position: relative;
    margin-top: 27px;
    margin-bottom: 30px
    }
.blog .right .recent_posts .post {
    position: relative;
    padding-top: 15px
    }
.blog .right .post_wrapper {
    width: 289px;
    height: auto
    }
.blog .right .date {
    font-family: "modesto-text";
    font-size: 12px;
    color: #75746a
    }
.blog .right .title {
    font-family: georgia;
    font-size: 14px;
    color: #78583b;
    line-height: 16px
    }
.blog .right .archive {
    width: 190px;
    color: #463e2e;
    font-family: "modesto-text";
    font-size: 10px;
    margin: 20px;
    top: 30px;
    position: relative
    }
.blog .right .archive_wrapper {
    width: 289px;
    height: auto
    }
.blog .right .archive_wrapper:before {
    content: "";
    background: url(../img/horizontal-noise.png) 0 0 repeat;
    width: 290px;
    height: 8px;
    position: absolute;
    margin: -30px 0;
    margin-top: 0
    }
.blog .right .archive_list {
    font-family: georgia;
    font-size: 14px;
    color: #78583B;
    display: block
    }
.blog .right .archive_list a {
    font-family: georgia;
    font-size: 14px;
    color: #78583B;
    display: block
    }
.blog .right .archive_list ul {
    margin: 0;
    margin-top: 8px
    }
/*.blog .right .archive_list .year { color: #463e2e; font-family: "modesto-text"; font-size: 10px; margin: 6px 0 0; }*/
.blog .right .archive_list ul li.year {
    display: block
    }
.blog .right .archive_list ul .group {
    display: none;
    margin-bottom: 20px
    }
.blog .right .archive_list ul li.year.on {
    color: #A09370
    }
.blog .right .year {
    font-family: georgia;
    font-size: 14px;
    color: #78583b;
    display: block;
    cursor: pointer
    }
.blog .right .year:hover {
    text-decoration: underline
    }
.blog a:hover {
    color: #78583B
    }
/* Events */
.events .nav .events a {
    color: #a09370
    }
.events a {
    font-family: "modesto-text";
    font-size: 14px;
    color: #7c522a
    }
.events a:hover {
    color: #7c522a
    }
.events .leaderboard:after {
    content: "";
    background: url(../img/horizontal-dots.png) 0 0 repeat;
    width: 100%;
    height: 3px;
    position: absolute
    }
.events .leaderboard {
    position: relative;
    margin: 0 0;
    width: 920px;
    margin-bottom: 30px
    }
.events .leaderboard .text {
    margin-left: 32px
    }
.events .leaderboard .wisdom {
    font-family: "wisdom_script_airegular";
    font-size: 33px;
    color: #98621c;
    font-weight: 200
    }
.events .featured {
    height: auto;
    width: 915px;
    position: relative;
    margin-bottom: 40px;
    margin-top: -20px
    }
.events .featured .post {
    background: #1b1b1b;
    background: rgba(0, 0, 0, 0.2);
    width: 855px;
    height: auto;
    position: relative;
    margin: 0 auto;
    top: 25px;
    min-height: 420px;
    margin-bottom: 60px
    }
.events .featured .post .photo {
    position: absolute;
    width: 100%;
    height: 270px;
    background: #000;
    z-index: 0;
    overflow: hidden
    }
.events .featured .post .photo img {
    width: 100%;
    height: auto
    }
.events .featured .post .photo:before {
    content: "";
    background: url(../img/black_gradient.png) 0 0 repeat-x;
    width: 100%;
    height: 189px;
    position: absolute;
    bottom: 0
    }
.events .featured .post .left {
    width: 580px;
    height: auto;
    position: relative;
    float: left;
    margin-bottom: 20px
    }
.events .featured .post .avatar {
    background: transparent;
    width: 100px;
    height: 100px;
    position: absolute;
    margin: 195px 16px 0
    }
.events .featured .post .avatar img {
    width: 100%
    }
.events .featured .post .text {
    width: 430px;
    position: relative;
    margin-top: 200px;
    left: 140px
    }
.events .featured .post .text .description {
    height: auto;
    margin-top: 16px;
    min-height: 100px;
    position: relative
    }
.events .featured .post .text .description:after {
    content: "";
    background: url(../img/vertical-dots.png) 0 0 repeat;
    width: 3px;
    height: 100%;
    position: absolute;
    margin: 0 -45px;
    right: 0;
    top: 0
    }
.events .featured .post h1, .events .featured .post h1 a {
    font-family: "gnuolane";
    font-size: 40px;
    color: #c4b7a5;
    font-weight: 400;
    text-transform: uppercase
    }
.events .featured .post .date {
    font-family: "news-gothic-std";
    font-size: 12px;
    color: #78583b;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: uppercase;
    position: relative;
    top: -10px
    }
.events .featured .post p {
    font-family: georgia;
    font-size: 14px;
    color: #75746a
    }
.events .featured .post .right {
    width: 200px;
    height: auto;
    position: relative;
    float: left;
    margin-top: 288px;
    left: 55px;
    margin-bottom: 20px
    }
.events .featured .address {
    font-family: "modesto-text";
    font-size: 12px;
    color: #75746a;
    text-transform: uppercase
    }
/*.events .featured .website {padding-bottom:10px;}*/
.events .featured .website a {
    font-size: 12px
    }
/*.events .featured .map {padding-bottom:10px;}*/
.events .featured .map a {
    font-size: 12px
    }
.events .featured .share {
    margin-top: 10px
    }
.events .featured.single {
    margin-top: 0
    }
.events .featured.single .text h3 {
    font-family: "modesto-text";
    font-size: 12px;
    color: #78583B;
    margin: -25px 0;
    text-transform: uppercase;
    display: block;
    top: -10px;
    position: absolute;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6)
    }
.events .upcoming {
    position: relative;
    height: auto;
    padding-bottom: 30px
    }
.events .upcoming .month h1 {
    font-family: "wisdom_script_airegular";
    font-size: 34px;
    font-weight: 400;
    color: #a09370;
    margin: 15px 0;
    left: 32px;
    position: relative
    }
.events .upcoming .month:before {
    content: "";
    background: url(../img/horizontal-noise.png) 0 0 repeat;
    width: 855px;
    height: 8px;
    position: absolute;
    margin: 46px 33px
    }
.events .upcoming .post {
    width: 855px;
    height: auto;
    position: relative;
    background: #1b1b1b;
    background: rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    border-bottom: 1px solid #0f0f0f;
    padding-bottom: 40px;
    margin-bottom: 1px
    }
.events .upcoming .post .avatar {
    background-color: transparent;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 20px;
    left: 15px
    }
.events .upcoming .post .avatar img {
    width: 100%
    }
.events .upcoming .post .text {
    width: 445px;
    position: relative;
    left: 140px;
    top: 22px;
    min-height: 98px
    }
.events .upcoming .post h3 {
    font-family: "modesto-text";
    font-size: 12px;
    color: #463e2e;
    margin: -15px 0;
    text-transform: uppercase;
    margin-bottom: -12px
    }
.events .upcoming .post h3 a {
    color: inherit;
    font-size: 12px
    }
.events .upcoming .post h3 a:hover {
    color: inherit;
    text-decoration: none
    }
.events .upcoming .post h2, .events .upcoming .post h2 a {
    font-family: "gnuolane";
    font-weight: 400;
    font-size: 28px;
    color: #78583b;
    margin: 0;
    padding-bottom: 10px;
    text-transform: uppercase;
    margin-top: -5px;
    line-height: 30px
    }
.events .upcoming .post p {
    font-family: georgia;
    font-size: 14px;
    color: #75746a
    }
.events .upcoming .datetime {
    font-family: "news-gothic-std";
    font-size: 12px;
    color: #78583b;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: uppercase
    }
.events .upcoming .datetime .time {
    position: relative;
    margin-left: 15px
    }
/*.events .upcoming .website {padding-bottom: 10px;}*/
.events .upcoming .website a {
    font-size: 12px
    }
.events .upcoming .map a {
    font-size: 12px
    }
.events .upcoming .share {
    margin-top: 10px
    }
.events .upcoming .address {
    font-family: "modesto-text";
    font-size: 12px;
    color: #75746a;
    text-transform: uppercase
    }
.events .upcoming .post .left {
    position: relative;
    float: left;
    width: 585px;
    height: auto
    }
.events .upcoming .post .left:after {
    content: "";
    background: url(../img/vertical-dots.png) 0 0 repeat;
    width: 3px;
    height: 100%;
    position: absolute;
    margin: 0 -30px;
    right: 0;
    top: 18px
    }
.events .upcoming .post .right {
    position: relative;
    float: left;
    width: 240px;
    height: auto;
    top: 20px;
    left: 50px
    }
.events .left .text .description img.alignleft {
    float: left;
    width: auto;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative
    }
.events .left .text .description img.alignright {
    float: right;
    width: auto;
    margin-left: 20px;
    margin-bottom: 20px;
    position: relative
    }
.events .left .text .description img.aligncenter {
    clear: both;
    margin: 20px auto;
    width: auto;
    position: relative;
    display: block
    }
/* Map */
.map .nav .map a {
    color: #a09370
    }
.map .location {
    z-index: 999;
    position: relative;
    padding: 32px 32px 25px
    }
.map .location #map_canvas {
    width: 100%;
    height: 350px;
    text-shadow: none;
    background: rgba(0, 0, 0, 0.2)
    }
.map .leaderboard:after {
    content: "";
    background: url(../img/horizontal-dots.png) 0 0 repeat;
    width: 100%;
    height: 3px;
    position: absolute
    }
.map .leaderboard {
    position: relative;
    margin: 0 0;
    width: 920px
    }
.map .leaderboard .text {
    margin-left: 32px
    }
.map .leaderboard .wisdom {
    font-family: "wisdom_script_airegular";
    font-size: 33px;
    color: #98621c;
    font-weight: 200
    }
.map .leaderboard .text h2 .cap {
    font-family: "gnuolane";
    font-size: 24px;
    color: #463E2E;
    font-weight: 400;
    text-transform: uppercase
    }
.map .left {
    width: 564px;
    height: auto;
    margin-bottom: -10px
    }
.map .left .breweries {
    width: 600px;
    position: relative;
    margin-left: 31px;
    min-height: 200px;
    margin-top: -25px;
    padding-bottom: 24px
    }
.map .left .contract-header {
    background: #725336;
    width: 604px;
    top: 1px;
    position: relative;
    color: #171717;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
    text-align: center;
    padding: 3px 0
    }
.map .left .post {
    height: 120px;
    width: 604px;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    cursor: pointer
    }
.map .left .post:after {
    content: "";
    background: url(../img/horizontal-dots.png) 0 0 repeat;
    width: 100%;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0
    }
.map .left .post:first-child:after {
    content: "";
    background: none
    }
.map .left .post:hover {
    background: rgba(0, 0, 0, 0.2)
    }
.map .left .number {
    background: url(../img/map-circle.png) 0 0 no-repeat;
    position: absolute;
    width: 26px;
    left: 12px;
    margin-top: 5px
    }
.map .left .number h2 {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #725336;
    margin: 0 0;
    top: -7px;
    position: relative;
    width: 26px;
    text-align: center;
    text-shadow: none
    }
.map .left .text {
    position: relative;
    float: left;
    width: 504px;
    margin: 0 50px
    }
.map .left .title h2 {
    font-family: "news-gothic-std", sans-serif;
    font-size: 16px;
    color: #725336;
    font-weight: 600;
    line-height: 14px;
    text-transform: uppercase
    }
.map .left .info {
    font-family: georgia;
    font-size: 14px;
    color: #75746a;
    position: relative;
    display: block;
    float: left
    }
.map .website a {
    color: #725336;
    text-decoration: none
    }
.map .website a:hover {
    text-decoration: underline
    }
body.map .hours {
    position: relative;
    margin-top: -90px;
    display: block;
    float: left;
    margin-left: 330px;
    font-size: 12px;
    line-height: 15px
    }
.map #bodyContent .hours {
    position: relative;
    margin-top: -89px;
    display: block;
    float: left;
    margin-left: 220px;
    font-size: 11px;
    line-height: 15px
    }
.map #map_canvas .directions a {
    color: #725336;
    text-decoration: none
    }
.map #map_canvas .directions a:hover {
    text-decoration: underline
    }
.map .left .breweries:after {
    content: "";
    background: url(../img/vertical-dots.png) 0 0 repeat;
    width: 3px;
    height: 100%;
    position: absolute;
    top: -22px;
    right: -6px
    }
.map .right {
    width: 235px;
    height: auto;
    position: absolute;
    margin: -4px 20px 0 0;
    right: 32px;
    top: 578px
    }
.map .right .sort {
    color: #463E2E;
    font-family: "modesto-text";
    font-size: 10px;
    font-weight: 400;
    margin: 10px 25px
    }
.map .right li {
    font-family: "gnuolane";
    font-weight: 400;
    font-size: 18px;
    color: #78583b;
    padding-bottom: 8px;
    letter-spacing: 1px
    }
.map .right li a {
    color: #78583b
    }
.map .right li.selected a {
    color: #a09370
    }
/* About */
.about .nav .about > a {
    color: #a09370
    }
.about a {
    font-size: 14px;
    color: #78583B
    }
.about a:hover {
    color: #78583B;
    text-decoration: underline
    }
.about .leaderboard:after {
    content: "";
    background: url(../img/horizontal-dots.png) 0 0 repeat;
    width: 100%;
    height: 3px;
    position: absolute
    }
.about .leaderboard {
    position: relative;
    margin: 0 0;
    width: 920px;
    margin-bottom: 30px
    }
.about .leaderboard .text {
    margin-left: 32px
    }
.about .leaderboard .wisdom {
    font-family: "wisdom_script_airegular";
    font-size: 33px;
    color: #98621c;
    font-weight: 200
    }
.about .left {
    width: 620px;
    height: 100%;
    position: relative;
    float: left;
    margin-bottom: 10px
    }
.about .left:after {
    content: "";
    background: url(../img/vertical-dots.png) 0 0 repeat;
    width: 3px;
    height: 100%;
    position: absolute;
    right: -1px;
    top: -15px
    }
.about .post {
    padding-top: 10px;
    margin: 0 29px 60px;
    margin-right: 60px
    }
.about .post h1, .about .post h2, .about .post h3 {
    margin: 0;
    padding: 0;
    line-height: 1em
    }
.about .post h2 {
    font-family: "gnuolane";
    font-size: 28px;
    font-weight: 400;
    color: #78583B;
    margin-top: 40px;
    margin-bottom: 20px
    }
.about .post h3 {
    font-family: "gnuolane";
    font-size: 21px;
    font-weight: 400;
    color: #75746a;
    margin-top: 26px;
    margin-bottom: 5px
    }
.about .post ul li {
    color: #75746a;
    font-family: georgia;
    font-size: 14px;
    list-style: square
    }
.about .right {
    width: 234px;
    height: 100%;
    position: relative;
    float: left
    }
.about .right .photo {
    width: 265px;
    height: 265px;
    position: absolute;
    border: 10px solid #ebe6e0;
    background: #ebe6e0;
    box-shadow: rgba(0, 0, 0, 0.4) 0 2px 10px
    }
.about .right .photo.general {
    top: 20px;
    transform: rotate(6deg);
    left: -25px
    }
.about .right .photo.sf-beer-week {
    top: 466px;
    transform: rotate(0deg);
    left: -20px
    }
.about .right .photo.brews-on-the-bay {
    top: 750px;
    transform: rotate(-5deg);
    left: -20px
    }
.about .right .photo.meet-the-brewers {
    top: 1110px;
    transform: rotate(5deg);
    left: -20px
    }
/* Contact */
.contact .nav .contact a {
    color: #a09370
    }
.contact a {
    font-size: 14px;
    color: #78583B
    }
.contact a:hover {
    color: #78583B;
    text-decoration: underline
    }
.contact .leaderboard:after {
    content: "";
    background: url(../img/horizontal-dots.png) 0 0 repeat;
    width: 100%;
    height: 3px;
    position: absolute
    }
.contact .leaderboard {
    position: relative;
    margin: 0 0;
    width: 920px;
    margin-bottom: 30px
    }
.contact .leaderboard .text {
    margin-left: 32px
    }
.contact .leaderboard .wisdom {
    font-family: "wisdom_script_airegular";
    font-size: 33px;
    color: #98621c;
    font-weight: 200
    }
.contact .left {
    width: 620px;
    height: 100%;
    position: relative;
    float: left;
    margin-bottom: 10px
    }
.contact .left:after {
    content: "";
    background: url(../img/vertical-dots.png) 0 0 repeat;
    width: 3px;
    height: 100%;
    position: absolute;
    right: -1px;
    top: -15px
    }
.contact .post {
    padding-top: 10px;
    margin: 0 29px 60px;
    margin-right: 60px
    }
.contact .post h1, .contact .post h2, .contact .post h3 {
    margin: 0;
    padding: 0;
    line-height: 1em
    }
.contact .post h2 {
    font-family: "gnuolane";
    font-size: 28px;
    font-weight: 400;
    color: #78583B;
    margin-top: 40px;
    margin-bottom: 20px
    }
.contact .post h3 {
    font-family: "gnuolane";
    font-size: 21px;
    font-weight: 400;
    color: #75746a;
    margin-top: 26px;
    margin-bottom: 5px
    }
.contact .post ul li {
    color: #75746a;
    font-family: georgia;
    font-size: 14px;
    list-style: square
    }
.contact .post input[type="text"], .contact .post input[type="email"] {
    width: 300px;
    height: 26px;
    font-family: georgia;
    background-color: #C9BFA7
    }
.contact .post input[name="your-subject"] {
    width: 548px;
    font-family: georgia;
    background-color: #C9BFA7
    }
.contact .post textarea {
    width: 548px;
    font-family: georgia;
    background-color: #C9BFA7
    }
.contact .post input[type="submit"] {
    width: 130px;
    height: 44px;
    background: black;
    color: #463E2E;
    font-family: "wisdom_script_airegular";
    font-weight: 200;
    border: 0;
    font-size: 26px;
    padding-right: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2)
    }
.contact .post input[type="submit"]:hover {
    color: #A09370
    }
.contact .wpcf7-response-output {
    font-family: georgia;
    font-size: 14px;
    color: #C9BFA7;
    margin-top: 20px;
    position: relative
    }
.contact .right {
    width: 234px;
    height: 100%;
    position: relative;
    float: left
    }
/* Store */
.store .leaderboard:after {
    content: "";
    background: url(../img/horizontal-dots.png) 0 0 repeat;
    width: 100%;
    height: 3px;
    position: absolute
    }
.store .leaderboard {
    position: relative;
    margin: 0 0;
    width: 920px;
    margin-bottom: 0
    }
.store .leaderboard .text {
    margin-left: 32px
    }
.store .leaderboard .wisdom {
    font-family: "wisdom_script_airegular";
    font-size: 33px;
    color: #98621c;
    font-weight: 200
    }
.store .leaderboard .usercart {
    position: absolute;
    right: 40px;
    top: 16px;
    width: auto;
    text-align: right;
    font-family: "gnuolane";
    font-size: 22px;
    color: #463E2E;
    font-weight: 400;
    text-transform: uppercase
    }
.store .leaderboard .usercart div {
    position: relative;
    float: left;
    display: block;
    margin-left: 20px
    }
.store .leaderboard .usercart .cart a {
    cursor: pointer;
    color: inherit
    }
.store .leaderboard .usercart .cart a:hover {
    cursor: pointer;
    color: #A09370;
    text-decoration: none
    }
.store .brewery-grid {
    position: relative;
    padding-bottom: 12px;
    overflow: hidden
    }
.store nav .middle .date {
    margin-left: 10px
    }
.store #sidenav {
    margin-right: 0
    }
.store .nav .store > a {
    color: #a09370
    }
.store .row {
    height: 200px;
    width: 925px;
    position: relative;
    margin-left: 0
    }
.store .box:after {
    content: "";
    background: url(../img/horizontal-dots.png) 0 0 repeat;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0
    }
.store .box {
    width: 306px;
    height: 440px;
    position: relative;
    float: left;
    cursor: pointer
    }
.store .box:before {
    content: "";
    background: url(../img/vertical-dots.png) 0 0 repeat;
    width: 3px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0
    }
.store .box.first:before {
    content: "";
    background: none
    }
.store .box.top:after {
    content: "";
    background: none
    }
.store .box:hover {
    background: rgba(0, 0, 0, 0.2);
    text-decoration: none
    }
.store .box .tab {
    background: url(../img/event-tab.png) 0 0 no-repeat;
    width: 68px;
    height: 71px;
    position: absolute;
    margin-left: 220px;
    z-index: 99;
    text-decoration: none;
    top: -3px
    }
.store .box .tab .price {
    font-size: 28px;
    font-family: Georgia, serif
    }
.store .box .tab h1 {
    font-size: 18px;
    color: #181715;
    position: relative;
    margin: 0 10px;
    line-height: 35px;
    top: 10px;
    text-align: center;
    text-shadow: 0 1px 0 #cb9043;
    text-transform: uppercase
    }
.store .box .tab .small {
    font-size: 18px
    }
.store .box .image {
    position: absolute;
    width: 280px;
    height: 280px;
    background: rgba(0, 0, 0, 0.2);
    top: 14px;
    margin-left: 12px
    }
.store .box .image img {
    width: auto;
    height: 100%
    }
.store .box .text {
    position: absolute;
    top: 294px;
    padding: 14px
    }
.store .box .text .title {
    font-family: "gnuolane";
    font-size: 24px;
    color: #463E2E;
    font-weight: 400;
    text-shadow: 0 -1px 0 #000;
    text-transform: uppercase;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 278px
    }
.store .box .text .description {
    font-family: georgia;
    font-size: 14px;
    color: #75746a;
    margin: 0 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
    }
.store .box button {
    position: relative;
    top: 388px;
    background: #98621c;
    border: 0;
    padding: 5px 22px;
    border-radius: 4px;
    margin: 0 auto;
    display: block;
    left: -2px;
    font-family: "gnuolane";
    font-size: 18px;
    color: #181715;
    font-weight: 400;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2)
    }
.store .box button:hover {
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
    color: #A09370
    }
.store .box button input[type="submit"] {
    border: 0;
    background: none;
    font-family: "gnuolane";
    font-size: 18px;
    color: #181715;
    font-weight: 400;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    text-transform: uppercase
    }
.store .box button input[type="submit"]:hover {
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
    color: #A09370
    }
/* Footer */
footer:before {
    content: "";
    background: url(../img/horizontal-noise.png) 0 0 repeat;
    width: 100%;
    height: 8px;
    position: absolute;
    margin: -25px 0 0 0;
    left: 0
    }
footer {
    width: 920px;
    height: 135px;
    position: relative;
    float: right;
    margin-top: 10px
    }
footer .column {
    float: left;
    width: 95px;
    position: relative;
    left: 35px
    }
footer .column li {
    cursor: pointer
    }
footer .column li a {
    font-family: georgia;
    font-size: 14px;
    color: #463e2e
    }
footer .column li a:hover {
    color: #463e2e
    }
footer .icon {
    background: url(../img/footer-logo.png) 0 0 no-repeat;
    width: 136px;
    height: 58px;
    position: relative;
    float: right;
    margin: 0 30px
    }
/* Twitter */
#tweet {
    padding-bottom: 50px
    }
#tweet:before {
    content: "";
    background: url(../img/horizontal-noise.png) 0 0 repeat;
    width: 100%;
    height: 8px;
    position: absolute
    }
#tweet:after {
    content: "";
    background: url(../img/tweet_bird.png) 0 0 repeat;
    width: 30px;
    height: 24px;
    position: absolute;
    margin-top: 12px;
    left: 50%;
    margin-left: -15px
    }
.home #tweet {
    width: 358px;
    height: 300px;
    position: relative
    }
.home #tweet, .query {
    font: 14px Georgia, serif;
    color: #75746a
    }
.tweet_list {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow-y: hidden;
    background-color: #1b1b1b
    }
.tweet_list li {
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0.5em;
    list-style-type: none;
    line-height: 17px;
    padding: 15px 26px
    }
.tweet_list li a {
    color: #78583b
    }
.tweet_list .tweet_first {
    margin-top: 8px
    }
.tweet_list .tweet_even {
    background-color: #1a1a1a;
    border-bottom: 1px solid #0f0f0f
    }
.tweet_list .tweet_odd {
    background-color: #161616;
    border-bottom: 1px solid #0f0f0f
    }
.tweet_list .tweet_avatar {
    display: block;
    float: left;
    margin-right: 15px;
    margin-bottom: 5px
    }
.tweet_list .tweet_avatar img {
    vertical-align: middle;
    border: 1px solid rgba(0, 0, 0, 0.1)
    }
.tweet_text {
    width: 200px
    }
.breweries #tweet {
    width: 286px;
    height: auto;
    position: relative;
    margin: 0 2px
    }
.breweries #tweet, .query {
    font: 14px Georgia, serif;
    color: #75746a
    }
.blog #tweet {
    width: 282px;
    height: 300px;
    position: relative;
    margin: 0 2px
    }
.blog #tweet, .query {
    font: 12px Georgia, serif;
    color: #75746a
    }
.map footer {
    float: none
    }
/* GLOBAL */
/*html, body { background:#a59579 !important; z-index:-3; }*/
/** SHOP **/
/* Generic Shopp Styles */
#shopp .submit {
    text-align: right;
    display: block;
    margin-bottom: 50px
    }
#shopp form {
    text-align: left
    }
#shopp form.product ul.options {
    list-style: none
    }
#shopp form ul {
    line-height: 1
    }
/*#shopp form label { font-size: 14px; font-weight: bold; padding-bottom: 3px; }
#shopp form ul li span label,
#shopp form div label { font-size: 14px; font-weight: normal; padding-bottom: 8px; }*/
/**
 * Catalog/Category
 **/
.categories ul li a.current {
    font-weight: bold
    }
#shopp .category {
    position: relative
    }
#shopp .views {
    display: inline;
    position: absolute;
    right: 0;
    top: 0
    }
#shopp .views button {
    border: 1px solid transparent;
    background: none;
    cursor: pointer;
    padding: 2px;
    margin-bottom: -3px
    }
#shopp .views button.hover {
    background-color: #ebebeb;
    border: 1px solid #777
    }
#shopp .views li {
    display: inline
    }
#shopp .orderby {
    float: right
    }
#shopp .category .subcategories {
    padding: 10px 0;
    margin-bottom: 10px
    }
#shopp .category .subcategories ul {
    padding: 10px 0 0 20px;
    margin-bottom: 10px
    }
#shopp .category .subcategories li {
    display: inline-block;
    margin-right: 20px;
    vertical-align: top
    }
#shopp .slideshow, #shopp .carousel {
    margin: 20px 0;
    overflow: hidden
    }
/* Each product in a category has a containing frame */
#shopp ul.products li.product div.frame {
    padding: 10px
    }
#shopp ul.products li .name, #shopp ul.products li .summary, #shopp ul.products li .savings, #shopp ul.products li .price {
    margin-top: 0;
    margin-bottom: 0
    }
#shopp ul.products li .details {
    float: none
    }
/* Hide the product summary in the grid view */
#shopp ul.products li .summary {
    display: none
    }
#shopp ul.products li .listview {
    display: none
    }
#shopp ul.products img {
    display: block
    }
#shopp .price {
    font-weight: normal;
    line-height: 1.5;
    margin: 0
    }
#shopp .original {
    text-decoration: line-through
    }
#shopp .sale {
    font-size: 150%
    }
/* Faceted menu cancel filter link styles */
.filters a.cancel:before {
    content: "["
    }
.filters a.cancel {
    font-weight: bold
    }
.filters a.cancel:after {
    content: "]"
    }
.filters a.cancel:hover {
    text-decoration: none
    }
/* Product List View */
#shopp.list ul.products li {
    float: none;
    width: 100%;
    overflow: hidden;
    padding-bottom: 10px
    }
#shopp.list ul.products li.product {
    border-bottom: 1px solid #ddd
    }
#shopp.list ul.products li div.frame {
    width: 100%;
    text-align: left
    }
#shopp.list ul.products li img {
    float: left;
    margin-right: 10px
    }
#shopp.list ul.products li .details {
    float: left;
    width: 65%
    }
#shopp.list ul.products li .listview {
    display: block
    }
#shopp ul.breadcrumb {
    margin: 10px 0
    }
#shopp ul.breadcrumb li {
    background: none;
    padding: 0;
    display: inline;
    margin-left: 0;
    text-indent: 0
    }
#shopp ul.categories {
    float: left;
    margin-right: 20px
    }
/* Category Pagination */
#shopp ul.paging {
    /* placeholder for your styles - inherited defaults: clear: none; display: inline-block; */
    }
#shopp ul.paging li {
    /* placeholder for your styles - inherited defaults: display: inline-block; margin-left: 5px; */
    }
#shopp ul.paging li a {
    /* page links default styling */
    }
#shopp ul.paging li a:hover {
    /* page links hover styling */
    }
#shopp ul.paging li.active {
    /* currrent page style */
    }
#shopp ul.paging li.disabled {
    /* style for disabled previous/next links */
    }
#shopp ul.paging li.previous a, #shopp ul.paging li.next a {
    /* previous/next link style */
    }
/**
 * Product Pages
 **/
#shopp .column {
    float: left
    }
#shopp .column.first {
    width: 65%
    }
#shopp .column.second {
    float: right;
    width: 35%
    }
#shopp .original {
    text-decoration: line-through
    }
#shopp form.product ul, #shopp form.product ul li, #shopp form.product ul li label {
    clear: none
    }
#shopp form.product ul {
    width: auto
    }
#shopp ul.variations label {
    display: block
    }
#shopp dl {
    overflow: hidden
    }
#shopp dl dt {
    font-weight: bold;
    float: left;
    margin-right: 10px;
    clear: left
    }
#shopp dl dd {
    display: block;
    clear: right
    }
#shopp .gallery {
    margin: 5px 10px 5px 0
    }
#shopp .gallery ul.previews li.thumbnails ul {
    margin: 10px 0 10px 0
    }
#shopp .gallery ul.previews li.thumbnails li {
    margin: 0 5px 0 0
    }
/**
 * Category List Widget
 **/
ul.shopp_categories {
    /* category list container */
    }
ul.shopp_categories li {
    /* category listing containers */
    }
ul.shopp_categories li a {
    /* category link default styles */
    }
ul.shopp_categories li a:hover {
    /* category link hover styles */
    }
ul.shopp_categories li span {
    /* categpry product count styles */
    }
ul.shopp_categories li.current {
    /* currently viewed category container */
    }
ul.shopp_categories li.current a {
    /* currently viewed category link style */
    }
ul.shopp_categories li.current a:hover {
    /* currently viewed category link hover style */
    }
ul.shopp_categories li ul.children {
    /* sub-category list container */
    }
ul.shopp_categories li ul.children li {
    /* sub-category listing container */
    }
ul.shopp_categories li ul.active {
    /* active sub-category container */
    }
/* Collapsed sub-category menus example
ul.shopp_categories li ul.children { display: none; }
ul.shopp_categories li ul.active { display: block; }
*/
/**
 * Side Products Widget
 **/
.sideproduct {
    margin-top: 20px
    }
.sideproduct h3 {
    margin-top: 0
    }
/**
 * Shopping Cart
 **/
#shopp #cart {
    width: 100%
    }
/*#shopp #cart table { padding: 10px 0; width: 830px; font-size: 14px; line-height: 2.25em; }*/
#shopp #cart th {
    text-align: left;
    font-weight: bold
    }
#shopp #cart th, #shopp #cart td {
    padding: 0
    }
#shopp #cart .item {
    width: 410px;
    top: 3px;
    position: relative;
    margin-right: 13px
    }
#shopp #cart .money, #shopp #cart .totals th, #shopp #cart .buttons td {
    text-align: right;
    white-space: nowrap
    }
#shopp #cart .totals.total th, #shopp #cart .totals.total td {
    font-size: 130%
    }
/*#shopp #cart .remove { font-size: 9px; }*/
#shopp #cart address {
    font-style: normal
    }
#shopp #cart big {
    display: block;
    margin: 10px 0
    }
#shopp #cart big a.right {
    float: right
    }
/**
 * Shopping Cart Widget
 **/
#shopp-cart.widget p.status {
    margin-bottom: 10px
    }
#shopp ul.account li {
    display: inline-block;
    width: 200px;
    padding-top: 18px
    }
/**
 * Checkout
 **/
#shopp #shipping-methods {
    padding-left: 0;
    margin-bottom: 5px;
    margin-left: 16px
    }
#shopp #shipping-methods li {
    margin-top: 5px
    }
#shopp #shipping-methods input {
    margin-left: -16px;
    width: auto
    }
#shopp #shipping-methods label {
    width: 190px
    }
#shopp #errors {
    color: #900
    }
#shopp input.error {
    background: #fdd
    }
#shopp label.error {
    color: #900;
    font-weight: bold
    }
/**
 * Order Receipt
 **/
#shopp #receipt {
    position: relative;
    margin: 20px 0
    }
#shopp #receipt address {
    font-style: normal;
    font-weight: 600
    }
#shopp #receipt fieldset {
    padding-top: 10px;
    /*border: 1px solid #dadada;*/
    margin: 20px 0 30px
    }
#shopp #receipt fieldset legend {
    display: block
    }
#shopp #receipt fieldset p {
    font-size: 13px;
    margin-top: 10px
    }
#shopp #receipt table {
    overflow: hidden
    }
#shopp #receipt table.transaction th {
    text-align: left
    }
#shopp #receipt .labels {
    width: 100%
    }
#shopp #receipt table.labels td {
    vertical-align: top
    }
#shopp #receipt .order {
    width: 100%;
    overflow: hidden;
    border: none
    }
#shopp #receipt td {
    border: none
    }
#shopp #receipt th {
    font-weight: bold;
    text-align: left;
    border: none
    }
#shopp #receipt th, #shopp #receipt td {
    padding: 3px 0
    }
#shopp #receipt .order .item {
    width: 50%
    }
#shopp #receipt .order td.qty {
    text-align: center
    }
#shopp #receipt .order .money, #shopp #receipt .order .total, #shopp #receipt .order .buttons td {
    text-align: right
    }
#shopp #receipt .order .totals.total th, #shopp #receipt .order .totals.total td {
    font-size: 130%
    }
/* Custom */
#shopp {
    color: #000
    }
#shopp #hidden-update {
    display: none
    }
#shopp ul {
    list-style: none
    }
#shopp label {
    width: 100px;
    display: inline-block;
    text-align: left;
    padding-right: 22px
    }
#shopp input {
    font-size: 16px;
    padding: 5px
    }
.checkout #shopp input[type="text"] {
    width: 200px
    }
#shopp h3 {
    width: 330px;
    font-family: "wisdom_script_airegular";
    font-size: 26px;
    font-weight: 400;
    color: #A09370;
    margin: 15px 0;
    position: relative
    }
#shopp ul.buyerinfo h3 {
    margin-bottom: 10px
    }
.hidden {
    display: none
    }
label[for=same-address-shipping] {
    width: 100% !important;
    text-align: left !important;
    margin-top: -30px;
    margin-bottom: 30px
    }
.checkout-button {
    font-size: 15px;
    padding: 8px 10px;
    background: #E96E2C;
    border: 0;
    color: white;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    text-shadow: none
    }
#errors {
    background: red;
    color: white !important
    }
#errors h3 {
    display: none
    }
#errors ul {
    padding: 12px 0 12px 12px;
    margin: 0
    }
#shopp #cart .item, #shopp #receipt .item {
    height: auto;
    margin-bottom: 0
    }
#shopp label {
    display: block;
    float: left;
    position: relative;
    top: 9px;
    width: 135px;
    font-family: georgia;
    font-size: 14px;
    color: #75746a
    }
#shopp .same-address-shipping label {
    width: 500px
    }
#shopp select {
    position: relative;
    margin-top: 10px;
    width: auto;
    height: auto
    }
#shopp .shopp-errors {
    background: #e68f1a;
    padding: 20px;
    margin-bottom: 20px
    }
#shopp .shopp-errors h3 {
    margin: 0;
    display: none
    }
#shopp small.method {
    margin-top: 20px;
    position: relative;
    display: block
    }
#shopp td a {
    color: #78583B;
    width: 370px;
    display: block;
    font-size: 16px
    }
#shopp .payoption-0 {
    float: right;
    position: relative;
    margin-bottom: 50px;
    margin-right: 30px;
    display: block
    }
#shopp .payoption-paypal {
    float: right;
    position: relative;
    margin-bottom: 30px
    }
#shopp .payoption-paypal input {
    background: none
    }
#shopp.confirm .checkout-button {
    background: none
    }
#shopp .checkout-button, #shopp a.checkout-button {
    padding: 4px 10px;
    line-height: 1.5em;
    position: relative;
    background: #98621C;
    border: 0;
    padding: 5px 22px;
    border-radius: 4px;
    font-family: "gnuolane" !important;
    font-size: 18px !important;
    color: #181715 !important;
    font-weight: 400;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    text-transform: uppercase;
    margin-right: 12px
    }
#shopp a.checkout-button {
    margin-right: 2px
    }
#shopp .checkout-button:hover, #shopp a.checkout-button:hover {
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
    color: #A09370 !important;
    text-decoration: none !important
    }
input.addtocart {
    background: none;
    border: none;
    text-transform: uppercase;
    color: white
    }
.store table {
    padding: 10px 0;
    width: 846px;
    font-size: 14px;
    line-height: 2.25em;
    margin: 34px;
    font-family: georgia;
    font-size: 14px;
    color: #75746a
    }
/*.store table:after{
	content:'';
	position:absolute;
	background:url(../img/horizontal-dots.png) 0 0 repeat;
	height:3px;
	left:0px;
	width: 100%;
	margin-top: 20px;
}*/
.store big a.right {
    float: right
    }
.store #hidden-update {
    display: none
    }
.store .remove {
    line-height: 16px;
    padding: 5px 5px
    }
.store .continue-shopping {
    position: absolute;
    right: 20px;
    top: 36px
    }
.store li.payment {
    margin-top: 25px
    }
.store li.payment span {
    display: block
    }
#shopp.grid.thanks {
    margin-top: 0;
    width: 869px
    }
#shopp #order-data-giftmsg {
    width: 491px;
    height: 120px;
    margin-bottom: 0
    }
#shopp #billing-cvv {
    width: auto
    }
#shopp td .name {
    color: #78583B;
    width: 370px;
    display: block;
    font-size: 16px
    }
#shopp #cart big {
    display: block;
    margin: 34px 34px
    }
#shopp #cart big a {
    color: #78583B;
    font-family: georgia;
    font-size: 14px
    }
#shopp #cart big a.checkout-button {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    margin-bottom: 40px;
    position: relative;
    top: -5px
    }
#shopp #cart big a.checkout-button:hover {
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
    color: #A09370 !important;
    text-decoration: none !important
    }
#shopp input {
    width: inherit
    }
#shopp .totals.total {
    color: #98621C
    }
#shopp .totals.total th {
    font-family: "wisdom_script_airegular";
    font-size: 26px !important;
    color: #98621C;
    font-weight: 200 !important
    }
#shopp input[type="text"] {
    margin-bottom: 0;
    background: #C9BFA7;
    font-family: Georgia, serif;
    font-style: italic
    }
#shopp .update-button, #shopp .remove {
    padding: 4px 10px;
    line-height: 1.5em;
    background: rgba(0, 0, 0, 0.2);
    border: 0;
    border-radius: 4px;
    font-family: "gnuolane" !important;
    font-size: 12px !important;
    color: #75746a;
    font-weight: 400;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    text-transform: uppercase;
    margin-left: 5px
    }
#shopp .update-button:hover, #shopp .remove:hover {
    color: #A09370;
    cursor: pointer;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.4)
    }
#checkout ul:before {
    content: "";
    position: absolute;
    background: url(../img/horizontal-dots.png) 0 0 repeat;
    height: 3px;
    left: 0;
    width: 100%;
    margin-top: -20px
    }
#checkout ul#shipping-methods:before {
    content: "";
    position: absolute;
    background: none;
    height: 3px;
    left: 0;
    width: 100%;
    margin: 0
    }
.checkout input[type="text"] {
    margin-bottom: 14px !important;
    height: 24px
    }
#shopp input[type="checkbox"] {
    width: auto
    }
#shopp .fixed-input label {
    margin-left: 20px
    }
#shopp .fixed-input input[type="text"] {
    width: 400px
    }
#shopp #billing-cardexpires-yy {
    margin-left: 10px
    }
#shopp #billing-card, #shopp #billing-cardholder {
    width: 400px
    }
#shopp #billing-cardtype {
    margin-left: 11px
    }
/*.checkout .submit:before {
	content:'';
	position:absolute;
	background:url(../img/horizontal-dots.png) 0 0 repeat;
	height:3px;
	left:0px;
	width: 100%;
	margin-top:-34px;
}*/
.checkout .right-sidebar {
    position: absolute;
    right: 0;
    background: none;
    height: 1158px;
    width: 320px;
    top: 421px
    }
.checkout .right-sidebar:before {
    content: "";
    background: url(../img/vertical-dots.png) 0 0 repeat;
    width: 3px;
    height: 100%;
    position: absolute;
    margin: 0 -3px;
    display: block;
    left: 2px;
    top: 0;
    z-index: 99
    }
p.submit a {
    padding: 4px 10px;
    line-height: 1.5em;
    position: relative;
    background: #98621C;
    border: 0;
    padding: 5px 22px;
    border-radius: 4px;
    font-family: "gnuolane" !important;
    font-size: 18px !important;
    color: #181715 !important;
    font-weight: 400;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    text-transform: uppercase;
    margin: 0 34px
    }
p.submit a:hover {
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
    color: #A09370 !important;
    text-decoration: none !important
    }
#shopp .empty-cart {
    margin: 40px 34px
    }
#shopp .empty-cart a {
    color: #78583B
    }
#shopp .empty-cart a:hover {
    color: #78583B;
    text-decoration: underline
    }
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    }
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%
    }
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
    display: none !important;
    visibility: hidden
    }
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
    }
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
    }
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
    visibility: hidden
    }
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before, .clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
    }
.clearfix:after {
    clear: both
    }
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    /* Styles */
    #main .article .left .contact input[type="text"] {
        width: 370px !important
        }
    .events .featured .post .photo:before {
        bottom: -2px
        }
    .blog .right .search input {
        width: 186px
        }
    .blog .right .search button {
        width: 40px;
        text-align: center;
        padding: 0;
        margin-left: 10px
        }
    #bgphoto, #bgimg {
        display: none
        }
    body {
        background: url(../img/bg.png) 0 0 repeat
        }
    }
/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) {
    /* Styles */
    }
/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
    /* Styles */
    }
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    /* Styles */
    #main .article .left .contact input[type="text"] {
        width: 370px !important
        }
    .events .featured .post .photo:before {
        bottom: -2px
        }
    .blog .right .search input {
        width: 186px
        }
    .blog .right .search button {
        width: 40px;
        text-align: center;
        padding: 0;
        margin-left: 10px
        }
    #bgphoto, #bgimg {
        display: none
        }
    body {
        background: url(../img/bg.png) 0 0 repeat
        }
    }
/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    /* Styles */
    }
/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    /* Styles */
    }
/* Desktops and laptops ----------- */
@media only screen and (min-width: 1224px) {
    /* Styles */
    }
/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
    /* Styles */
    }
/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    /* Styles */
    }
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important
        }
    a, a:visited {
        text-decoration: underline
        }
    a[href]:after {
        content: " (" attr(href) ")"
        }
    abbr[title]:after {
        content: " (" attr(title) ")"
        }
    /*
         * Don't show links for images, or javascript/internal links
         */
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: ""
        }
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
        }
    thead {
        display: table-header-group;
        /* h5bp.com/t */
        }
    tr, img {
        page-break-inside: avoid
        }
    img {
        max-width: 100% !important
        }
    @page {
        margin: 0.5cm
        }
    p, h2, h3 {
        orphans: 3;
        widows: 3
        }
    h2, h3 {
        page-break-after: avoid
        }
    }