/*
* 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,.columns { font-family: 'Ubuntu Condensed', sans-serif !important; }
body { background: url(../images/background.png) repeat-x; }

/* #Page Styles
================================================== */
.logo { margin-top: 36px; }
.logo h1 { font-size: 56px; }
.phone { margin: 16px 0 24px 0; text-align: right; font-size: 32px; color: #000; }
.phone small { font-size: 21px; }
.phone span { line-height: 42px; }

.image { width: inherit; height: 387px; background: url(../images/hardware.jpg) no-repeat; margin-right: -10px !important; box-shadow: 0px 0px 5px #878046; }
.header { width: inherit; height: 387px; background-color: #e8151d; padding-left: 20px; text-align: center; box-shadow: 0px 0px 5px #878046; }
.header h1 {
	font-size: 42px;
	color: #fff;
	line-height: 56px;
	width: 330px;
	margin-top: 60px;
}
.header h2 {
	font-size: 24px;
	color: #fff;
	margin: 42px 0 0 0;
	line-height: 32px;
	font-family: 'Bad Script', cursive !important;
}
.header h4 { font-size: 18px; color: #fff; margin: 0; }

.list { margin-top: 70px !important; }
.list strong { font-size: 32px; }
.list ul { margin-top: 1em; }
.list li { font-size: 28px; margin-left: 1em; list-style-position: inside; list-style-type: circle; margin-bottom: 1em; }
.list p { font-size: 18px; font-family: 'Open Sans', sans-serif !important; margin-top: 10px; }

.contact { margin: 70px 0 0 30px !important; width: inherit; height: auto; background-color: #ccc8c5; padding-top: 1em; text-align: center; }
.contact h3 { text-decoration: underline; }
.contact p {
	font-size: 21px;
	font-family: 'Open Sans', sans-serif !important;
	color: #000;
	line-height: 26px;
}
.contact input,textarea { margin: .5em auto; font-family: Arial, Helvetica, sans-serif !important; }
.contact input[type="submit"] { border: 1px solid #737373; width: 80%; background-color: #43658D; color: #fff; text-shadow: none; font-family: Arial, Helvetica, sans-serif !important; }

.bottom { margin-top: 50px; }
.bottom img { float: left; margin: 2.5em 1em 4em 0; border: 1px solid #000; }
.bottom p { font-size: 18px; font-family: 'Open Sans', sans-serif !important; }
.bottom strong { font-size: 21px; }

.areas { text-align: center; font-size: 18px; margin-top: 1em; font-family: 'Open Sans', sans-serif !important; }
.areas p { width: 75%; margin: 0 auto !important; }

.map { margin: 32px 0 0 0 !important; }
.map iframe,.map a { margin-left: 50px; }
.video { margin: 32px 0 0 0 !important; text-align: right; }
.video iframe { margin-right: 50px; }
.map strong { font-size: 18px; }

.footer { text-align: center; margin-top: 30px; }
/* #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) {
		.header h1 { width: 280px !important; font-size: 36px; margin-left:-12px; margin-top:30px; }
		input,textarea { width: 80% !important; }
		.list li { margin-bottom: .5em; }
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		.logo, .phone { text-align: center; }
		.phone { margin-bottom: 20px !important; }
		.image { background-position: center; }
		.header { padding-left: 0; }
		.header h1, .header h2, .header h3, .header h4 { margin-left: 20px; }
		.header h1 { width: 90%; }
		.list li { margin-bottom: .4em; }
		.contact { margin: 0 auto 20px auto !important; }
		.areas { margin-bottom: 1em !important; }		.logo { margin-top: 20px !important;}		
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.contact input, .contact textarea { width: 60% !important; }
		.bottom p { margin-top: 0 !important; }
		.list { margin-top: 42px !important; }
		.bottom img { margin-bottom: 1em; }
		.map,.video { text-align: center; }
		.image { height: 320px; }
		.map iframe, .video iframe { margin:0; }
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		.image { height: 260px; }
		.header h1 { font-size: 36px; margin: 8px 0 42px 16px; }
		.bottom { text-align: center; }
		.bottom img { margin-left: 25px !important; }
		.list { margin-top: 36px !important; }
		
		.map a { margin-bottom: 16px; }
		.map { text-align: center; }
		.map iframe,.video iframe { width: 300px; height: 200px; }
		.map strong { font-size: 16px; }
		.map iframe { margin:0; }
	}


/* #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; }
*/
