body
{
	margin: 0;
	padding: 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
}
sup
{
	font-size: 0.5em;
}

.hidden
{
	display: none;
}
.hide-overflow
{
	overflow: hidden;
}
.float-l
{
	float: left;
}
.float-r
{
	float: right;
}
.clear
{
	clear: both;
}
.clear-l
{
	clear: left;
}
.clear-r
{
	clear: right;
}
.align-top
{
	vertical-align: top;
}
.table
{
	display: table;
}
.tablecell
{
	display: table-cell;
}
.textpad-r
{
	padding-right: 15px;
}
.textpad-l
{
	padding-left: 15px;
}
.bg-black
{
	background-color: #000;
}
.bg-white
{
	background-color: #fff;
}
.bg-tan
{
	background-color: #d5aa70;
}
.bg-maroon
{
	background-color: #983337;
}
.full-width
{
	width: 100%;
}
.white-text
{
	color: #fff;
}
.darkgrey-text
{
	color: #686d7e;
}
.maroon-text
{
	color: #983337;
}
.green-text
{
	color: #396e42
}
.brown-text
{
	color: #5c3e15;
}
.bold
{
	font-weight: bold;
}
.right
{
	text-align: right;
}
.center
{
	text-align: center;
}
.pointer
{
	cursor: pointer;
}
.hyp-button
{
	background-color: #983337;
	display: inline-block;
	padding: 4px 8px;
	border-radius: 4px;
	font-size: 1.1em;
}
	.hyp-button:hover
	{
		background-color: #d2b38b;
	}

#fixedheader-wrapper 
{
	width: 100%;
	position: fixed;
	top: 0px;
	height: 183px;
	z-index: 2147483648;
}
.content-wrapper
{
	width: 960px;
	margin: 0px auto;
}
.header
{
	padding-bottom: 6px;
	background-image: url('../images/bg_header.png');
}
	.header .contactinfo
	{
		margin: 40px 18px 0px 0px;
		font-size: 1.2em;
		line-height: 1.2em;
	}
		.header .contactinfo a, #arbs-map a
		{
			text-decoration: none;
			color: #000;
		}
.logo
{
	background-image: url('../images/site_logo.png');
	background-repeat: no-repeat;
	background-size: 219px 124px;
	width: 219px;
	height: 124px;
	margin: 10px 0px 0px 30px;
}
.slogan
{
	font-family: 'Bad Script', cursive;
	font-size: 1.8em;
	margin: 50px 0px 0px 80px;
}
.menu
{
	-webkit-box-shadow: inset 0 -20px 20px -20px rgb(0,0,0);
    -moz-box-shadow: inset 0 -20px 20px -20px rgb(0,0,0);
    box-shadow: inset 0 -20px 20px -20px rgb(0,0,0);
	border-top: 1px solid #7e2a2d;
}
	.menu ul
	{
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
		.menu ul li
		{
			display: table-cell;
			padding: 10px 25px 10px 25px;
			font-size: 1.15em;
			cursor: pointer;
			color: #fff;
		}
		.menu ul li:hover, .menu-active
		{
			color: #fbfa87 !important;
		}
.site-content
{
	margin-top: 183px;
}
.content
{
	padding: 30px 20px 0px 20px;
}
.content-title
{
	font-size: 1.9em;
	margin-bottom: 20px;
}
.underline
{
	background-image: url("../images/bg_brickunderline.png");
	background-size: 93px 14px;
	background-repeat: repeat-x;
	height: 14px;
}
.content-text
{
	line-height: 1.4em;
	font-size: 1.1em;
}
#home
{
	padding-bottom: 80px;
}
#hours-wrapper
{
	font-family: 'Handlee', cursive;
	background-image: url('../images/bg_chalkboard.png');
	background-position: center center;
	padding: 10px;
	border-radius: 4px;
	border: 2px solid silver;
	font-size: 1.15em;
	width: 320px;
}
#landingpg-hours
{
	font-size: 1.5em;
}
#fb-wrapper
{
	background-image: url("../images/frame.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 350px;
	height: 514px;
	margin-bottom: 30px;
}
#fbfeed-wrapper
{
	margin-top: 25px;
	margin-left: 25px;
	padding-top: 25px;
}
#maincontent-wrapper
{
	width: 510px;
}
.famowned-pic
{
	background-image: url("../images/family_owned.png");
	width: 150px;
	height: 113px;
	background-size: 100% 100%;
}
.mob-pic
{
	background-image: url("../images/beer_taps.png");
	width: 150px;
	height: 126px;
	background-size: 100% 100%;
}
.page-bg
{
	background-color: #f0eae1;
	margin: 0px -20px;
	min-height: 400px;
	padding-bottom: 180px;
}
	.page-bg .content-text
	{
		margin: 24px 20px 0px 20px;
	}
.content-landingpage h1
{
	font-size: 1.65em;
	margin-top: 0px;
	margin-bottom: 0.4em;
}
.content-landingpage p
{
	margin: 0px 0px 10px 0px;
}
.landingpage-spacer
{
	margin: 20px 0px;
	box-shadow: 0px 1px 1px #5c3e15;
	height: 1px;
}
#menu h1
{
	color: #fff;
	font-size: 2em;
	text-shadow: 1px 2px #396e42;
	text-align: center;
	background-image: url('../images/bg_brick.png');
	background-repeat: repeat-x;
	background-size: 204px 60px;
	margin: 0px -20px 10px -20px;
	height: 60px;
	line-height: 60px;
}
#foodmenu-wrapper, #friday-wrapper
{
	background-color: #f0eae1;
	margin: 0px -20px;
}
	#foodmenu-wrapper h1:first-child, #friday-wrapper h1:first-child
	{
		background-image: url("../images/bg_bricktop.png");
	}
.menu-item
{
	width: 380px;
	margin-right: 60px;
	margin-bottom: 34px;
	padding-left: 20px;
}
.menu-item-emphasis
{
	font-size: 1.15em;
}
.menu-item-extras-header
{
	font-size: 1.15em;
}
.menu-item-extras-wrapper
{
	margin-bottom: 34px;
}
.menu-disclaimer
{
	font-size: 0.9em;
	padding: 0px 20px;
}
#frispec-disclaimer
{
	margin-top: 16px;
	margin-bottom: 22px;
}
.menu-bevcontainer
{
	min-height: 175px;
}
.bvrg-leftcol
{
	padding-right: 50px;
}
.beer-colwidth
{
	width: 45%;
	margin-right: 3%;
}
.beer-descr
{
	font-size: 0.82em;
	line-height: 1.2em;
	margin-bottom: 18px;
}
.historypic-margin
{
	margin-left: 14px;
}
.footer
{
	min-height: 140px;
	background-image: url('../images/bg_wood.png');
}
.footer-links
{
	font-size: 0.9em;
	margin-top: 40px;
	margin-left: 20px;
}
	.footer-links .pointer:hover
	{
		text-decoration: underline;
	}
#ftr-fb-wrapper
{
	margin-top: 10px;
	margin-right: 20px;
}
#ftr-hours-wrapper
{
	margin-left: 50px;
	margin-top: 14px;
	width: 240px;
	font-size: 0.9em;
}
.fb-icon
{
	background-image: url('../images/fb_icon.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
}


/*
	SLIDER
*/
#page-wrap									{ height: 340px; }
.slider-wrap								{ width: 419px; margin: 0px auto; }			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer								{ position: relative; overflow: hidden; width: 419px; height: 285px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 419px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ border: 1px solid black; margin-right: 5px; }
#movers-row									{ margin: -51px 0 0 62px; }
#movers-row div								{ width: 20%; float: left; }
#movers-row div a.cross-link 				{ float: right; }
.photo-meta-data							{ background: url('../images/slider/transpBlack.png'); padding: 10px; height: 30px; 
											  margin-top: -50px; position: relative; z-index: 9999; color: white; }
.photo-meta-data span 						{ font-size: 13px; }
.cross-link									{ display: block; width: 62px; margin-top: -12px; 
											  position: relative; padding-top: 15px; z-index: 9999; }
.active-thumb 								{ background: transparent url('../images/slider/icon-uparrowsmallwhite.png') top center no-repeat; }


@media only screen and (max-width: 420px) {
    #fixedheader-wrapper, .hide-mobile
	{
		display: none;
	}
	#mobileheader-wrapper
	{
		display: block;
		font-size: 1.6em;
		padding-top: 5px;
		padding-bottom: 5px;
		-webkit-box-shadow: inset 0 -20px 20px -20px rgb(0,0,0);
		-moz-box-shadow: inset 0 -20px 20px -20px rgb(0,0,0);
		box-shadow: inset 0 -20px 20px -20px rgb(0,0,0);
	}
	#mobileheader-icon
	{
		margin-left: 14px;
	}
	#mobilemenu-wrapper
	{
		position: absolute;
		width: 200px;
		top: 46px;
		left: 8px;
		z-index: 2998;
		border: 1px solid #5c3e15;
		border-radius: 2px;
		box-shadow: 0 3px 10px #5c3e15;
	}
		#mobilemenu-wrapper div
		{
			border-bottom: 1px solid #5c3e15;
			padding: 8px 0px 8px 12px;
			font-size: 1.15em;
		}
			#mobilemenu-wrapper div:last-child
			{
				border-bottom: none;
			}
	.mobilemenu-arrow
	{
		position: absolute;
		height: 12px;
		width: 12px;
		top: 40px;
		left: 18px;
		z-index: 2999;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		border-left: 1px solid #5c3e15;
		border-top: 1px solid #5c3e15;
	}
	.mobile-phonenbr
	{
		margin-top: 4px;
		display: block;
		text-align: center;
		font-size: 24px;
	}
	.mobile-phonenbr a
	{
		text-decoration: none;
		color: #000;
	}
	.content-wrapper
	{
		width: 100%;
		margin: 0;
	}
	.site-content
	{
		margin-top: 0px;
	}
	.content
	{
		padding-top: 20px;
	}
	#home-rightcol-wrapper
	{
		float: left;
		width: 100%;
		margin-top: 30px;
	}
	#hours-wrapper
	{
		margin: 0px auto 30px auto;
	}
	#maincontent-wrapper
	{
		float: left;
		width: 100%;
	}
	.famowned-pic
	{
		width: 100px;
		height: 75px;
	}
	.mob-pic
	{
		width: 100px;
		height: 84px;
	}
	.menu-item
	{
		width: 350px;
		margin-right: 0px;
		padding-left: 10px;
	}
	.menu-bevcontainer
	{
		min-height: 0px;
	}
	.beer-colwidth
	{
		width: 88%;
	}
	#arbs-beer .beer-colwidth:first-child
	{
		margin-bottom: 30px;
	}
	#map-contactinfo
	{
		margin-bottom: 30px;
	}
	#arbs-map iframe
	{
		width: 340px;
		height: 255px;
	}
	.historypic-margin
	{
		margin-left: 0px;
		margin-top: 22px;
	}
	#ftr-hours-wrapper
	{
		margin-left: 12px;
	}
}