@font-face {font-family: 'LucidaGrandeRegular';src: url('lucida_grande-webfont.eot');src: local('☺'), url('lucida_grande-webfont.woff') format('woff'), url('lucida_grande-webfont.ttf') format('truetype');font-weight: bold;font-style: normal;}
@font-face {font-family: 'LucidaGrandeBold';src: url('lucida_grande_bold-webfont.eot');src: local('☺'), url('lucida_grande_bold-webfont.woff') format('woff'), url('lucida_grande_bold-webfont.ttf') format('truetype');font-weight: bold;font-style: normal;}
@font-face {font-family: 'HelveticaNeueMdCn';src: url('helveticaneueltpro-mdcn-webfont.eot');src: local('☺'), url('helveticaneueltpro-mdcn-webfont.woff') format('woff'), url('helveticaneueltpro-mdcn-webfont.ttf') format('truetype');font-weight: bold;font-style: normal;}
@font-face {font-family: 'HelveticaNeueLtCnO';src: url('helveticaneueltcom-ltcno-webfont.eot');src: local('☺'), url('helveticaneueltcom-ltcno-webfont.woff') format('woff'), url('helveticaneueltcom-ltcno-webfont.ttf') format('truetype');font-weight: bold;font-style: normal;}
@import url(http://fonts.googleapis.com/css?family=Oswald);

/* $Id: sample.local.css,v 1.1 2010/11/18 23:57:53 sociotech Exp $ */

/****************************/
/* LOCAL CSS                */
/****************************/

/* Put your custom CSS and CSS overrides in this file and  */
/* rename it local.css.  By restricting your CSS changes   */
/* to local.css, your changes will not be overwritten when */
/* upgrading to a new version of this theme.  You can also */
/* use a local-rtl.css file for the equivalent in RTL.     */

/* Steps to activate local.css:                       */
/* 1. Add your custom CSS to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Clear cached data at admin/settings/performance */



html {
	background: transparent url(../images/background_img.jpg) no-repeat scroll center center;
	background-size: 100%;
	background-color:#000000;
}

a, a:link, a:visited {
color:#FFFFFF;
}

b {
font-family: HelveticaNeueMdCn,Arial,sans-serif;
font-weight: normal;
font-size:15px;
color:#eeeeee;
}

h2.oswald {
	border-bottom: 1px solid #D48234;
    color: #EBEBEB;
    font-family: HelveticaNeueMdCn,Arial,sans-serif;
    font-weight: normal;
    padding-bottom: 10px;
}

strong {
font-family: HelveticaNeueMdCn,Arial,sans-serif;
font-weight: normal;
}


h2.title {
font-family: HelveticaNeueMdCn,Arial,sans-serif;
font-weight: normal;
}


img.bg {
        /* Set rules to fill background */
        min-height: 100%;
        min-width: 2000px;
            z-index: -1;

        /* Set up proportionate scaling */
        width: 100%;
        height: auto;

        /* Set up positioning */
        position: fixed;
        top: 0;
        left: 0;
}

@media screen and (max-width: 2000px) { /* Specific to this particular image */
        img.bg {
                left: 50%;
                margin-left: -1000px;   /* 50% */
        }
}


html, body, div, span, p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea {
    margin: 0 0 0 0;
    padding: 0;
}

body, div.full-width {
    min-width: 500px;
}


.region {
    max-width: 3000px;
    min-width: 780px;
}


#header-group-inner {
	background: url("../images/header_bg.png") repeat scroll 0 0 transparent;
	color: #FFFFFF;
    margin-bottom:0px;
}

#main-menu-wrapper {
    float: left;
    margin-bottom: 0;
    margin-top: 47px;
    min-width: 450px;
    width: 450px;
}

#main-menu-wrapper .inner {
    margin-left: 0px;
    margin-right: 0px;
}

#main-menu-wrapper ul a {
    color: #666666;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    letter-spacing: 0.5px;
    padding: 8px 20px 10px 0;
    text-shadow: 1px 0 3px #000000;
    text-transform: uppercase;
}

#main-menu-wrapper ul a:hover {
    color: #ffffff;
}

#main-menu-wrapper ul a:active {
    color: #ffffff;
}


#block-system-main-menu {
margin-bottom:0px;
}

#header-site-info {
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 20px;
    width: auto;
    margin-bottom:0px;
    min-height:75px;
}


#block-block-1 .inner {
margin:0px;
}

.header_color_bar {
background: url("../images/color_bar_orange.png") repeat scroll 0 0 #D48234;
height: 5px;
-moz-box-shadow: 0px -2px 8px #000;
	-webkit-box-shadow: 0px -2px 8px #000;
	box-shadow: 0px -2px 8px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=90, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=90, Color='#000000');
}


#header-group-wrapper {
-moz-box-shadow: 0px -2px 8px #000;
	-webkit-box-shadow: 0px -2px 8px #000;
	box-shadow: 0px -2px 8px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=90, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=90, Color='#000000');
	position:absolute;
	z-index:9999;
	top:0;
}


#footer ul {
margin:0;
padding-left: 20px;
}


.footer-wrapper {
	background: url("../images/header_bg.png") repeat scroll 0 0 transparent;
    bottom: 0;
    left: 0;
    position: absolute;
	z-index:999;
    font-size: 85%;
	border-top:1px solid #222222;
	box-shadow: 0 -2px 8px #000000;
}


.footer-wrapper li a {
color:#444444;
}

.footer-wrapper li a:active {
color:#444444 !important;
}

.footer-wrapper li a:hover {
color:#E6E6E6;
}

#block-menu-menu-footer-menu {
    clear: both;
    display: block;
    font-size: 11px;
    margin-bottom: 0px;
    margin-top: 15px;
    width: auto;
}

#block-menu-menu-footer-menu .inner {
    margin-left: 0;
    margin-right: 0;
}


#block-menu-menu-footer-menu ul.menu li {
    float: left;
    list-style: none outside none;
    padding-right: 10px;
}


.page-inner {
overflow:hidden;
min-height:800px;
}

#main-wrapper {
    background: url("../images/panel_bg.png") repeat scroll 0 0 transparent;
	border: 1px solid #333333;
	border-left:none;
    bottom: 80px;
    box-shadow: 0 -2px 8px #000000;
    color: #BBBBBB;
	font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    height: 460px;
    line-height: 1.25em;
    padding-left: 15px;
    position: absolute;
    width: 500px;
}



#pid-home #main-wrapper {
    height: 400px;
    width: 800px;
}

.preface-top-wrapper {
    margin-bottom: 15px;
}




#logo img {
    padding-top: 13px;
    width: 250px;
}

#preface-top-wrapper {
margin-bottom:0px;
position:absolute;
z-index:9999;
top: 97px;
}

#block-block-1 {
margin-bottom:0px;
}


.page-calendar #content-messages {
display:none;
}


.calendar-calendar ul.inline {
display: none !important;
}

.page-calendar h1.title {
}

#block-block-2 {
    margin-bottom: 15px;
    margin-top: 15px;
    color: #444444;
    text-align: right;
    float:right;
    width: auto;
}

#block-block-2 .inner {
    margin-right: 20px;
}


#page, 
#bg, 
#ie,
.field-name-field-image-bg,
.field-name-field-image-bg .field-items,
.field-name-field-image-bg .field-item {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  min-height: 100%;
  position: absolute
}
body {
  min-height: 100%;
  height: 100%;
}
#bg > div {
  height: 200%;
  left: -50%;
  position: absolute;
  top: -50%;
  width: 200%;
}
#bg table, #bg td {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
#bg td {
  text-align: center;
  vertical-align: middle;
}

#bg div table tbody td > img, #slideshow-outer {
  margin: 0 auto;
  min-height: 50%;
  min-width: 50%;
  display: inline;
}
#slideshow {
  position: relative;
  min-height: 100%;
  min-width: 100%;
}
#ie #slideshow {
  position: relative;
  min-height: 50%;
  min-width: 50%; }

#slideshow-outer {
  display: inline-block; }

#slideshow > img {
  min-height: 50%;
  min-width: 100%; }

#ie #bg div table tbody td > img {
  min-height: 50%;
  min-width: 0; }
#ie #slideshow-outer {
  display: inline;
}
body,
#ie #slideshow-outer,
#ie #slideshow,
#ie #bg,
#ie,
#ie #main-inner {
  zoom: 1;
}
#ie {
  min-height: 100%;
}
#page {
  z-index: 60;
}
#bg {
  z-index: 50;
}
#slideshow-controls,
#title-container {
  z-index: 9999;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #666666;
  padding: 15px 35px;
  font-size: 12px;
}
#slideshow-controls {
  bottom: 40px;
  display:none;
}
 
#block-block-3 {
    clear: both;
    color: #666666;
    float: left;
    font-size: 10px;
    margin-bottom: 15px;
    margin-top: 0;
    margin-left: 10px;
    max-width: 180px;
    width: auto;
}

.order-review-table .pane-title-row {
    background-color: #222222;
    border: medium none;
    color: #555555;
    font-weight: normal;
    padding: 0.5em 1em;
    text-align: left;
    text-transform: uppercase;
}

.order-review-table .title-col {
    font-weight: normal;
    padding-left: 3em;
    text-align: right;
    color: #555555;
}


.order-review-table {
    border: medium none;
    float: left;
    font-size: 0.9em;
    line-height: 1.4em;
    margin: 15px auto auto;
    text-align: left;
    width: 400px;
}

.order-review-table .review-button-row {
    background-color: #222222;
    border: medium none;
    text-align: center;
}


#pid-cart-checkout-review #main-wrapper {
width:500px;
min-width:400px;
}


#pid-cart-checkout-review h1.title {
	font-size:0px;
}


fieldset {
    border: 1px solid #222222;
}


fieldset.collapsible {
    padding: 10px;
    position: relative;
}

.form-item input, .form-item select, .form-item textarea {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background:#222222;
	box-shadow:inset 0 0 5px #000000;
    border: 1px solid #333333;
    color: white;
}

#pid-cart-checkout-review #main-wrapper #main {
min-width:400px;
}

#review-instructions {
width:400px;
min-width:400px;
}


.field-label {
    font-weight: normal;
    text-align: right;
    color: #555555;
}

#quote .solid-border {
    border: 1px solid #222222;
    padding: 5px;
}

#line-items-div {
    border: 1px solid #222222 !important;
}

#payment_details {
    border: none;
}


#checkout-form-bottom {
    border: 1px solid #222222;
    padding-left: 15px;
    text-align: left;
    width: auto;
}


#pid-cart-checkout .grippie {
width: 421px;
background-color: #555555;
border-color: #666666;
}

.grippie {
    background-color: #555555 !important;
    border-color: #666666 !important;
}


tr.even, tr.even td {
    background-color: #333333;
    border-bottom: 1px solid #222222;
}

tr.odd, tr.odd td {
    background-color: #111111;
    border-bottom: 1px solid #222222;
}


.cart-review {
    border: 1px solid #222222;
}

thead th, th {
    border-bottom: 3px solid #222222;
}


html.js fieldset.collapsible .fieldset-legend {
    background: transparent url(../images/menu-expanded.png) no-repeat scroll 5px 65%;
}


html.js fieldset.collapsed .fieldset-legend {
    background-image: url(../images/menu-collapsed.png);
}

#cart-pane {
border:none;
}


a.form-submit,
form .form-submit {
    -moz-background-inline-policy: continuous;
    background: url("../images/button.png") no-repeat scroll center top transparent;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-family: HelveticaNeueMdCn,Arial,sans-serif;
    font-size: 11px;
    font-weight: normal;
    height: 36px;
    margin: 10px 2px;
    padding: 3px 5px;
    text-shadow: 0 -1px 2px #000000;
    text-transform: uppercase;
    width: 100px;
}

a.form-submit:hover,
form .form-submit:hover {
    background: url("../images/button.png") no-repeat scroll center bottom transparent;
}

a.form-submit {
    display: block;
    float: left;
    height: 30px;
    line-height: 35px;
    margin-left: 0;
    text-align: center;
    text-decoration: none;
}


.node-type-offsite-product .field-name-field-product-price {
    clear: right;
    color: #EBEBEB;
    float: left;
    font-family: HelveticaNeueMdCn,Arial,sans-serif;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 20px;
    min-width: 485px;
    padding: 0 0 0 7px;
    text-align: left;
}




.node-type-beer-type h1.title {
}

.block-system {
width: 100%;
}


#block-views-frontpage-block_1 {
    width: 100%;
}

#block-views-frontpage-block_1 h2.title {
    border-bottom: 1px solid #D48234;
    color: #EBEBEB;
    font-family: HelveticaNeueMdCn,Arial,sans-serif;
    font-weight: normal;
    padding-bottom: 10px;
}

.page-calendar .feed-icon {
display:none;
}

.calendar-calendar tr {
    background: none repeat scroll 0 0 transparent;
    margin: 0;
    padding: 0;
}


.calendar-calendar .month-view .full td.single-day .calendar-empty, .calendar-calendar .month-view .full td.single-day.empty, .calendar-calendar .month-view .full td.date-box.empty {
    background: none repeat scroll 0 0 transparent;
}

.calendar-calendar .month-view .full td, .calendar-calendar .week-view .full td, .calendar-calendar .day-view td {
    background: none repeat scroll 0 0 #333333;
    padding: 1px 2px 0;
    vertical-align: top;
}

.calendar-calendar td {
    border: 1px solid black;
    color: #777777;
    margin: 0;
    padding: 0;
    text-align: right;
    vertical-align: top;
    width: 14%;
}

.calendar-calendar td.empty {
    background: none repeat scroll 0 0 #CCCCCC;
    border-color: black;
    color: #333333;
}


.calendar-calendar .month-view .full td.date-box {
    border-bottom: 0 none;
    color: black;
    height: 1%;
    padding-bottom: 2px;
}

.calendar-calendar th.days {
    color: #232323;
    padding-bottom:10px;
}


.calendar-calendar .month-view .full tr td.single-day.today {
    border-bottom: 2px solid #D48234;
}

.calendar-calendar .month-view .full tr td.today, .calendar-calendar .month-view .full tr.odd td.today, .calendar-calendar .month-view .full tr.even td.today {
    background: none repeat scroll 0 0 transparent;
    border-left: 2px solid #D48234;
    border-right: 2px solid #D48234;
}

.calendar-calendar .month-view .full td.date-box.today {
    border-color: #D48234;
    border-style: solid;
    border-width: 2px 2px 0;
    color:#D48234;
}

.calendar-calendar .month-view .full td.multi-day div.monthview, .calendar-calendar .week-view .full td.multi-day div.weekview, .calendar-calendar .day-view .full td.multi-day div.dayview {
    background: none repeat scroll 0 0 transparent;
    color: #FFFFFF;
    height: 1.9em;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.calendar-calendar .month-view .full td.multi-day .inner .monthview .continues, .calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff, .calendar-calendar .week-view .full td.multi-day .inner .weekview .continues, .calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff {
    -moz-border-radius: 0 5px 5px 0;
    background: none repeat scroll 0 0 transparent;
    height: 1.9em;
    padding-left: 6px;
    position: absolute;
    right: 0 !important;
    text-align: left;
    width: 10px;
    z-index: 1;
}

.calendar-calendar td .inner div.day a {
    color: black;
    font-weight: normal;
}

.view-content .calendar-calendar .date-prev {
    -moz-border-radius: 5px 0 0 5px;
    background: none repeat scroll 0 0 transparent;
    float: none;
    font-size: 12px;
    padding: 5px 0;
    position: absolute;
    right: 60px;
    text-align: right;
    top: 0;
    width: auto;
    z-index: 1;
}

.view-content .calendar-calendar .date-next {
    -moz-border-radius: 0 5px 5px 0;
    background: none repeat scroll 0 0 transparent;
    float: none;
    font-size: 12px;
    padding: 5px 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: auto;
    z-index: 1;
}

.view-frontpage {
padding-top:10px;
}

.view-frontpage .node ul.links li {
    display: block;
}


#block-views-frontpage-block_1 div.node {
    margin-bottom: 1.5em;
    padding-bottom: 15px;
}


#cart-form-buttons {
    border: medium none;
    margin: 0.5em 0;
    text-align: right;
    width: 100%;
}

#cart-form-products {
    border: medium none;
    margin-top: 0.5em;
    width: 100%;
}






#main {
width:500px;
min-width:500px;
}

#bolts_top {
	background: transparent url(../images/bolts_top.png) no-repeat scroll center center;
	height:25px;
	width:500px;
}

#bolts_bottom {
	background: transparent url(../images/bolts_bottom.png) no-repeat scroll center center;
	height:25px;
	width:500px;
}

#main-content-inner {
height:425px;
}


#pid-age-check #main-content-inner {
height:325px;
}

.content-inner-inner .scrollMe {
height:340px;
}


h1.title {
 background: url("../images/title_plate_home-n.png") no-repeat scroll right top transparent;
    color: #CCCCCC;
    display: block;
    font-family: HelveticaNeueMdCn,Arial,sans-serif;
    font-size: 32px;
    height: 41px;
    margin: 0 -10px 20px -49px;
    overflow: visible;
    padding-top: 26px;
    text-align: center;
    text-shadow: 0 -2px 3px #000000;
    text-transform: none;
}


.page-cart .jspContainer {
}

.page-cart .jspContainer #content {
    padding: 10px;
}


.page-cart .jspContainer #content-content .inner {
width: 445px;
}

.jspDrag {
    background: url("../images/metal_track-bar.png") no-repeat scroll center center transparent;
    cursor: pointer;
    left: 0;
    position: relative;
    top: 0;
    width: 9px;
	margin-left: 2px;
	margin-bottom: 5px;
	border:1px solid #333333;
	border-radius: 4px;
-moz-box-shadow: 0px -2px 8px #000;
	-webkit-box-shadow: 0px -2px 8px #000;
	box-shadow: 0px -2px 8px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=90, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=90, Color='#000000');
}

.page-cart #content-inner-inner {
margin-left:5px;
}

.page-cart h1.title {
margin-left:-25px;
font-size:0px;
}

.jspVerticalBar {
    background: url("../images/track_back.png") no-repeat scroll center center transparent;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 16px;
}

.jspTrack {
    background: none repeat scroll 0 0 transparent;
    position: relative;
}

.field-name-field-beer-specs {
    float: left;
	height: 85px;
    text-align: left;
    width: 230px;
}

.field-name-field-beer-specs tr.odd, tr.odd td {
    background-color: transparent;
    border-bottom: 1px solid #444444;
}

.field-name-field-beer-specs tr.even, tr.even td {
    background-color: transparent;
    border-bottom: 1px solid #444444;
}

b.spec_1 {
	display: block;
    width: 30px;
	color:#EBEBEB;
}

b.spec_2 {
	display: block;
    width: 195px;
}

.field-name-field-beer-specs tbody {
    border-top: 1px solid #D48234;
}


.field-name-field-beer-specs .field-label {
    color: #777777;
    font-weight: normal;
    padding-bottom: 4px;
    text-align: left;
}

.view-frontpage h2 {
    font-family: HelveticaNeueMdCn,Arial,sans-serif;
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 5px;
}


.service-provider-name  {
    font-family: HelveticaNeueMdCn,Arial,sans-serif;
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 5px;
}


.view-bronx-supporters .views-row {
    border-bottom: 1px solid #D48234;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 450px;
}

.page-node-5 #block-system-main {
    border-bottom: 1px solid #333333;
}



#pid-age-check #main-wrapper {
   border-color: #222222;
    border-left: 1px solid #222222;
    height: 365px;
    margin: 200px auto auto;
    padding-top: 6px;
    position: inherit;
    width: 518px;
}

#pid-age-check #bolts_bottom {
    margin-left: -5px;
}

#pid-age-check h2.oswald {
    text-shadow: 0 1px 4px #000000;
}

#pid-age-check #preface-top-wrapper {
    margin-bottom: 0;
    position: absolute;
    top: 127px;
    z-index: 9999;
}

#pid-age-check #header-group-inner {
    background: url("../images/header_bg_age.png") repeat scroll 0 bottom transparent;
    color: #FFFFFF;
    margin-bottom: 0;
    min-height: 130px;
}

#pid-age-check-test #main-wrapper {
   border-color: #222222;
    border-left: 1px solid #222222;
    height: 600px;
    margin: 200px auto auto;
    padding-top: 6px;
    position: inherit;
    width: 518px;
}



#pid-age-check-test #preface-top-wrapper {
    margin-bottom: 0;
    position: absolute;
    top: 127px;
    z-index: 9999;
}

#pid-age-check-test #header-group-inner {
    background: url("../images/header_bg_age.png") repeat scroll 0 bottom transparent;
    color: #FFFFFF;
    margin-bottom: 0;
    min-height: 130px;
}


#node-28 {
margin-bottom:0px;
}


#node-32 {
margin-bottom:0px;
}




#pid-age-check #block-system-main {
margin-bottom:0px;
}

#pid-age-check-test #block-system-main {
margin-bottom:0px;
}



#home_panel {
    background: url("../images/home_panel.png") no-repeat scroll 0 0 transparent;
    height: 355px;
    padding-top: 5px;
    text-align: center;
    width: 750px;
}

#home_panel_2 {
    background: url("../images/home_panel_n.png") no-repeat scroll 0 0 transparent;
    height: 200px;
    margin-left: -5px;
    padding-top: 0;
    text-align: center;
    width: 760px;
}

#pid-home #main {
    min-width: 500px;
    width: 750px;
}

#pid-home #content-inner-inner {
margin:0;
}


#pid-home #main-content-inner {
    height: 352px;
    padding-top: 15px;
}

#pid-home #bolts_bottom {
    background: url("../images/bolts_bottom_home.png") no-repeat scroll center center transparent;
    height: 25px;
    width: 750px;
}


#pid-home h1.title {
    background: url("../images/title_plate_home-n.png") no-repeat scroll right top transparent;
    color: #CCCCCC;
    font-size: 40px;
    height: 43px;
    margin: 0 -26px 0 -40px;
    padding-top: 26px;
    text-transform: none;
text-shadow: 0 -2px 3px #000000;
display:none;
}

.views-slideshow-cycle-main-frame-row-item .views-field-nothing a {
    color: #666666;
}

.views-slideshow-cycle-main-frame-row-item .views-field-nothing a:hover {
    color: #ECECEC;
}

#pid-home #node-11 {
margin-bottom:10px;
}


#pid-home #block-system-main {
    height: 185px;
    margin-bottom: 20px;
}


#block-views-brewery_news_home-block_1 {
width:360px;
padding-right: 10px;
}

#block-views-brewery_news_home-block_1 h2.title {
    background: url("../images/title_plate_small.png") no-repeat scroll center center transparent;
    color: #222222;
    display: block;
    font-family: HelveticaNeueMdCn,Arial,sans-serif;
    height: 35px;
	margin-bottom: -6px;
	margin-left: -10px;
    margin-right: -17px;
    overflow: visible;
    padding-top: 20px;
    text-align: center;
    text-shadow: 0 1px 4px #EBEBEB;
    text-transform: uppercase;
    font-size:22px;
}


#block-views-brewery_news_home-block_1 .content {
    background: url("../images/small_panel-bg.jpg") repeat scroll 0 center transparent;
    height: 65px;
    padding: 15px 10px 10px 15px;
	box-shadow: 0 1px 3px #000000;
	border: 1px solid #222222;
	border-top:0px;
}


#block-views-brewery_events_home-block_1 {
width:360px;
padding-left: 20px;
}


#block-views-brewery_events_home-block_1 h2.title {
    background: url("../images/title_plate_small.png") no-repeat scroll center center transparent;
    color: #222222;
    display: block;
    font-family: HelveticaNeueMdCn,Arial,sans-serif;
    height: 35px;
	margin-bottom: -6px;
    margin-left: -10px;
    margin-right: -25px;
    overflow: visible;
    padding-top: 20px;
    text-align: center;
    text-shadow: 0 1px 4px #EBEBEB;
    text-transform: uppercase;
    font-size:22px;
}


#block-views-brewery_events_home-block_1 .content {
    background: url("../images/small_panel-bg.jpg") repeat scroll 0 center transparent;
    height: 65px;
    margin-left: 3px;
    margin-right: -3px;
    padding: 15px 10px 10px 15px;
	box-shadow: 0 1px 3px #000000;
	border: 1px solid #222222;
	border-top:0px;
}



.views-slideshow-cycle-main-frame-row-item .views-field-nothing {
width: 335px;
}



#block-views-brewery_news_home-block_1  .views-field-title {
    color: #EBEBEB;
    display: block;
    font-family: HelveticaNeueMdCn,Arial,sans-serif;
    font-size: 22px;
    font-weight: normal;
    height: 22px;
    padding-bottom: 10px;
    width: 325px;
}

#block-views-brewery_events_home-block_1 .views-field-title {
    color: #EBEBEB;
    display: block;
    font-family: HelveticaNeueMdCn,Arial,sans-serif;
    font-size: 22px;
    font-weight: normal;
    height: 25px;
    line-height: 22px;
    padding-bottom: 10px;
    width: 325px;
}


.age_check_panel {
    background: url("../images/age_check_panel.png") no-repeat scroll 0 top transparent;
    height: 240px;
    padding-top: 15px;
    width: 520px;
    margin-top: 10px;
}

#pid-age-check #content-inner-inner {
margin:0px;
margin-left: -17px;
}

#pid-age-check h1.title {
    margin-bottom: 0;
    margin-left: -7px;
    margin-top: -6px;
}


#pid-age-check-test #content-inner-inner {
margin:0px;
margin-left: -17px;
}

#pid-age-check-test h1.title {
margin-bottom:0px;
margin-left: -15px;
}

.view-brewery-events-home {
width:350px;
}


.page-node-31 #block-system-main {
}

.view-upcoming-events .views-row {
    border-bottom: 1px solid #D48234;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 480px;
}

#pid-contact label {
    display: block;
    font-family: HelveticaNeueMdCn,Arial,sans-serif;
    font-weight: normal;
    padding-bottom: 5px;
}


#maintenance-page {
background: url("http://www.thebronxbrewery.com/bronx_brewery-maintenance.jpg") no-repeat scroll center top transparent; 
margin: 0px; 
padding: 0px;
height:100%;
width:100%;
min-height: 900px;
}

/* Setup container for image captions */
.bg-image-caption {
	color: #444444;
	float: right;
	margin-bottom: 15px;
	margin-top: -15px;
	text-align: right;
	width: auto;
}
.bg-image-caption span {
	text-align: right;
	padding-right: 10px;
}

/* Short page issue*/
body.short #page-inner,
body.short #page,
body.short .field-name-field-image-bg {
  min-height: 600px;
}

body.short #main-wrapper {
    border-left: 1px solid #333333;
    bottom: auto;
    margin-top: 20px !important;
}

body.short #header-narrow_center {
}

body.short .bg-image-caption span {
}

body.short .field-name-field-image-bg {
}

body.short #footer-wrapper {
	display:none!important;
	z-index:1;
}

body.short #narrow_footer .footer-wrapper {
    display: inline !important;
}



body.thin .twitter_button_main {
}

body.thin .fb_button_main {
}


body.short #narrow_footer {
    display: inline !important;
}

body.short .footer-inner {
}

#narrow_footer {
    display: inline !important;
}

body.short #header-group-wrapper {
    position: relative;
    top: 0;
}
body.short #preface-top-wrapper {
    position: relative;
    top: auto;
}
body.short #slideshow-controls,
body.short #title-container {
}
/* Image fade in*/
html.js #slideshow img {
	display: none;
}
#slideshow img.show {
	display: inline;
}


.view-frontpage .submitted {
    display: none;
}

.view-frontpage li.blog_usernames_blog {
     display: none !important;
}


.galleria-container {
    background: none repeat scroll 0 0 transparent;
    overflow: hidden;
    position: relative;
}


.galleria-content {
    float: left;
    height: 300px;
    margin: 0 auto;
    padding-top: 20px;
    width: 450px;
}

.galleria-counter {
    bottom: 10px;
    color: #444444;
    font: 11px/1 arial,sans-serif;
    left: 10px;
    position: absolute;
    text-align: right;
    z-index: 2;
}


/* Short page issue*/
body.thin #page-inner,
body.thin #page,
body.thin .field-name-field-image-bg {
  min-height: 660px;
}

body.thin #main-wrapper {
}

body.thin #header-narrow_center {
}

body.thin .bg-image-caption span {
}

body.thin .field-name-field-image-bg {
}

body.thin #footer-wrapper {
	display:none;
	z-index:1;
}

body.thin #narrow_footer #footer-wrapper {
    display: inline;
}

body.thin #narrow_footer {
    display: inline;
}

body.thin .footer-inner {
 }


#block-views-age_check_gallery-block_1 {
position:inline;
width:400px;
height:100px;
}

#block-views-age_check_gallery-block_1 img {
position:inline;
}
body.thin #header-group-wrapper {
    position: relative;
    top: 0;
}
body.thin #preface-top-wrapper {
    position: relative;
    top: auto;
}
body.thin #slideshow-controls,
body.thin #title-container {
}

.fb_button_main a {
    background: url("../images/facebook_button.png") no-repeat scroll center top transparent;
	height:23px;
	width:23px;
	margin-top: 50px;
	font-size:0px;
    display: block;
	float: right;
    margin-right: 10px;
}

.twitter_button_main a {
    background: url("../images/twitter_button.png") no-repeat scroll center top transparent;
	height:23px;
	width:23px;
	margin-top: 50px;
	font-size:0px;
    display: block;
    float: right;
    margin-right: 10px;
}


.fb_button_main a:hover {
    background: url("../images/facebook_button.png") no-repeat scroll center bottom transparent;
}

.twitter_button_main a:hover {
    background: url("../images/twitter_button.png") no-repeat scroll center bottom transparent;
}

.profile dt {
    background-color: #111111;
    width: 75px;
}

.profile h3 {
    border-bottom: 1px solid #444444;
    margin-bottom: 5px;
    padding-bottom: 5px;
}


#content-tabs ul.primary li a:link, #content-tabs ul.primary li a:visited, #content-tabs ul.secondary li a:link, #content-tabs ul.secondary li a:visited {
    background-color: transparent;
    border: medium none;
    color: #666666 !important;
    float: left;
    font-weight: normal;
    margin: 0;
    text-decoration: none;
    white-space: nowrap;
    padding: 5px 5px 4px;
}

#content-tabs ul.primary li a.active:link, #content-tabs ul.primary li a.active:visited {
    background: none repeat scroll 0 0 #222222;
    border-bottom: 2px solid #888888 !important;
    color: #999999 !important;
    padding: 5px 5px 4px;
    border: 1px solid #333333;
}

#content-tabs ul.primary, #content-tabs ul.secondary {
    border-bottom: 1px solid #444444;
}
 
#content-tabs ul.primary li a:hover, 
#content-tabs ul.primary li a:focus {
    background: none repeat scroll 0 0 #222222;
    border-bottom: 2px solid #888888 !important;
    color: #999999 !important;
    padding: 5px 5px 4px;
    border: 1px solid #333333;
}

#content-tabs ul.secondary li a:hover, 
#content-tabs ul.secondary li a:focus {
    border-bottom: 2px solid #888888 !important;
    color: #999999 !important;
    padding-bottom: 4px;
}


.node-type-offsite-product #main-wrapper,
.node-type-product #main-wrapper {
    height: 460px;
    width: 800px;
}


.node-type-offsite-product h1.title,
.node-type-product h1.title {
    background: url("../images/title_plate_home-n.png") no-repeat scroll right bottom transparent;
    border-bottom: medium none;
    color: #CCCCCC;
    font-size: 40px;
    height: 26px;
    margin: 0 -26px 0 -40px;
    padding-top: 26px;
    text-indent: -1000000px;
    text-shadow: 0 -2px 3px #000000;
    text-transform: none;
}

.node-type-offsite-product #bolts_bottom,
.node-type-product #bolts_bottom {
    background: url("../images/bolts_bottom_home.png") no-repeat scroll center center transparent;
    height: 25px;
    width: 770px;
}

.node-type-offsite-product #main,
.node-type-product #main {
    width: 770px;
}

.node-type-product .field-name-body {
    clear: right;
    float: left;
    width: 265px;
    padding-left:5px;
}


.node-type-offsite-product .field-name-body {
    float: left;
    padding-left:5px;
    max-width: 485px;
    padding-bottom:5px;
}

.node-offsite-product {
margin-top:20px;
}

.field-name-field-uc-product-image {
float:left;
margin-right:40px;
}


.node-type-offsite-product .product-info,
.node-type-product .product-info {
    clear: right;
    float: left;
    width: 265px;
    padding-left:5px;
}

.node-type-offsite-product .field-name-uc-product-image,
.node-type-product .field-name-uc-product-image {
    clear: right;
    float: left;
    width: 470px;
    padding-left:5px;
    height:340px;
}


.node-type-offsite-product .galleria-content,
.node-type-product .galleria-content {
	padding-top:0px;
    margin-right: 25px;
}


.node-type-product .display-price {
    color: #EBEBEB;
    font-family: HelveticaNeueMdCn,Arial,sans-serif;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 20px;
    padding: 0 0 0 5px;
    text-align: left;
}

.node-type-offsite-product .add-to-cart,
.node-type-product .add-to-cart {
    clear: right;
    float: left;
    width: 275px;
}





.node-type-offsite-product .field-name-taxonomy-catalog,
.node-type-product .field-name-taxonomy-catalog {
    clear: right;
    float: left;
    width: 275px;
    padding-left:5px;
}

.node-type-offsite-product .add-to-cart form .form-submit,
.node-type-product .add-to-cart form .form-submit {
    margin: 0;
}


.node-type-offsite-product .add-to-cart label,
.node-type-product .add-to-cart label {
    display: block;
    float: left;
    font-weight: normal;
    padding-left: 5px;
    padding-right: 5px;
    font-family: HelveticaNeueMdCn,Arial,sans-serif;
    color:#ebebeb;
}

.node-type-offsite-product .add-to-cart .form-wrapper,
.node-type-product .add-to-cart .form-wrapper {
margin-top: 10px;
margin-bottom:10px;
}

.galleria-thumbnails {
margin:0 auto;
}

.galleria-counter {
display:none;
}

.page-catalog td {
text-align:center;
}

.page-catalog .views-field-sell-price {
   font-family: HelveticaNeueMdCn,Arial,sans-serif;
    color:#ebebeb;
    font-weight: normal;
	font-size:15px;
	margin-top:10px;
}

.page-catalog .form-item, .form-actions {
margin:0;
}


.page-catalog .views-field-nothing a {
    -moz-background-inline-policy: continuous;
    background: url("../images/button.png") no-repeat scroll center top transparent;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-family: HelveticaNeueMdCn,Arial,sans-serif;
    font-size: 11px;
    font-weight: normal;
    height: 15px;
    margin: 10px auto;
    padding: 10px 5px;
    text-shadow: 0 -1px 2px #000000;
    text-transform: uppercase;
    width: 100px;
}


.page-catalog .views-field-nothing a:hover {
    background: url("../images/button.png") no-repeat scroll center bottom transparent;
    text-decoration:none;
}

#uc-cart-view-form img {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}


#pid-cart .field-name-uc-product-image {
height:50px;
overflow:hidden;
}


#pid-cart thead th {
    padding-right: 0;
    text-align: center;
}

#pid-cart .block ul {
margin-left:10px;
}

#pid-cart #edit-items-0-qty {
text-align:center;
}


body.not-logged-in #content-messages {
display:none;
}

.product_back {
    float: left;
    height: 50px;
    margin-top: 15px;
    width: 100px;
}

.product_back .form-submit {
margin:0;
}

.node-type-product .galleria-container {
    background: url("../images/galleria_bg.png") no-repeat scroll center top transparent;
    border: 1px solid #222222;
}

.node-type-product .galleria-thumbnails-container {
    background: url("../images/galleria_lower_bg.png") no-repeat scroll center top transparent;
}

.node-product .content {
height:305px;
}

.node-type-product .galleria-thumbnails .galleria-image {
background:none;
}


#edit-panes-quotes-quote-button {
  background: url("../images/button-wide.png") no-repeat scroll center top transparent;
  width: 160px;

}


#edit-panes-quotes-quote-button:hover {
  background: url("../images/button-wide.png") no-repeat scroll center bottom transparent;
}



.node-type-beer-type #main-wrapper {
    height: 460px;
    width: 800px;
}

#pid-beers-paleale #main-wrapper {
    height: 480px;
}


#pid-beers-paleale .content-inner-inner .scrollMe {
    height: 365px;
}

.node-type-beer-type #main {
    min-width: 500px;
    width: 750px;
}

.node-type-beer-type #content-inner-inner {
margin:0;
}

.node-type-beer-type #main-content-inner {
    height: 420px;
}

#pid-locations #bolts_bottom {
    background: url("../images/bolts_bottom_home.png") no-repeat scroll center center transparent;
    height: 25px;
    width: 750px;
}



a.apparel_button {
    background: url("../images/apparel_bg.png") no-repeat scroll center center transparent;
    display: block;
    float: left;
    font-size: 20px;
    height: 348px;
    text-align: center;
    width: 240px;
}


a.supplies_button {
    background: url("../images/supplies_bg.png") no-repeat scroll center center transparent;
    display: block;
    float: left;
    font-size: 20px;
    height: 348px;
    text-align: center;
    width: 240px;
}


a.supplies_button:hover {
	text-decoration:none;
}

a.apparel_button:hover {
	text-decoration:none;
}

#pid-store #content-content {
margin-left:-5px;
}



a.apparel_button_l {
    background: url("../images/apparel_lower.png") no-repeat scroll center center transparent;
    display: block;
    float: left;
    font-size: 20px;
    height: 96px;
    text-align: center;
    width: 230px;
}


a.supplies_button_l {
    background: url("../images/supplies_lower.png") no-repeat scroll center center transparent;
    display: block;
    float: left;
    font-size: 20px;
    height: 96px;
    text-align: center;
    width: 230px;
}


.page-catalog-1 .view-content {
    min-height: 220px;
}

.page-catalog-2 .view-content {
    min-height: 220px;
}

.page-catalog-1 .view-content table td {
    padding: 5px 0 0;
    width:156px
}


.page-catalog-2 .view-content table td {
    padding: 5px 0 0;
    width:156px
}

.page-catalog-1 .view-content table {
width: 470px;
}

.page-catalog-2 .view-content table {
width: 470px;
}

.submitted {
    color: #666666;
}




#block-block-4 {
width:100%;
}

#content-tabs {
    background-color: transparent;
    float: left;
    margin: -25px 0 0;
    padding: 0;
}

#pid-upcoming-events .views-field-title {
    border-bottom: medium none;
    color: #EBEBEB;
    font-family: HelveticaNeueMdCn,Arial,sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 25px;
    padding-bottom: 5px;
}

#node-31 {
margin:0;
}


.page-blog-1 h2 {
   border-bottom: medium none;
    color: #EBEBEB;
    font-family: HelveticaNeueMdCn,Arial,sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 25px;
    padding-bottom: 5px;
}




.page-blog-1 .node-blog {
padding-bottom:10px;
border-bottom:1px solid #D48234;
}

#pid-upcoming-events .views-row {
width:450px;
}


#pid-upcoming-events .views-field-entity-id {
display:block;
margin-bottom: 5px;
color:#ffffff;
}

#pid-beers-paleale p {
margin-top:5px;
margin-bottom:5px;
}


h2.subhead {
border-bottom:none;
font-size:25px;
}


#pid-beers-paleale h1.title {
    margin: 0 -26px 20px -49px;
}


#pid-brewery li {
padding-top: 5px;
padding-bottom: 5px;
}

#pid-brewery ul {
margin-left:13px;

}


	.custom_menu li {
	display:block;
	float:left;
	}
	
	.custom_menu li a {
	text-indent: -10000px;
	display:block;
	height:20px;
	font-size:5px
	line-height:5px;
	}
	
	ul.custom_menu {
	height:20px;
	width:845px;
	padding-top: 5px !important;
	}

	.custom_menu li a.brewery {
	background: url("../images/thebrewery.png") no-repeat scroll center top transparent;
	width:120px;
	padding:0 !important;
	margin:0;
	font-size:5px;
	line-height:5px;
	}
	.custom_menu li a.beer {
	background: url("../images/thebeer.png") no-repeat scroll center top transparent;
	width:85px;
	padding:0 !important;
	margin:0;
	font-size:5px;
	line-height:5px;
	}
	.custom_menu li a.stuff {
	background: url("../images/thestuff.png") no-repeat scroll center top transparent;
	width:95px;
	padding:0 !important;
	margin:0;
	font-size:5px;
	line-height:5px;
	}
	.custom_menu li a.events {
	background: url("../images/theevents.png") no-repeat scroll center top transparent;
	width:110px;
	padding:0 !important;
	margin:0;
	font-size:5px;
	line-height:5px;
	}
	.custom_menu li a.bronx {
	background: url("../images/thebronx.png") no-repeat scroll center top transparent;
	width:100px;
	padding:0 !important;
	margin:0;
	font-size:5px;
	line-height:5px;
	}
	.custom_menu li a.blog {
	background: url("../images/theblog.png") no-repeat scroll center top transparent;
	width:95px;
	padding:0 !important;
	margin:0;
	font-size:5px;
	line-height:5px;
	}
	.custom_menu li a.contactus {
	background: url("../images/contactus.png") no-repeat scroll center top transparent;
	width:95px;
	padding:0 !important;
	margin:0;
	font-size:5px;
	line-height:5px;
	}

	.custom_menu li a.active-trail {
	background: url("../images/wheretofindus.png") no-repeat scroll center top transparent;
	width:170px;
	padding:0 !important;
	margin:0;
	font-size:5px;
	line-height:5px;
	}

	.custom_menu li a.brewery:hover {
	background: url("../images/thebrewery.png") no-repeat scroll center bottom transparent;
	}
	.custom_menu li a.beer:hover {
	background: url("../images/thebeer.png") no-repeat scroll center bottom transparent;
	}
	.custom_menu li a.stuff:hover {
	background: url("../images/thestuff.png") no-repeat scroll center bottom transparent;
	}
	.custom_menu li a.events:hover {
	background: url("../images/theevents.png") no-repeat scroll center bottom transparent;
	}
	.custom_menu li a.bronx:hover {
	background: url("../images/thebronx.png") no-repeat scroll center bottom transparent;
	}
	.custom_menu li a.blog:hover {
	background: url("../images/theblog.png") no-repeat scroll center bottom transparent;
	}
	.custom_menu li a.contactus:hover {
	background: url("../images/contactus.png") no-repeat scroll center bottom transparent;
	}
	.custom_menu li a.active-trail:hover {
	background: url("../images/wheretofindus.png") no-repeat scroll center bottom transparent;
	}
	
#block-block-5 {
width:845px !important;
}


.view-id-uc_catalog h3 {
    border-bottom: 1px solid #D48234;
    color: #EBEBEB;
    font-family: HelveticaNeueMdCn,Arial,sans-serif;
    font-weight: normal;
    padding-bottom: 10px;
}


#pid-locations  #main-wrapper {
width: 900px;
}

#pid-locations  #main {
    width: 900px;
}

#pid-locations h1.title {
text-indent:-10000px;
margin-bottom: 20px;
width: 920px;
}


.gmap-popup {
    color: #333333;
}

.gmap-popup a {
    color: #BBBBBB;
}

.gmap-popup .fn {
font-weight:bold;
}


.location_header h2 {
    border-bottom: medium none;
    color: #EBEBEB;
    font-family: HelveticaNeueMdCn,Arial,sans-serif;
    font-size: 25px;
    font-weight: normal;
    line-height: 28px;
    padding-bottom: 5px;
    border-bottom: 1px solid #D48234;
}

.location_header {
margin-bottom:10px;
margin-top:-3px;
}


.block .view-locations-map2 .fn {
    color: #EBEBEB;
    font-family: HelveticaNeueMdCn,Arial,sans-serif;
    font-size: 16px;
}

.block .view-locations-map2 .views-row {
    border-bottom: 1px solid #D48234;
margin-bottom:10px;
padding-bottom:10px;
}


#pid-locations #main-wrapper {
width:880px;
}


.block .view-locations-map2 .gmap-popup .fn {
    color: #333333;
}

/*  
.fb_button_main {
    display: block;
    float: right;
    margin-top: 50px;
}

.twitter_button_main {
    display: block;
    float: right;
    margin-top: 50px;
    margin-right:20px;
}
 */
 
 
#block-views-site_tweets-block {
width:360px;
padding-right: 10px;
}

#block-views-site_tweets-block h2.title {
    background: url("../images/title_plate_small.png") no-repeat scroll center center transparent;
    color: #222222;
    display: block;
    font-family: HelveticaNeueMdCn,Arial,sans-serif;
    height: 35px;
	margin-bottom: -6px;
	margin-left: -10px;
    margin-right: -17px;
    overflow: visible;
    padding-top: 20px;
    text-align: center;
    text-shadow: 0 1px 4px #EBEBEB;
    text-transform: uppercase;
    font-size:22px;
}


#block-views-site_tweets-block .content {
    background: url("../images/small_panel-bg.jpg") repeat scroll 0 center transparent;
    height: 65px;
    padding: 15px 10px 10px 15px;
	box-shadow: 0 1px 3px #000000;
	border: 1px solid #222222;
	border-top:0px;
}


#block-views-site_tweets-block .more-link a {
color:#666666;
float:left;
}

#block-views-site_tweets-block .more-link a:hover {
color:#ffffff;
}


#view-id-uc_catalog-catalog .views-row {
    display: block;
    float: left;
    height: 210px;
    margin-bottom: 14px;
    margin-top: 20px;
    text-align: center;
    width: 150px;
}

#view-id-uc_catalog-catalog .views-row-2 {
padding-left:5px;
padding-right:5px;
}


#view-id-uc_catalog-catalog h3 {
clear:both;
}

#view-id-uc_catalog-catalog .views-field-title {
height:25px;
}


#view-id-uc_catalog-catalog .views-field-field-product-price {
    color: #EBEBEB;
    font-family: HelveticaNeueMdCn,Arial,sans-serif;
    font-size: 15px;
    font-weight: normal;
    margin-top: 10px;
}

