/*
Theme Name: Interstate Drafthouse
Description: This custom theme is intended for use in conjunction with www.interstatedrafthouse.com
Author: Thomas Peduto
Author URI: 
Version: 1.0
Tags: interstate, drafthouse, restaurant, southern, simple
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}

/*Basic Styles*/
body {
	background-image: url('/wp-content/themes/blankslate/images/background.png');
	background-repeat: repeat;
	width: 100%;
	height: 100%;
}

/*Header Styles*/

header#page-header {
	background-image: url('/wp-content/themes/blankslate/images/header-background.png');
	background-repeat: repeat;
	width: 100%;
	height: 110px;
	position: relative;
	top: 0px;
	left: 0px;
	bottom: 110px;
	right: 0px;
	overflow: visable;
	margin-top: 5px;
}

img#interstate-logo {
	position: absolute;
	z-index: 1000;
	left: 50%;
	top: -2px;
	margin-left: -110px;
}


/*Header Links*/

a.header-link {
	color: #f9f2e7;
	font-family: BlueHighwayD;
	font-weight: bold;
	text-decoration: none;
	font-size: 24px;
	letter-spacing: 1px;	
}

li.header-li {
	display: inline-block;
	list-style: none;
	margin-left: 80px;
}

li#events-li {
	margin-left: 330px;
}

li#drink-li {
	margin-left: 140px;
}

li#food-li {
	margin-left: 0px;
}

ul#header-list {
	text-align: center;
}

nav#header-nav {
	position: absolute;
	left: 50%;
	top: 60px;
	margin-left: -500px;
	width: 1000px;
}

/*Home Page Content*/
div#container {
	width: 900px;
	margin: 12px auto 0px auto;
}

/*Top Level Content*/
div#check-menu {
	background-image: url('/wp-content/themes/blankslate/images/check-menu.png');
	background-repeat: no-repeat;
	background-position: top right;
	display: inline-block;
	width: 280px;
	height: 326px;
	margin-left:30px;
	padding-left: 40px;
	border-left: 3px solid #a02926;
}

img#main-food-pic {
	display: inline-block;
}

a#main-menu-link {
	display: block;
	height: 140px;
	width: 100%;
}

a#main-drink-link {
	display: block;
	margin-top: 80px;
	height: 80px;
	width: 100%;
}

a#main-special-link {
	display: block;
	margin-top: 5px;
	height: 20px;
	width: 100%;
}

/*Happy Hour Info*/
div#happy-hour-div {
	width:100%;
	display:block;
	margin-top: 50px;
}

#happy-hour-div p {
	color: #46413e;
	font-family: BlueHighwayReg;
	text-align: center;
	font-size: 24px;
	font-weight: 200px;
}

p#happy-hour-headline {
	font-family: BlueHighwayD;
	font-size: 60px;
	font-weight: bold;
	margin-bottom: 10px;
}

/*Specials*/
div#specials-div {
	margin-top: 50px;
}

div#taco-tues {
	width: 401px;
	padding-top: 156px; 
	margin-top: -28px;
	background-image: url('/wp-content/themes/blankslate/images/taco-tues.png');
	background-repeat: no-repeat;
	display: inline-block;
	text-align: center;
	margin-right: 89px;
}

div#two-fisted {
	width: 408px;
	padding-top: 138px;
	margin-top: -10px;
	margin-right: -7px;
	background-image: url('/wp-content/themes/blankslate/images/two-fisted.png');
	background-repeat: no-repeat;
	display: inline-block;
	text-align: center;
}

p.special-copy {
	color: #46413e;
	font-family: BlueHighwayBold;
	font-size: 27px;
}

.blue-text {
	color: #466287 !important;
	line-height: 1.4;
	text-decoration: none;
}

div#events-background {
	background-image: url('/wp-content/themes/blankslate/images/events-background.png');
	background-repeat: no-repeat;
	height: 275px;
	width: 750px;
	margin: 50px auto 0px auto;
	padding-top: 85px;
	padding-left: 80px;
}

li.events-li a.event-link {
	font-family: BlueHighwayD;
	font-size: 43px;
	color: #46413e;
	text-decoration: none;
	font-weight: bold;
	max-height: 43px;
	overflow: hidden;
	display: block;
}

li.events-li p.date-and-time {
	font-family: BlueHighwayReg;
	font-size: 28px;
	color: #46413e;
	text-decoration: none;
	font-weight: bold;
}

li.events-li {
	margin-bottom: 15px;
	max-width: 380px;
	min-height: 71px;
}

img.wp-post-image {
	margin-top: -110px;
	margin-right: 37px;
	float: right;
	padding: 50px 0px;
}

/*Footer*/

footer#page-footer {
	background-image: url('/wp-content/themes/blankslate/images/footer-background.png');
	background-repeat: repeat;
	height: 210px;
	width: 100%;
	min-width: 1200px;
	border-top: 2px solid #948b7b;
}

div#wrestler {
	background-image: url('/wp-content/themes/blankslate/images/wrestler.png');
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 100%;
	height: 210px;		padding-top: 20px;		margin-top: -20px;
}

div#footer-wrapper {
	width: 900px;
	height: 190px;
	padding-top: 20px;
	margin:0px auto;
}

div#hours-wrapper {
	width: 170px;
	height: 190px;
	float: left;
	display:inline-block;
}

div#twitter-wrapper {		margin-left: 15px;
	width: 350px;
	padding-top: 20px;
	height: 170px;
	display: inline-block;
	vertical-align: top;		}

a#followus, ul#twitter_update_list li > a {
	display: none;
}

ul#twitter_update_list li > span {
	font-family: RobotoRegular;
	font-size: 15px;
	color: #f9f2e7;
}

ul#twitter_update_list li span a {
	text-decoration: none;
	color: #dd9796;
}

div#twitter-div {
	width: 230px;
	padding: 25px 20px 20px 70px;
	min-height: 45px;
	max-height: 100px;
	float: right;
	background-image: url('/wp-content/themes/blankslate/images/twitter-top.png'),
	 				  url('/wp-content/themes/blankslate/images/twitter-bot.png'),
	 				  url('/wp-content/themes/blankslate/images/twitter-mid.png');
	background-repeat: no-repeat, no-repeat, repeat-y;
	background-position: top left, bottom left, center;
	overflow: visible;
}

nav#footer-links {
	height: 180px;
	padding-top: 10px;
	padding-left: 80px;
	width: 280px;
	display:inline-block;
}

div#open-daily {
	background-image: url('/wp-content/themes/blankslate/images/open-daily.png');
	background-repeat: no-repeat;
	height: 76px;
	width: 166px;
}

p#hours {
	font-family: RobotoLight, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #f9f2e7;
	margin-left: 15px;
	margin-top: 10px;
}

nav#footer-links ul {
	display: inline-block;
}

ul#social-ul {
	float: right;
}

h1.footer-link-header {
	font-family: BlueHighwayBold;
	font-weight: bold;
	font-size: 32px;
	color: #f9f2e7;
}

li.footer-link-header-li {
	margin-bottom: 10px;
}

a.footer-link {
	font-family: RobotoLight, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 22px;
	color: #f9f2e7;
	text-decoration: none;
}

div.star-bottom {
	background-image: url('/wp-content/themes/blankslate/images/bottom-star.png');
	background-repeat: repeat-x;
	width: 100%;
	height: 28px;
}

p#address-area {
	background-image: url('/wp-content/themes/blankslate/images/red-blank.png');
	background-repeat: repeat-x;
	position: relative;
	left: 50%;
	margin-left: -300px;
	height: 28px;
	width: 600px;
	color: #f9f2e7;
	font-family: BlueHighwayBold;
	font-size: 22px;
	line-height: 28px;
}

/*Contact Page*/
#enclosed-content-contact {
	padding-bottom: 50px;
	margin: 50px auto 0px auto;
	border-radius: 10px;
	background: url('/wp-content/themes/blankslate/images/second-background.png'), repeat;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	}
	
#enclosed-content-home {
	width: 810px;
	padding: 50px 45px;
	border-radius: 10px;
	background: url('/wp-content/themes/blankslate/images/second-background.png'), repeat;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	margin: 0px auto;
	}
	
#enclosed-content-event {
	width: 810px;
	padding: 70px 35px;
	border-radius: 10px;
	background: url('/wp-content/themes/blankslate/images/second-background.png'), repeat;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	margin: 50px auto 0px auto;
	}

	#enclosed-content-homeevent {
	width: 810px;
	padding: 30px 35px;
	border-radius: 10px;
	background: url('/wp-content/themes/blankslate/images/second-background.png'), repeat;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	margin: 50px auto 0px auto;
	}

div#contact-info-header {
	height: 30px;
	padding-top: 70px;
	width: 780px;
	margin: 0px auto;
	border-bottom: 5px solid #a02926;	
}

div#contact-info-header p {
	display: inline-block;
	width: 250px;
	margin-left: 20px;
	font-family: BlueHighwayD;
	font-size: 26px;
	color: #46413e;
}

p#get-in-touch {
	margin-left: 230px !important;
	width: 175px !important;
}

div#google-map {
	background: url('/wp-content/themes/blankslate/images/third-background.png'), repeat;
	padding: 20px;
	border-radius: 15px;
	margin-top: 20px;
	margin-left: 30px;
	display: inline-block;
	width: 425px;
	height: 400px;
}

a#google-maps-link {
	display: block;;
	text-align: center;
	font-family: BlueHighwayD;
	font-size: 22px;
	color: #46413e;
	text-decoration: none;
	font-weight: bold;
	margin-top: 10px;
}

/*div.float-right {
	float: right;	
}*/

div#contact-right-side {
	display:inline-block;
	vertical-align: top;
}

div#social-info-container {
	display: inline-block;
	height: 75px;
	padding-top: 40px;
	width: 300px;
	padding-left: 20px;
	vertical-align: top;
	margin-left: 30px;
}

div#hours-info-container {
	display: block;
	vertical-align: top;
	padding-top: 40px;
	margin-left: 40px;
}

div#hours-info-container p {
	font-family: BlueHighwayD;
	font-size: 30px;
	color: #46413e;
	text-align: center;
	line-height: 41px;
}

div#google-map p {
	text-align: center;
	font-family: BlueHighwayD;
	font-size: 22px;
	color: #46413e;
}

div#fb-icon {
	background: url('/wp-content/themes/blankslate/images/Facebook.png'), no-repeat, top left;
	background-size: 50px 50px;	
	height: 50px; width: 50px;
	margin-left: 15px;
	display: inline-block;
}

div#in-icon {
	background: url('/wp-content/themes/blankslate/images/Instagram.png'), no-repeat, top left;
	background-size: 50px 50px;	
	height: 50px; width: 50px;
	margin-left: 15px;
	display: inline-block;
}

div#em-icon {
	background: url('/wp-content/themes/blankslate/images/Email.png'), no-repeat, top left;
	background-size: 50px 50px;	
	height: 50px; width: 50px;
	margin-left: 15px;
	display: inline-block;
}

div#tw-icon {
	background: url('/wp-content/themes/blankslate/images/Twitter.png'), no-repeat, top left;
	background-size: 50px 50px;	
	height: 50px; width: 50px;
	display: inline-block;
	margin-left: 15px;
}

/*Events*/

article.event {
	border-bottom: 4px solid #a02926;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

article.event img.wp-post-image {
	display: inline-block;
	padding: 0px;
	float: none;
	margin: 0px;
}

div.replace-featured-img {
	display: inline-block;
	height: 260px;
	width: 320px;
}

div.event-page-text-wrapper {
	display: inline-block;
	width: 480px;
	vertical-align: top;	
}

a.entry-header-link {
	display: block;
	padding-left: 20px;
	text-align: left;
	font-family: BlueHighwayD;
	font-size: 40px;
	color: #a02926;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 15px;
}

div.event-page-text-wrapper p {
	padding-left: 20px;
	font-family: RobotoLight, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 22px;
	color: #46413e;
	max-height: 220px;
}

div.entry-content p {
	font-family: RobotoLight, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 22px;
	color: #46413e;
	margin-top: 10px;	
}

strong {
	font-weight: bold;
}

div.entry-content img {
	margin: 0px 30px 30px 30px;
	padding:0px;
}

img#news-and-events {
	margin: 20px 152px;
	display: inline-block;	
}

div.event-page-text-wrapper > a {
	padding-left: 20px;
	font-family: RobotoBold, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 22px;
	float: right;
	color: #a02926;
}

article.event:nth-child(2) {
	border-top: 4px solid #a02926;
	padding-top: 30px;
}

/*Single-Entry*/
aside, #comments, .entry-footer, .entry-meta {
	display: none;	
}

h1.entry-title a, h1.entry-title a:visited {
	font-family: BlueHighwayD;
	font-size: 60px;
	color: #a02926;
	text-decoration: none;
	font-weight: bold;
}

h1.entry-title {
	text-align: center;
	margin-bottom: 30px;
}

h1.menu-title {
	margin-top:40px;
	font-family: BlueHighwayD;
	font-size: 40px;
	color: #a02926;
}

h2.menu-subtitle {
	margin-top:30px;
	font-family: BlueHighwayD;
	font-size: 30px;
	color: #a02926;
}

.nav-previous {
	display:inline-block;
}

.nav-previous a {
	font-family: BlueHighwayD;
	font-size: 20px;
	color: #a02926;
	text-decoration: none;
	font-weight: bold;
}

.nav-next{
	float: right;
	display: inline-block;
}

.nav-next a{
	font-family: BlueHighwayD;
	font-size: 20px;
	color: #a02926;
	text-decoration: none;
	font-weight: bold;
}

.pagesubnav {
	float:right;
margin-top:-40px;
font-size: 20px;
}
.pagesubnav a{
	font-family: BlueHighwayD;
	font-size: 20px;
	color: #a02926;
	text-decoration: none;

}
.pagesubnav a:hover{
	color: white;

}


#nav-below {
	margin-top: 40px;	
}/*footer fix*/html, body {height: 100%;}#wrapper {min-height: 100%;}#container {overflow:auto;padding-bottom: 238px;}  /* must be same height as the footer */footer#page-footer {position: relative;margin-top: -238px; /* negative value of footer height */clear:both;} /*Opera Fix*/body:before {	content:"";	height:100%;	float:left;	width:0;	margin-top:-32767px;/}