/**
 * @version		$Id$
 * @copyright	Copyright (C) 2012 mktgexpertss.com. All rights reserved.
 * @license		GNU General Public License version 2 or later; see http://www.gnu.org/licenses/gpl-2.0.html
 */

@import 'grids.css';
@import 'utility-classes.css';
@import 'joomla-core.css';
@import 'gantry-core .css';

/******************************************************************************
styles
*******************************************************************************/


/******************************************************************************
media queries
*******************************************************************************/

/* Large desktop */
@media only screen and (min-width: 1200px) {/* 1200px wide container */
	
}

/* Portrait tablet to landscape and desktop */
@media only screen and (min-width: 960px) and (max-width: 1199px) {/* 960px wide container */
}

/* Landscape phone to portrait tablet */
@media only screen and (min-width: 768px) and (max-width: 959px) {/* 768px wide container */
	
}
@media only screen and (max-width: 959px) {
	
}

/* Landscape phones and down */
@media only screen and (min-width: 481px) and (max-width: 767px) {/* 480px wide container */
	
}
@media only screen and (max-width: 767px) {
		
}

@media only screen and (max-width: 480px) {/* 95% wide liquid container */
	
}
@media only screen and (max-width: 320px) {
	
}


