/*
	Theme Name: Burger Bistro
	Theme URI: http://www.theburgerbistro.com
	Description: Burger Bistro Website Theme
	Version: 1.0
	Author: Cardwell Beach
	Author URI: http://www.cardwellbeach.com
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	margin: 0;
	padding: 0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
body, html {
	width: 100%;
	height: 100%;
}
img {
	max-width:100%;
	vertical-align:bottom;
	border: 0;
}
ul, ol, li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 18px;
	line-height: 1.4;
}
#main ul,
#main li,
#main ol {
	list-style: disc;
	padding-left: 20px;
}
a {
	color:#AD2B31;
	text-decoration:underline;
}
a:hover {
	color:#FFF;
}
p {
	font-size: 18px;
	color: #333;
	line-height: 1.4;
}
h1,h2,h3,h4,h5,h6 {
	color: #bc0510;
	margin: 0 0 20px 0;
	font-family:'AmericanTypwrterITCW01-_731031';
	font-weight: normal;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 14px;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
   
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
   
.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {
	
}
.bypostauthor {
	
}
.eat24 {width: 209px;height: 44px;display: block;background: url(../../../buttons/images/v2/e24_order-sq_red209_btn.png) 0 0;}
.eat24:hover { background-position: 0 -120px; }
.eat24:active { background-position: 0 -240px; }