@charset "utf-8";
/*font-family: 'Cantata One', serif;*/
/*limited reset*/

html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align:baseline;
  font: inherit;
}
/*html5 display rule*/
address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
	display: block;
}
nav ul, ol, li {
	list-style: none;
}
body {
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 16px;
  color: #fff;
  background-color: #000; 
}
h1, h2 {
 	font-family: 'Cantata One', serif; 
  padding: 5px 0;
  text-align: center;
}
h1 {
  font-size: 1.32em;
 	text-transform: uppercase; 
}
h2 {
 	font-size: .81em; 
}
h3 {
  font-size: 1.7em;
  font-weight: 700;
 	text-transform: uppercase;
  margin-bottom: 20px;
}
p {
  font-size: 1.1em;
  line-height: 1.4em;
  margin: .5em 0;
  padding-bottom: 15px;
}
ul {
 	margin: 0 0 30px 30px;
}
li {
  font-size: 1.1em;
  line-height: 1.5em;
  font-weight:700;
}
a {
 	text-decoration: none;
  color: #fff;
  letter-spacing: 1px;
}
a:hover {
 	color: #e5aa2c;
}
.current_link {
  color: #e5aa2c;
}
#header_container {
 	width: 100%;
  background-color: #1a1a1a;
}
header {
  position: relative;
  max-width: 900px;
  height: 185px;
 	margin: 0px auto;
  padding: 15px 5px 0px 5px;
}
#header_img {
 	float: left; 
}
.logo_container {
  float: left;
}
.logo {
  height: auto !important;
  margin-left: 10px;
  padding: 24px 10px;
  border: 4px solid #fff;
}
.logo:hover {
 	border-color: #e5aa2c;
}
.logo h1 {
	font-size:2.0em;
	line-height:2.0em;
	margin:0;
	padding:0;
}
.logo h2 {
	font-size:1.2em;
	line-height:1.2em;
	margin:0;
	padding:0;
}

nav {
 	float: right; 
  margin-top: 35px;
}
nav p {
 	text-align: right;
  font-size: 1.2em;
}
nav #header_tel {
  font-size: 1.5em; 
}
nav ul {
 	float: right;
  margin: 0;
  padding-top: 15px;
}
nav ul li {
  font-size: 1.2em;
 	display: inline;
  padding-left: 20px;
}
.container {
  max-width: 900px;
  margin: 50px auto;
  padding: 0 10px;
}
article {
 	float: left;
  width: 429px; 
}
article p {
	padding-right:15px;
}
aside {
 	float: right;
  width: 471px; 
}
aside img {
 	max-width: 100%;
	padding-left:21px;
	margin-top:60px;
}
.inline_link {
	color: #e5aa2c;	 
}
#footer_banner {
 	width: 100%; 
}
#footer_banner img {
  display: block;
  width: 900px;
 	margin: 0 auto; 
}
#footer_banner_about {
  width: 100%;
 	position: absolute;
  bottom: 80px; 
}
#footer_banner_about img {
 	display: block;
  width: 900px;
 	margin: 0 auto;  
}
footer {
 	background-color: #1a1a1a; 
  padding-top: 8px;
}
#footer {
  position: absolute;
  bottom: 0;
 	width: 100%;
  height: 70px;
	background-color: #1a1a1a;
  padding-top: 8px;
}
.footer_container {
  max-width: 900px;
  height: 70px;
  padding: 0 5px;
  margin: 0 auto;
}
#footer_col1 {
  float: left;
  width: 33.3%;
}
.logo_foot {
  text-align: center; 
  border: 2px solid #fff;
  padding: 5px;
}
.logo_foot:hover {
 	border-color: #e5aa2c; 
}
.logo_foot h1 {
 	font-size: 1.3em;
	padding-bottom:5px;
	line-height:1.2em;
}
.logo_foot h2 {
 	font-size: 0.75em;
	padding-top:0;
	line-height: 0.75em;
}
#footer_col2 {
 	float: left;
  width: 40.3%;
}
#footer_col2 p {
 	font-size: 1.1em;
	line-height: 1.1em;
  padding: 5px 0 0 0;
  text-align: center;
  margin-top:0;
}
#footer_col3 {
 	float: left;
  text-align: right;
  padding-top: 5px;
  width: 26.3%;
}
a.facebook {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(../images/social_icons.png) no-repeat center 0px;
  margin-left: 5px;
}
a.google {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(../images/social_icons.png) no-repeat center -60px;
  margin-left: 5px;
}
a.yelp {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(../images/social_icons.png) no-repeat center -120px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-left: 5px;
}
.blkBG {
 	background-color: #000; 
}
.contact_form {
 	width: 55%;
  float: left; 
}
form {
 	margin: 30px auto; 
}
input[type="submit"] {
  height: 30px;
  width: auto;
}
input {
 	width: 90%;
  height: 30px;
  padding: 5px;
  font-family: 'Merriweather Sans', sans-serif;
  font-size: .9em;
}
textarea {
 	width: 91%;
  height: 90px;
  padding: 5px;
  font-family: 'Merriweather Sans', sans-serif;
  font-size: .9em;
}
#divSubmit input[type=submit] {
 	width: 250px !important; 
  height: 40px;
  font-weight: 700;
  font-size: 1em;  
  background: #424242;
  color: #ffffff;
  border: solid #fff 1px;
  text-decoration: none;
  text-transform: uppercase;
}
#divSubmit input[type=submit]:hover {
  background: #e5aa2c;
  text-decoration: none;
  cursor: pointer;
}
.field {
 	margin: 15px 0; 
}
.invalid {
	display:none;
	visibility:hidden;
}
#map_aside {
 	width: 37%;
  float: right;
  height: 830px;
  border-radius: 0;
  border: 1px solid #929598;
  background: #1a1a1a;
  padding-bottom: 5px;
}
p.visit {
 	font-size: .95em !important; 
}
#map_aside p {
  text-align: center;
  margin-top: 10px;
  font-size: 1.3em;
  padding: 0;
}
#map_canvas_chicago, #map_canvas_glendale {
  width: 100%;
  height: 320px;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
/*For IE 6/7*/
.clearfix {
    zoom: 1;
}
.smaller {
	font-size:1.2em !important;
	line-height:1.2em !important;
}
@media screen and (min-width:0px) and (max-width:899px) {
  header {
    height: auto;
  }
  #header_img {
   	float: none;
  }
  #header_img img {
   	display: block;
    margin: 0 auto;
  }
  .logo_container {
   	display:none !important;
  }
  .logo {
   	height: auto;
    margin: 8px 0;
    padding: 10px; 
  }
  nav {
   	float: none;
    margin: 0; 
  }
  nav p {
   	text-align: center; 
    line-height: normal;
    margin: 10px 0 0 0;
    padding: 0;
  }
  nav #header_tel {
   	font-size: 1.3em; 
  }
  nav ul {
   	float: none; 
    max-width: 800px;
    margin: 0 auto;
  }
  nav ul li {
   	line-height: 2.2em; 
    font-size: 1.2em;
    display: inline-block;
    width: 47%;
    padding: 0;
    text-align: center;
  }
  .container {
    position: relative;
  }
  article {
    float: none;
    position: relative;
    width: 89%;
    padding-left: 15px;
	margin-top:50px;
  }
  aside {
   	float: none;
    position: relative;
    width: 94%;
  }
  aside img {
    display: block;
   	margin: 0 auto !important;
	padding:0;
	text-align:center;
  }
  .contact_form {
   	float: none;
    width: 98%;
    margin: 0 auto; 
  }
  #map_aside {
   	float: none;
    width: 96%;
    margin: 0 auto 30px auto; 
  }
  input, textarea {
   	width: 98%; 
  }
  footer, #footer {
   	position: relative;
    width: 100%;
    height: 225px;
  }
  #footer_banner, #footer_banner_about {
   	position: relative;
	width:100%;
	overflow:hidden;
	bottom:0;
}
  #footer_col1 {
   	float: none;
	display:block; 
    width: 300px;
    margin: 0 auto;
	padding-top:10px;
  }
  #footer_col2 {
   	float: none; 
    width: 100%;
	display:block;
	padding-top:10px;
  }
  #footer_col2 p {
   	text-align: center; 
  }
  #footer_col3 {
   	float: none;
	display:block;
    width: 100%; 
    text-align: center;
	padding-top:10px;
  }
/*  h1 {
    font-size: 1.43em;
  }
  h2 {
    font-size: .9em; 
  }
  .logo_container {
    float: none;
    width: 100%;
    margin-top: 0;
  }
  .logo {
    width: 300px;
  }
  nav {
    float: none; 
    width: 100%;
    margin-top: 0;
  }
  nav p {
   	text-align: center; 
    margin-top: 15px;
  }
  nav ul {
   	float: none; 
    text-align: center;
  }
  nav ul li {
    display: inline-block;
    padding: 15px;
  }
  .container {
   	width: 90%;
    margin-bottom: 220px;
  }
  article {
    float: none;
    width: 100%; 
  }
  aside {
    text-align: center;
    float: none;
    width: 100%; 
  }
  .gallery .photos {
   	margin-bottom: 200px !important; 
  }
  .contact_form {
    float: none;
    width: 100%; 
  }
  #map_aside {
    float: none;
    width: 100%; 
  }
  #map_aside p {
    font-size: .85em;
  }
  .footer_container {
    width: 90%;
    margin: 0px auto;
  }
  #footer_col1 {
    float: none;
    width: 100%;
  }
  #footer_col2 {
    float: none;
    width: 100%;
  }
  #footer_col2 p {
    font-size: 1em; 
    margin: 0;
  }
  #footer_col3 {
    float: none;
    width: 100%;
    text-align: center;
  }
  .logo_foot {
   	margin: 0 auto; 
  }*/
}
/*@media screen and (min-width:753px) and (max-width:1102px) {
	header {
   	width: 90%;
    height: 70px; 
  }
  h1 {
    font-size: 1.25em;
  }
  h2 {
    font-size: .78em; 
  }
  nav ul li a {
   	font-size: 1.1em; 
  }
  .contact_form {
   	float: none;
    clear: both;
    width: 80%;
    margin: 0 auto; 
  }
  #map_aside {
   	float: none;
    clear: both;
    width: 80%;
    margin: 0 auto;
  }
  footer {
   	width: 90%; 
  }
  .logo_container_foot {
   	width: 60%; 
  }
  .logo_container_foot h1 {
    font-size: 1.1em;
  }
  .logo_container_foot h2 {
    font-size: .68em;
  }
}

@media screen and (min-width:0px) and (max-width:752px) {
  header {
    width: 80%;
    height: 120px; 
  }
  h1 {
    font-size: .9em;
  }
  h2 {
    font-size: .6em; 
  }
  nav {
   	width: 90%;
  }
  nav ul {
   	float: none;
    width: 100%;
    margin: 0 auto; 
    text-align: center;
  }
  nav ul li {
   	padding: 0 20px; 
  }
  main {
   	width: 80%; 
  }
  .contact_form {
   	float: none;
    clear: both;
    width: 80%;
    margin: 0 auto; 
  }
  #map_aside {
   	float: none;
    clear: both;
    width: 80%;
    margin: 0 auto;
  }
  footer {
   	width: 100%; 
  }
  #footer_col1 {
   	float: none;
    width: 70%;
    margin: 0 auto;
    padding-top: 10px;
    text-align: center;
  }
  .logo_container {
   	float: none;
    text-align: center;
  }
  .logo_container_foot {
    width: 90%;
   	float: none;
    text-align: center;
  }
  .logo_container_foot h1 {
    font-size: .9em;
  }
  .logo_container_foot h2 {
    font-size: .55em;
  }
  #footer_col1 p {
   	font-size: .7em; 
  }
  #footer_col2 {
   	float: none; 
    width: 70%;
    margin: 0 auto;
    padding-top: 10px;
    text-align: center;
  }
}*/