body {
    background-color: #fff;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: normal;
}

#site {
    text-align: center;
    margin: 10px auto 0 auto;
}

a {
    color: rgb(11, 94, 90);
    text-decoration: none;
}

header a {
    text-decoration: none;
    color: #000;
	display: table-cell;
	vertical-align: middle;
	min-height: 76px;    
}

header {
    margin: auto;	
    width: 320px;
    margin-top: 30px;
}

header a img {
	float: left;
	margin-right: 10px;
}

header a #titlebox {
	margin-top: 10px;
	width: 300px;
}

header h1 {
    margin: 0;
    font-size: 18pt;
    text-align: left;
}

header h2 {
    margin: 0;
    text-align: left;
    font-size: 12pt;
}

header {
    clear: both;
}

#content {
    padding: 20px 0 20px 20px;
    clear: both;
    text-align: left;
    margin: auto;
    max-width: 640px;
}

#content img {
    margin-top: 30px;
    margin-bottom: 30px;
}

#content img.screenshots {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

#content a.app-store-link {
	display: block;
	text-align: center;
}

#content ul.features {
    list-style: disc outside;
    margin: 0 0 0 10pt;
    padding: 0 0 0 10pt;
}

#content ul.features li {
    margin: 0;
    line-height: 140%;
}


footer {
	border-top: 1px solid #ccc;
	padding-top: 10px;
	margin-top: 12px;	
	color: #999;
    margin: auto;
    text-align: center;
    max-width: 640px;
    font-size: 10pt;
}

/* Carousel */

.carousel {
  width:100%;
}
.panes {
  width:200%;
}
.carousel {
    overflow:hidden;
    width:100%;
}
.panes {
	padding: 0;
	margin: 0;		
    list-style:none;
    position:relative;
    width:400%; /* Number of panes * 100% */
    overflow:hidden; /* This is used solely to clear floats, it does not add functionality. */
        
    -moz-animation:carousel 22s ease-in-out 5s infinite;
    -webkit-animation:carousel 22s ease-in-out 5s infinite;
    animation:carousel 22s ease-in-out 5s infinite;
}
.panes > li {
	  padding: 0;
	  margin: 0;	
    position:relative;
    float:left;
    width:25%; /* 100 / number of panes */
}
.carousel img {
    display:block;
    width:100%;
    max-width:100%;
}

@-webkit-keyframes carousel {
    0%    { left:0; }
    4%    { left:0; }		  
    12.6%   { left:-100%; }
    16.6%   { left:-100%; }		  
    29.2%   { left:-200%; }
    33.2%   { left:-200%; }		  		  
    46%   { left:-300%; }
    50%   { left:-300%; }		  		  		  
    62.6%   { left:-200%; }
    66.6%   { left:-200%; }		  		  		  
    79.2%   { left:-100%; }		  		  		  
    83.2%   { left:-100%; }		  
    100%  { left:0; }			  
}

@-moz-keyframes carousel {
    0%    { left:0; }
    0%    { left:0; }		  
    12.6%   { left:-100%; }
    16.6%   { left:-100%; }		  
    29.2%   { left:-200%; }
    33.2%   { left:-200%; }		  		  
    46%   { left:-300%; }
    50%   { left:-300%; }		  		  		  
    62.6%   { left:-200%; }
    66.6%   { left:-200%; }		  		  		  
    79.2%   { left:-100%; }		  		  		  
    83.2%   { left:-100%; }		  
    100%  { left:0; }	
    100%  { left:0; }			  
}

@keyframes carousel {
    0%    { left:0; }
    0%    { left:0; }		  
    12.6%   { left:-100%; }
    16.6%   { left:-100%; }		  
    29.2%   { left:-200%; }
    33.2%   { left:-200%; }		  		  
    46%   { left:-300%; }
    50%   { left:-300%; }		  		  		  
    62.6%   { left:-200%; }
    66.6%   { left:-200%; }		  		  		  
    79.2%   { left:-100%; }		  		  		  
    83.2%   { left:-100%; }		  
    100%  { left:0; }	
    100%  { left:0; }			  
}	  


/* Mobile */

@media only screen and (max-device-width: 640px),
 	   only screen and (max-device-width: 667px), 
	   only screen and (max-width: 480px) { 
		   body {
			   padding: 0;
			   margin: 0;			   
		   }
		   
		   #site {
			   margin: 0;
		   }

		   #content {
			   margin: 0;
			   padding: 0;
		   }

		   #content p, #content .features {
			   margin: 8px;
		   }
		   
		   header a {
				display: block;		   
		   }
		   
		   header a img {
		   	 	float: none;
		   }
		   
		   header h1, header h2 {
	   			text-align: center;
	   	   }	   
}