body, h1, h2, h3, h4, ul, li, p, img {
	margin: 0;
	padding: 0;
	border-style: none;
}

.storeBadge {
	margin: 20px;
}

body {
	color: #333;
	text-align: center;
	background: url(images/paperback.jpg) repeat;
	font: 14px/0 museo-sans, MuseoSans-500, sans-serif;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5)
{
  body {
    background-image: url('images/paperback@2x.jpg');
    background-size: 300px 300px;
  }
}

#container {
	width: 1024px;
	display: inline-block;
	text-align: left;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 0px 6px #333;
}

#top {
	background-color: #39f;
	padding-left: 58px;
	padding-top: 8px;
	padding-bottom: 12px;
	position: relative;
}

#top h1 {
	color: white;
	font: 32px museo, serif;
	font-weight: 300;
}

#top strong {
	font-family: museo, serif;
	font-weight: 700;
}

#toplogo {
	position: absolute;
	top: 9px;
	left: 9px;
}

#topsub {
	background-color: #333;
	text-align: right;
	padding-top: 4px;
	position: relative;
	height: 26px;
}

#topsub h2, #topsub a {
	color: white;
	font: 700 1.2em/1em museo, serif;
	text-decoration: none;
	float: left;
	padding: 4px 24px 0;
}

#topsub a:hover {
	text-decoration: underline;
	cursor: pointer;
}

#topsub a:last-of-type {
	float: right;
	padding: 4px 24px 0;
}

.borderup {
	background: url(images/borderup.svg) repeat-x;
	height: 6px;
	background-size: 32px, 6px;
	clear: both;
	margin-top: -4px;
}

.borderdown {
	background: url(images/borderdown.svg) repeat-x;
	height: 6px;
	background-size: 32px, 6px;
	clear: both;
	margin-bottom: -4px;
	z-index: 10;
	position: relative;
}

#rt-menu {
	text-align: center;
	background-color: rgba(0,0,0,0.8);
}

#content {
	background: url(images/paperbackdark.jpg) repeat;
	line-height: 1.5em;
	z-index: -5;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5)
{
  #content {
    background-image: url('images/paperbackdark@2x.jpg');
    background-size: 300px 300px;
    z-index: -5;
  }
}

img.iPhoneH {
	background: url(images/iPhoneH.png) no-repeat;
	padding: 15px 67px 83px;
}

img.iPhoneV {
	background: url(images/iPhone5V.png) no-repeat;
	padding: 67px 30px;
}

img.iPadH {
	background: url(images/iPadH.png) no-repeat;
	padding: 55px 64px 111px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5)
{
  img.iPhoneH {
    background-image: url('images/iPhoneH@2x.png');
    background-size: 374px 258px;
  }
  img.iPhoneV {
  	background-image: url('images/iPhone5V@2x.png');
  	background-size: 195px 375px;
  }
  img.iPadH {
    background-image: url('images/iPadH@2x.png');
    background-size: 640px 550px;
  }
}

.details {
	list-style-position: inside;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	overflow: hidden;
}

.closed {
	height: 0;
	opacity: 0;
}

.details h1 {
	font: 32px museo, serif;
	font-weight: 300;
	margin-bottom: 6px;
}

.details h2 {
	font: 20px museo, serif;
	font-weight: 700;
	margin-top: 24px;
	margin-bottom: 6px;
}

.details h3 {
	font: 16px museo, serif;
	font-weight: 700;
	margin-top: 12px;
	margin-bottom: 6px;
}

.details p {
	margin-bottom: 6px;
}

#content a {
	color: #333;	
}

.textblocks {
	padding: 24px 80px 24px 48px;
}

.main {
	width: 64%;
	text-align: justify;
}

.aside {
	width: 25%;
	float: right;
	margin-right: -264px;
	margin-top: 32px;
	text-align: right;
}

.infoblock {
	text-align: left;
	background-color: rgba(0,0,0,0.2);
	border-radius: 12px 0 0 12px;
	padding: 24px 24px 0;
	width: 280px;
}

#footer {
	background-color: #333;
	color: white;
	position: relative;
	height: auto;
	line-height: 1.5em;
}

#footer p {
	margin-bottom: 6px;
}

#footer h3 {
	font: 24px museo, serif;
	font-weight: 700;
}

#footer img {
	border: 3px solid white;
	margin: 10px 6px 0;
}

#footer a {
	color: white;
	font-weight: 700;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.col2 {
	padding: 0;
	width: 464px;
	display: inline-block;
	float: left;
	margin: 24px;
}

.col2 img {
	position: absolute;
	right: 10%;
}

.centered {
	text-align: center;
}

#base {
	background-color: #39f;
	font-family: museo, serif;
	font-weight: 700;
	font-size: 0.8em;
	color: white;
	line-height: 3em;
	padding: 0 24px;
	clear: both;
}

#base p {
	margin: 0;
}

#csl {
	border-style: none;
	position: absolute;
	right: 48px;
	bottom: 48px;
}