@media screen {
	img {
		max-width: 100%;
		height: auto;
	}
}
@font-face {
	font-family: 'titleScript';
    src: url('../fonts/commercial-script-webfont.eot');
    src: url('../fonts/commercial-script-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/commercial-script-webfont.woff') format('woff'),
         url('../fonts/commercial-script-webfont.ttf') format('truetype'),
         url('../fonts/commercial-script-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	background-color: #000;
	color: #FFF;
	font-family: verdana;
	padding-top: 2.5%;
	padding-bottom: 2.5%;
}
a {
	color: #FFF;
	text-decoration: none;
}

#container {
	width: 95%;
	max-width: 1000px;
	background-color: #000;
	color: #FFF;
	font-family: verdana;
	margin: auto;
	display: block;
}

header {
	display: block;
}

#social {
	margin-left: 65%;
	margin-top: 1%;
	padding: 1%;
	text-align: center;
}
/* ie9 hack */
#social img {
	border: none;
}

nav {
    display: block;  
	height: 50px;
	font-size: 16px;
	position: relative;
	font-weight: bold;
	margin-bottom: 2%;
}
nav ul {
	margin: 0 auto;
	list-style: none;	
   	text-align:center;
}
nav ul li {
	position: relative;
	color: #FFF;
	float: left;
	margin: 0;
	display: block;
   	list-style:none;
   	padding:0;
}
nav ul li a {
	color: #FFF;
	display: block;
	padding: 12px 16px;
}
nav ul li a:hover {
	color: #000;
}
nav ul li:hover {
	background: #FFF;
	display: block;
}
.currentpage {
	color: #000;
	background-color: #f6d065;
}

/* fix nav for IE8 */
#nav {
    display: block;  
	height: 50px;
	font-size: 22px;
	position: relative;
	margin-bottom: 2%;
}
#nav ul {
	margin: 0 auto;
	list-style: none;	
   	text-align:center;
}
#nav ul li {
	position: relative;
	color: #FFF;
	float: left;
	margin: 0;
	display: block;
   	list-style:none;
   	padding:0;
}
#nav ul li a {
	color: #FFF;
	display: block;
	padding: 12px 16px;
}
#nav ul li a:hover {
	color: #000;
}
#nav ul li:hover {
	background: #FFF;
	display: block;
}

#logo {
	display: block;
	float: left;
	width: 25%;
	background-image: url('../../images/logo.jpg');
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	height: 225px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='images/logo.jpg',
sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='images/logo.jpg',
sizingMethod='scale')";
}
#photoA {
	display: block;
	width: 25%;
	height: 225px;
	float: left;
}
#photoB {
	display: block;
	width: 25%;
	height: 225px;
	float: left;
}
#photoC {
	display: block;
	width: 25%;
	height: 225px;
}

#content {
	padding: 2%;
}
#content p {
	font-family: 'titleScript', verdana;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
}
#content a {
	text-decoration: underline;
}
/*#content h1 {
	font-family: 'titleScript', verdana;
	text-align: center;
	font-size: 46px;
}*/
/* IE9 HACK */
#content h1 a {
	color: #000;
}
/*#content h2 {
	font-family: 'titleScript', verdana;
	font-size: 34px;
}*/
#like {
	height: 35px;
	color: white;
	border: none;
	width: 450px;
	display: none;
	margin-left: 50px;
}
#contentTable {
	display: table;
	margin-right: 40px;
	margin-left: 40px;
	margin-top: 25px; 
}
#contentTable h4 {
	text-indent: 25px;
}
#contentTable li {
	list-style: none;
	padding: 3px;
}
#mainContent {
	display: table-cell;
	width: 75%;
}
#mainContent h1{
	font-family: 'titleScript', verdana;
	text-align: center;
	font-size: 46px;
}
#mainContent h2{
	font-family: 'titleScript', verdana;
}
#mainContent ul {
	list-style: none;
}
#mainContent ul li {
	padding: 6px;
}
.mainindent {
	text-indent: 50px;
	margin-bottom: 25px;
}
#specialContent {
	display: block;
	width: 100%;
}
#specialContent h4 {
	text-indent: 25px;
}
#specialContent li {
	list-style: none;
	padding: 1%;
}
#soecialContent li .inline {
	list-style: circle;
	display: inline;
}

#specialLeft {
	display: block;
	float: left;
	width: 50%;
	padding: 2%;
}
#specialRight {
	display: block;
	float: right;
	padding: 2%;
}
#specialBottom {
	display: block;
	clear: both;
	width: 100%;
	text-align: center;
}
#specialBottom li {
	display: inline;
}
#specialBottom ul li:after {
	content: ", ";
}
#specialBottom ul li.nothing:after {
	content: " ";
}
#specialBottom ul li.ampersand:after {
	content: " & ";
}
#specialBottom ul li.last:after {
	content: ". ";
}
.break {
	border-bottom: 1px solid #CCC;
}


#beerDraft {
	display: table-cell;
	width: 33%;
	padding: 1%;
}
#beerDraft ul li {
	padding: 3%;
}
#beerLocal {
	display: table-cell;
	width: 33%;
	padding: 1%;
}
#beerLocal ul li {
	padding: 3%;
}
#beerBottle {
	display: table-cell;
	width: auto;
	padding: 1%;
}
#beerBottle ul li {
	padding: 3%;
}

#map {
	text-align: center;
	margin-top: 45px;
}


footer {
	display: block;
	width: 100%;
	margin-top: 25px;
	padding-bottom: 25px;
	text-align: center;
	font-size: 14px;
}
footer a:hover {
	text-decoration: underline;
}
footer h3 {
	font-family: 'titleScript', verdana;
	font-size: 26px;
}
/* fix for IE9 */
footer img {
	border: 0;
}

/* fix footer for IE8 */
#footer {
	display: block;
	width: 100%;
	margin-top: 25px;
	padding-bottom: 25px;
	text-align: center;
	font-size: 14px;
}
#footer a{
	color: #FFF;
}
#footer img {
	border: 0;
}
#footer a:hover {
	text-decoration: underline;
}
#footer h3 {
	font-family: 'titleScript', verdana;
	font-size: 26px;
}

#about {
	background-color: #1C1C1C;
	padding-top: 5px;
	padding-bottom: 10px;
}
#copyright {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 12px;
}