/*
Theme Name: Portfolium [KineticKolour]
Author: Henry Zados	
Version: 1.0
License: GNU/GPL Version 2 or later. http://www.gnu.org/licenses/gpl.html
Copyright: (c) 2015 Kinetic Kolour Web Media
*/

/* #Tablet (Landscape)
================================================== */
	@media only screen and (max-width: 976px) {
		.wrapper { width: 96%; padding: 0; }
		.footer {width: 96%; }
		.nav > li:last-child { margin-right: 15px; }
		/*.recent h3 { outline: 1px dashed cyan; }*/
	}
	
/* Sub Tablet (Portrait)
================================================== */
	@media only screen and (max-width: 767px) {
		/*.nav { display: none; }*/
		.post_home { margin: 0 10px 20px;
			/*outline: 1px dotted cyan;*/
		}
	}


/*  #Small Tablets / Phablets (Portrait/Landscape)
================================================== */
    /* Note: Design for 800px X 600px */
	@media only screen and (max-width: 959px) {
		
	}

/*  #Small Tablets / Phablets (Portrait)
================================================== */
    /* Note: Design for 600px X 800px */
	@media only screen and (max-width: 660px) {
		
	}

/*  #Mobile (All Sizes)
================================================== */
    @media only screen and (max-width: 599px) {
			
    }

/* #Retina Graphics
================================================== */
	@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5) {
		/*#site-logo { background: url('../images/main_logo@2X.png'); background-size: cover; }*/
	}
