@import 'reset.css';

.cln {
	zoom:1;
}
.cln:after {
	content:'.';
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
}
.hide {
	display:none;
}
.notxt {
	overflow:hidden;
	font-size:0;
	text-indent:-1000px;
}
html {
	height:100%;
	background:#333;
}
body {
	font:normal 12px Helvetica,'Trebuchet MS',Arial;
	color:#888;
	height:100%;
	text-align:center;
	position:relative;
    margin:0; padding:0;
    height:auto !important;
    height:100%;
    min-height:100%;

}

#wrapper {
	padding-bottom:60px;
	clear:both;
}

a {
	-moz-transition: all 200ms ease-out;
	-webkit-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}


h1 {
	position:relative;
	font-family:Jockey One;
	font-size:80px;
	color:#eee;
	
	text-shadow: 0 1px 4px rgba(0,0,0,.3);
	top:40px;
	height:160px;
}
h2 {
	font:normal 16px Nunito;
	display:block;
	position:relative;
	margin-bottom:20px;
}

em {
	text-transform:uppercase;
	font:bold 10px Arial;
	color:#333;
	background:rgba(255,255,255,.3);
	height:16px;
	line-height:16px;
	display:block;
	padding:0 4px;
	border-radius:8px;
	float:left;
	
	box-shadow: -1px -1px 0 rgba(255,255,255,.4);
	
	position:absolute;
	left:50%;
	top:60px;
	
	margin-left:80px;
}

a.download {
	font:bold 20px Nunito;
	text-transform:uppercase;
	text-decoration:none;
	padding:5px 0;
	border-radius:8px;
	background:#444;
	color:#222;
	display:block;
	width:380px;
	margin:20px auto 0 auto;
	
	box-shadow: 0 1px 4px rgba(0,0,0,.4);
}
a.download:hover {
	background:#666;
	color:#ccc;
}

#changelog {
	text-align:left;
	width:380px;
	margin:0 auto;
	padding-top:20px;
}
#changelog strong {
	font-weight:normal;
	color:#fff;
	font-size:14px;
}
#changelog ul {
	margin:10px 0 10px 20px;
	list-style-type:square;
	font-size:12px;
}

.softpedia {
	display:block;
	width:119px;
	height:46px;
	margin:20px auto;
	background:url(../images/softpedia.png) no-repeat;
}

footer {
	position:absolute;
	bottom:0;
	text-align:center;
	width:100%;
	padding:10px 0;
}
footer a {
	text-decoration:none;
	color:#888;
}
footer a:hover {
	color:#fff;
}

#social {
	text-align:center;
	width:100%;
}
#social li {
	display:inline-block;
}
#social a {
	display:inline-block;
	width:32px;
	height:32px;
	margin:0 5px;
	overflow:hidden;
	text-indent:-1000px;
	background:url(/stylish/images/email.png) 50% 50% no-repeat;
}
#social a.facebook {
	background-image:url(/stylish/images/facebook.png);
}
#social a.twitter {
	background-image:url(/stylish/images/twitter.png);
}