@charset "utf-8";

/******************************************
*           RESET RULE FIRST              *
******************************************/
* {
	border:0;
	margin: 0;
	padding: 0;
}

/******************************************
*           HTML5 BLOCK RULE              *
******************************************/

article,aside,details,figcaption,figure,
footer,header,hgroup,main,menu,nav,section {
    display:block;
}

/******************************************
*               THEME COLORS              *
******************************************/

.lime_green {
	color:#adbc45;
}

.dark_brown {
	color:#54231e;
}

.turquoise_green {
	color: #186668;
}

.turquoise_light {
	color: #69dadd;
}

.beige_dark {
	color: #cb8e72;
}

.creme {
	color: #faf3f0;
}

.dark_grey {
	color:#222;
}

/******************************************
*               FONT RULES                *
******************************************/

/* from: http://drinchev.github.io/monosocialiconsfont/ */
@font-face {
    font-family: 'Mono Social Icons Font';
    src: url('fonts/MonoSocialIconsFont-1.10.eot');
    src: url('fonts/MonoSocialIconsFont-1.10.eot?#iefix') format('embedded-opentype'),
         url('fonts/MonoSocialIconsFont-1.10.woff') format('woff'),
         url('fonts/MonoSocialIconsFont-1.10.ttf') format('truetype'),
         url('fonts/MonoSocialIconsFont-1.10.svg#MonoSocialIconsFont') format('svg');
    src: url('fonts/MonoSocialIconsFont-1.10.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/******************************************
*               HEADER RULES              *
******************************************/

header {
	height: 100px;
	background-color: #69dadd;
	background-image:url(images/header-bg.png);
}

header h1 {
	text-align:center;
	font-family: 'Chewy', cursive;
	font-size:50px;
	padding-top:5px;
}

#header-img {
	margin-top:10px;
}

/******************************************
*           NAVIGATION RULES              *
******************************************/

nav {
	background-color:#54231e;
	border-top:#CCC 4px double;
	padding-top: 10px;
	padding-bottom: 10px;
}
nav ul {
	list-style-type: none;
	text-align: center;
}
nav ul li {
	display: inline;
	font-family: 'Chewy', cursive;
	font-size:20px;
	color: #69dadd;
	padding-left: 30px;
	padding-right: 30px;
}

nav ul li a {
	color: #69dadd;
	text-decoration:none;
}

nav ul li a:hover {
	color:#fff;
}

/******************************************
*              GENERAL RULES              *
******************************************/

body {
	background-color: #333;
	font-family:Arial, Helvetica, sans-serif;
	color: #222;
}

main {
	margin: auto;
	background-color: #faf3f0;
	margin-top: 20px;
	width: 960px;
}

a {
	color: #69dadd;
	text-decoration:none;
}

details {
	text-align:left;
	padding-top:10px;
}

details p {
	margin-left:20px;
}

summary {
	outline:0;
	margin-left: 20px;
}

section {
	background-color: #e7e7e7;
	background-image:url(images/blue_striped_background_2.jpg);
	background-repeat:repeat-x repeat-y;
	width: 960px;
	float: left;
}

.article_basic {
	position:relative;
	padding: 10px;
	float:left;
	margin: -30px 20px 20px 70px;
	background-color: #e7e7e7;
	border:4px double #186668;
	width: 500px;
	z-index:10;
}

article p {
	padding-top:10px;
}

.article_location {
	position:relative;
	padding: 10px;
	float:left;
	margin: -30px 20px 20px 166px;
	background-color: #e7e7e7;
	border:4px double #186668;
	width: 600px;
	z-index:10;
}

.aside_basic {
	position:relative;
	padding: 10px;
	float:right;
	margin: -30px 70px 20px 20px;
	background-color: #e7e7e7;
	border:4px double #186668;
	width: 200px;
}

.height_220 {
	height: 220px;
}

.height_320 {
	height: 320px;
}

.height_750 {
	height: 750px;
}

.margin_left_216 {
	margin-left:216px;
}

figure {
	position: relative;
	text-align:center;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}

/* tip from http://mikowl.com/2013/fun-with-figure-figcaption-elements/  */
figcaption {
  position: absolute;
  font-size: 16px;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box; 
     -moz-box-sizing: border-box; 
          box-sizing: border-box;
  width: 100%;
  padding: 20px;
  color: #faf3f0 !important;
  background: #000000; /* Fallback color */
  background: rgba(0, 0, 0, .6);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

.caption_overlay {
	top: 20px;
	left: 720px;
	width: 220px;
	height: 200px;
	text-align: left;
}

.locations_bg {
	position: relative;
	text-align:center;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	background-image:url(images/locations_bg.jpg);
	width:960px;
	height:200px;
}

.location_address {
	float:left;
	margin-left:50px;
	margin-top:30px;
	width:253px;
	color: #faf3f0 !important;
	background: #000000; /* Fallback color */
	background: rgba(0, 0, 0, .6);
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
	padding:15px 0px 15px 0px;
}

.phone {
	font-size:16px;
	color:#69dadd;
	font-weight:bold;
	padding-top:5px;
}
	

.bold {
	font-weight:bold;
}

.topic {
	float:left;
	margin-left: 20px;
	margin-right:20px;
}

.values {
	float:left;
}

iframe {
	margin-top:10px;
}

/******************************************
*            FIELDSET RULES               *
******************************************/

fieldset {
	border-top:1px solid #186668;
	padding: 5px;
	margin-bottom:10px;
}

fieldset legend {
	color:#222;
	padding: 6px;
	font-size:18px;
	margin-left: -6px;
}

/******************************************
*               FORM RULES                *
******************************************/

#contact-form {
	margin:10px;
	float:left;
}

label, .pseudo-label {
	float:left;
	clear:left;
	margin:4px 10px 1px 0px;
	width: 444px;
	text-align:left;
	font-size:16px;
	text-shadow:0px 1px 0px #f2f2f2;
}

textarea, select, .input-group, .button-group {
	width:444px;
	height:30px;
	padding: 5px 10px 0px 10px;
	margin: 0px 0px 10px 0px;
	float:left;
	clear:left;
}

textarea {
	height:90px;
	width:444px;
	font-family:Arial, Helvetica, sans-serif;
}

select {
	width: 464px;
}

.input-group {
	font-size:14px;
	color:#333;
	background-color:#FFF;
	height:25px;
	padding: 10px 10px 0px 10px;
	vertical-align:middle;
}

.button-group {
	padding: 0px;
}

input[type="text"],input[type="email"],input[type="tel"],input[type="date"] {
  	width:444px;
	height:30px;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 10px 0px;
	float:left;
	clear:left;
}

input[type="radio"],input[type="checkbox"] {
  	margin:0px 10px 0px 5px;
	vertical-align:middle;
}

::-webkit-input-placeholder { color:#999; }
::-moz-placeholder { color:#999; } /* firefox 19+ */
:-ms-input-placeholder { color:#999; } /* ie */
input:-moz-placeholder { color:#999; }

.field {
	background:#faf3f0;
	color:#333;
	box-shadow: inset 0px 1px 4px rgba(0,0,0,.8);
	-moz-box-shadow: inset 0px 1px 4px rgba(0,0,0,.8);
	-webkit-box-shadow: inset 0px 1px 4px rgba(0,0,0,.8);
              
                         
}

input[type=submit],input[type=reset] {
	height: 30px;
	float: left; 
	padding: 5px 15px; 
	margin: 0 10px 0 0; 
	font-weight:bold;
	font-size:14px;
	color:#faf3f0;
	background:#54231e;
	border:1px solid #666;
}

/******************************************
*               VIDEO RULES                *
******************************************/

#beagle-video {
	margin:10px;
	float:left;
}

/******************************************
*          MENU/CANVAS RULES              *
******************************************/

#menu-wrap {
  width: 960px; 
  margin: 0 auto;
  margin-top:20px;
} 

#menu-wrap ul {
	list-style:none;
}

#menu-wrap li {
  float:left; 
  position:relative; 
  display:inline-block; 
  width:200px; 
  height:200px;
  margin:10px; 
  padding:10px; 
  background:#fff; 
  box-shadow:0 0 5px rgba(0,0,0,.35);
}
#menu-wrap li div {
  position:absolute;
  height:0; 
  width:180px;
  background:rgba(0,0,0,.45); 
  overflow:hidden;
  bottom:10px; 
  left:10px;
  padding: 0 10px;
  line-height:50px;
  color:#fff;
  transition:height 1s;
}
#menu-wrap li:hover div {
  height:50px;
}

canvas {
  opacity:1; 
  position:absolute; 
  top:10px;
  left:10px;
  transition:opacity 1s .2s;
}
#menu-wrap li:hover canvas {
  opacity:0;
}

.menu-details {
	background-image:none;
	background-color:#ddd;
	width: 690px;
}

.menu-details p {
	clear:left;
	padding: 20px 10px 10px 10px;
	margin-top:10px;
}

.menu-item {
	font-family: 'Chewy', cursive;
	font-size:20px;
	color: #222;
	width:150px;
	display:block;
	float:left;
	margin-top:-5px;
}

.menu-desc {
	width:400px;
	margin-left:20px;
	display:block;
	float:left;
}

.menu-price {
	width:60px;
	margin-left:20px;
	display:block;
	float:left;
}

/******************************************
*               MODAL RULES               *
******************************************/

.modal {
	background:#fff;
	left:50%;
	margin:-110px 0 0 -350px;
	position:absolute;
	top:-50%;
	width:720px;
	box-shadow:0 3px 7px rgba(0,0,0,.25);
	-moz-box-shadow:0 3px 7px rgba(0,0,0,.25);
	-webkit-box-shadow:0 3px 7px rgba(0,0,0,.25);
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	background-color: #e7e7e7;
	border:4px double #186668;
}

/* Make the modal appear when targeted */
.modal:target {
		top:30%;
		transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-webkit-transition: all 0.4s ease-in-out;
	}
	
.modal header {
	height: 30px;
}

.modal header,.modal footer {
	background:#f7f7f7;
	border-bottom: 1px solid #e7e7e7;
}

.modal footer {
	clear:both;
	border:none;
	border-top: 1px solid #e7e7e7;
	}

.modal section {
	padding:0px 10px 10px 10px;
	z-index:200;
}

.modal header{
	padding:10px;
	z-index:200;
}

.modal h2 {
	margin:0;
}

.modal .btn {
	float:right;
	margin:5px;
	padding:5px;
	font-weight:bold;
	font-size:14px;
	color:#faf3f0;
	background:#54231e;
	border:1px solid #666;
}

/******************************************
*              FOOTER RULES               *
******************************************/

#footer-top {
	clear:both;
	background-color: #222;
	color: white;
	height: 40px;
}

#footer-links {
	float:left;
	list-style-type: none;
	text-align: left;
	margin-top:10px;
}

#footer-links li {
	display: inline;
	color: white;
	padding: 10px 10px 0px 10px;
	font-size: 12px;
}

#footer-links li a {
	color: #faf3f0;
	text-decoration:none;
}

#footer-links li a:hover {
	color: #69dadd;
}

#social-links {
	float:right;
	list-style-type: none;
	margin-top:10px;
}

#social-links li {
	display: inline;
	padding: 1px;
}

#social-links li a{
	display:inline-block;
	margin:0 15px;
	position:relative;
	-webkit-transition:all 0.2s;
	-moz-transition:all 0.2s;
	-o-transition:all 0.2s;
	transition:all 0.2s;
	color:#fff;
	text-decoration:none;
}

#social-links li a:before{
	position:absolute;
	font:34px 'Mono Social Icons Font';
	line-height:36px;
	display:block;
	top:-22px;
	left:-20px;
	content:attr(data-icon);
	-webkit-font-smoothing:antialiased;
	font-weight:normal;
	font-style:normal;
}

#social-links li a:hover{
	color:#69dadd;
	-webkit-transition:all 0.2s;
	-moz-transition:all 0.2s;
	-o-transition:all 0.2s;
	transition:all 0.2s;
}

#footer-bottom {
	clear:both;
	background-color: #54231e;
	color:#faf3f0;
	height: 40px;
	font-size: 12px;
	width: 100%;
}

#footer-bottom p {
	padding: 13px 0px 0px 10px;
}

#footer-bottom a {
	color:#faf3f0;
}

#footer-bottom a:hover {
	color:#adbc45;
}
