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

	body {
		
	}
	

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

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

	body {
		
	}

}


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

}

	body{font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; background:#424242}
	
	header,section{padding:0 0 10px 0; background:#88cbff;}
	div{background:#88cbff;}	

	footer{margin:0;padding:20px 0 30px 0; background:#424242;}
	footer div{margin 10px 0 0 0; background:#424242;}
	footer p{margin:0; color:#88cbff; font-size:1em;}
	footer a{color:#888888; text-decoration:none;}
	footer a:visited {color:#888888;}
	footer.container{background:#424242;}
	
	h1,h2,h3,h4,p{font-size:0.75em; line-height:1.75em; color:#424242; font-weight:normal;}
	h1,h2,h3{margin:10px 0 0 0;}
	
	h1{font-family: 'Play', sans-serif; text-align:center;font-size:1.25em; line-height:1em; text-align:center; /*margin:0 0 0 12px;*/ padding:10px; width:80px; background:#424242; border-top:#303030 1px solid; border-left:#303030 1px solid; border-right:#cee6ff 1px solid; border-bottom:#cee6ff 1px solid;color:#88cbff;text-shadow: -1px -1px 0px #cee6ff, 1px 1px 0px #303030;}
	h1 span{text-decoration:line-through;}
	h2{font-family: 'Oswald', sans-serif; font-weight:400;font-size:4em; line-height:1.125em;text-align:center;text-shadow: -1px -1px 0px #303030, 1px 1px 0px #cee6ff;}
	h3{font-family: 'Oswald', sans-serif; font-size:1.4em; line-height:1.125em;padding:0 0 14px 0;text-shadow: -1px -1px 0px #303030, 1px 1px 0px #cee6ff;}
	p{margin:0 0 10px 0;}
	hr{color:#cee6ff; background:#cee6ff; height:1px; border:0; width:80%;}

	a{color:#555555; text-decoration:none;}
	a:visited {color:#555555;}

	.tagline{font-family: 'Oswald', sans-serif; font-size:1.8em;text-align:center;padding:0 0 5px 0;text-shadow: -1px -1px 0px #303030, 1px 1px 0px #cee6ff;}
	.teaser{font-family: 'Oswald', sans-serif; font-size:1.8em;text-align:center;padding:0 0 5px 0;text-shadow: -1px -1px 0px #303030, 1px 1px 0px #cee6ff;}
	.teaser a{text-decoration:underline;}
	.date{font-size:0.75em;text-align:right;}
