body{
	margin: 0 0 15px;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	background-color: #000;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear, hr { height: 1px; clear: both; overflow: hidden; }

a{
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

a img{
	border: none;
}

h1, h2, h3, h4, h5{
	color: #003300;
	margin-bottom: 10px;
}

h1{ font-size: 24px; line-height: 28px; }
h2{ font-size: 20px; line-height: 24px; }
h3{ font-size: 16px; line-height: 20px; }
h4{ font-size: 14px; line-height: 18px; }
h5{ font-size: 12px; line-height: 16px; }

form fieldset{
	margin: 0;
	padding: 0 0 25px 0;
	border: none;
}

form label{
	display: block;
	margin: 5px 0 3px 0;
	font-size: 11px;
}

form textarea{
	width: 100%;
	height: 150px;
}


/* Layout */


#wrapper{
	position: relative;
	margin: 0 auto;
	width: 767px;
}


/* Header */


#header{
	position: relative;
	height: 116px;
	background: transparent url('images/header.jpg') top no-repeat;
	
}

#header #logo{
	display: block;
	position: absolute;
	top: 0;
	left: 50px;
	width: 179px;
	height: 100%;
}

#header ul{
	position: absolute;
	top: 45px;
	right: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

#header li{
	display: inline;
	padding-right: 10px;
}

#header li a{
	color: #669966;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

#header li.findsaranac a { color: #ffff99 ; font-weight: bold; }

#header a:hover{
	text-decoration: underline;
}

#links { position: absolute; top: 3px; right: 0; width: 130px; height: 20px; }
#links a { float: left; width: 20px; height: 20px; margin-right: 6px; background: url(images/social-links.png) no-repeat 0 0; text-indent: -9999px; }
#links a:hover { opacity: 0.6; filter: alpha(opacity=60); }
#links #twitter { background-position: -20px 0; }
#links #youtube { background-position: -40px 0; }
#links #myspace { background-position: -60px 0; }
#links #rss { background-position: -80px 0; }

#distributor { position: absolute; top: -5px; right: 8px; font-size: 10px; color: #888; text-decoration: none; text-transform: uppercase; }

#club-saranac {
	position: absolute;
	top: 66px;
	left: 289px;
	}
#club-saranac a {
	width: 190px;
	height: 50px;
	display: block;
	background: url(images/club-saranac.png) no-repeat 0 -50px;
	text-indent: -9999px;
	}
#club-saranac a:hover {
	background-position: 0 0;
	}

#menu{
	position: relative;
	width: 767px;
	height: 20px;
	background: transparent url('images/menu.jpg') top no-repeat;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	z-index: 20;
}

#menu ul{
	width: 100%;
	height: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index:100;
}

#menu li{
	float: left;
	position: relative;
	z-index:100;
}

#menu li a{
	display: block;
	height: 20px;
	color: #EEEEEE;
	background: url(images/menu-sprites.png) no-repeat 0 0;
}
#menu a span{
	display: none; /* Hide link text for non-textual browsers */
}

#menu ul ul{
	position: relative;
	display: none;
	width: 150px;
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 10;
}
#menu ul li:hover ul{
	display: block;
}

#menu ul ul li{
	display: block;
	width: 100%;
	border-top: 1px solid #000;
}

#menu ul ul li a{
	display: block;
	width: 130px;
	padding: 5px 10px;
	border: none;
	height: auto;
	text-decoration: none;
	background: #705D40;
	opacity: .9;
	filter:alpha(opacity=90);
}

#menu ul ul li a:hover{
	background: #CC9966;
}

#menu #menu1{
	width: 110px;
}
#menu #menu1:hover, #menu #menu1.current{
	background-position: 0 -20px;
}
#menu #menu2{
	width: 62px;
	background-position: -110px 0;
}
#menu #menu2:hover, #menu #menu2.current{
	background-position: -110px -20px;
}
#menu #menu3{
	width: 58px;
	background-position: -172px 0;
}
#menu #menu3:hover, #menu #menu3.current{
	background-position: -172px -20px;
}
#menu #menu4{
	width: 99px;
	background-position: -230px 0;
}
#menu #menu4:hover, #menu #menu4.current{
	background-position: -230px -20px;
}
#menu #menu5{
	width: 90px;
	background-position: -329px 0;
}
#menu #menu5:hover, #menu #menu5.current{
	background-position: -329px -20px;
}
#menu #menu6{
	width: 91px;
	background-position: -419px 0;
}
#menu #menu6:hover, #menu #menu6.current{
	background-position: -419px -20px;
}
#menu #menu7{
	width: 58px;
	background-position: -510px 0;
}
#menu #menu7:hover, #menu #menu7.current{
	background-position: -510px -20px;
}

form#search{
	display: block;
	height: 20px;
	position: relative;
	width: 199px;
	background: transparent url('images/menu_6.png') left no-repeat;
	border: none;
	font-size: 8px;
	font-weight: bold;
	color: #000;
	text-align: right;
	text-transform: uppercase;
}

form#search label{
	display: inline;
}

form#search input.text{
	font-size: 10px;
	border: 1px solid #000;
	margin-top: 2px;
	padding: 1px;	
	width: 80px;
}

form#search input.image{
	vertical-align: top;
}

/* Banner */


#rotator {
	position: relative;
	height: 136px;
	line-height: 0;
	margin-bottom: -5px; /* IE6 */
	overflow: hidden;
	z-index: 1;
}

html > body #rotator{
	margin-bottom: 0px;
}
#banner {
	height: 136px;
	line-height: 0;
	margin-bottom: -5px; /* IE6 */
}
html > body #banner{
	margin-bottom: 0px;
}
#rotator a { display: block; }

/* Content */

#content-wrapper{
	background-color: #FFF;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding-bottom: 25px;
}

#content-wrapper-one{
	background-color: #FFF;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding-bottom: 25px;
	background: #FFF url('images/content-one-background.gif') left repeat-y;
	padding-right: 200px;
}

#content-wrapper-two{
	background-color: #FFF;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding-bottom: 25px;
	background: #FFF url('images/content-background.gif') left repeat-y;
	padding-right: 400px; /* Allow for two sidebars, each 200px wide */
}

#content{
	padding: 25px 10px;
	line-height: 1.2em;
}
#content.home { padding-top: 0; }

#twitter_feed {
	font-size: 11px;
	color: #013801;
}

#intro {
	position: relative;
	float: left;
	width: 518px;
	padding: 35px 15px 15px;
	background: url(images/home-bg.png) no-repeat 0 30px;
}
#intro h1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 518px;
	margin: 0 0 20px;
	padding: 0 15px;
	background: #013801;
	font-size: 18px;
	color: #fff;
	line-height: 26px;
	font-variant: small-caps;
	}
#intro a {
	color: #000;;
	}
#intro img {
  float: left;
  margin: 0 10px 10px 0;
  }
#intro #col1 {
	float: left;
	width: 295px;
	}
#intro #col1 p {
  clear: left;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  }
#intro #col2 {
	float: right;
	width: 220px;
	}
#intro .news-box, #intro .events-box {
	padding: 10px;
	margin: 0 -10px 10px 20px;
	border: 1px solid #013801;
	}
#intro .news-box h3, #intro .events-box h3 {
	margin: 0 0 8px;
	font-size: 15px;
	font-variant: small-caps;
	}
#intro .news-box h5, #intro .events-box h5, #intro .news-box p, #intro .events-box p {
	margin: 0;
	}
#intro .news-box {
	background: #ffefb8;
	}
#intro .events-box {
	clear: right;;
	background: #f0f2f6 url(images/events-box-bg.png) repeat-x 0 0;
	}
#intro .events-box ul {
	list-style-type: none;
	padding-left: 0;
	}
#intro .events-box ul li {
  clear: both;
	padding: 0.5em 0;
	border-top: 1px solid #cccccc;
	}
#intro .events-box ul li p{
	font-size: 11px;
	}
#intro .events-box ul li:first-child {
	border-top: none;
	}
.sidebar1, .sidebar2{
	width: 200px;
	float: right;
}

.sidebar2{
	margin-right: -100px; /* IE6 */
}

html > body .sidebar2{
	margin-right: -200px;
}

.sidebar1{
	margin-right: -200px;
}

html > body .sidebar1{
	margin-right: -400px;
}

.sidebarSection .pad{
	padding: 8px 15px;
}



/* Sidebar 2 */



.sidebar2 .sidebarSection{
	border-left: 1px solid #CC9966;
	border-right: 1px solid #CC9966;
}

.sidebar2 .sidebarSection h4{
	margin: 0;
	padding: 2px 8px 2px 8px;
	background: #CC9966;
	color: #eddccb;
	font-variant: small-caps;
	font-size: 15px;
	line-height: 1em;
}

.sidebar2 .sidebarSection h5{
	margin: 5px 0 0 0;
	padding: 0;
}

.sidebar2 .sidebarSection p{
	margin: 10px 0;
}

.sidebar2 .sidebarSection a{
	font-size: 11px;
	color: #000;
}



/* Sidebar 1 */


.sidebar1{
	padding-bottom: 15px;
}

.sidebar1 .sidebarSection .pad{
	padding: 8px 8px 8px 13px;
}

.sidebar1 .sidebarSection h4{
	margin: 0;
	padding: 8px 8px 0px 8px;
	background: #003300;
	color: #FFF;
	text-transform: uppercase;
	line-height: 1em;
}

.sidebar1 .sidebarSection h3{
	margin: 0;
	padding: 5px 0;
}

.sidebar1 .sidebarSection a.text{
	font-size: 10px;
	color: #003300;
	float: right;
}


/* Page Listings */


#pagelisting{
	margin: 0;
	padding: 0;
	list-style: none;
}

#pagelisting div.newsimagebox { float: left; display: block; text-align: center; width: 120px; height 90px; margin: 0 10px; border: 1px solid #eee; padding: 2px; }
#pagelisting img.newsimage { display: inline; }

#pagelisting p { margin: 5px 0 15px 0; }



.beerlisting{
	width: 79px;
	height: 230px;
	float: left;
}

#beerMenu{
	float: left;
	width: 567px;
	margin: -25px -25px 0 -9px;
	padding: 0;
	list-style: none;
}
#beerMenu li{
	float: left;
	margin: 1px 1px 0 0;
	padding-bottom: 25px;
}

#beerMenu a{
	display: block;
	padding: 3px 5px 3px 5px;
	text-align: center;
	color: #003300;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background: #EBCCCC;
}

#beerMenu a.current{
	background-color: #990000;
	color: #FFF;
}

	#beerMenu a#coreBeers{ width: 84px; }
	#beerMenu a#limitedReleases{ width: 115px; }
	#beerMenu a#pastFavorites{ width: 105px; }
	#beerMenu a#highPeak{ width: 115px; }
	#beerMenu a#lakePlacid{ width: 92px; }

.leftSidebar{
	float: left;
	width: 30%;
	margin-right: 25px;
}

.leftSidebar h3{
	color: #990000;
}

.leftSidebar p{
	font-size: 11px;
}

.leftSidebar #sidebarList{
	margin: 0 0 25px 0;
	padding: 0;
	list-style: none;
}

.leftSidebar #sidebarList a{
	color: #003300;
}

#pagelisting.beer{
	width: 65%;
	float: left;
}

#events-sidebar {
	width: 140px;
	margin-right: 10px;
}
#events-sidebar a {
	color: black;
}
#events-sidebar ul {
	margin: 0;
	padding: 0;
	font-size: 11px;
}
#events-sidebar ul li {
	list-style-position: inside;
	margin: 0;
	padding: 0;
	margin: 10px 0;
}


/* Page CSS */


#pageContent{
	width: 65%;
	float: right;
}

#pageContent.beer{
	width: 48%;
	padding-left: 80px;
}

#pageContent.beer .pageImage{
	float: left;
	margin-left: -80px;
}

/* Galleries */

#galleryimages { border: 1px solid #ddd; background: #f2f2f2; padding-bottom: 19px; }
#galleryimages ul, #galleryimages ul li { margin: 0; padding: 0; list-style: none; }
#galleryimages ul li { border: 1px solid #ddd; background: white; margin: 20px 0 0 28px; padding: 5px; float: left; position: relative; overflow: hidden;}
#galleryimages ul li:hover { border: 1px solid #ccc; background: #fafafa; }
#galleryimages ul li a { display: table-cell; vertical-align: middle; text-align: center; width: 120px; height: 90px; }
#galleryimages ul li a img { }
/* Footer */


#footer{
	position: relative;
	padding: 10px 15px 10px;
	background: transparent url('images/footer.jpg') top no-repeat;
}

#footer p {
  font-size: 10px;
  line-height: 18px;
  font-weight: bold;
  color: #fff;
  margin: 0;
  text-align: center;
  text-shadow: 0 0 8px rgba(0,0,0,0.6);
}
#footer strong {
  font-size: 14px;
  color: #cccc66;
}
#footer a {
  text-decoration: underline;
  color: #fff;
}

#footer .credit {
  color: #888;
  margin: 15px 0;
  font-family: arial, sans-serif;
  font-size: 11px;
  }
#footer .credit a {
  color: #aaa;
  }

p#copyright{
	color: #666;
	font-size: 10px;
	position: ;
}
.photoTile {
float:left;
margin: 5px 8px 0px 8px;
height:90px;
padding:2px;
}


/* Search Results */

#relatedlinks ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#relatedlinks a{
	color: #000;
}

.tvthumb {
width:100px;
height:125px;
float:left;
padding-right:10px;
padding-bottom:10px;
}

/* Blog Entries */

.blog-entry{ padding: 0 0 36px 0; margin: 0 0 36px 0; border-bottom: 2px solid #7e8157; }
.blog-entry h2, .blog-entry a, .blog-entry p.meta{ color: #76794d; }
.blog-entry .avatar{ float: left; margin: 0 18px 0 0; display: inline; }
#pagination-links li{ display: inline; margin: 0 5px 0 0; }
#pagination-links li a{ color: #76794d; }
#pagination-links li a.current{ font-weight: bold; }


/* Blog Sidebar */

.recent-posts, .archives, .tag-cloud, .categories{ margin: 0; padding: 0; list-style: none; }

.tag-cloud li { display: inline; padding-right: 5px; }
.tag-cloud li a{ font-size: inherit !important; }

/* Blog Comments */

#comments ol li{ margin: 0; padding: 10px 0; }
#comments ol li .comment-meta{ font-weight: bold; display: block; margin-bottom: 3px; color: #003300; }

form#club-signup label{ display: block; }
label.error{ color: red; }


/* Summer Concert Series */
#concerts { margin: 0; padding: 0; list-style: none; line-height: 16px; border-top: 1px solid #ccc; }
#concerts li { margin: 0; padding: 0 0 0 85px; list-style: none; border-bottom: 1px solid #ccc; }
#concerts li { padding-left: 0; }
#concerts li img { position: relative; float: left; margin-left: -85px; }
#concerts li img { margin-left: 0; }
#concerts li a { color: black; }

/* Saranac Thursdays */
#thursdays { margin: 0; padding: 0; list-style: none; line-height: 16px; border-bottom: 1px solid #ccc; border-top: 1px solid #ccc; overflow: hidden; }
#thursdays li { margin: 0 0 -1px 0; padding: 14px 0 15px 75px; float: left; border-bottom: 1px solid #ccc; width: 120px; height: 67px; }
#thursdays li img { width: 66px; height: 66px; position: relative; float: left; margin-left: -75px; }
#thursdays li p { margin: 0; font-size: 11px; }


/* Age-verification popup */
#ageOverlay {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: #000;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}
* html #ageOverlay { /* ie6 hack */
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#ageWindow {
    position: fixed;
    z-index: 102;
    display: block;
    top: 50%;
    left: 50%;
    width: 587px;
    height: 370px;
    margin-left: -283px;
    margin-top: -184px;
    background: url(images/AgePopup.png) no-repeat;
    text-indent: -9999px;
}
* html #ageWindow { /* ie6 hack */
    position: absolute;
    margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#ageWindow #over, #ageWindow #under {
    position: absolute;
    display: block;
    width: 62px;
    height: 42px;
    text-indent: -9999px;
    z-index: 150;
}
#ageWindow #over {
    left: 93px;
    top: 311px;
}
#ageWindow #under {
    left: 394px;
    top: 318px;
}
