/*
Theme Name: Parthenon
Theme URI: http://www.mitchcanter.me/wordpress/parthenon-theme/
Author: Mitch Canter
Author URI: http://www.mitchcanter.me/
Description: Parthenon is a responsive, open-source WordPress theme that is child-theme ready, easy to build on, and doesn't bog you down with options.  This is a very developer friendly theme; anyone can use this as the foundation for your next masterpiece!
Version: v1.1
License: MIT License
License URI: http://opensource.org/licenses/MIT
Tags: black, white
*/

/* ====== Table of Contents ======
	Site Styles
	Page Styles
	@Media Queries 
*/

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

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		.logo{ text-align: center;}	
	}

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