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

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

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

	
	/*1080px to standard 960 (devices and browsers) */
	@media only screen and (min-width: 959px) and (max-width: 1079px) {
		.container{
			width:940px;
		}
		.navwrap .nav {
			font-size: 18px;
		}
		.navwrap .nav ul li ul {
			font-size: 13px;
		}
		
		.slider .sliderText{
			font-size:18px;
		}
		
		.midblock {
			margin: 0 50px;
		}
		.profile .subhead {
			font-size: 17px;
		}
		.profile .figure {
			margin-right: 12px;
		}
		.profile .last {
			margin-right: 0px;
		}
		
	}
	
	
	
	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 958px) {
		.container{
			width:750px;
		}
		.navwrap .nav {
			font-size: 15px;
		}
		.navwrap .nav a {
			padding: 8px 6px;
		}
		.navwrap .nav ul li ul {
			font-size: 12px;
		}
		.navwrap .nav ul.nav li ul li a {
			padding: 8px 3px;
		}
		
		
		.slider .sliderText{
			font-size:16px;
		}
		.sliderText .quoteimg {
			top: -58px;
		}
		.sliderText .quoteimg img {
			width: 255px;
			height: auto;
		}
		
		
		.block{
			width:221px;
		}
		.block img {
			max-width:100%;
			height:auto;
		}
		.midblock {
			margin: 0 40px;
		}
		
		
		.profile img {
			max-width:100%;
		}
		.profile .subhead {
			font-size: 17px;
			width: 65%;
		}
		.profile .figure {
			margin-right: 12px;
			min-width: 168px;
			max-width: 168px;
		}
		.profile .last{
			margin-right:0px;
		}
		
		
		.prefooter .container {
			width: 750px;
		}
		.prefooter .midspace {
			margin: 0 40px;
		}
		.prefooter .column {
			width: 222px;
		}
		
		
	}

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

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		
		.mobile{
			display:block;
		}
		.navwrap{
			display:none;
		}
		
		
		.slider .sliderText{
			font-size: 16px;
			padding-top: 15px;
			padding-bottom: 15px;
		}
		.slider .sliderText p{
			margin:2px;
		}
		.sliderText .quoteimg,
		.pagetitle .quoteimg {
			display:none;
		}
		
		
		.block{
			float:none;
			margin: 0 auto 35px;
			border-bottom: 1px solid #E55D2B;
			padding-bottom: 8px;
			width:100%;
		}
		.block img {
			max-width:100%;
			height:auto;
			display:block;
			margin:0 auto 20px;
		}
		.block h3 {
			margin: 0 70px 15px;
		}
		.block p {
			margin: 0 70px 10px;
		}
		.midblock {
			margin: 0 auto 35px;
		}
		
		
		.profile {
			padding: 55px 0 60px;
			margin-top: 25px;
		}
		.profile h2 {
			font-size: 23px;
		}
		.profile img {
			max-width:100%;
			width:195px;
			height:120px!important;
			min-height:120px!important
		}
		.profile .subhead {
			font-size: 15px;
			width:100%;
		}
		.profile .figure {
			margin: 0  13px 18px!important;
			min-width: 174px;
			max-width: 174px;
		}
		
		.content #ccm-layout-column-wrapper-50 div.ccm-layout-column {
			width: 100%;
			float:none;
		}
		.content #ccm-layout-column-wrapper-50 div.ccm-layout-column-inner{
			margin:0 auto 20px;
		}
		
		.prefooter {
			background: url(../images/mobile_footer.jpg);
			text-align:center;
		}
		.prefooter .container {
			width: 420px;
		}
		.prefooter .midspace {
			margin: 0 auto 35px;
		}
		.prefooter .column {
			float:none;
			margin: 0 auto 0;
			padding-bottom: 35px;
		}
		.prefooter .column h4 {
			margin-bottom: 20px;
		}
		
		div.ccm-layout-column{
			width:100%!important;
			float:none;
		}
		div.ccm-layout-column-inner{
			margin:0 auto 10px!important;
		}
		iframe.youtube-player{
			height:225px;
			margin:0 auto;
			display:block;
		}
	}
	

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		#panel .quote {
			padding: 11px 8px;
			width: 75%;
		}
		.mobile{
			display:block;
		}
		.navwrap{
			display:none;
		}
		
		
		.slider .sliderText{
			font-size: 15px;
			padding-top: 15px;
			padding-bottom: 15px;
		}
		.slider .sliderText p{
			margin:0px;
		}
		.sliderText .quoteimg,
		.pagetitle .quoteimg {
			display:none;
		}
		
		
		.block{
			float:none;
			margin: 0 auto 35px;
			border-bottom: 1px solid #E55D2B;
			padding-bottom: 8px;
			width:100%;
		}
		.block img {
			max-width:100%;
			height:auto;
			display:block;
			margin:0 auto 20px;
		}
		.block h3 {
			margin: 0 11px 15px;
		}
		.block p {
			margin: 0 11px 10px;
		}
		.midblock {
			margin: 0 auto 35px;
		}
		
		
		.profile {
			padding: 55px 0 60px;
			margin-top: 25px;
		}
		.profile img {
			max-width:100%;
			width:195px;
			height:120px!important;
			min-height:120px!important
		}
		.profile .subhead {
			width:100%;
		}
		.profile .figure {
			margin: 0 auto 18px!important;
			width: 215px;
			float: none;
		}
		.profile .last{
			margin: 0 auto 18px;
		}
		
		
		.content #ccm-layout-column-wrapper-50 div.ccm-layout-column {
			width: 100%;
			float:none;
		}
		.content #ccm-layout-column-wrapper-50 div.ccm-layout-column-inner{
			margin:0 auto 20px;
		}
		

		.prefooter {
			background: url(../images/mobile_footer.jpg);
			text-align:center;
		}
		.prefooter .container {
			width: 300px;
		}
		.prefooter .midspace {
			margin: 0 auto 35px;
		}
		.prefooter .column {
			float:none;
			margin: 0 auto 0;
			padding-bottom: 35px;
		}
		.prefooter .column h4 {
			margin-bottom: 20px;
		}
		
		div.ccm-layout-column{
			width:100%!important;
			float:none;
		}
		div.ccm-layout-column-inner{
			margin:0 auto 10px!important;
		}
		iframe.youtube-player{
			height:225px;
			margin:0 auto;
			display:block;
		}
	}


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