@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/2560x1600.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 100%;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 12px;
	margin-bottom: 5px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
#pagetitle {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 29px;
	font-weight: normal;
	color: #666666;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 120px;
	margin-top: 20px;
	background-image: url(../images/pagetitle.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 20px;
	height: 51px;
	width: 660px;
}


img {
	border: none;
}



/* FONTS AND STUFF *//* FONTS AND STUFF *//* FONTS AND STUFF *//* FONTS AND STUFF */


h1, h2, h3, h4, h5, p {
    padding: 0px;
	margin: 0px;
	margin-left:50px
		}


		#h1white {
			font-size: 30px;
			color: #FFF;
		}
		.h1white {
			font-size: 30px;
			color: #FFF;
		}
		#pwhite {
			font-size: 14px;
			color: #FFF;
		}
		.pwhite {
			font-size: 14px;
			color: #FFF;
		}
		.liwhite {
			font-family: "Times New Roman", Times, serif;
			font-size: 17px;
			color: #FFF;
		}

.phours {
	font-size:2em;
	color:white;
	padding-top:25px;
	font-family:helvetica;
}



h1 {
	margin-bottom: 10px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 29px;
	font-weight: normal;
	color: #666666;
}

.redh2 {
	color: #F00;
}



.redh3 {
	color: #0069ff;
	font-family:helvetica;
	}
	
.h2white {
	font-size: 16px;
	color: #FFF;
	}	

.pwhite2{
	font-size:.7em;
	color:#0069ff;
}

.pwhite21{
	font-size:1.2em;
	color:#0069ff;
}

.menu-download a:hover a:link {outline:none; text-decoration:none; color:yellow;}

#mainContent p {
	line-height: 18px;
	padding-bottom: 20px;
}
#mainContent h1 {
	margin-bottom: 10px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 29px;
	font-weight: normal;
	color: #666666;
}
#mainContent h2 {
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}
#mainContent h3 {
	font-size: 14px;
	color: #FF9900;
	padding-bottom: 10px;
}

.phone {
	font-size: 25px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 40px;
	color: #000;
	margin-right: 220px;
}

a {
	color: #FF9900;
	font-weight: bold;
}
a:hover {
	color: #999;
}

.hours {
	font-family: Arial, Helvetica, sans-serif, "Lucida Grande";
	color: #F00;
}


/* FONTS AND STUFF *//* FONTS AND STUFF *//* FONTS AND STUFF *//* FONTS AND STUFF *//* FONTS AND STUFF */








/* STRUCTURE AND STUFF *//* STRUCTURE AND STUFF *//* STRUCTURE AND STUFF *//* STRUCTURE AND STUFF *//* STRUCTURE AND STUFF */



#container  {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */

}

#header {
	height: 125px;
	background-image: url(../images/header-backgroundwide.jpg);
	background-repeat: repeat-x;
}

#logo {
	height: 70px;
	text-align: right;
	color: red;
	padding-top: 5px;
	font-weight: bold;
	position:relative;
}


div#beer-menu-download{
	color:red;
	text-decoration:none;
	font-size:1.2em;
}

div#menu-download{
	color:red;
	text-decoration:none;
	font-size:.7em;
}



#logo a {
	color: red;
	text-decoration: none;
}
#logo a:hover {
	text-decoration: none;
	color: white;
}
#logo p {
	margin-top: 0px;
	font-size: 1.7em;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-right: 10px;
	margin-top:110px;
}

#logo img {
	float: left;
}




div#hours {
	color:white;
	width:400px;
	height:150px;
	position:absolute;
	margin-left:550px;
	margin-top:-180px;
	z-index:10000;
	
	
	

}


div#index_updater{
	width:870px;
	height:85px;
	margin-top:50px;
	font-family:sans-serif;
	font-size:1.5em;

	
}

div#indextext{
	width:850px;
	height:20px;
	margin-left:-45px;
	position:absolute;
}


/* PHOTOGRAPHS AND SLIDESHOWS AND STUFF *//* PHOTOGRAPHS AND SLIDESHOWS AND STUFF *//* PHOTOGRAPHS AND SLIDESHOWS AND STUFF */


div#indexslideshow{
	width:800px;
	height:900px;
	margin-right:40px;
	margin-top:-50px;
	position:relative;
}

div#trivia-slimbox{
	width:870px;
	height:90px;
	float:left;
	margin-top:10px;
	margin-left:20px;
}

div#trivia-slimbox div{
	float: left;
	width: 75px;
	height:75px;
	margin: 5px;
	
	}
	
	
div#trivia-flyer{
	position:relative;
	width:750;
	height:927;
	padding-left:65px;
	margin-top:100px;
}	

div#photographs{
	min-height: 100%;
	width:875px;
}


div#photographs div {
	float: left;
	width: 77px;
	height:77px;
	margin: 5px;
}


div#menu-text {
	width:200px;
	height:40px;
	float:left;
	z-index:1000;
	margin-top:-30px;
	margin-left:40px;
	position:absolute;
	padding-left:10px;
}

div#menu-text2 {
	width:150px;
	height:40px;
	float:left;
	z-index:1000;
	margin-top:-30px;
	margin-left:280px;
	position:absolute;
	
}

div#menu-text3 {
	width:200px;
	height:40px;
	float:left;
	z-index:1000;
	margin-top:-30px;
	margin-left:570px;
	position:absolute;
}

div#photographs-menu{
	min-height: 100%;
	width:875px;
	
}



div#photographs-menu div {
	float: left;
	width: 250px;
	height: 250px;
	margin: 15px;
	outline:1px solid blue;
	
}


div#photographs-beer{
	min-height: 100%;
	width:875px;
	margin-left:120px;
}



div#photographs-beer div {
	float: left;
	width: 77px;
	height:77px;
	margin: 5px;
	margin-left:50px;
}





div#photographsdeck {
	min-height: 100%;
	width:500px;
	padding-left:60px;
}


div#photographsdeck div {
	float: left;
	width: 77px;
	height:77px;
	margin: 5px;
	border:solid 1px black;
}


/* PHOTOGRAPHS AND SLIDESHOWS AND STUFF *//* PHOTOGRAPHS AND SLIDESHOWS AND STUFF *//* PHOTOGRAPHS AND SLIDESHOWS AND STUFF */

div#greentext{
	height:200px;
	width:800px;
	overflow:auto;
        border: 1.5px solid #333;
	position:relative;
	margin-left:50px;
}

div#beertext{
	height:120px;
	width:800px;
	overflow:auto;
	border: 1.5px solid #333;
	margin-top:10px;
}



div#contact {
	float:left;
	width:380px;
	margin-left:200px;
	font-family:"Lucida Grande";
	color:#F00;
	margin-top:20px;
	border: 4px solid #666;
	margin-bottom:10px;
	height: 500px;
	padding-left: 115px;
	padding-top: 50px;
}


div#specails{
	padding-left:30px;
	margin-left:30px;
	padding-top:15px;

	}


#mainContent  {
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 20px;
	background-image: url(../images/content-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 20px;
}


#mainContent .contentbox {
	background-image: url(../images/content-fill.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding-right: 15px;
	padding-left: 15px;
}
#mainContent .contentbtm {
	background-image: url(../images/content-bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 13px;
}
#mainContent blockquote {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E9E9E9;
	border-bottom-color: #E9E9E9;
	margin: 20px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}


ul  {
	margin-left: 0px;
	padding-left: 20px;
	margin-top: 10px;
	list-style-type: none;
}


li  {
	background-image: url(../images/listdot.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 12px;
	padding-bottom: 5px;
}


#footer {
	height: 280px;
	margin-top: 10px;
	background-color: #333333;
	background-image: url(../images/footer-fill.jpg);
	background-repeat: repeat-x;
	background-position: top;
	clear: both;
}
#footer a {
	color: #999999;
	font-weight: bold;
	text-decoration:none;
}
#footer a:hover {
	color: #F30;
	text-decoration:none;
}

#footerwrap {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#footertop {
	background-image: url(../images/footer-top.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 28px;
	width: 780px;
}

#footercontent {
	color: #CCCCCC;
	text-align: left;
	padding-left: 20px;
	padding-top: 0px;
	background-color: #252525;
	font-size: 12px;
	margin-top: 0px;
}
#footercontent strong {
	display: block;
	padding-bottom: 5px;
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-left: 8px;
}
#footercontent ul {
	margin-top: 10px;
	padding-left: 20px;
	margin-left: 0px;
}
#footercontent li {
	color: #999999;
}
#footerbtm {
	background-image: url(../images/footer-btm.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 10px;
	width: 780px;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-align: center;
	background-repeat: no-repeat;
}
#about {
	font-size: 9px;
	color: #666666;
	text-align: center;
	margin-top: 10px;
}
#about a {
	color: #666666;
	text-decoration:none;
}


/* STRUCTURE AND STUFF *//* STRUCTURE AND STUFF *//* STRUCTURE AND STUFF *//* STRUCTURE AND STUFF *//* STRUCTURE AND STUFF */

