/*
* 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) {
		/* Sign in/out Welcome */
		#profile {
			position: static;
			margin-top: 1em;
			display: flex;
			justify-content: center;
		}
		/* list of statisfaction levels */	
		#detail .lineup {
			padding-left: 30px;
		}
			/* Table My Results */
		table.myresults {
			margin-left: 30px;
		}
		/* list of statisfaction levels */
		#sat-levels {
			padding-left: 0;
		}
		#sat-levels .lineup {
			height: auto !important;
			-moz-column-count: 2;
			-moz-column-gap: 50px;
			-webkit-column-count: 2;
			-webkit-column-gap: 50px;
			column-count: 2;
			column-gap: 50px;
			margin-left: 120px;
		}
		.chart-wrapper { width: 94%; }
		#chart_wrapper.small {
			width: 200px;
			height: 450px;
		}
		#chart_wrapper.small > #chart_container {
			width: 200px;
			height: 200px;
		}
		#chart-dot {
			right: 87px;
			top: 215px;
			width: 26px;
			height: 26px;
			border-radius: 26px;
		}
	}

	/* 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) {
		/* radio buttons vertical layout */
		.ui-buttonset .ui-button {
			display: block;
			margin: 1em 0;
			width: 225px;
		}
		/* remove highcharts */
		#chart_wrapper.small, 
		#chart-dot {
			display: none;
		}
		/* make questionnaire logo go to the left */
		.questionnaire #logo > h1{
		  text-align: left;
		}
		/* make help tips link go to the right */
		#help-tips {
		  top: 2.8em;
		}
		/* make quit go to the right under help tips link */
		#quit {
			right: 10px;
			top: 10px;
		}
		#quit .button {
		  margin-top: -12px;
		}
		/* gradient line under nav */
		.grad { width: 90%;}
		/* video */
		.video-large, .video-small { width: 300px; height: 169px; }
		/* Compare */
		.compare { display: none !important;}
			/* Table My Results */
		table.myresults {
			margin-left: 10px;
		}
		/* list of statisfaction levels */
		#detail .lineup {
			height: auto !important;
			width: 410px !important;
			-moz-column-count: 2;
			-moz-column-gap: 30px;
			-webkit-column-count: 2;
			-webkit-column-gap: 30px;
			column-count: 2;
			column-gap: 30px;
			margin-left: 0px;
			padding-left: 0;
		}
		
		/* footer list of logos */
		footer ul.inline li {
			width: 178px;
			height: 128px;
			margin: 15px;
		}
		/* footer icon logos 1by1 */
		footer p {	clear: both;}
	}

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

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		/* My Results tab */
		#myresults { left: -40px; }
			/* Table My Results */
		table.myresults {
			margin-left: 10px;
		}
		/* footer list of logos */
		footer ul.inline li{ margin: 0;}
		#menu li {
			padding: 0 7px 0;
		}
		#profile {
			left: 0;
			top: 3.7em;
			padding: 0;
		}
		/* list of statisfaction levels */
		#detail .lineup {
		    -moz-column-count: auto;
		    -webkit-column-count: auto;
		    column-count: auto;
		    height: auto !important;
		    margin-left: 60px;
		    width: 155px !important;
		}
		
	}
	/* Mobile Portrait Size */
	@media only screen and (max-width: 320px) {
			/* Table My Results */
		table.myresults {
			margin-left: 10px;
		}
		#myresults { left: -5px; position: absolute; }
			
		#menu li {
			padding: 0 20px 0;
		}
		#profile {
			left: 0;
			top: 3em;
			padding: 0 0 1em;
		}
		/* list of statisfaction levels */
		#detail .lineup {
		    width: 155px !important;
		}
	}


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