body {
	margin: 0 0 230px 0;
	background: rgb(76,75,73);
	color: rgb(231,230,225);
	font: 15px AvenirNextCondensed,sans-serif;
	font-weight: 300;
	
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	
}

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,
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,
h3 + p + p {
	margin-top: -10px;
}
	margin-top: -10px;
}

h3 + ul {
	margin-top: 0;
	padding-left: 30px;
	margin-left: 10px;
}


.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;
}
.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: 2px;
	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: 130px;
	background-size: 130px 38px;
}

.screens .phone {
	background-size: 170px 300px;
	width: 170px;
	height: 300px;
}
.screens .pad {
	background-size: 400px 300px;
	width: 400px;
	height: 300px;
}

.screens {
	height: 340px;
}

.screens p {
	height: 360px;
}


.screens .p01 { background-image: url(../screens/3-01@2x.jpeg); }
.screens .p02 { background-image: url(../screens/3-02@2x.jpeg); }
.screens .p03 { background-image: url(../screens/3-03@2x.jpeg); }
.screens .p04 { background-image: url(../screens/3-04@2x.jpeg); }
.screens .p11 { background-image: url(../screens/3-11@2x.jpeg); }
.screens .p12 { background-image: url(../screens/3-12@2x.jpeg); }

.content ul li.left {
	background-position: 2px -2px;
	background-repeat: no-repeat;
	background-size: 30px 20px;
	background-image: url(../img/left.png);
}
.content ul li.left-right {
	background-position: -2px -2px;
	background-repeat: no-repeat;
	background-size: 30px 20px;
	background-image: url(../img/left-right.png);
}
.content ul li.down {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-size: 30px 20px;
	background-image: url(../img/down.png);
}
.content ul li.tap {
	background-position: 1px -2px;
	background-repeat: no-repeat;
	background-size: 30px 20px;
	background-image: url(../img/tap.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/01@2x.jpeg); }
	.screens .p02 { background-image: url(../screens/02@2x.jpeg); }
	.screens .p03 { background-image: url(../screens/03@2x.jpeg); }
	.screens .p04 { background-image: url(../screens/04@2x.jpeg); }
	.screens .p11 { background-image: url(../screens/11@2x.jpeg); }
	.screens .p12 { background-image: url(../screens/12@2x.jpeg); }
	*/
	
	.content ul li.left { background-image: url(../img/left@2x.png); }
	.content ul li.left-right { background-image: url(../img/left-right@2x.png); }
	.content ul li.down { background-image: url(../img/down@2x.png); }
	.content ul li.tap { background-image: url(../img/tap@2x.png); }
	
}