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

	/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .slidetitleinner { top: 25%; margin-top: 15% !important; font-size: 60%; line-height: 1.3em; }

}

	@media only screen and (min-width: 768px) {
	    #navigation li.nodisplay { display: none; }
	    #menu-topmenu li { margin-left: 1em; }
	}


	
	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	    #side { margin-left: 0; }
	    .homebox, .homeboxmiddle { margin-left: 0 !important; }
	    .slidetitleinner { margin-top: 25% !important; font-size: 60%; line-height: 1.3em; }
	    .doctorcol { width: 100%; }
	    #menu-topmenu { display: none; }
	    .main { border-bottom: 3px solid #D2202C; }

	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
	    .slidetitle { padding: 0 .25em !important; right: 2% !important; height: 97% !important; }
	    .slidetitleinner { margin-top: 10% !important; font-size: 45%; line-height: 1.2em; }
	    .wp-caption.alignleft  { float: left; margin: 0 2em 2em 0; clear: both; width: 40% !important; }
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
	    .slidetitle { padding: 0 .25em !important; right: 2% !important; height: 97% !important; }
	    .slidetitleinner { margin-top: 10% !important; font-size: 40%; line-height: 1.2em; }
	    .wp-caption.alignleft  { float: left; margin: 0 2em 2em 0; clear: both; width: 85% !important; }

	}

