/*----------CSS by Dan Kinsley----------------
-------if you like it, go ahead and use it---*/


/*------------------Layout-------------------*/

{ margin: 0px; padding: 0px; }

body {
background:url(../images/orangebackground.jpg) repeat-x scroll center top;
margin: 20px auto;
padding: 10px;
font-size:100%;
line-height:1.125em;
}

#popupcontainer {
	width: 100%;
	background:url(../images/popup.gif) no-repeat scroll center;
	margin: auto;
	padding: 0px;
	height: 450px;
	width: 400px;

	}

#fullwidth_container {
	width: 100%;
	background:url(../images/) repeat-x scroll center;
	margin: 0px auto;
	padding: 0px;

	}


#content-container {
	width: 800px;
	
	/*background: url(../images/page-background.jpg) no-repeat;*/
	margin-right: auto;
	margin-left: auto;
	}

#header {
	width: 799px;
	height: 193px;
	background-image:url(../images/header.jpg);
	margin-right: auto;
	margin-left: auto;
	}

#container-1 {
	width: 799px;
	margin-right: auto;
	margin-left: auto;
	background-image:url(../images/content-background.gif);
	background-repeat:repeat-y;
	}
	
/*#container-2 {
	width: 651px;
	height: 398px;
	margin: 1px;
	background-color:#FFFFFF;
	}*/

#page-content {
	/*height: 462px;*/
	width: 460px;
	margin-right: auto;
	margin-left: auto;
	padding-top:0px;
	}

#page-content-beercalendar {
	/*height: 462px;*/
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	padding-top:0px;
	}
	
#form-container {
	position: relative;
	height: auto;
	width: auto;
	top: 0px;
	left: auto;
	z-index: 0;
	}

#footer {
	width: 800px;
	height: 100px;
	background-image:url(../images/footer.gif);
	margin-right: auto;
	margin-left: auto;
	margin-top:-15px;
	background-repeat: no-repeat;
	}

	



/*---------------------------------CONTENT--------------------------------------*/


h1 {
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .95em;
	font-style: normal;
	padding-top: 0px;
	
}


h2 {
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .90em;
	font-style: normal;
	font-style:italic;
	padding-top: 15px;
	margin-left: 0px;
	text-align:center;
}

h3 {
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .80em;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 0px;
	margin-left: 0px;
	text-align:center;
}

p {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:.80em}

p.content {
	text-align:justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .80em;
	font-style: normal;
	padding-top: 15px;
	margin-left: 0px;	
	padding-right: 0px;
}
p.content_reservations {
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .70em;
	font-style: italic;
	padding-top: -5px;
	margin-left: 0px;	
	padding-right: 0px;
	
}
p.content a {
	color: #000000;
	text-decoration: underline;
}
p.content a:hover {	
	color: black;
	text-decoration:underline;
	background-image:url(../images/link-color.jpg);
}

p.content_menu {
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .80em;
	font-style: normal;
	padding-top: 2px;
	margin-left: 0px;	
	padding-right: 0px;
}


p.content_menu a {
	color: #000000;
	text-decoration: underline;
}
p.content_menu a:hover {	
	color: black;
	text-decoration:underline;
	background-image:url(../images/link-color.jpg);
}
	

p.footer {
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .65em;
	font-style: normal;
	padding-top: 0px;
	margin-left: 15px;	
	padding-right: 20px;
}


.button {
background-image:url(../images/contact-form-button.jpg);
border: none;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
font-weight:bold;
padding-top: 10px;
padding-bottom: 10px;



}

/*---------------------------------------NAVIGATION------------------------------------*/
#nav-container{
	width:800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;

}


#indnav{
font-size: 50%;
width: 100%;
}

#indnav ul{
border: 0px;
padding: 0px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
overflow: hidden;
}

#indnav ul li{
display: inline;
padding-bottom: 10px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:.70em;
/*font-weight: bold;*/
}

#indnav ul li a{
color: #000000;
padding: 3px 6px 3px 3px;
margin: 0;
text-decoration: none;
/*border-right: 1px solid #BBB; /*right border between menu items*/
}

#indnav ul li a:hover{
color: black;
text-decoration:underline;
/*background-image:url(../images/link-color.jpg);*/
/*background: transparent url(../images/header-underline.gif) no-repeat ; /*background of menu item onMouseover*/
}
