body {
	margin: 0 0 230px 0;
	color: rgb(231,230,225);
	font: 15px AvenirNextCondensed,sans-serif;
	font-weight: 300;
	
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	
	
	background: rgb(76,75,73);
	background-image:url(../screens/blur.png);
	background-attachment: fixed;
	background-size:100% 100%;
	
	}


h1, h2, h3, h1+p, .navigation {
	font-family: AvenirNextCondensed-Medium,sans-serif;
	font-weight: 400;
}


h1 span {
	font-family: AvenirNextCondensed-UltraLight,sans-serif;
	font-weight:100;
}

h1 {
	font-size: 48px;
	text-align: center;
	margin-top: 100px;
	padding-top: 220px;
	margin-bottom: 0;
	padding-bottom: 0;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 180px 190px;
	background-image: url(../img/icon.png);
}

h1+p {
	margin: -10px 0 30px 0;
	padding: 0;
	text-align: center;
	font-size: 13px;
	color: rgb(131,130,125);
}
h1+p a {
	border-bottom: none;
}

h2 {
	position: relative;
	margin-top: 20px;
	padding-top: 60px;
	text-transform: uppercase;
	font-size: 32px;
}


h3 {
	line-height: 1.1;
	margin-bottom: 5px;
	padding-bottom: 0;
	font-size: 18px;
}

h3 + p,
h3 + ul + p,
ol + p,
h3 + p + p {
	margin-top: 0;
	padding-left: 5px;
	margin-left: 10px;
	border-left: 2px solid rgba(231,230,225,0.2);
}

h3 + ul + p,
ol + p,
h3 + p + p {
	margin-top: -10px;
}

h3 + ul {
	margin-top: 0;
	padding-left: 30px;
	margin-left: 10px;
}
ol {
	margin-top: -15px;
	padding-left: 30px;
	margin-left: 10px;
	border-left: 2px solid rgba(231,230,225,0.2);
}

ol strong {
	font-family: AvenirNext-Medium,sans-serif;
	font-weight: 400;
	white-space: nowrap;
}

.appstore {
	margin: 50px 0 30px 0;
	padding: 0;
	text-align: center;
}
.appstore a {
	display: block;
	margin:0 auto;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	height: 38px;
	text-decoration: none;
	border: 0;
	background-image:url(../img/appstore.png);
	background-color: rgb(231,230,225);
	border-radius: 4px;
	opacity: 0.8;
	
    -webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
    transition: opacity 1s;
	
}
.appstore a:hover {
	opacity: 1.0;
}
.appstore span {
	font-size: 11px;
	opacity: 0.5;
}


.screens {
	overflow: hidden;
	white-space: nowrap;
}

.screens p {
	text-align: center;
	display: block;
	margin: 0;
	padding: 0 20px;
	overflow: scroll;
	overflow-y: hidden;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}

.screens span {
	display: inline-block;
	margin: 20px 10px;
	border-radius: 3px;
	box-shadow: rgba(0,0,0,0.5) 0px 0px 3px;
}

#navigation-container {
	height: 30px;
}
.navigation {
	position: relative;
	text-align: center;
	margin: 0;
	padding: 10px 0;
	/*background: rgb(76,75,73);*/
	height: 20px;
}


.navigation-list {
	position: relative;
	max-width: 600px;
	margin: 0 auto;
}

.navigation ul {
	position: relative;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 20px;
	white-space: nowrap;
}

.navigation li {
	position: relative;
	display: none;
	list-style: none;
	margin: 0 4px;
	padding: 0;
}

.fixed.navigation {

	transition: top 0.1s ease-in-out;

	opacity: 0.95;
	z-index: 1;
	position: fixed;
	top: -40px;
	left: 0;
	right: 0;
	background: rgb(231,230,225);
	color: rgb(76,75,73);
}

.fixed.navigation.visible {
	top: 0px;
}

.fixed.navigation a:hover {
	color: rgb(76,75,73);
}


.fixed.navigation li,
.navigation li.nav {
	display: inline-block;
}
.fixed.navigation li + li:before,
.navigation li.nav + li:before {
	position: absolute;
	display: inline-block;
	top: 1px;
	left: -8px;
	width: 5px;
	text-align: center;
	content:'/';
	opacity: 0.25;
	
}
.navigation a {
	border-radius: 1px;
	font-size: 13px;
	text-transform: uppercase;
	border-bottom: none;
	padding: 1px 3px 0 3px;
}


.content {
	max-width: 600px;
	padding: 0 20px;
	margin: 0 auto;
}

a {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid rgb(91,90,85);
}
a:hover,
a:active {
	color: rgb(255,255,255);
	border-bottom-color: rgb(131,130,125);
}

.content a {
	font-weight: 400;
}


.content ul {
	list-style: none;
	padding-left: 0;
}
.content ul li {
	padding-left: 30px;
	margin-bottom: 10px;
}

.content ul li.starred {
	background-position: 9px 1px;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-image: url(../img/filterstarred.png);
}
.content ul li.archive {
	background-position: 9px 1px;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-image: url(../img/filterall.png);
}
.content ul li.unread {
	background-position: 9px 1px;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-image: url(../img/filterunread.png);
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 
	h1 {
		background-image: url(../img/icon@2x.png);
	}	
	.appstore a {
		background-image:url(../img/appstore@2x.png);
	}	
	
	.content ul li.starred {
		background-image: url(../img/filterstarred@2x.png);
	}
	.content ul li.archive {
		background-image: url(../img/filterall@2x.png);
	}
	.content ul li.unread {
		background-image: url(../img/filterunread@2x.png);
	}
	
}


@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (width: 320px) {
	h1 {
		margin-top: 60px;
	}
}


@media 
only screen and (min-device-width : 320px) and (max-device-width : 568px) and (width: 568px),
only screen and (min-device-width : 320px) and (max-device-width : 480px) and (width: 480px) {
	h1 {
		margin-top: 10px;
	}
}

@media 
only screen and (min-device-width : 320px) and (max-device-width : 568px) and (width: 320px),
only screen and (min-device-width : 320px) and (max-device-width : 480px) and (width: 320px) {
	.fixed.navigation .hidable {
		display: none;
	}
}


@media only screen and (min-device-width : 769px) {
	.fixed.navigation li a:hover,
	.fixed.navigation li a:active {
		background: rgb(76,75,73);
		color: rgb(231,230,225);
	}
	.navigation li a:hover,
	.navigation li a:active {
		background: rgb(231,230,225);
		color: rgb(76,75,73);
	}
}




/* --------------------------------------------- */



.appstore a {
	width: 160px;
	background-size: 160px 38px;
}


.screens .p01 {
	background-size: 580px 340px;
	width: 580px;
	height: 340px;
}
.screens .p02 {
	background-size: 244px 340px;
	width: 244px;
	height: 340px;
}
.screens .p03 {
	background-size: 234px 340px;
	width: 234px;
	height: 340px;
}

.screens {
	height: 380px;
	background: rgba(255,255,255,0.05);
	outline: 1px solid rgba(255,255,255,0.1);
	
	margin-bottom: 30px;	
}

.screens p {
	height: 400px;
	
	opacity: 0.85;
    -webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
    transition: opacity 1s;

}
.screens p:hover {
	opacity: 1.0;
}


.screens .p01 { background-image: url(../screens/s01.png); }
.screens .p02 { background-image: url(../screens/s02.png); }
.screens .p03 { background-image: url(../screens/s03.png); }



@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 
	.screens .p01 { background-image: url(../screens/s01@2x.png); }
	.screens .p02 { background-image: url(../screens/s02@2x.png); }
	.screens .p03 { background-image: url(../screens/s03@2x.png); }
	
}