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


	/* Standard 960 (devices and browsers) */
	@media only screen and (min-width: 960px) {
	    .home .slides_container {height:287px; }
	    .screen960 {display: block; }
	}

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
	    .circleframe { min-height: 0px; min-width: 0px; }
	    #primary, #home-primary, #vision-primary, #team-primary, #projects-primary { margin-top: 2em; }
	    #projects-primary h2 { font-size: 75%; }
	    #homeboxes { margin-bottom: 2em; }
	    img.pubsize-with-grid { width: 100px; height: auto; }
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
	    .circleframe { text-align: center; min-height: 100px; min-width: 100px; }
	    .circleframe img { width: 90px; height: 90px; }
	    #teammap {margin: 10px auto 0 auto; height: 288px; width: 234px;}
	    #teammap-copy {padding: 15px 15px;font-size: 10px;line-height: 1.1em;height: 150px;}
	    #teammap-name {font-size: 11px; }
            .one-third.column{margin-left: 0px;}


}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	    .logo { width: auto; margin: 0 10%; }
	    .header { margin-bottom: 0; padding-top: 0; }
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
	        .partner-image img { width: 50%; height: auto; }
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
	        .partner-image img { width: 50%; height: auto; }
	}

