/*
* 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
================================================== */

* {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}



/*bands*/
.band{}
	
.band.header{
	background:url(../images/header-bg.png) repeat-x,
	#FFF;
	padding:25px 0 20px 0;
	color:#d9d9d9;
	height:124px;
}
	

.band.navigation
{
    background-color:#FFF;
	padding:20px 0 20px 0;
	color:#111;
}
.band.content{
background:url() repeat-x,
	#FFF;
	padding:20px 0 20px 0;
	color:#111;
	min-height:400px;
	
}
.band.footer{
background: 
	url(../images/topfooter.png) repeat-x,
	url(../images/footer-bg.png) repeat-x,
	#314050;
	padding:20px 0 20px 0;
	color:#d9d9d9;
	min-height:450px;

}
.band.bottom{
background:url(../images/stitch_footer_hr.png) repeat-x, 
	url(../images/bg_dark_footer.png) repeat,
	#f8f8f8;
	padding:20px 0 20px 0;
	color:#d9d9d9;
}
.footertext{margin-left:auto;margin-right:auto;color:#FFF;width:100%;text-align:center;position:relative;z-index:4;top:-80px;}
.headertext{color:#ebebeb;}
.style1 {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom:8px;
	height:30px;
}
.style2 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top:2px;
	height:25px;
}






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

/* #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) {
 .footertext{margin-left:auto;margin-right:auto;color:#FFF;width:100%;text-align:center;position:relative;z-index:4;top:0px;}
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
.style1 {font-size:1.4em;}
.style2 {font-size:.8em;}
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
	.style1 {font-size:1.2em;}
	.style2 {font-size:.7em;}

	
	}


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