body {
   background-color: #9F713D;
   text-align: center;
   font-family: Times New Roman, serif;
   font-size: 12pt;
}

p {
	font-size: 12pt;
}

select {
   font-family: Times New Roman, serif;
}

h1, h2, h3, h4, h5, h6 {
   font-family: Times New Roman, serif;
   font-variant: small-caps;
   margin-top: 0;
}

div#header {
	position: relative;
}


div#container {
	padding: 0 1em 1em 1em;
	text-align: left;
	font-size: 10pt;
}

div#main {
   margin: auto;
   border: 5px solid black;
   background-color: white;
   position: relative;
   padding: 0;
   text-align: center;
   background-color: white;
   width: 800px;
}

div#logo {
	position: absolute;
	left: 50px;
	top: 15px;
}

div#acoustictavern {
	position: absolute;
	right: 20px;
	top: 35px;
	width: 570px;
	text-align: center;
}

	div#acoustictavern div#address {
		font-weight: bold;
		margin-bottom: .25em;
	}

	div#acoustictavern div#local {
		font-size: 20pt;
		color: darkgreen;
		font-variant: small-caps;
		font-weight: bold;
	}

span.dropcap {
	display: block;
	float: left;
	font-size: 40pt;
	width: 1em;
	text-align: center;
	line-height: 70%;
}

div#hours {
	float: right;
	clear: both;
	border: 5px double #9F713D;
	width: 240px;
	text-align: center;
	margin-left: 1em;
	font-size: 12pt;
}

	div#hours h2 {
		margin: 0;
		padding: 0;
		padding-bottom: .5em;
		text-decoration: underline;
		font-size: 18pt;
	}

sup.superlink {
	font-size: 7pt;
	font-style: italic;
	color: black;
}

div#twitter_container {
	float: right;
	clear: both;
	width: 250px;
	margin-top: .5em;
	margin-left: 1em;
}

	div#twitter_container * {
		font-size: 10pt;
		font-family: Times New Roman, serif;
	}


div#menu_container {
	margin: 1.5em 0 0 0;
}

	div#menu_container div.menu_item,
	div#menu_container div.menu_separator {
		display: inline;
		margin: 0 .5em;
	}

	div#menu_container div.menu_item a {
	   font-family: Times New Roman, serif;
		color: darkblue;
		font-variant: small-caps;
		font-size: 15pt;
		font-weight: bold;
		text-decoration: none;
		letter-spacing: -.05em;
	}

	div#menu_container div.menu_item a.active {
		color: #69443E;
	}

	div#menu_container div.menu_item a:hover {
		text-decoration: underline;
		color: #69443E;
	}

	div#menu_container div.menu_item a img {
		border: 0;
	}

div.submenu_container {
	margin-top: .5em;
}

	div.submenu_container div.submenu_item {
		display: inline;
		padding: 0 .5em;
	}

	div.submenu_container div.submenu_item,
	div.submenu_container div.submenu_separator {
		display: inline;
	}

	div.submenu_container div.submenu_item a {
		font-family: Times New Roman, serif;
		text-transform: uppercase;
		color: darkblue;
		font-size: 10pt;
		text-decoration: none;
	}

	div.submenu_container div.submenu_item a.active {
		color: #69443E;
		font-weight: bold;
	}

	div.submenu_container div.submenu_item a:hover {
		color: #69443E;
		text-decoration: underline;
	}

div.form_row {
	clear: both;
	margin-bottom: 1em;
}

	div.form_row label.form_label {
		text-align: right;
		float: left;
		width: 275px;
		margin-top: .25em;
	}

	div.form_row label.form_label.required {
		color: red;
	}

	div.form_row div.form_field {
		margin-left: 285px;
	}

	div.form_row div.form_field input,
	div.form_row div.form_field textarea {
		width: 300px;
	}

div#recaptcha_area {
	margin: auto;
	text-align: center;
}

table#recaptcha_table {
	margin: auto;
}
