
 /***** STRUCTURE *****/
 
 body { 
	background: url('../img/bg.jpg') no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-color: #fff;
	}
	
h1, h2, h3, h4, h5, h6 {
	text-shadow: white 0.02em 0.02em;
	font-family: 'QlassikBold', sans-serif;
	}
	
h2 {
	font-size: 2.3em;
}
 
 .content {
	padding-top:80px;
	font-size: 1.1em;
	line-height: 1.8em;
	}
	
.content p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin-bottom: 1.1em;
	}
	

/***** BODY *****/
	
.page-title {
	padding: 100px 0 30px 0;
	}
	

/***** HOMEPAGE *****/
	
#details {
	position: relative;
	float: right;
	width: 527px;
	margin-top: 80px;
	padding-left: 20px;
}

#icon {
    height:48px;
    width:48px;
	position: relative;
	float: left;
	margin-right: 10px;
}

#app-name {
	position: relative;
	float: left;
	margin-top: 3px;
	margin-right: 10px;
}

#app-name h1 {
	font-size: 2.5em;
	color: #ECECEC;
	text-shadow: -1px 0 #B3B3B3, 0 1px #B3B3B3, 1px 0 #B3B3B3, 0 -1px #B3B3B3, #020763 0.03em 0.03em;
    line-height: 42px;
	}
	
#version {
	top: 1px;
	position: relative;
	float: left;
}

#tagline {
	font-size: 1.4em;
	margin-top: 6em;
	clear: both;
}

#description {
	margin-top: 6em;
	margin-bottom: 1.8em;
}

#features li {
	background: url('../img/check.png') no-repeat left;
	list-style: none;
	padding-left: 25px;
	margin-left: -23px;
	line-height: 1.7em;
}


#download {
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 5%;
	line-height: 1.3em;
}
	
	
	
/***** ABOUT PAGE *****/

.updates ul {
	list-style: none;
	padding-top: 10px;
	clear: both;
	margin: 0 0 25px 0;
	}
	
.updates ul li {
	margin-bottom: 10px;
	}
	
.updates hr {
	border-top: 1px solid #CCC;
	}
	
.updates .label {
	display: block;
	float: left;
	margin-right: 10px;
}

.version {
	float:left;
	}

.release-date {
	float:right;
	margin-top: 4px;
	color: #999;
	font-size: 0.85em;
	}
	
.new {
  background-color: #3a87ad;
}

.fix {
	background-color: #468847;
	padding: 1px 8px 2px;
	}
	
	
	
/***** FOOTER *****/

.footer {
	font-size: 0.85em;
	line-height: 1.5em;
	padding: 15px 0;
	border-top: 1px solid #CCC;
}

.download-button{
	display: inline-block;
	width:135px;
	height:45px;
	margin: 5px 5px 5px 5px;
	line-height:45px;
	color:#fff;
	border-radius: 7px;
	background: #3baa24;
	font-size:14px;
	font-weight:700;
	text-align:center;
	-moz-transition:background .5s;
	-o-transition:background .5s;
	-webkit-transition:background .5s;
	transition:background .5s
}
.download-button:hover{
	background:#62bb50;
	text-decoration:none;
	color:#fff
}
.download-button:active{
	background:#2f7c2f;
	text-decoration:none;
	color:#fff
}
