body {
    background: #000 url(images/pageBG.jpg) no-repeat top center;
    font-family: Georgia, serif;
    color: #382d24;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    color: #382d24;
}

a {
    color: #ff8607;
}

a:hover {
    color: #0d7cd2;
}

.shell {
    width: 100%;
    background: url(images/platformBG.png) repeat-y center;
}

.container {
    width: 958px;
    padding: 0px 4px;
    margin: 0px auto;
}

#header {
    background: url(images/headerBG.jpg) no-repeat top;
    position: relative;
    height: 245px;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
}

#header img {
    position: absolute;
    top: 0px;
    left: 20px;
}

#header h1 {
    position: absolute;
    width: 632px;
    height: 100px;
    top: 20px;
    right: 17px;
}

#header h1 a {
    display: block;
    width: 632px;
    height: 0px;
    padding-top: 100px;
    overflow: hidden;
    background: url(images/h1Logo.png) no-repeat top;
}

ul#nav {
    list-style: none;
    position: absolute;
    text-align: right;
    top: 175px;
    right: 0px;
}

ul#nav li {
    display: inline;
    border-left: 1px solid #ffb10a;
    padding: 0px 17px;
    font-size: 1.2em;
}

ul#nav li ul {
    background: url(images/dropDownBG.png);
    padding: 0px 10px 8px;
    border-bottom: 7px solid #583c22;
    margin-top: -1px;
}

ul#nav li ul li {
    text-align: left;
    font-size: 0.9em;
    display: block;
    float: none;
    border-left: 0px;
    padding: 2px 0px 2px 4px;
}

ul#nav li:first-child {
    border-left: 0px;
    padding: 0px 17px 0px 0px;
}

ul#nav li ul li:first-child {
    padding: 0px 0px 2px 4px;
}

ul#nav li a {
    color: #ffb10a;
    font-weight: bold;
    text-decoration: none;
}

ul#nav li a:hover {
    color: #f7ecd4;
}

#header .widget {
    position: absolute;
    top: 106px;
    right: 30px;
    text-align: right;
    color: #ff8607;
    font-weight: bold;
    font-size: 1.2em;
}

#contentContainer {
    background: #332010 url(images/contentTopBG.jpg) no-repeat top;
    width: 950px;
    margin: 0px auto;
}

#content {
    background: url(images/contentFooterBG.jpg) no-repeat bottom;
    width: 950px;
    margin: 0px auto;
    min-height: 700px;
    padding: 20px 0px 40px;
}

#content h2 {
    margin: 0px;
    font-size: 5em; 
    text-shadow: 0px 0px 24px #000000;
    color: #cc6800;
    font-family: 'ManuskriptGotischRegular', Georgia, serif;
}

#content .blogpost {
    margin-bottom: 20px;
}

#content .orangebox div.entry {
    background: #cc6800;
    -moz-box-shadow: 0px 0px 24px #000;
    -webkit-box-shadow: 0px 0px 24px #000;
    box-shadow: 0px 0px 24px #000;
    padding: 24px 30px;
    color: #0f0e10;
    font-size: 1.4em;
}

#content .blogpost h4 {
    margin-bottom: 6px;
}

#content .blogpost h3 {
    margin-bottom: 12px;
}

#content h2 {
    text-decoration: none;
}

#content .orangebox div.entry h3 {
    color: #0f0e10;
    font-size: 1.6em;
    margin-bottom: 8px;
}

#content p.postmetadata {
    margin: 0px;
}

img.alignleft {
    float: left;
    margin: 20px 20px 20px 0px;
    -moz-box-shadow: 0px 0px 10px #000;
    -webkit-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
}

img.alignright {
    float: right;
    margin: 20px 0px 20px 20px;
    -moz-box-shadow: 0px 0px 10px #000;
    -webkit-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
}

#promoImage {
    width: 544px;
    height: 326px;
    -moz-box-shadow: 0px 0px 24px #000;
    -webkit-box-shadow: 0px 0px 24px #000;
    box-shadow: 0px 0px 24px #000;
    float: left;
    margin: 10px 0px 0px 50px;
    position: relative;
}

#promoImage #frame {
    width: 528px;
    height: 310px;
    position: absolute;
    top: 8px;
    left: 8px;
    overflow: hidden;
}

#promoImage img#frameShadow {
    position: absolute;
    z-index: 8000;
    top: 8px;
    left: 8px;
    display: block;
    width: 528px;
    height: 310px;
}

#promoBox {
    width: 188px;
    height: 288px;
    float: left;
}

#promoBox .widget {
    font-size: 1.3em;
}

#promoBox .widget h4 {
    text-align: center;
    margin-bottom: 8px;
}

#promoBox.noarrow {
    -moz-box-shadow: 0px 0px 24px #000;
    -webkit-box-shadow: 0px 0px 24px #000;
    box-shadow: 0px 0px 24px #000;
    margin-left: 65px;
    padding: 24px 26px 14px;
    margin-top: 10px;
}

#promoBox.arrow {
    background: url(images/homeArrowBox.png) no-repeat top;
    padding: 34px 35px 46px 84px;
    margin-left: 8px;
}

body.home #content #promoBox h3 {
    text-align: center;
    font-size: 1.6em;
    margin-bottom: 4px;
    color: #382d24;
}

#promoBox h5 {
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 6px;
}

#promoBox p {
    font-size: 1.2em;
    line-height: 18px;
    margin-bottom: 8px;
}

#promoBox a {
    color: #ffb10a;
    font-weight: bold;
    text-decoration: none;
}

#promoBox a:hover {
    color: #fff;
}

#footer.shell {
    background: url(images/footerBG.png) no-repeat top center;
    min-height: 220px;
    position: relative;
}

#footerContent {
    position: relative;
}

#footerContent h4 {
    margin: 0px;
    width: 139px;
    height: 157px;
    float: right;
    margin-right: 40px;
}

#footerContent h4 a {
    display: block;
    width: 139px;
    height: 0px;
    padding-top: 157px;
    overflow: hidden;
    background: url(images/footerLogo.png) no-repeat top;
}

div.darkorange {
    background: #cc6800;
}

#homeColumns {
    margin-top: 25px;
}

#homeColumns div.column {
    height: 377px;
    width: 240px;
    margin: 0px;
    padding: 0px;
    -moz-box-shadow: 0px 0px 24px #000;
    -webkit-box-shadow: 0px 0px 24px #000;
    box-shadow: 0px 0px 24px #000;
}

#homeColumns div.column h4 {
    font-size: 2.5em;
    line-height: 60px;
    border-bottom: 5px solid #382d24;
    text-align: center;
    margin-bottom: 0px;
}

#homeColumns div.column div.widget h4 {
    font-size: 1.8em;
    line-height: 24px;
    border: 0px;
    color: #fff;
    margin-top: 10px;
}

#homeColumns div.column div.textwidget {
    color: #eee;
    padding: 10px 20px;
    font-size: 1.4em;
}

#homeColumns div#homeTaplist {
    margin-left: 50px;
    background: #ff8607 url(images/newTapBG.jpg) no-repeat bottom;
}

#homeColumns div#homeBottles {
    margin-left: 65px;
    background: #ff8607 url(images/newBottleBG.jpg) no-repeat bottom;
}

#homeColumns div#homeEvents {
    margin-left: 65px;
    background: #ff8607 url(images/newEventBG.jpg) no-repeat bottom;
}

#homeColumns div#homeMerch {
    margin-left: 65px;
    background: #ff8607 url(images/merchBG.jpg) no-repeat bottom;
}

#homeColumns ul.beerList {
    list-style: none;
    color: #fff;
    font-weight: 500;
    margin: 0px;
    padding: 14px 25px;
    font-size: 1.2em;
}

#homeColumns ul.beerList li {
    margin: 0px 0px 10px;
    line-height: 14px;
}

#homeColumns a {
    color: #ffb10a;
    text-decoration: none;
    font-weight: bold;
}

#homeColumns a:hover {
    color: #fff;
}

body.page #content, body.blog #content, body.single #content, body.page-template #content {
    padding: 0px 40px 40px;
    width: 870px;
}

body.home.page-template #content {
    width: 950px;
    padding: 20px 0px 40px;
}

body.page-template #content h3 {
    color: #cc6800;
    font-size: 3em;
}

#homeEvents .event {
    padding: 10px 25px;
}

#homeEvents h5 {
    font-size: 1.2em;
    color: #ffb10a;
    margin-bottom: 4px;
}

body.home #homeColumns #homeEvents h3 {
    color: #000;
    font-size: 1.6em;
    line-height: 18px;
    margin-bottom: 4px;
}

#homeEvents p {
    color: #fff;
    font-size: 1.2em;
    line-height: 18px;
}

#footerContent {
    padding: 30px 0px 20px 55px;
}

#footerContent ul {
    list-style: none;
    margin: 0px;
}

#footerContent ul li {
    margin: 0px 0px 10px;
}

#footerContent a {
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
}

#footerAddress {
    border-top: 2px dotted #2b2114;
    clear: both;
    text-align: center;
    padding: 20px 40px;
    width: 770px; 
    color: #ffb10a;
    margin: 20px auto;
}

#sidebar {
    padding-top: 90px;
}

#sidebar .newInfo {
    -moz-box-shadow: 0px 0px 24px #000;
    -webkit-box-shadow: 0px 0px 24px #000;
    box-shadow: 0px 0px 24px #000;
    margin-bottom: 30px;
}

#sidebar .newInfo.event {
    background: #8a8075 url(images/sidebarEvent.jpg) no-repeat 0px 36px;
}

#sidebar .newInfo h4 {
    background: #ffb10a;
    height: 36px;
    line-height: 36px;
    font-size: 2em;
    color: #382d24;
    text-align: right;
    font-weight: bold;
    padding: 0px 10px;
    margin-bottom: 0px;
}

#sidebar .newInfo.event .event,
#sidebar #event {
    text-align: right;
}

#sidebar .newInfo.event .event,
#sidebar #event .event {
    padding: 10px 20px; 
}

#sidebar .newInfo.event .event h5,
#sidebar #event .event h5 {
    color: #fff;
    font-size: 1.2em;
    margin-bottom: 6px;
}

#sidebar .newInfo.event .event h3,
#sidebar #event .event h3 {
    color: #ffb10a;
    font-size: 1.8em;
    margin-bottom: 6px;
}

#sidebar .newInfo.event .event p,
#sidebar #event .event p {
    font-size: 1.2em;
    color: #fff;
}

#sidebar a {
    font-weight: bold;
    text-decoration: none;
}

#sidebar a:hover {
    color: #fff;
}

#sidebar .newInfo ul {
    list-style: none;
    color: #fff;
    text-align: right;
    font-size: 1.2em;
    padding: 14px 0px;
}

#tapList {
    background: #8a8075 url(images/sidebarTaps.jpg) no-repeat 0px 36px;
}

#bottleList {
    background: #8a8075 url(images/sidebarBottles.jpg) no-repeat 0px 36px;
}

#event {
    background: #8a8075 url(images/sidebarEvent.jpg) no-repeat 0px 36px;
}

ul#awardsList {
    list-style: none;
    margin: 0px;
}

ul#awardsList li {
    border-top: 1px dotted #2f1e11;
    padding-top: 14px;
    margin-bottom: 14px;
}

ul#awardsList h4 {
    margin-top: 12px;
    font-size: 1em;
    margin-bottom: 4px;
}

ul#awardsList h5 {
    margin-bottom: 4px;
}

.orangebox a {
    color: #ffb10a;
    text-decoration: none;
    border-bottom: 1px dotted #ffb10a;
}

.orangebox a:hover {
    color: #fff;
}

div.navigation {
    padding-top: 10px;
}

div.navigation a {
    color: #ffb10a;
}

div.navigation div {
    width: 240px;
    color: #ffb10a;
    font-weight: bold;
    font-size: 1.4em;
}

div.navigation .alignleft {
    float: left;
    text-align: left;
}

div.navigation .alignright {
    float: right;
    text-align: right;
}

table {
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 0.8em;
    border-right: 1px solid #2f1e11; 
    border-bottom: 1px solid #2f1e11; 
}

table th {
    background: #2f1e11;
    color: #ffb10a;
    padding-top: 8px;
    padding-bottom: 8px;
    border-left: 1px dotted #ffb10a; 
}

table tr td:first-child {
    border-left: 1px solid #2f1e11; 
}

table th:first-child {
    border-left: 1px solid #2f1e11; 
}

table tr.new td {
    background: #ffb10a;
}

em.new {
    background: #ffb10a;
    padding: 4px;
}

span.note {
    display: block;
    font-size: 0.9em;
    line-height: 15px;
    margin-top: 6px;
    font-style: italic;
}

table tr {
    margin: 8px 0px;
}

table td {   
    border-top: 1px dotted #2f1e11; 
    border-left: 1px dotted #2f1e11; 
    background: #fbde81;
}

table td.right {
    text-align: right;
}

div#eventList .entry {
    margin-bottom: 20px;
}

td.style a {
    text-decoration: underline;
    color: #2f1e11; 
    cursor: pointer;
}

td.style a:hover {
    color: #000;
}

div.qtip, div.qtip-wrapper, div.qtip-content, div.qtip-contentWrapper {
    width: 500px;
}

div.qtip {
    padding-right: 100px;
}

div.qtip-content {
    padding: 40px;
    overflow: visible;
    width: 480px;
}
