/* CSS Document */
@font-face {
    font-family: 'lucky_typewriterregular';
    src: url('fonts/lucky_typewriter-webfont.eot');
    src: url('fonts/lucky_typewriter-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lucky_typewriter-webfont.woff') format('woff'),
         url('fonts/lucky_typewriter-webfont.ttf') format('truetype'),
         url('fonts/lucky_typewriter-webfont.svg#lucky_typewriterregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1.gotham, #beerFinderShowcase p, #twContent ul li a, p.socMedDesc, p.socMedTitle {font-family: 'Raleway'; font-weight: 100; letter-spacing: 0.5px;}
		
#beersidenav ul li h1, .topNav a, .calendarNavDesc, #beersidenav ul li p, p.meetTheTeamDesc, .calendarNavDate, p.socMedTitle a, span.blogNavTitle, span.blogNavDesc, p.blogDateMonth, #menu-footer-menu, #altBeerHolder .chalkboard #left div, #altBeerHolder .chalkboard #right div, .staffNav {font-family: 'Raleway'; font-weight: 300; letter-spacing: 0;} 

.current-menu-parent a, a#eventsNavLink.active, a#contactUsFBlink, a#contactUsTWlink, p.blogDateDay, a.readMoreLink {font-family: 'Raleway'; font-weight: 600; letter-spacing: 0;}

#tw-ticker h3, h3, a#eventsNavLink, #visitUsInnerContent h1, #staff > h1, #typewriterContent h1, #typewriterContent h2, #blogSidebar h2, .coda-nav ul li a, #details, #message, #lpTitle h3, #visitUsInnerContent .panel h1, #visitUsInnerContent ul,#contactUsForm h1, #contactUsForm label, #content.contactus .social-box h2, #copyright span.bulletin {font-family: 'lucky_typewriterregular'; letter-spacing: -1px;}

.coda-slider-wrapper .coda-nav ul li a {color: #BBB;}
.coda-slider-wrapper .coda-nav ul li a.current {color: #FFF;}
#copyright span.bulletin {font-size: 14px;}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-color: #000000;
	color: #ffffff;
	font-size: 12px;
	font-family: arial, helvetica, sans serif;
}
h1 {
	font-family: arial, helvetica, sans serif;
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 20px;
}
h2 {
	font-family: arial, helvetica, sans serif;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 20px;
}
p {
	margin-bottom: 20px;
}

a {
	cursor: pointer;
}
a:link, a:visited, a:active {
	color: #6b8d2d;
	text-decoration: none;
}
a:hover {
	color: #6b8d2d;
	
}

.absolutePos {
	position:absolute;	
}

.covereverything {
	display:block; 
	position:absolute; 
	top:0; 
	left:0; 
	width:100%;  
	height:100%; 
	background-color:#000; 
	z-index:5000; 
	text-align:center;
	
}

#background {
	min-width: 1016px;
	background-image: url(images/build/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	
}
#wrapper {
	width: 1016px;
	padding: 0px;
	height: 783px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: 0px;
	text-align: left;
}
#content {
	width: 1016px;
	height: 717px;
	position: relative;
	float: left;
	clear: left;
}
/* Top Area Styles Begin */
#topArea {
	width: 1016px;
	height: 71px;
	text-align: left;
	margin-left: 0px;
	float: left;
}
#logo {
	float: left;
	width: 191px;
	height: 71px;
	overflow: hidden;
	display:block;
	position:absolute;
	z-index:15000;
}
.topNav {
	height: 45px;
	padding-top: 26px;
	float: right;
	text-align: left;
	font-size: 15px;
	letter-spacing: -1px;
	margin-left: 0px;
	margin-right: 120px;
	position: relative;
	list-style: none;
	z-index: 500000;
	text-transform:uppercase;
}
.topNav a {
	margin-left: 27px;
	*padding-left: 0px; /* IE7 */
	*margin-left: 27px; /* IE7 */
}
.topNav a:link, .topNav a:visited, .topNav a:active {
	color: #BBBBBB;
	text-decoration: none;
}
.topNav a:hover {
	color: #ffffff;
	border-bottom: 1px solid #ffffff; 
}
.menu-item.menu-item-has-children {
	padding-right:15px;
	background:url(images/build/dropdownCarot.png) right center no-repeat;
}

.topNav .current-menu-item a:link, .topNav .current-menu-item a:visited, .topNav .current-menu-item a:active, .topNav .current-menu-ancestor a:link {
	color: #ffffff;
	text-decoration: none;
}
.topNav .current-menu-item a:hover {
	color: #ffffff;
	text-decoration: none;
	*border-bottom: none; /* IE7 */
}

/* Twitter Ticker */

#tw-ticker {
	background-image: url(images/build/ticker/border.jpg), 
		url(images/build/ticker/border.jpg), 
		url(images/build/ticker/logo.jpg);
	background-repeat: no-repeat;
	background-position: center top, center bottom, 160px 30px;
	text-align: center;
	height: 7x0px;
	padding: 25px 0 25px 70px;
	margin-bottom: 30px;
	position: relative;
}

.tw-link {
	width: 80px;
	height: 60px;
	display: inline-block;
	position: absolute;
	left: 160px;
}

#ticker {
	height: 40px;
	overflow: hidden;
	background-repeat: no-repeat;
	width: 560px;
	margin: 0 auto;
}

#ticker li {
	height: 40px;
	list-style-type: none;
	position: relative;
	transition: opacity 1s ease;
}

#ticker p {
    color:#777777;
    line-height: 20px;
}

#ticker a {
    text-decoration: underline;
    color:white;
}

@-webkit-keyframes slideOut {
  0% {top: 100px;}
  100% {top: 0;}
}

@-moz-keyframes slideOut {
  0% {top: 100px;}
  100% {top: 0;}
}

@keyframes slideOut {
  0% {top: 100px;}
  100% {top: 0;}
}   
    
#ticker li:first-child,
#ticker ul li {
  -webkit-animation: slideOut ease .5s;
  -moz-animation: slideOut ease .5s;
  animation: slideOut ease .5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: .75s;
  -moz-animation-duration: .75s;
  animation-duration: .75s;
  position: relative;
}

#tw-ticker h3 {
font-size: 22px;
margin-bottom: 5px;
font-weight: 100;
color: #BBB;
}

/* Jquery Dropdown Nav Styles */
     
	.nav {
		margin:0; 
		padding:0; 
		list-style:none;
	} 
	.clear {clear:both}
	
    .nav li {
        float:left;
        display:block;
        width:auto;
        position:relative;
        z-index:10000;
        margin:0 8px;
    }
	
     
    /* you can make a different style for default selected value */
    /*#nav a.selected {
        color:#f00;
    }*/
     
        /* submenu, it's hidden by default */
        .nav ul {
            position:absolute;
            left:0;
            display:none;
            margin:0 0 0 10px;
            padding:11px 14px 7px 14px;
            list-style:none;
			background: url(images/build/dropdownBG.png) no-repeat bottom left;
			width: 155px;
			*margin-top:15px;
        }
		
	
        .nav ul li {
            width:152px;
			height: 23px;
            float:left;
            border-top:1px dotted #666666;
			margin: 0px;
			padding: 10px 0 0 0;
			display: block;
			font-size: 12px;
			z-index: 0;
        }
         
        /* display block will make the link fill the whole area of LI */
        .nav ul a {
            
            height:15px;
           	margin: 8px 5px;
            color:#fff;
        }
         
     
 		
/* fix ie6 small issue */
*html .nav ul {
    margin:0 0 0 -2px;
}
/* Top Area Styles End */

/* Homepage styles begin */
#rotatingBanner {
	width: 672px;
	height: 344px;
	float: left;
	clear: left;
	overflow:hidden;
	background-image: url(images/build/home/breweryNewsBG.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin-left: 25px;
	margin-top: -2px;
	padding: 81px 0px 0px 19px;
}
#storeShowcase {
	width: 258px;
	height: 324px;
	float: right;
	background-image: url(images/build/home/storeShowcaseBG.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 26px 20px 0px 0px;
	padding: 47px 0px 0px 19px;
}

#newsletterSignup {
	background: url(images/build/footer-news.png) no-repeat;
	float: left;
    margin-left: 80px;
	padding-left:8px;
	margin-top:-11px;
}

#newsletterSignup input, #channel-search input {
	display: block;
	background:#222222;
	border:1px solid #383737;
	color: #858585;
	/*border: 1px solid #666666;*/
	padding: 3px;
	*padding: 6px 5px 5px 5px; /* IE7 */
	font-size: 11px;
	width:110px;
	float:left;
	margin-top:50px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

#channel-search {
	position:absolute;
	left:690px;
	top:40px;	
}

#channel-search input {
	margin-top:0px;	
	height:20px;
	width:130px;
}

#newsletterSignup .email-form {
	height:14px;
}

#newsletterSignup .submit, #channel-search .search-btn{
	display: block;
	background:#bf2424;
	color: #fefefe;
	cursor:pointer;
	width:50px;
}

#channel-search .search-btn {
	height:27px;
	padding-top:0px;	
}

#newsletterSignup .submit:hover, #channel-search .search-btn:hover{
	background:#921616;
}


#beerFinderShowcase {
	width: 584px;
	height: 255px;
	float: left;
	clear: left;
	background-image: url(images/build/home/needMoreBeerBG.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin-left: 48px;
	margin-top: -3px;
	padding: 37px 0px 0px 25px;
}
#beerFinderShowcase h1 {
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 3px;
}
#beerFinderShowcase p {
	font-size: 14px;
	line-height: 15px;
	width: 180px;
	margin-bottom: 5px;
}

#beerFinderShowcase a {
color: #FFFFFF;
letter-spacing: .5px;
}

#beerFinderShowcase a:hover {
	*border-bottom: 1px solid #6b8d2d; /* IE7 */
	text-decoration:underline
}
/* Homepage Styles End */

/* Beers Styles Begin */
#bgbeers{
	min-width: 1016px;
	background-image:url(images/build/beers/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	
}

#content.beers {
	overflow: hidden;
	height: auto;
}

#content.detail-view {
	overflow: visible;
	height: auto;
}


.beersLimitedBottom {
	background: url("images/build/beers/limited-bottom-bg.png") no-repeat scroll 0 0 transparent;
	width: 918px;
	height: 84px;
	float: left;
	margin-left: -30px;
	margin-top: -11px;
}

.beersLimitedTop {
	background: url("images/build/beers/limited-top-bg.png") no-repeat scroll 0 0 transparent;
	height:75px;
	width:915px;
	margin-left: -30px;
}

.beersLimited {
 	background: url("images/build/beers/limited-bg.png") repeat-y scroll 0 0 transparent;
    left: 50px;
    position: absolute;
    top: 110px;
    width: 890px !important;
    z-index: 10000; padding: 0px 30px 110px !important; 
}



.beersFridgeTop {
	background: url("images/build/beers/fridge-top-bg.png") no-repeat scroll 65px -3px transparent;	
	z-index: 4000000;
    width:945px;
    height:105px;
    position: absolute;

    margin-top: 120px;
}

.beersFridgeBottom {
	background: url("images/build/beers/fridge-bottom-bg.jpg") no-repeat scroll -40px 0px transparent;	
	z-index: 4000000;
    width:945px;
    height:120px;
    position: absolute;
    bottom:0px;
    margin-left:-3px;
    
}

.beersFridge {
	background: url("images/build/beers/fridge-repeat-bg.jpg") repeat-y scroll 65px -3px transparent;	
	
    margin-top: 160px;
}

#beerFlashApp {
margin-left:200px;
}

/* alt flash content*/
#beersidenav {
	background: url("images/build/beers/neon-sign.png") no-repeat scroll left top transparent;
    height: 130px;
	padding: 37px 0 0 240px;
    position: absolute;
    top: -20px;
    width: 900px;
}

#beersidenav .nav-content{	
	height: 25px;
    padding: 15px;
	text-align: center;
}
	
#beersidenav ul li {
	margin-bottom:5px;
}

#beersidenav ul li h1 {
	margin:0px;
}

#beersidenav ul li h1 a {
	background:url(images/build/beers/neon-sign-types.png) no-repeat;
	color: #FFFFFF;
    float: left;
    font-size: 14px;
    margin: 0 20px;
	
}

#beersidenav ul li h1 a.yearround.current {
	background-position: -175px 0;
    height: 25px;
    text-indent: -9999px;
	width:150px;
}

#beersidenav ul li h1 a.yearround {
	background-position: -175px -29px;
    height: 25px;
    text-indent: -9999px;
	width:150px;
}

#beersidenav ul li h1 a.seasonal.current {
	background-position: -0px 0;
    height: 25px;
    text-indent: -9999px;
	width:140px;
}

#beersidenav ul li h1 a.seasonal {
	background-position: -0px -29px;
    height: 25px;
    text-indent: -9999px;
	width:140px;
}

#beersidenav ul li h1 a.limited.current {
	background-position: -370px 0;
    height: 25px;
    text-indent: -9999px;
	width:255px;
}

#beersidenav ul li h1 a.limited {
	background-position: -370px -29px;
    height: 25px;
    text-indent: -9999px;
	width:255px;
}

#beersidenav ul li h1 a.current {
	
	
}

#beersidenav ul li p {
	font-size:10px;
	margin:0px;
	color:#fff;
}

.sidenavLimited {
	background-image: none !important;
	background-color: #000 !important;
	width:150px !important;
	height:20px !important;
	margin:50px !important;
	padding:15px!important;	
}

.twrap {
	position:absolute;	
	top:0px;
	left:20px;
}

#beer .talkbubble, .shock-beers .talkbubble {
   position:absolute;
   background:url(images/build/beers/ribbon.png) no-repeat;
   padding-top:15px;
   width:145px;
   height:63px;
   top:155px;
   left:10px;
   color:#fff;
   text-align:center;
}

.shock-beers .talkbubble {
	 left:-40px;
}

#pack .talkbubble {
   position:absolute;
   background:url(images/build/beers/ribbon.png) no-repeat;
   padding-top:18px;
   width:145px;
   height:63px;
   top:155px;
   left:120px;
   color:#fff;
   text-align:center;
}


#altBeersHolder .talkbubble .bulletin {
font-size: 14px;
color: #FFF;
line-height: 14px;
margin: 12px 0;
padding: 0px;
}


#altBeersHolder {
    float: left;
    padding: 24px 110px 180px;
    position: relative;
    width: 760px;
}


#altBeersHolder #beer {
	float: left;
    height: 435px;
    position: relative;
    width: 130px;
    margin-left:10px;
}


#altBeersHolder #pack {
	float: left;
    height: 435px;
    position: relative;
	width: 330px !important;
}

#altBeersHolder #pack img {
	padding:0px 0px 0px 35px;
	width:320px;
	margin-top:23px;
}

#altBeersHolder #pack img {
	margin-left:-35px;
	width:382px;
}

#altBeersHolder #beer img {
	margin-left:-40px;
	margin-top:-25px;
	width:250px;
}

#altBeersHolder .col1, #altBeersHolder .col2 {
	float:left;
	width: 445px;
	margin-top: -50px;
	min-height:250px;
}

#altBeersHolder img {
	/*left:50px;*/
	z-index:500000;
	
	
}

#altBeersHolder #beer .holder {
	position:absolute;
	top:30px;
	z-index:6000;
	height:380px;
	left:35px;
	width:100px;
	z-index:4000000;
	cursor:pointer;
	*background-image:url(images/build/spacer.gif);
}
#altBeersHolder #pack .holder {
	position:absolute;
	top:30px;
	z-index:6000;
	height:380px;
	left:35px;
	width:320px;
	z-index:4000000;
	cursor:pointer;
	*background-image:url(images/build/spacer.gif);
}

#altBeerHolder {
	
	position:absolute;
	left:125px;
	top:150px;
	z-index:400000;
}

#altBeerHolder .beer-title {
	position:absolute;
	color:#A3D84E;
	left:175px;
	top:-135px;
	line-height:-20px;
	font-size:48px;
	width:500px;
	letter-spacing:-6px;
	z-index:2000;
	
	zoom: 1;
    filter: alpha(opacity=80);
    opacity: 0.8;

	
}

#altBeerHolder .beer-type {
	position:absolute;
	color:#A3D84E;
	left:195px;
	top:-95px;
	line-height:-20px;
	font-size:40px;
	width:500px;
	letter-spacing:-3px;
	z-index:2000;
	
	zoom: 1;
    filter: alpha(opacity=80);
    opacity: 0.8;

	
}

#altBeerHolder .bgart{
	position:absolute;
	top:-126px;
	left:0px;

	z-index:10;
}

#altBeerHolder .glassimg{
	z-index:4000;
	position:absolute;
}

#altBeerHolder .chalkboard{
	position:absolute;
	top:-50px;
	left:100px;
	background:url(flash/chalkboard.png);
	width:599px;
	height:358px;
	padding:30px 100px;
	z-index:10000;
}

#altBeerHolder .chalkboard p{
	margin-bottom:7px;
	letter-spacing:0.5px;

}

#altBeerHolder .chalkboard #left {
	float:left;
	width:290px;
}

#altBeerHolder .chalkboard #left #facebookbtn {
float: right;
width: 290px;
height: 30px;
cursor: pointer;
text-transform: uppercase;
margin-bottom: 15px;
margin-right: 10px;

color: #BBBBBB;
}
#facebook-holder {
display: inline;
float: left;
}

#altBeerHolder .chalkboard #left #facebookbtn img {
	float:left;
	margin-right:10px;
}

#altBeerHolder .chalkboard #detailheading {
	float:left;
	width:290px;
	font-size:14px;
	text-transform:uppercase;
	color:#BE524A;
}

#altBeerHolder .chalkboard #left table {
	height:140px;
	margin-top:16px;
	width:290px;	
}

#altBeerHolder .chalkboard #left #detailtitles {
	font-size:10px;
	text-align:right;
	text-transform:uppercase;
	margin-right:3px;
	width:135px;
	color: #BBBBBB;
}

#altBeerHolder .chalkboard #left #detaildata {
	padding-left:3px;
	font-size:10px;
	color:#BE524A;	
}

#altBeersHolder h3 {
font-weight: 100;
color: #ECECEC;
}

#altBeerHolder .chalkboard #left #detaildata p {
	
	overflow:hidden;
}

#altBeerHolder .chalkboard #left #merchlink {
	margin-left:-10px;
}

#altBeerHolder .chalkboard #left #merchlink a img {
	margin-top:4px;	
}

#altBeerHolder .chalkboard #right {
	float:left;
	width:290px;
}

#altBeerHolder .chalkboard #right #beerfinderbtn {
	float:left;
	width:290px;
	height:30px;
	text-transform:uppercase;
	margin-bottom:15px;
}

#altBeerHolder .chalkboard #right #beerfinderbtn a {
	color:#BBBBBB;
}

#altBeerHolder .chalkboard #right #beerfinderbtn img {
	float:left;
	margin-right:10px;
}

#altBeerHolder .chalkboard #right #foodpairinfo,
#altBeerHolder .chalkboard #right #award {
	float:left;
	width:290px;
	color:#BBBBBB;
	font-size:10px;
	line-height:15px;
	margin-top:10px;
	height:146px;
	overflow:hidden;
}

/*#altBeerHolder .chalkboard #right #award img{
	margin-top:10px;
}*/

#altBeerHolder .go-back{
	left:535px;
	top:-340px;
	position:absolute;
	background:url(flash/backbtn.png) no-repeat 55px 110px;
	width:309px;
	cursor:pointer;
	display:block;
	height:289px;
	z-index:0
}



/* Shock LP*/
.shock-title {
	position:absolute;
	top:30px;
	left:40px;
}


.shock-beers {
	float:left;
	position:absolute;
	top:200px;
	left:-170px;
	width:873px;
	height: 400px;
	padding-left:203px;
}

.shock-beers.one {
	background:url(images/build/beers/shock-beers-4.png) no-repeat;	
}

.shock-beers.two {
	background:url(images/build/beers/shock-beers-2.png) no-repeat;	
}

.shock-beer {
	height:349px;
	position: relative;
	width:95px;
	float:left;
	margin-left:10px;
	cursor: pointer;
}

.shock-pack {
	width:672px;
	height:520px;
	position:absolute;
	right:-150px;
	top:200px;
}

.shock-pack.one {
	background:url(images/build/beers/shock-pack-4.png) no-repeat top left;	
}

.shock-pack.two {
	background:url(images/build/beers/shock-pack-2.png) no-repeat top left;	
}


a.shock-back {
	background: url(flash/backbtn.png) no-repeat 55px 110px;
	width:500px;
	height:500px;
	right:-150px;
	position: absolute;
	top:-180px;
}

.shock-other {
	 padding:13px 15px;
	 height: 60px;
	 width: 200px;
	 position: absolute;
	 left: 30px;
	 top:570px;
	 z-index: 300;
	 font-size: 11px;
	 line-height: 14px;
	 background:url(images/build/beers/shock-disclaim.png) no-repeat top left;	
}

.shock-other a {
	color:#a52526;
}

.shock-other a:hover{
	text-decoration: underline;
}

/* Beers Styles End */

/* Brew Tour 
.tab_content {
	margin-top:25px;
}*/

/* About Us Styles Begin */
#content.aboutUs {
	height: 659px;
}
#slideshowBG {
	width: 690px;
	height: 367px;
	background: url(images/build/aboutus/rotatingPhotoBG.jpg) no-repeat top left;
	position: absolute;
	top: 22px;
	right: 21px;
	z-index: 1;
}
#slideshow {
	width: 287px;
	height: 247px;
	background-color: #ffffff;
	margin-left: 323px;
	margin-top: 59px;
	overflow: hidden;
}
#typewriterBG {
	background: url(images/build/aboutus/typewriterBG.png) no-repeat top left;
	height: 689px;
	width: 773px;
	position: absolute;
	bottom: 0px;
	left: -37px;
	z-index: 2;
}
#typewriterTabs {
	background: url(images/build/aboutus/tabsBG.png) no-repeat top right;
	height: 288px;
	width: 98px;
	position: absolute;
	left: 56px;
	top: 0px;
	padding-top: 15px;
}
#typewriterTabs a {
	display: block;
	float: left;
	clear: left;
	height:43px;
	width: 90px;
}
a#storytab:link, a#storytab:visited, a#storytab:active {
	background: url(images/build/aboutus/tabs_sprite.png) no-repeat 0px 0px;
}
a#storytab:hover {
	background: url(images/build/aboutus/tabs_sprite.png) no-repeat 0px -184px;
}
a#storytab.selected:link, a#storytab.selected:visited, a#storytab.selected:active {
	background: url(images/build/aboutus/tabs_sprite.png) no-repeat 0px -184px;
}
a#storytab.selected:hover {
	background: url(images/build/aboutus/tabs_sprite.png) no-repeat 0px -184px;
}
a#georgetab:link, a#georgetab:visited, a#georgetab:active {
	background: url(images/build/aboutus/tabs_sprite.png) no-repeat 0px -47px;
}
a#georgetab:hover {
	background: url(images/build/aboutus/tabs_sprite.png) no-repeat 0px -231px;
}
a#georgetab.selected:link, a#georgetab.selected:visited, a#georgetab.selected:active {
	background: url(images/build/aboutus/tabs_sprite.png) no-repeat 0px -231px;
}
a#georgetab.selected:hover {
	background: url(images/build/aboutus/tabs_sprite.png) no-repeat 0px -231px;
}
a#huntertab:link, a#huntertab:visited, a#huntertab:active {
	background: url(images/build/aboutus/tabs_sprite.png) no-repeat 0px -93px;
}
a#huntertab:hover {
	background: url(images/build/aboutus/tabs_sprite.png) no-repeat 0px -277px;
}
a#huntertab.selected:link, a#huntertab.selected:visited, a#huntertab.selected:active {
	background: url(images/build/aboutus/tabs_sprite.png) no-repeat 0px -277px;
}
a#huntertab.selected:hover {
	background: url(images/build/aboutus/tabs_sprite.png) no-repeat 0px -277px;
}
a#ralphtab:link, a#ralphtab:visited, a#ralphtab:active {
	background: url(images/build/aboutus/tabs_sprite.png) no-repeat 0px -140px;
}
a#ralphtab:hover {
	background: url(images/build/aboutus/tabs_sprite.png) no-repeat 0px -324px;
}
a#ralphtab.selected:link, a#ralphtab.selected:visited, a#ralphtab.selected:active {
	background: url(images/build/aboutus/tabs_sprite.png) no-repeat 0px -324px;
}
a#ralphtab.selected:hover {
	background: url(images/build/aboutus/tabs_sprite.png) no-repeat 0px -324px;
}
#typewriterContent {
	width: 325px;
	height: 320px;
	overflow: auto;
	color: #333333;
	font-family:"Courier New", Courier, monospace;
	margin-left: 160px;
	margin-top: 90px;
	/*padding-right: 10px;*/
	position: relative;
}
#typewriterContent h1 {
color: #555;
font-size: 23px;
margin-top: 10px;
}
#typewriterContent h2 {

}
#typewriterContent p {
	font-size: 14px;
}
#typewriterContent p.small,
#typewriterContent p.disclaimer {
	font-size: 12px;
}
#ashtray {
	width: 578px;
	height: 238px;
	background: url(images/build/aboutus/ashtray.jpg) no-repeat top left;
	position: absolute;
	bottom: 0px;
	right: -192px;
	z-index: 3;
}
/* About Us Styles End */

/* Meet The Team Styles Begin */
#content.meettheteam {
	height: 613px;
}
#meetTheTeamNavBG {
	height: 500px;
	width: 200px;
	background: url(images/build/meettheteam/meetTheTeamNavBG.png) no-repeat top left;
	float: left;
	padding: 35px 0px 0px 8px;
}
p.meetTheTeamDesc {
	font-size: 10px;
	color: #fefefe;
	margin: 10px 14px 15px 14px;
}
#meetTheTeamCoasterBG {
	width: 318px;
	height: 65px;
	background: url(images/build/meettheteam/coasterBG.png) no-repeat top left;
	position: absolute;
	bottom: -12px;
	right: 93px;
}
/* Meet The Team Styles End */

/* Blog Styles Begin */
#blogOuterWrapper {
	margin-left: auto;
	margin-right: auto;
	width: 1016px;
}
#wrapper.blogWrapper {
	float: left;
	height: auto;
}
#background.blogBG {
	width: 1016px;
	background-image: url(images/build/blog/blogBG.jpg);
	background-repeat:repeat-x;
	min-width: none;
	float: left;
	padding-bottom: 20px;
	*margin-bottom: 20px; /* IE7 */
}

#content.blog {
	float: left;
	height: auto;
}
#blogInnerContentBG_top {
	width: 861px;
	height: 31px;
	background: url(images/build/blog/whiteBG_top.png) no-repeat top left;
	margin-left: 77px;
	margin-top: 53px;
}
#blogInnerContentBG {
	width: 861px;
	background: url(images/build/blog/whiteBG_middle.png) repeat-y top left;
	float: left;
	margin-left: 77px;
	padding-bottom: 10px;
}

#blogInnerContentBG2 {
	width: 861px;
	background: url(images/build/blog/whiteBG_middle2.png) repeat-y top left;
	float: left;
	margin-left: 77px;
	padding-bottom: 10px;
	min-height:600px;
}

#blogInnerContentBG_bottom {
	clear:both;
	width: 861px;
	*height: 31px;
	background: url(images/build/blog/whiteBG_bottom.png) no-repeat top left;
	margin-left: 77px;
	*margin-bottom:50px;
}
#blogInnerContent {
	width: 820px;
	margin-left: 40px;
	padding-top: 20px;
}
#blogSidebar {
	width: 255px;
	height: auto;
	float: right;
}
#blogSidebar h2 {
	font-size: 18px;
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 15px;
	color: #555;
}
#blogNav {
	margin-left: -22px;
	margin-bottom: 20px;
	background: url(images/build/blog/sidebarSepLine.gif) no-repeat 15px 0px;
	float: left;
}
#blogNav a {
	color: #555;
	height: 85px;
	display: block;
	width: 190px;
	padding: 10px 35px 10px 35px;
	float: left;
	clear: left;
}
#blogNav a:link, #blogNav a:visited, #blogNav a:active {
	text-decoration: none;
	background: url(images/build/blog/sidebarSepLine.gif) no-repeat 15px 104px;
}
#blogNav a:hover {
	text-decoration: underline;
	background: url(images/build/blog/sidebarSepLine.gif) no-repeat 15px 104px;
}
#blogNav a.currentBlog:link, #blogNav a.currentBlog:visited, #blogNav a.currentBlog:active {
	text-decoration: none;
	background: url(images/build/blog/sideBarCurrentBG.png) no-repeat top left;
}
#blogNav a.currentBlog:hover {
	text-decoration: underline;
	background: url(images/build/blog/sideBarCurrentBG.png) no-repeat top left;
}
#blogNav span.blogNavTitle {
	font-size: 20px;
	*display: inline; /* IE7 */
}
#blogNav span.blogNavTitle:hover {
	*border-bottom: 1px solid #555; /* IE7 */
}
#blogNav br.blogNavBr {
	margin-bottom: 8px;
}
#blogNav span.blogNavDesc {
	font-size: 11px;
	line-height: 15px;
	*display: inline; /* IE7 */
}
#blogNav span.blogNavDesc:hover {
	*border-bottom: 1px solid #555; /* IE7 */
}
#blogListing {
	width: 560px;
	float: left;
	clear: left;
	margin-bottom: 20px;
}
#blogDate {
	float: left;
	width: 43px;
	height: 50px;
	margin-top:7px;
	text-align: center;
}
p.blogDateMonth {
	color: #cecece;
	font-size: 18px;
	margin-bottom: 0px;
	text-transform:uppercase;
}
p.blogDateDay {
	color: #cecece;
	font-size: 36px;
	margin-bottom: 0px;
	margin-top: -5px;
}
#blogTitle {
	float: left;
	height: auto;
	width: 450px;
	margin-left: 18px;
	margin-bottom: 18px;
	margin-top: 5px;
}
#blogTitle h3 {
	font-size: 28px;
	line-height: 30px;
	color: #555;
}

#blogTitle h3 a {
color: #555;
}

#blogPreview {
	float: left;
	clear: both;
	color: #333333;
	width: 475px;
	margin:10px 20px 0 60px;
	overflow:hidden;
	padding-bottom:25px;
}

#blogPreview a {
	color:#ce3c15;
	font-weight:bold;
}

#blogPreview blockquote p {
	font-style:italic;
	color:#999999;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:20px;
	margin:20px;
}

#blogPreview ul, #blogPreview ol {
    
    margin:20px 3px;
	line-height:16px;
	color:#999999;
}


#blogPreview ul li, #blogPreview ol li {
    list-style:outside;
    margin:0 0 15px 15px;
}

#blogPreview ol li {
	list-style:decimal;
}

#blogPreview2 {
	float: left;
	clear: both;
	color: #333333;
	margin:10px 20px 0 20px;
	line-height:16px;
	width:720px;
}

#blogPreview2 ul {
	list-style:disc outside;
	margin:0 0 20px 20px;;
	color:#999999;
}

#blogPreview2 ul li {
	margin-bottom:10px;
}

#blogPreview2 hr {
	margin-bottom:30px;
}

#blogPreview2 a {
	font-weight:bold;
}

.alignleft {
	float:left;
	padding:0 20px 20px 0;	
}

.alignright {
	float:right;
	padding:0 0 20px 20px;	
}


img.blogPostPic {
	margin-bottom: 20px;
}
#blogPreview p {
	font-size: 12px;
	line-height: 16px;
}
a.readMoreLink:link, a.readMoreLink:visited, a.readMoreLink:active {
color: #ce3c15;
text-decoration: none;
}
a.readMoreLink:hover {
color: #ce3c15;
text-decoration: underline;
*border-bottom: 1px solid #ce3c15; /* IE7 */
}

#nav-below {
	border-top:1px dotted #e1e1e1;
	background-color:#e1e1e1;
	margin-right:25px;
}

#nav-below .title {
	line-height:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#333333;
	font-style:italic;
}

#nav-below a{
	line-height:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#000000;
}

#nav-below a:hover{
	text-decoration:underline;
}

#nav-below .nav-previous, #nav-below .nav-next {
	margin-top:30px;
	margin-bottom:20px;
	width:200px;
	float:left;
}

#nav-below .nav-next {
	margin-left:290px;
	margin-top:-83px;
	text-align:right;
}

#nav-below .nav-previous, #nav-below .nav-previous .title {
	margin-left:25px;
}

#nav-below .nav-previous .meta-nav {
	padding-right:10px;
	padding-bottom:30px;
	float:left;
}

#nav-below .nav-next .meta-nav {
	float:right;
	margin-right:-20px;
	margin-top:-0px;
	*margin-top:-20px;
}

.wp-pagenavi {
	margin-bottom:25px;
	color:#333333;
	width:500px;
	margin-left:50px;
}

#disqus_thread {
	width:530px;
}

#comments  {
	clear:both;
	color:#000000;
}

#comments .even {
	padding:25px;
	border-top:1px dotted #e1e1e1;
	float:left;
		width:500px;
	
}

#comments .odd {
	border-top:1px dotted #e1e1e1;
	padding:25px;
	float:left;
	width:500px;
}

#comments .avatar {
	float:left;
	margin-right:25px;
}

.comment-author {
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#9F9F9F;
}

.comment-meta a{
	font-size:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#9F9F9F;
}

.commentlist p, .pingback {
	clear:both;
	float:left;
	margin-left:58px;
	margin-top:10px;
	line-height:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#9F9F9F;
}



.form-allowed-tags, .comment-notes {
	display:none;
}


.pingback, .pingback p {
	margin-left:0px;
}

.pingback p {
	width:440px;
}

.pingback .comment-reply-link {
	display:none;
}

.comment-reply-link {
	clear:both;
	float:left;
	margin-left:58px;
	background-color:#EEEEEE;
	padding:7px;
}

#respond {
	margin-left:25px;
	*margin-left:0px;
}

#comments {
	*margin-left:25px;
}


#comments #respond h3#reply-title {
font-size:26px;
		padding-top:40px;
			border-top:1px dotted #e1e1e1;
}

#commentform {
	position:relative;
	margin-bottom:200px;
	margin-top:30px;
}

.comment-form-comment #comment {
	*margin-left:-25px;
}

#commentform input {
	*margin-left:-25px;
	height:25px;
}

#commentform p {
	width:75px;
}


/* Blog Styles End */


/* Landing Pages Start */


#lpTitle {
	float: left;
	height: auto;
	width: 720px;
	margin-left: 18px;
	margin-bottom: 18px;
}
#lpTitle h3 {
	color: #000;
	line-height: -45px;
	font-size: 48px;
	letter-spacing: -4px;
	zoom: 1;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

#lpTitle h3 a{
	color: #555;
}

#lpPreview {
	float: left;
	clear: both;
	color: #333333;
	margin:10px 20px 0 20px;
	line-height:16px;
	width:720px;
}

#lpPreview ul {
	list-style:disc outside;
	margin:0 0 20px 20px;;
	color:#999999;
}

#lpPreview ul li {
	margin-bottom:10px;
}

#lpPreview hr {
	margin-bottom:30px;
}

#lpPreview a {
	font-weight:bold;
}

/* Landing Pages End */


/* Videos Styles Start */

#bgvideos {
	position:relative;
	z-index:1;	
}

.bgvid {
	background:url(images/build/videos/videoBG.jpg) no-repeat top center;
	content:"";
   position:absolute;
   z-index:-1;
   top:0;
   bottom:0;
   left:0;
   right:0;
}

.light-switch {
	background: url("images/build/videos/light-switch.png") repeat scroll 0 0 transparent;
    height: 100px;
    left: 910px;
    position: absolute;
    top: 125px;
    width: 65px;
	cursor:pointer;
	
}


#content.video {
	height:1000px;	
}

.js-tubepress-gallery {
	position:absolute;
	top:118px;
	left:150px;	
	width:720px !important;
}

.tubepress-big-title {
	text-align:center;	
}

.tubepress-pagination-and-thumbs {
	margin-top:40px;	
}


.tubepress-thumbs {
    margin-bottom: 4.5em !important;
}

.tubepress-thumb {
	width:144px !important;
}

.tubepress-meta-title a {
	width:120px;
	line-height:15px;
	font-weight:normal !important;
	opacity:0.65;
	
}

.tubepress-thumb img:hover {
	opacity:0.7;
	background:url(images/build/videos/videoThumbBG.jpg)	
}

.tubepress-meta-group dd.tubepress-meta-duration, .tubepress-meta-group dd.tubepress-meta-viewCountFormatted, .tubepress-meta-group dt.tubepress-meta-viewCountFormatted {
	display:none;
}

.js-tubepress-gallery div.tubepress-pagination {
	opacity:0.65;	
}


.js-tubepress-gallery div.tubepress-pagination {
    font-size: 13px;	
    text-align:center;
    clear: both;    
    margin: .7em 0;
}

.js-tubepress-gallery div.tubepress-pagination a, .js-tubepress-gallery div.tubepress-pagination span {
    display: inline-block;
    margin: 2px !important;
    text-decoration: none;
    padding: 3px 5px;
    cursor: pointer;
    line-height: 24px;
}

.js-tubepress-gallery div.tubepress-pagination span.current {
    background: none repeat scroll 0 0 #313428;
    border: 1px solid #202020;
    border-radius: 3px 3px 3px 3px;
    color: #FFF;
    margin: 0;
    padding: 0 8px;
    
}
.js-tubepress-gallery div.tubepress-pagination .active span {
  background: none repeat scroll 0 0 #313428;
  border: 1px solid #202020;
  border-radius: 3px 3px 3px 3px;
  color: #FFF;
  margin: 0;
  padding: 0 8px;
}
.js-tubepress-gallery div.tubepress-pagination .disabled {display:none;}
.js-tubepress-gallery div.tubepress-pagination a {
    background: #999; /* for non-css3 browsers */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#F0F0F0'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#F0F0F0)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #fff,  #F0F0F0); /* for firefox 3.6+ */ 
    border: 1px solid silver;
    border-radius: 3px 3px 3px 3px;
    color: #000099;
    display: inline-block;
    margin: 0;
    padding: 0 8px;
    text-decoration: none;
}

.js-tubepress-gallery div.tubepress-pagination a:hover {
	box-shadow: 0 0 3px #383838;
}


/* Videos Styles End */


/* Events Styles Begin */
#content.events {
	height: 717px;
}
#eventsInnerContentBG {
width: 720px;
height: 407px;
background: url(images/build/events/eventsContentBG.png) no-repeat top left;
position: absolute;
left: 80px;
top: 0px;
}

#eventsInnerContentBG #details ul {
	list-style:disc outside;
	margin-left:30px;
}

#eventsNav {
	width: 300px;
	height: 27px;
	font-size: 12px;
	margin-left: 41px;
	margin-top: 30px;
	padding-top: 3px;
	position: relative;
	display:none;
}
#eventsNav a {
	cursor: pointer;
	color: #ffffff;
	height: 30px;
	line-height: 30px;
}
a#eventsNavLink:link, a#eventsNavLink:visited, a#eventsNavLink:active {
	color: #ffffff;
	text-decoration: none;
}
a#eventsNavLink:hover {
	color: #ffffff;
	text-decoration: underline;
}
a#eventsNavLink.active:link, a#eventsNavLink.active:visited, a#eventsNavLink.active:active {
	color: #ffffff;
	text-decoration: none;
}
a#eventsNavLink.active:hover {
	color: #ffffff;
	text-decoration: underline;
}
#mapViewNavBG {
	width: 86px;
	height: 29px;
	background: url(images/build/events/navBG_mapView.png) no-repeat top left;
	padding: 1px 0px 0px 0px;
	text-align: center;
	float: left;
}
#calendarViewNavBG {
	width: 132px;
	height: 29px;
	background: url(images/build/events/navBG_calendarView.png) no-repeat top left;
	float: left;
	text-align: center;
	padding: 1px 0px 0px 0px;
}
#eventsInnerContent {
	width: 633px;
	height: 309px;
	overflow: hidden;
	margin-left: 42px;
	margin-top: -5px;
}
#calendarNavBG {
	width: 201px;
	height: 399px;
	background: url(images/build/events/calendarNavBG.png) no-repeat top left;
	position: absolute;
	right: 25px;
	top: 14px;
}
#calendarNav {
	width: 184px;
	float: left;
	margin-left: 8px;
		height: 320px;
	overflow: auto;
	margin-top: 25px;
}
#calendarNav span.calendarNavDesc {
	font-size: 11px;
}
#calendarNav span.calendarNavDate {
	color: #dd3d2d;
}
#calendarNav a {
	width: 160px;
	text-decoration: none;
	color: #ffffff;
	display: block;
	padding: 10px 10px 10px 14px;
	background: url(images/build/events/calendarNavSepLine.png) no-repeat bottom left;
}
#calendarNav a:hover {
	color: #ffffff;
	text-decoration: none;
	background: url(images/build/events/calendarNavHoverBG.png) no-repeat bottom left;
}
#calendarNav a.selected {
	color: #ffffff;
	text-decoration: none;
	background: url(images/build/events/calendarNavActiveBG.png) no-repeat bottom left;
}
#calendarNav a.selected:hover {
	color: #ffffff;
	text-decoration: none;
	background: url(images/build/events/calendarNavActiveBG.png) no-repeat bottom left;
}
a#calendarNavLastLink:link, a#calendarNavLastLink:visited, a#calendarNavLastLink:active {
	color: #ffffff;
	text-decoration: none;
	background-image: none;
}
a#calendarNavLastLink:hover {
	color: #ffffff;

	background-image: none;
	background: url(images/build/events/calendarNavHoverBG_last.png) no-repeat bottom left;
}
a#calendarNavLastLink.activeCal:link, a#calendarNavLastLink.activeCal:visited, a#calendarNavLastLink.activeCal:active {
	color: #ffffff;
	text-decoration: none;
	background: url(images/build/events/calendarNavActiveBG_last.png) no-repeat bottom left;
}
a#calendarNavLastLink.activeCal:hover {
	color: #ffffff;
	text-decoration: none;
	background: url(images/build/events/calendarNavActiveBG_last.png) no-repeat bottom left;
}

#map { width:633px; height:309px; margin-left:42px; margin-top:1px; }

#message { 
	position:absolute; 
	padding:10px 10px 10px 20px; 
	color:#000; 
	width:248px;
	height:135px;
	font-size:11pt; 
	background: url(images/build/events/events-mapdetail-paper.png) no-repeat;
}

#tab2 {
		width:693px;
}

#details {
	color: #333333;
	font-size: 14px;
	height: 259px;
	left: 50px;
	top:59px;
	margin-left: 0;
	margin-top: 2px;
	overflow: auto;
	padding: 25px;
	position: absolute;
	width: 583px;
}

#details p {
	margin-bottom:10px;
}

#details h3 {
	font-size:24px;
}

#eventsBeerBottle {
	width: 199px;
	height: 492px;
	position: absolute;
	left: 0px;
	top: 180px;
	z-index: 3000;
	background: url(images/build/events/beerBottleBG.png) no-repeat top left;
	margin-right: -199px;
	display: inline-block;
}
#eventsDropletBG {
	width: 263px;
	height: 160px;
	background: url(images/build/events/dropletBG.png) no-repeat top left;
	position: absolute;
	z-index: 2000;
	left: 175px;
	bottom:-25px;
}
/* Events Styles End */

/* Contact Us Styles Begin */
#contactUsFormBG {
	width: 710px;
	height: 430px;
	position: absolute;
	left: -9px;
	top: 80px;
	background: url(images/build/contactus/formBG.png) no-repeat top left;
}
#contactUsBeerBottle {
	width: 199px;
	height: 492px;
	position: absolute;
	left: -60px;
	top: 170px;
	z-index: 3000;
	background: url(images/build/events/beerBottleBG.png) no-repeat top left;
	display: inline-block;
}
#contactUsForm {
	width: 600px;
	margin-left: 102px;
	*margin-left: 52px; /* IE7 */
	margin-top: 73px;
	position: absolute;
	z-index: 4000;
}
#contactUsForm input, #contactUsForm textarea {
	clear: left;
	display: block;
	margin-bottom: 3px;
	*margin-left:50px;
	*overflow:auto;
	width: 534px;
	background: none;
	border: none;
	color: #fefefe;
	/*border: 1px solid #666666;*/
	padding: 5px;
	*padding: 6px 5px 5px 5px; /* IE7 */
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
input#name, input#email {
	height: 24px;
}
textarea#comments {
	height: 100px;
	*height: 135px; /* IE7 */
	font-size: 14px;
	float:left;
	margin-top:25px;
}
#contactUsForm input.wpcf7-submit {
	width: 120px;
	height: 35px;
	float: right;
	margin-right: 55px;
	margin-top:-5px;
	padding: 0px;
	cursor:pointer;
	text-indent:-9999px;	
}

.your-recipient {
	float:right; 
	margin-right:220px;
}

/*Error Handler */
.wpcf7-response-output {

}

div.wpcf7-mail-sent-ok {
border: 2px solid #398f14;
position: absolute;
top: 10px;
left: 320px;
}

#contactUsSocMedBG {
	width: 324px;
	height: 423px;
	position: absolute;
	right: -9px;
	top: 80px;
	background: url(images/build/contactus/socMediaBG.png) no-repeat top left;
}
#contactUsSocMedContent {
	width: 220px;
	float: left;
	margin-left: 32px;
	margin-top: 17px;
}
#contactUsSocMedContent p {
	margin-bottom: 3px;
	padding: 10px 12px 0px 19px;
}
p.socMedTitle {
	font-size: 12px;
}
p.socMedDesc {
	font-size: 11px;
}
#fbContent {
	width: 220px;
	height: 180px;
	overflow:hidden;
	float: left;
	margin-bottom: 0px;
}

#twContent {
	height: 190px;
	width: 220px;
	float: left;
	clear: left;
}

#twContent ul {
	height:128px;
	overflow:hidden;
}

#twContent ul li {
	margin:0px 15px 10px 15px;	
}

#twContent ul li a {
	color:#FFFFFF;
}

#twContent ul li a:hover {
	text-decoration:underline;
}


p.socMedTitle a:hover {
	*border-bottom: 1px solid #6b8d2d; /* IE7 */
}
a#contactUsFBlink:link, a#contactUsFBlink:visited, a#contactUsFBlink:active {
	background: url(images/build/contactus/fbLogo.png) no-repeat top left;
	padding-left: 43px;
	display: block;
	height: 40px;
	line-height: 38px;
	font-size: 14px;
	text-decoration: none;
	color: #ffffff;
	margin-left: 3px;
}
a#contactUsFBlink:hover {
	background: url(images/build/contactus/fbLogo.png) no-repeat top left;
	padding-left: 43px;
	display: block;
	height: 40px;
	line-height: 38px;
	font-size: 14px;
	text-decoration: underline;
	color: #ffffff;
	margin-left: 3px;
}
a#contactUsTWlink:link, a#contactUsTWlink:visited, a#contactUsTWlink:active {
	background: url(images/build/contactus/twLogo.png) no-repeat top left;
	padding-left: 43px;
	display: block;
	height: 40px;
	line-height: 38px;
	font-size: 14px;
	text-decoration: none;
	color: #ffffff;
	margin-left: 3px;
}
a#contactUsTWlink:hover {
	background: url(images/build/contactus/twLogo.png) no-repeat top left;
	padding-left: 43px;
	display: block;
	height: 40px;
	line-height: 38px;
	font-size: 14px;
	text-decoration: underline;
	color: #ffffff;
	margin-left: 3px;
}
a#contactUsFBlink span:hover, a#contactUsTWlink span:hover {
	*border-bottom: 1px solid #ffffff; /* IE7 */
}
#contactUsDroplets {
	width: 209px;
	height: 71px;
	position: absolute;
	bottom: 2px;
	*bottom: 44px; /* IE7 */
	right: 10px;
	*right: 0px; /* IE7 */
	background: url(images/build/contactus/droplets.png) no-repeat top left;
}
/* Contact Us Styles End */

/* Visit Us / Brewery Tours Styles Begin */
#content.visitus {
	height: 660px;
}
#visitUsInnerContent {
	background: url(images/build/contactus/visitUsContentBG.png) no-repeat top left;
	width: 847px;
	height: 368px;
	margin-top: 20px;
	margin-left: 35px;
	padding: 32px 31px 0px 50px;
	*padding: 52px 31px 0px 50px; 
}
#visitUsInnerContent h1 {
	background: url(images/build/contactus/visitUsH1BG.png) no-repeat top left;
	display: block;
	font-size: 24px;
	height: 30px;
	padding: 4px 2px 3px 5px;
	*padding: 2px 2px 3px 5px; /* IE7 */
	margin-bottom: 8px;
	margin-top: 20px;
}
#visitUsInnerContent p {
	color: #222222;
	font-size: 13px;
	margin-bottom: 10px;
	font-family:"Courier New", Courier, monospace;
	letter-spacing: -0.5px;
}

#visitUsInnerContent ul.tabs li {
	float: left; 
	margin-left: 20px; 
	height: 12px; 
	padding: 5px 10px 10px; 
	font-size: 18px; 
	background: url("/wp-content/themes/flyingdog/images/build/tours/tabs.png") no-repeat scroll center top transparent;	
}

#visitUsInnerContent ul.tabs li.active {
	height: 27px; 
}

#visitUsInnerContent ul.tabs li:hover {
	background-position:center -40px;
	height: 12px;
}

#visitUsInnerContent ul.tabs li.active:hover {
	background-position:center top;
	height: 27px; 
}

#slideshowB {
	float: left;
	width: 291px;
	height: 290px;
	margin-top:30px;
	margin-left: 41px;
	*margin-top: 10px;

}
#visitUsBeerBottleBG {
	background: url(images/build/contactus/visitUsBeerBottleBG.png) no-repeat top left;
	width: 522px;
	height: 236px;
	position: absolute;
	right: 126px;
	bottom: 55px;
}
/* Visit Us / Brewery Tours Styles End */

/*404*/
#FormBG404 {
	width: 710px;
	height: 430px;
	position: absolute;
	left: -9px;
	top: 80px;
	background: url(images/build/404/404BG.png) no-repeat top left;
}
/*404 End*/

/* Footer Styles Begin */
#footerBG {
	clear: both;
	min-width: 1016px;
	background-color: #000000;
	height: 120px;
	margin-top: -53px;
	z-index: 3000;
	position: relative;
	
}
#footer {
	width: 1016px;
	height: 90px;
	padding-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

#socialMediaBtns {
	width: 280px;
	float: left;
	display: block;
	height: 53px;
	margin-left: 20px;
}
#socialMediaBtns a {
	float: left;
	display: block;
	width:52px;
	height:52px;
}
img.socMedBtnSep {
	float: left;
	display: block;
}
a#socMedBtnYt:link, a#socMedBtnYt:visited, a#socMedBtnYt:active {
	background-image: url(images/build/socialMediaBtns2.jpg);
	background-repeat: no-repeat;
	background-position: 2px -53px;
}
a#socMedBtnYt:hover {
	background-image: url(images/build/socialMediaBtns2.jpg);
	background-repeat: no-repeat;
	background-position: 2px 0px;
}
a#socMedBtnFb:link, a#socMedBtnFb:visited, a#socMedBtnFb:active {
	background-image: url(images/build/socialMediaBtns2.jpg);
	background-repeat: no-repeat;
	background-position: -53px -53px;
}
a#socMedBtnFb:hover {
	background-image: url(images/build/socialMediaBtns2.jpg);
	background-repeat: no-repeat;
	background-position: -53px 0px;
}
a#socMedBtnTw:link, a#socMedBtnTw:visited, a#socMedBtnTw:active {
	background-image: url(images/build/socialMediaBtns2.jpg);
	background-repeat: no-repeat;
	background-position: -105px -53px;
}
a#socMedBtnTw:hover {
	background-image: url(images/build/socialMediaBtns2.jpg);
	background-repeat: no-repeat;
	background-position: -105px 0px;
}
a#socMedBtnB:link, a#socMedBtnB:visited, a#socMedBtnB:active {
	background-image: url(images/build/socialMediaBtns2.jpg);
	background-repeat: no-repeat;
	background-position: -155px -53px;
}
a#socMedBtnB:hover {
	background-image: url(images/build/socialMediaBtns2.jpg);
	background-repeat: no-repeat;
	background-position: -155px 0px;
}
a#socMedBtnIn:link, a#socMedBtnIn:visited, a#socMedBtnIn:active {
	background-image: url(images/build/socialMediaBtns2.jpg);
	background-repeat: no-repeat;
	background-position: -210px -53px;
}
a#socMedBtnIn:hover {
	background-image: url(images/build/socialMediaBtns2.jpg);
	background-repeat: no-repeat;
	background-position: -210px 0px;
}
#footerRightText {
	height: 70px;
	float: left;
	display: block;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #565656;
	margin-top: -2px;
}
#copyright {
	width: 220px;
	height: 70px;
	float: left;
	display: block;
	margin-top: 9px;
}
#altBeersHolder span.bulletin,
.shock-beers span.bulletin {
font-size: 14px;
line-height: 18px;
color: #BBBBBB;
font-family: "Courier New", Courier, monospace;
letter-spacing: -0.5px;
display: inline-block;
margin-top: 8px;
}
.shock-beers span.bulletin {color: #ffffff;}
#contactInfo {
	width: 150px;
	height: 70px;
	float: left;
	display: block;
	margin-left: 25px;
	margin-top: 9px;
}
#menu-footer-menu {
	float:left;
	margin-left:75px;
	margin-top:25px;
	text-transform:uppercase;
}

#menu-footer-menu a{
	color: #565656;
}

#facebookbtn {
position: relative;
top: 0px;
max-width: 190px;
left: 0;
}

/* Footer Styles End */

/* STAFF */
@font-face {
    font-family: 'mistral_itclight';
    src: url('fonts/ufonts.com_mistral_itc_light-webfont.eot');
    src: url('fonts/ufonts.com_mistral_itc_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ufonts.com_mistral_itc_light-webfont.woff') format('woff'),
         url('fonts/ufonts.com_mistral_itc_light-webfont.ttf') format('truetype'),
         url('fonts/ufonts.com_mistral_itc_light-webfont.svg#mistral_itclight') format('svg');
    font-weight: normal;
    font-style: normal;

}

.staff .nav-content {
background-image: url('images/build/meettheteam/meetTheTeamNavBG.png');
background-repeat: no-repeat;
background-position: left top;
width: 200px;
height: 380px;
display: inline-block;
float: left;
padding: 20px 10px;
margin: 20px 0 0 7px;
position: absolute;
}

#staffWrapper {
	background-image: url('images/build/meettheteam/meet-the-team-BG.png');
	background-repeat: repeat-y;
	background-position: left top;

	width: 800px;
    height: 650px;
	color: #2e2e2e;
	position: relative;
	top: 30px;
	left: 220px;
	display: inline-block;
	margin-bottom: 30px;
	overflow: hidden;
}

#staff-inner-wrapper {
height: 570px;
overflow-y: scroll;
margin-top: 50px;
width: 822px;
}
.white-gradient-bottom {
background: -webkit-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255, 1));
background: -moz-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255, 1));
position: absolute;
bottom: 30px;
width: 740px;
height: 30px;
margin: 0 40px;
}
#staff {
    padding: 0px 42px;
}

#content.staff {
	height: auto;
	min-height: 715px;
}

.staffTitle {
	margin-left: 25px;
	font-size: 28px;
}

.staffNav {
	padding-top: 10px;
	padding-left: 10px;
}
.staffNav li {line-height: 30px;}

.staffNav a {
	color: #a3927e;
	font-size: 14px;
	text-transform: uppercase;
}
.staffNav a.current {color: #ce3c13;}
.employee h1 {
    font-size: 23px;
    margin: 5px 0 2px;
    font-family: 'mistral_itclight';
}
.employee h2 {
	font-size: 12px;
	margin-bottom: 4px;
	line-height: 14px;
}
.employee {
    display: inline-block;
    width: 153px;
    height: 200px;
    vertical-align: top;
    margin: 0px 0px 10px 20px;
}

.staff a i {
    color: #909090;
    font-size: 16px;
    margin-right: 10px;
    -webkit-transition: color .25s ease;
    -moz-transition: color .25s ease;
    -o-transition: color .25s ease;
    transition: color .25s ease;
}

.staff a i.icon-twitter {
	font-size: 18px;
	vertical-align: -2px;
}

.staff a:hover i.icon-twitter {color: #00acee;}
.staff a:hover i.icon-envelope-alt {color: #bf2424;}

/* VISIT BREWERY */

#visitbrewery .panel {display: none;}
#visitbrewery .panel.active {display: block;}
#visitbrewery #visitUsInnerContent {
background-image: url(images/build/tours/content-bg.png);
background-repeat: no-repeat;
background-position: top left;
width: 920px;
height: 390px;
margin: 90px 0 0 70px;
padding: 35px 30px 0px 60px;
position: absolute;
z-index: 1;
}

#visitUsInnerContent .panel {
	width: 480px;
	max-height: 290px;
}

#navTab {text-indent: -9999px;}

a#gift-shop, a#growler-fills, a#tastings, a#tours {
	background-image: url(images/build/tours/nav-tabs.png);
	display: inline-block;
	position: absolute;
	z-index: 2;
	left: 18px;
	width: 100px;
	height: 47px;
}

a#tours{
	background-position: 0 190px;
	top: 190px;
}

a#tours.active {
	background-position: 0 0;
}

a#tastings {
	background-position: 0 145px;
	top: 234px;
}

a#tastings.active {
	background-position: 0 -45px;
}

a#growler-fills {
background-position: 0 95px;
top: 285px;
}

a#growler-fills.active {background-position: 0 -95px;}

a#gift-shop {
	background-position: 0 50px;
	top: 330px;
}

a#gift-shop.active {background-position: 0 -140px;}

.frame-inside {
width: 280px;
height: 260px;
overflow: hidden;
position: absolute;
top: 65px;
left: 575px;
-moz-box-shadow: inset 0px 0 20px 0px rgba(0, 0, 0, 0.25);
-webkit-box-shadow: inset 0px 0 20px 0px rgba(0, 0, 0, 0.25);
box-shadow: inset 0px 0 20px 0px rgba(0, 0, 0, 0.25);
}

.tour-image {
max-width: 100%;
max-height: 100%;
min-width: 100%;
min-height: 100%;
z-index: -10;
}

#tours > p.ticket-cta {
border-bottom: 1px solid #777;
border-top: 1px solid #777;
margin: 0 40px 10px 165px;
padding: 5px;
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}   
    
.fadeIn {
  -webkit-animation: fadeIn ease 1;
  -moz-animation: fadeIn ease 1;
  animation: fadeIn ease 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}

#contactUsForm {margin-top: 113px;}
#contactUsForm h1 {font-size:40px;}
#contactUsForm label {font-size:16px;}
	
#content.contactus .contact-form {
background-image: url(images/build/contactus/chaulkboard.png);
width: 1015px;
height: 500px;
background-position: -10px -30px;
}

#contactUsForm input {
background-color: black;
border-top: 1px solid #464646;
padding: 5px 10px;
width: 230px;
}

#contactUsForm textarea {
background-color: black;
border-top: 1px solid #464646;
padding: 10px;
height: 140px;
}

#contactUsForm .right {
position: absolute;
top: 64px;
left: 270px;
}

#contactUsForm input, 
#contactUsForm textarea, 
#contactUsForm select {
margin-top: 10px;
}
#contactUsForm input.wpcf7-submit {
text-indent: 0;
margin-top: 10px;
margin-right: 0;
}

#content.contactus {height: 950px;}
#content.contactus .social-box h2 {font-size: 30px; text-align: center;}
#content.contactus .social-box {
background-image: url(images/build/contactus/socialbox.png);
background-repeat: no-repeat;
width: 270px;
height: 385px;
padding: 30px 20px;
float: left;
background-position: -10px 0;
position: relative;
overflow: hidden;
}
.social-button {
text-align: center;
margin-top: -10px;
margin-bottom: 10px;
}
.fb-like.fb_edge_widget_with_comment.fb_iframe_widget {float:none;}

.inst-follow {
background-color: #3c6d94;
padding: 4px 25px;
border-radius: 2px;
display: inline-block;
margin-bottom: 10px;
}

.inst-follow:hover {color: black;}
.inst-scrollr {
	height: 300px;
	overflow: scroll;
	padding-left: 4px;
	overflow-y: scroll;
	overflow-x: hidden;
    margin-right: -40px;
    padding-right: 25px;
}
.social-box.twitter {
	margin-left: 42px;
}
.socialbox-icon {
display: block;
width: 23px;
height: 23px;
position: absolute;
right: 23px;
}
.twitter .socialbox-icon {background-image: url(images/build/contactus/socialbox-twitter.jpg);}
.facebook .socialbox-icon {background-image: url(images/build/contactus/socialbox-facebook.jpg);}
.instagram .socialbox-icon {background-image: url(images/build/contactus/socialbox-instagram.jpg);}

.contact-phone {
position: absolute;
top: 450px;
left: -150px;
}

.fb-feed-item {
    display: block;
    clear: both;
    border-bottom: 1px solid #777;
    padding-top: 10px;
}
blockquote img {
    display: block;
    clear: both;
    margin-bottom: -10px;
    max-width: 100%;
}
.fb-date {
    display: block;
    clear: both;
}
#fb-feed a {
    color: white;
    text-decoration: underline;
}
#fb-feed p {
    color: #777;
    line-height: 17px;
    margin-bottom: 10px;
}
#fb-feed .fb-date a.quiet {
    color: #777;
    text-decoration: none;
}
#fb-feed {
    height: 310px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-right: -40px;
    padding-right: 40px;
}
.the_link {
display: block;
float: none;
clear: both;
}

#content.beers.shock {
overflow: visible;
}

div#detailheading {
margin-top: 1px;
}

.tubepress-fluid-width-video-wrapper{
	z-index: 9999;
}


/* Image Preloading */
#preload1 { background: url(images/build/aboutus/typewriterBG.png) no-repeat -9999px -9999px; }
#preload2 { background: url(images/build/aboutus/rotatingPhotoBG.jpg) no-repeat -9999px -9999px; }
#preload3 { background: url(images/build/beers/bg.jpg) no-repeat -9999px -9999px; }
#preload4 { background: url(images/build/dropdownBG.png) no-repeat -9999px -9999px; }
#preload5 { background: url(images/build/blog/blogBG.jpg) no-repeat -9999px -9999px; }

/* added by viki 4-30-2013 */
.timely .ai1ec-posterboard-view .ai1ec-event-title {font-size: 18px; line-height: normal; font-weight: normal;}
.timely .ai1ec-posterboard-view .ai1ec-event-title a {color: #555;}
.timely .ai1ec-posterboard-view .ai1ec-event-title .ai1ec-event-location {font-size: 16px;}
.timely .ai1ec-posterboard-view .ai1ec-date-block-wrap {background: #fff;}
.timely .ai1ec-posterboard-view .ai1ec-date-block-wrap .ai1ec-month {background: #fff; font-size: 1.4em; letter-spacing: 1px;}
.timely .ai1ec-category:hover, .active > .ai1ec-category, .timely .ai1ec-tag:hover, .active > .ai1ec-tag {background: #edce86;}
.timely .clearfix .btn-toolbar {margin: -40px 10px 0 0;}
#facebookbtn a:link, #facebookbtn a:visited, #facebookbtn a:hover, #facebookbtn a:active {color: #fff;}


/* HOLIDAY COLLECTION */

.shock-pack.holiday-collection-pack {
	background:url(images/build/beers/holiday-collection-pack.png) no-repeat;	
}

.shock-beers.holiday-collection-beers {
	background:url(images/build/beers/holiday-collection-beers.png) no-repeat;	
}