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

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

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

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

	.phonesearch p {
    padding-top: 20px;
    }
  
  .responsiveSelectContainer {
    margin-top: 15px;
    }
  
  .planvisit {
    background-image: none;
    }
  
  .planvisit h2 {
    width: auto;
    }
  
  .sidebarwidget {
		margin-top: 0px;
		margin-left: 0px;
		background-color: #292872;
		padding-left: 10px;
    -webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		}
  
  .events {
    background-size: contain;
    }
  
  .eventtext li {
    width: 29%;
    }
  
  .eventtext h3 {
		font-size: 14px;
    line-height: 18px;
    }
  
  .eventtext p {
    font-size: small;
    line-height: 14px;
    }
  
  .eventtext li {
    margin-bottom: 5px;
    }
  
  .ctaimg {
    max-width: 35px;
    }
  
  .ctalink {
    font-size: 12px;
    }
  
  .pagescontent {
    padding: 20px;
    }
  
  .homebanner p {
    font-size: 11px;
    line-height: 13px;
  
	}

	/* 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) {}

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

	.headerbg {
    background: none;
    }
  
  .phonesearch {
    height: 90px;
    }
  
  .phonesearch p {
		padding-top: 10px;
		width: 38%;
    padding-right: 0px;
		float: left;
    display: inline;
		}
  
  .searchbox {
    width: 58%;
    float: right;
    padding-right: 0px;
    }
  
  .sidebarwidget {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    }
  
  .planvisit {
    min-height: 500px;
    }
  
  .CTAs {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    }
    
  .ctaimg {
    width: auto;
    }
  
  .ctalink {
    font-size: 15px;
    }
  
	.events {
    background: none;
    min-height: 190px;
    }

}

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

	.headerbg {
    background: none;
    }
  
  .phonesearch {
    height: 120px;
    }
  
  .phonesearch p {
		padding-top: 10px;
		width: 90%;
    padding-right: 0px;
		float: none;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
		}
  
  .searchbox {
    width: 72%;
    float: none;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
    } 
  
  .planvisit {
    min-height: 500px;
    }
  
  .sidebarwidget {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    }
  
  .CTAs {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    }
    
  .ctaimg {
    width: auto;
    }
  
  .ctalink {
    font-size: 15px;
    }
  
  .events {
    background: none;
    min-height: 190px;
    }
  

}


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