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

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

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


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

.fb-comments { background:none; background-color:none; width:100%; }

.strap {
	height:30px; 
	background-color:#000;
	width:100%;	
}
.masthead{ 
	margin:40px 0 10px 0;
}

.masthead h1{
	color:#FFF;
}

.footer, .push {
	float:left; clear:both;
	height:130px;
}

.push { display:none; }

.footer{
	background-color:#000;	
	width:100%;	
	height:auto;
	text-align:center;
	padding-bottom:20px;
	margin-top:40px;
}

.footer h1, h2, h3, h4, h5, p {
	margin:0px;
	height:auto;	
	padding:0 5px 0 5px;
}

h3.strapline {
	font-size: 20px!important;
}

.footer p {
	font-size:11px;
	padding:0 5px 0 5px;
	
}

.footer p#mx {
	margin-top:5px;	
	}
	
	.footer p#copyright {
	color:#FFF;
	margin-top:20px;
	}

.footer h3 {
	color:#FFE44C;	
}

.sitename{
 	float:left;	
	margin:0 0 10px 0;
}

.phonenums {
	height:60px;
	min-width:330px;
	float:right;
	text-align:right;	
	/* background-image:url(../images/phone2.png); */
	background-repeat:no-repeat;
	background-position:right;
	margin-top:20px;
	margin-right:0px;
}

.phonenums .fa {
	color: #FFE44C;
}

.phonenums h5{
	float:right;
	clear:both;
	height:auto;
	color:#CCC;	
	margin:0 0 0 0;
}

.phonenums h5.top{
	margin-top:0px;	
}

h5.alone { margin-bottom:20px; }

/* #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 (max-width: 767px) {
		
		.phonenums {
			float:left;
			text-align:left;	
			background:none;
			height:auto;
		}	
		
		.phonenums h5{
			float:left;	
			margin:0 15px 0 0;
		}
		
		.footer {
			margin:40px 0 0px 0;
			padding:0 0 20px 0;
			height:auto;	
		}

		.sitename h1 {

			font-size: 42px!important;
		}

		.sitename h3 {
			font-size: 16px!important;
		}
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


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