/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */

	body {
		
	}
	
#banner {
    font: 24px georgia;
    color: #C30;
    letter-spacing: .4em;
}


/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-width: 767px) {

	body {
		
	}

	#left { display: none; }
        #social { display: none; }
}


/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

/*	.logo {
		background: url(logo2x.jpg) no-repeat;
		background-size: 212px 303px;
	}*/

}