/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

body { background: #000 url(../img/noise_lines.png) repeat; font-family: 'Lato', sans-serif; font-size: 1.2rem; line-height: 1.35;}

h1, h2, h3, h4, h5, h6 { font-family: 'Lato', sans-serif; }

a, a:visited { color: #1fa2b5; text-decoration: none; }

nav { text-align: center; }

nav ul li { display: inline; }

nav ul li a, nav ul li a:visited {
	margin: 0 20px;
	padding: 10px 0;
	
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;

	font-size: 30px;
	text-transform: uppercase;
}

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

#footer {
	font-size: 1.1rem;
	text-align: center;
}

/* #Page Styles
================================================== */

#main {
	border-top: 20px solid #000;
}

#triangle {
	background: url(../img/triangle.png) top center no-repeat;
	height: 357px;
	
	position: relative;
	top: -19px;
	z-index: 150;
}

#logo {
	width: 441px;
	margin: 0 auto;
	padding: 60px 0;
}

#logo img {
	width: 100%;
}

.more-padding {
	padding: 0 20px;
	margin-bottom: 50px;
}

.f-more-padding {
	padding: 0 10px;
	margin-bottom: 50px;
}


h4.headers {
	background: #000;
	color: #FFF;
	margin-bottom: 25px;
	padding: 3px 0 3px 0;
	text-transform: uppercase;
}

h4.headers.home {
	padding-left: 15px;
	font-weight: bold;
}

h4.headers span {
	background: #1fa2b5;
	margin-right: 7px;
	padding: 10px 15px;
}

#top-footer {
	background: #FFF;
	height: 10px;
	margin-top: 25px;
}

#footer {
	background: #000;
	color: #b6b5b5;
	padding: 40px 0 0;
}

h4.f-headers {
	background: #ededed;
	color: #000;
	margin-bottom: 25px;
	padding: 3px 0 3px 15px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}

.loc-inner {
	text-align: center;
}

h5.f-title {
	color: #1fa2b5;
	margin-bottom: 12px;
	text-align: center;
	font-size: 1.35rem;
}

h5.f-title a:hover { color: #FFF; }

p.phone {
	padding: 20px 0;
	border: 1px solid #1fa2b5;
	border-radius: 10px;
}

.phone {
	font-size: 2em;
	text-align: center;
}

p.phone:hover {
	border: 1px solid #ededed;
}

p.phone a:hover {
	color: #ededed;
}

span.right { float: right; font-weight: normal; }

p.copyright {
	border-top: 1px solid #666;
	padding-top: 20px;
	text-align: center;
	color: #777;
}

p.copyright a:hover { color: #FFF; }

/* HOME */

#experience { display: none; }

/* REVIEWS */

#reviews {
	margin-top: 40px;
}

#reviews-thread {
	margin-bottom: 30px;
}

#reviews-thread img {
	max-width: 100%;
}

p.superpages a {
	background: #1fa2b5;
	color: #FFF;
	margin-left: 5px;
	padding: 5px 10px;
	text-transform: uppercase;
}

p.superpages a:hover {
	background: #000;
}

a.gmap-link {
	background: #1fa2b5;
	color: #FFF;
	margin-left: 5px;
	padding: 5px 10px;
	text-transform: uppercase;
}

a:hover.gmap-link {
	background: #000;
}

p.browse {
	margin-bottom: 25px;
}

/* LOCATION */

#location {
	margin-top: 40px;
}

#location-title {
	margin-bottom: 30px;
}

#location-title img {
	max-width: 100%;
}

#map { height: 300px; margin-bottom: 60px; }

#map_canvas { height: 100% }

.address {
	width: 425px;
	margin: 0 auto;
}

h4.address {
	background: #000;
	color: #FFF;
	padding: 15px 30px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

p.info-address {
	margin-bottom: 10px;
}

p.directions {
	margin: 0;
}

p.directions a {
	background: #1FA2B5;
	color: #FFF;
	font-size: 13px;
	text-transform: uppercase;
	padding: 3px 7px;
}

/* CONTACT */

#contact {
	margin-top: 40px;
}

#contact-title {
	margin-bottom: 30px;
}

#contact-title img {
	max-width: 100%;
}

#contact-info {
	margin: 60px auto 80px auto;
}

#contact-info .headers {
	font-size: 1.5rem;
	text-align: center;
	font-weight: bold;
}

p.contact {
	background: #FFF;
	padding: 10px 20px;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

p.contact a {
	font-size: 1em;
}

li {
	text-align: left;
	font-weight: bold;
}

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (min-width: 768px) and (max-width: ) {
	
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 758px) and (max-width: 959px) {
	
		p.contact {
			font-size: 20px;
		}
		#contact-info .headers {
			font-size: 1.25rem;
		}
		.phone {
			font-size: 1.5rem;
		}
		span.right {
			float: none;
			display: block;
			margin-top: 10px;
			margin-bottom: 30px;
		}
		li {
			text-align: center;
		}
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
	
		nav ul li a {
			margin: 0 5px;
			font-size: 21px;
		}
		
		#logo {
			width: 400px;
		}
		
		.address { width: 350px; }
		
		h4.address { font-size: 1.25em; }
	
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
			
		nav ul li a, nav ul li a:visited {
			margin: 0 3px;
			font-size: 15px;
		}
		
		#triangle {
			background: url(../img/triangle_mobile.png) top center no-repeat;
			height: 255px;
		}
		
		#logo {
			width: 300px;
			padding: 45px 0;
		}
		
		#experience {
			display: block;
			margin-top: 40px;
		}
		
		h5.experience-mobile {
			padding-bottom: 20px;
			display: block;
			text-align: center;
			text-transform: uppercase;
		}
		
		#experience-title {
			margin-bottom: 30px;
		}
		
		#experience-title img {
			max-width: 100%;
		}
		
		#slider { display: none; }
		
		#contact-info {
			margin: 30px auto 50px auto;
		}
		
		.address { width: 250px; }
		
		h4.address { font-size: 1em; padding: 10px 20px; }

		p.contact a {
			font-size: 0.8em;
		}
	
	}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/