/*
Theme Name: Alibi.ca
Theme URI: http://alibi.ca
Description: Alibi Room web site theme
Version: 1.0
Author: Dave Shea
Author URI: http://brightcreative.com
Tags: black, beer
*/

@import "css/reset.css";

@font-face {
    font-family: 'TypewriterMTStdRegular';
    src: url('fonts/typewritermtstd.eot');
    src: url('fonts/typewritermtstd.eot') format('embedded-opentype'),
         url('fonts/typewritermtstd.woff2') format('woff2'),
         url('fonts/typewritermtstd.woff') format('woff'),
         url('fonts/typewritermtstd.ttf') format('truetype'),
         url('fonts/typewritermtstd.svg#TypewriterMTStdRegular') format('svg');
}



a {
	color: #4f2411;
	font-weight: bold;
	text-decoration: none;
}
	a:visited {
		color: #3d2321;
	}
	a:hover, a:focus {
		color: #74371d;
		text-decoration: underline;
	}
html, body {
	height: 100%;
	min-height: 100%;
}
body {
	color: #fff;
	background: #000;
	font: normal 14px "TypewriterMTStdRegular", Courier, serif;
	line-height: 1.5;
}
dl {
	margin-bottom: 30px;
}
dt {
	font-weight: bold;
}
dt + dt {
	margin-top: 1em;
}
dd {
	font-style: italic;
	margin-bottom: 1em;
	margin-left: 1em;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h2 {
	font-size: 18px;
	margin: 2em 0 1em 0;
	color: #492414;
	text-shadow: #fff 0 1px 0;
	text-transform: uppercase;
}
p {
	margin: 1em 0;
}
li {
	margin: 1em 0;
}
input, textarea {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	padding: 6px 2px;

	border: solid 1px #b2a9a5;
	border-color: #b2a9a5 #edeae8 #edeae8 #b2a9a5;
	
	border: solid 1px rgb(178, 169, 165);
	-webkit-box-shadow: #edeae8 0 0 0 2px;
	-moz-box-shadow: #edeae8 0 0 0 2px;
	box-shadow: #edeae8 0 0 0 2px;
}


																				/* main background image layout */
.deco {
	margin: 0 auto;
	padding: 0 0 0 150px;
	position: relative;
	min-height: 100%;
	/* height: 100%; for IE, when I get around to it */
}
	.bg1 {
		background: url(images/bg1.jpg) no-repeat 832px 0;
	}
	.bg2 {
		background: url(images/bg2.jpg) no-repeat 549px 54px;
	}
.main-content {
	width: 750px;
	height: 100%;
	color: #211811;
/* 	background: #fdfcfc url(images/body-bg.jpg) no-repeat; */
	background-color: #fdfcfc;
	background-image: 
		url(images/body-bg.jpg),
		url(images/body-bg2.gif);
	background-repeat: 
		no-repeat, 
		no-repeat;
	background-position: 
		0 0, 
		0 100%;
	-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.9);
	box-shadow: 5px 0 25px rgba(0, 0, 0, 0.9);
	position: relative;
	padding-bottom: 30px;
}


																				/* reusable classes */
.amp {
	font-style: italic;
	font-family: palatino, serif;
	font-weight: bold;
}
div.divider {
	width: 100%;
	height: 1px;
	border-bottom: solid 1px #eee;
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
h2.tab:before {
	content: url(images/heading-l.png);
	position: absolute;
	top: -6px;
	left: -13px;
}
h2.tab {
	color: #fff;
	text-shadow: rgba(0, 0, 0, 1) 0 1px 0;
	background: #522825;
	background: rgb(82, 40, 37) url(images/heading-mid.png) 0 -6px repeat-x;
	line-height: 35px;
	height: 36px;
	padding: 0 12px 0 22px;
	margin: 4px 0 0 0;
	display: inline-block;
	position: relative;
	font-weight: normal;
	font-size: 18px;
	text-transform: lowercase;
}
h2.tab:after {
	content: url(images/heading-r.png);
	position: absolute;
	right: -27px;
	top: -6px;
}



																				/* header */
.header div {
	width: 160px;
	height: 100px;
	background: url(images/logo.gif) no-repeat 0 30px;
}
	.header div a, .header div a:visited {
		display: block;
		width: 100%;
		height: 100px;
		text-indent: -9999px;
		text-decoration: none;
	}
.nav {
	position: absolute;
	top: 26px;
	left: 330px;
	width: 570px;
}
	.nav li {
		float: right;
		margin-left: 22px;
	}
.nav a, .nav a:visited {
	color: #5e5a51;
	text-decoration: none;
	text-transform: lowercase;
	font: normal 19px museo-sans, Avenir, "Avenir LT Std", sans-serif;

	-webkit-mask-image: url(images/nav-texture.png);
	-webkit-mask-position-x: 50%;
	-webkit-mask-position-y: 50%;
}
	.nav a:hover, .nav a:active {
		color: #767165;
	}
	.current_page_item a, .current_page_item a:visited,
	.current-menu-ancestor a, .current-menu-ancestor a:visited {
		color: #bdbab2;
		-webkit-mask-image: url(images/nav-texture.png);
	}
	.sub-menu {
		display: none;
	}
.main-content {
	padding-top: 1px;
	padding-bottom: 50px;
}

																				/* footer */
.footer {
	height: 100px;
	background: url(images/footer.gif) no-repeat 269px 20px;
	position: relative;
}
.footer a.twitter, .footer a.twitter:visited {
	width: 50px;
	height: 20px;
	padding-top: 30px;
	position: absolute;
	top: 20px;
	left: 10px;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	color: #999;
	background: url(images/twitter.gif) no-repeat 0 -10px;
}
	.footer a.twitter:hover, .footer a.twitter:focus {
		color: #fff;
		background-position: -53px -10px;
	}
	.footer .twitter .label {
		display: none;
	}
.footer p.credit {
	margin: 0;
	padding-top: 30px;
	padding-left: 120px;
	color: #999;
	font-size: 10px;
	text-transform: lowercase;
}
	.footer p.credit a, .footer p.credit a:visited {
		color: #fff;
		display: block;
	}






																				/* page: home */
.icons {
	width: 670px;
	padding: 0 40px;
	margin-bottom: 50px;
	overflow: hidden;
}
	.icons li {
		color: #4a4948;
		font-size: 16px;
		line-height: 1.3;
		font-weight: normal;
		padding-top: 180px;
		padding-left: 45px;
		width: 178px;
		float: left;
		background: url(images/icons.gif) no-repeat 60px 55px;
	}
	.icons li.beer {
		padding-left: 70px;
		width: 153px;
	}
	.icons li.food {
		background-position: -167px 55px;
		padding-left: 50px;
		width: 173px;
	}
	.icons li.wine {
		background-position: -390px 55px;
	}
.main {
	padding: 0 50px 0 156px;
}

.home  .main {
	padding: 0 50px 0 215px;
}

	.main h2.tab {
		position: absolute;
		left: 0;
	}
.news {
	padding-top: 20px;
}
	.news h2.tab {
		margin-top: 20px;
	}



																				/* page: non-home pages */
h1.page-title {
	width: 730px;
	height: 201px;
	color: #fff;
	background: #916751;
	margin: 10px;
	position: relative;
}
	h1.page-title span {
		position: absolute;
		bottom: 5px;
		left: 12px;
		font-size: 48px;
		font-weight: normal;
		text-transform: lowercase;
		line-height: 1;
		letter-spacing: -1px;
		color: #fff;
		color: rgba(255, 255, 255, 0.9);
		text-shadow: rgba(0, 0, 0, 0.5) 0 2px 5px;
	}
	.l1 {padding-right: 2px; display: inline-block;
		-webkit-transform: rotate(-0.15deg); -moz-transform: rotate(-0.15deg); -o-transform: rotate(-0.15deg); -ms-transform: rotate(-0.15deg); transform: rotate(-0.15deg);}
	.l2 {padding-right: 2px; display: inline-block;}
	.l3 {padding-right: -4px; display: inline-block;
		-webkit-transform: rotate(-0.4deg); -moz-transform: rotate(-0.4deg); -o-transform: rotate(-0.4deg); -ms-transform: rotate(-0.4deg); transform: rotate(-0.4deg);}
	.l4 {padding-right: 2px; display: inline-block;}
	.l6 {padding-right: 4px; display: inline-block;}
	.l8 {padding-right: 4px; display: inline-block;
		-webkit-transform: rotate(0.25deg); -moz-transform: rotate(0.25deg); -o-transform: rotate(0.25deg); -ms-transform: rotate(0.25deg); transform: rotate(0.25deg);}
	.l9 {padding-right: -3px; display: inline-block;
		-webkit-transform: rotate(-0.4deg); -moz-transform: rotate(-0.4deg); -o-transform: rotate(-0.4deg); -ms-transform: rotate(-0.4deg); transform: rotate(-0.4deg);}
	.l10 {padding-right: 2px; display: inline-block;}
	.l11 {padding-right: 4px; display: inline-block;
		-webkit-transform: rotate(-0.25deg); -moz-transform: rotate(-0.25deg); -o-transform: rotate(-0.25deg); -ms-transform: rotate(-0.25deg); transform: rotate(-0.25deg);}
	h1.page-title b {
		font-weight: normal;
	}
.page-body {
	padding-left: 250px;
	width: 450px;
}


																				/* pages: menus */
		.menu-drink .main-content {
			/* temp space till we get the new system up */
			padding-bottom: 300px;
		}
.print-header {
	display: none;
}
.menus h1.page-title {
	background-image: url(images/photo-menus2.jpg);
}
.menu-drink h1.page-title {
	background-image: url(images/photo-menus.jpg);
}
.menu-drink dt {
	padding-right: 90px;
	position: relative;
}
.menu-drink dd {
	padding-right: 90px;
}
.menus dd.extra {
	margin-top: -0.5em;
}
.menu-drink dl b {
	position: absolute;
	top: 0;
	right: 0;
}

.menu-drink img {
	vertical-align: middle;
}
.menu-drink dl img + img {
	-webkit-transform: rotate(-10.25deg);
	-moz-transform: rotate(-10.25deg);
	-o-transform: rotate(-10.25deg);
	-ms-transform: rotate(-10.25deg);
	transform: rotate(-10.25deg);
}
.menu-drink dl img + img + img {
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
}
.menu-drink dl img + img + img + img {
	-webkit-transform: rotate(-6deg);
	-moz-transform: rotate(-6deg);
	-o-transform: rotate(-6deg);
	-ms-transform: rotate(-6deg);
	transform: rotate(-6deg);
}





													/* menu toggle */
.toggle {
	float: left;
	width: 120px;
	padding: 56px 0 0 20px;
	margin: 0;
	font-size: 15px;
	text-shadow: rgba(255, 255, 255, 1) 0 1px 0;
}
	.toggle li {
		padding: 0 0 9px 0;
		margin: 0 0 2px 0;
		border-bottom: solid 1px #eee;
		border-bottom: solid 1px rgba(0, 0, 0, 0.1);
	}
	.toggle li:last-child {
		border: none;
	}
	.toggle li a, .toggle li a:link {
		padding: 15px 0 8px 40px;
		background-image: url(images/menus.gif);
		background-repeat: no-repeat;
		display: block;
	}
.menu-food .food {
	text-transform: uppercase;
}
	.menu-drink .food a, .menu-drink .food a:visited {
		color: #9b8b89;
		text-transform: lowercase;
		background-position: -256px 0;
	}
	.menu-drink .drink a, .menu-drink .drink a:visited {
		background-position: 0 -58px;
	}
.menu-drink .drink {
	text-transform: uppercase;
}
	.menu-food .drink a, .menu-food .drink a:visited {
		color: #9b8b89;
		text-transform: lowercase;
		background-position: -256px -58px;
	}
	
.menu-drink .food a:hover, .menu-drink .food a:focus,
.menu-food .food a:hover, .menu-drink .food a:focus {
	color: #4f2411;
	background-position: 0 0;
}
.menu-drink .drink a:hover, .menu-drink .drink a:focus,
.menu-food .drink a:hover, .menu-drink .drink a:focus {
	color: #4f2411;
	background-position: 0 -58px;
}


																				/* page: hours */
.hours h1.page-title {
	background-image: url(images/photo-hours.jpg);
	margin-bottom: 30px;
}

																				/* page: location */
.location h1.page-title {
	background-image: url(images/photo-location.jpg);
	margin-bottom: 30px;
}
.location iframe {
	padding: 5px;
	background: #fff;
	margin: 10px 0;

	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 2px;
	box-shadow: rgba(0, 0, 0, 0.1) 0 2px 2px;
}
.location .view-large {
	display: block;
	text-align: center;
	font-size: 13px;
}


																				/* page: contact */
.contact h1.page-title {
	background-image: url(images/photo-contact.jpg);
	margin-bottom: 20px;
}
.contact-form, .mail-success {
	border: solid 1px rgba(0, 0, 0, 0.1);
	border-width: 1px 0;
	padding: 15px 0;
	margin-top: 20px;
}
.form-row {
	clear: left;
	padding-bottom: 10px;
}
.form-row label {
	width: 150px;
	display: block;
	float: left;
	padding-top: 3px;
}
.form-row input {
	width: 290px;
}
.form-row textarea {
	width: 290px;
	height: 100px;
}
.button-row {
	padding-left: 150px;
}
.button-row button {
	font-size: 13px;
	padding: 5px 15px;
}
.form-row .required {
	display: none;
}
.errors label {
	font-weight: bold;
}
.errors input, .errors textarea {
	border-color: #4f1f13;
	-webkit-box-shadow: rgba(79, 31, 19, 0.25) 0 0 0 1px;
}


																				/* page: reservations */
.reservations h1.page-title {
	background-image: url(images/photo-reservations.jpg);
	margin-bottom: 30px;
}
.reservations .page-body ul {
	border: solid 1px #eee;
	border: solid 1px rgba(0, 0, 0, 0.1);
	border-width: 1px 0;
	padding: 10px 25px;
	margin: 20px 0;
}
.reservations form {
	border-top: solid 1px #eee;
	border-top: solid 1px rgba(0, 0, 0, 0.1);
	margin-top: 20px;
	padding-top: 20px;
}
.reservations .requested-time {
	width: 220px;
	float: left;
}
.reservations .num-people {
	clear: none;
	float: right;
	padding-left: 3px;
}
	.reservations .num-people label {
		width: 145px;
	}
.reservations select {
	position: relative;
	top: 2px;
}


																				/* styles added by Post Projects */

.main table th {
	text-align: center;
	height: 50px;
	vertical-align: middle;
}

.whiskey table td, .dinner table td, .wine table td, .fresh table td, .brunch table td, .ales table td {
	padding: 8px 8px 8px 0px;
	vertical-align: top;
}

.drink-online table td, .food-online table td {
	padding: 8px 8px 8px 0px;
	vertical-align: top;
}

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

