<!doctype html>
<!--[if lt IE 7 ]> <html class="ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]>    <html class="ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]>    <html class="ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--> <html lang="en"> <!--<![endif]-->
<head>
  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

  <title>Down for Maintenance</title>

  <meta name="viewport" content="width=device-width, initial-scale=1.0">
	<style type="text/css">

		html{
			background: url(https://cdn.shopify.com/s/images/bg-diagonal.png);
			height: 100%;
			}

		body{ 
			text-align: center;
			background: url(https://cdn.shopify.com/s/images/gradient.png) 50% 0 no-repeat;
			margin: 0;
			padding: 75px 0 0 0;
			height: 100%;
			font: 18px "Helvetica Neue", Helvetica, Arial, sans-serif;
			}
		.ie6 body{ background: none; }

		p{ margin: 0 0 .75em 0; }

		h1{
			position: absolute;
			top: 40px;
			left: -2px;
			width: 960px;
			background: url(https://cdn.shopify.com/s/images/banner-notice.jpg) 0 0 no-repeat;
			height: 71px;
			line-height: 71px;
			margin: 0;
			text-align: center;
			font-size: 30px;
			color: #fff;
			text-shadow: 0 -2px 1px #95410f;
			}		

		.wrapper{
			width: 960px;
			margin: 0 auto;
			text-align: left;	
			}

		#notice{ 
			position: relative;
			padding: 145px 0 30px 0;
			border: solid 2px #fff;
			-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
			-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
			box-shadow: 0 0 5px rgba(0, 0, 0, .15);			
			-moz-border-radius: 16px;
			-webkit-border-radius: 16px;
			border-radius: 16px;
			background: #f0f0f0 url(https://cdn.shopify.com/s/images/notice-bg.png) 0 0 repeat-x; 	
			color: #8d8d8d;		
			overflow: hidden; height: 1%; /* self-clearing */
			}

		#content{
			width: 580px;
			padding: 0 0 0 30px;
			float: left;
			}

		.highlight{
			padding: 2px;
			background: #fffbe5;
			}

		#icon{
			float: right;
			margin: 0 30px 0 0;
			display: inline; /* ie6 */
			}

		.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
		.clearfix:after { clear: both; }
		.clearfix { zoom: 1; }			

	</style>
</head>

<body>

	<div class="wrapper">
		<div id="notice" class="clearfix">

			<h1>Service is temporarily unavailable.</h1>

			<img id="icon" src="https://cdn.shopify.com/s/images/truck.png" alt="service is temporarily unavailable" width="270" height="129" />

			<div id="content">
			  <p>Our system is currently down for a datacenter move.</p>
				<p>During this time <span id="title">our site</span> will be inaccessible.</p>
				<p>We expect to be back up <strong class="highlight">by 8am EDT (12pm GMT)</strong>.</p>
				<p>Thank you for your patience and please check back later!</p>
			</div><!-- /.content -->

		</div><!-- #notice -->	
	</div><!-- /.wrapper -->

	<script>
    window.onload = function() {
      document.getElementById('title').innerHTML = document.location.hostname;
    }
  </script>

</body>
</html>