/* @override http://localhost:8000/style.css */
.wrapper {
	margin-right: auto; /* 1 */
	margin-left: auto; /* 1 */

	max-width: 1920px; /* 2 */

	padding-right: 10px; /* 3 */
	padding-left: 10px; /* 3 */
}
a {
	color: #fff;
}
* {
	margin: 0;
	padding: 0;
}
a img {
	border: none;
	outline: none;
}
html {
	height: 100%;
	width: 100%;
}

html#night {
	height: auto;
	width: 100%;
}

#border {
  position: fixed;
  top:  0;
  left:  0;
  background: url(images/shadow-top.png) repeat-x top center, url(images/shadow-bottom.png) repeat-x bottom center, url(images/shadow-left.png) repeat-y top left, url(images/shadow-right.png) repeat-y top right, url(images/noise.png) repeat center center;
  display:  block;
  width: 100%;
  height:  100%;
   z-index:-1;
}

body {
	color: #fff;
	-webkit-font-smoothing: antialiased;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	background-color: #eeeeee;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	padding-top: 70px;
	padding-left: 40px;
	padding-right: 40px;
}
ul, li { list-style-type: none; z-index:1;}


/* @group iOS */

@media screen and (max-device-width: 480px) {
	
	html {
		-webkit-text-size-adjust: none;
	}

	body {
		width: 480px;
		
	}
	
	#border {
		width: 580px;
		height: 720px;
	}
	
}

@media screen and (max-device-width: 480px) and (orientation:landscape) {
	
	html {
		-webkit-text-size-adjust: none;
	}

	body {
		width: 480px;
		
	padding-top: 30px;
}

h1 {
	width: 200px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-transform: uppercase;
	font: 300 36px/32px "AvenirHeavy";
	background: url(images/icon.png) no-repeat left 10px;
	padding: 0 0 14px 160px;
}

small {
	font-size: 24px;
	line-height: 28px;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
}

p {
	font-size: 14px;
	font-weight: 200;
	line-height: 16px;
	padding-bottom: 48px;
	width: 480px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

p em {
	text-decoration: line-through;
	font-size: 16px;
}
	
}

@media only screen and (device-width: 768px) {
	
	html {
		-webkit-text-size-adjust: none;
	}

	body {
		
	padding-top: 180px;
}

}

@media only screen and (device-width: 768px) and (orientation:landscape) {
	
	html {
		-webkit-text-size-adjust: none;
	}

	body {
		
	padding-top: 40px;
}

h1 {
	width: 200px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-transform: uppercase;
	font: 300 56px/52px "AvenirHeavy";
	padding: 126px 50px 58px;
}

small {
	font-size: 14px;
	font-style:italic;
	line-height: 18px;
	padding-bottom: 12px;
	display: block;
	padding-top: 4px;
	color: #aaa;
}

p {
	font-size: 14px;
	font-weight: 200;
	line-height: 16px;
	padding-bottom: 48px;
	width: 480px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

p em {
	text-decoration: line-through;
	font-size: 16px;
}
	
}

/* @end */
