@charset "UTF-8";

#appWrapper {
	overflow: hidden;
	padding: 10px;
	margin: 20px;
}
.app {
	width: 250px;
	padding: 20px 54px;
	margin: 0px;
	float: left;
	position: relative;
}
.app:nth-child(1n) {border-right: 1px solid silver;}
.app:nth-child(2n) {border-right: 0px solid silver;}
.app a {
	display: block;
	color: #3b3a37;
}
.app .icon {
	width: 150px;
	height: 150px;
	margin: 0px auto;
	background-image: url(img/sprite.png);
	background-repeat: no-repeat;
}
.app .badge {
	height: 50px;
	width: 125px;
	position: absolute;
	top: 20px;
	background-image: url(img/sprite.png);
	background-repeat: no-repeat;
}
.app:nth-child(1) .badge {left: 30px;}
.app:nth-child(2) .badge {right: 30px;}

#si_app {background-position: 0px 0px;}
#si_badge {background-position: -125px -149px;}
#off_app {background-position: -150px 0px;}
#off_badge {background-position: 0px -150px;}
.app .info {
	padding: 0px;
}
.app .info h4 {
	font-size: 2.5em;
	margin: 0px;
	margin-top: 10px;
	font-variant: small-caps;
	text-align: center;
}
.app .info p {
	margin: 10px 0px;
	text-align: center;
	width: 250px;
	height: 60px;
}
.app .info ul {
	list-style: none;
	position: relative;
	left: 15px;
}
.app .info li {
	padding: 0px;
	margin: 0px;
	float: left;
	text-align: center;
	font-variant: small-caps;
}
.app .info ul li a {
	padding: 0px 9px 3px 9px;
}
.app .info ul li:first-of-type a {
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
}
.app .info ul li:last-of-type a {
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	border-left: 0px solid silver;
}

.app .info ul li a:link,
.app .info ul li a:visited {
	border: 1px solid silver;
}
.app .info ul li a:focus,
.app .info ul li a:hover,
.app .info ul li a:active {
	border: 1px solid gray;
}

#main .more {
	width: 600px;
	margin: 0px auto;
}
#main .more h2 {
	font-size: 2em;
	margin: 0px;
	font-variant: small-caps;
}
#main .more .table {
	margin-bottom: 30px;
	overflow: hidden;
	border: 1px solid silver;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft: 10px;
}
#main .more .table .row {
	border-bottom: 1px solid silver;
	background: #fff;
	padding: 10px 0px;
	position: relative;
}
#main .more .table .row a {display: block;}
#main .more .table .row a:link,
#main .more .table .row a:visited {
	text-decoration: none;
	color: #545454;
}
#main .more .table .row a:focus,
#main .more .table .row a:hover,
#main .more .table .row a:active {
	text-decoration: none;
	color: #000;
}

#main .more .table .row:first-of-type {
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topright: 10px;
}
#main .more .table .row:last-of-type {
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom: 0px solid silver;
}
#main .more .table .row:nth-child(2n) {
/* 	background: #f0ede9; */ /* alternating */
}
#main .more .table .row .thumb {
	height: 20px;
	width: 20px;
	margin-left: 10px;
	margin-top: 2px;
	background-image: url(img/sprite.png);
	background-repeat: no-repeat;
	float: left;
}
#main .more .table .row #thumb_twtping {background-position: -41px -200px;}
#main .more .table .row #thumb_ummount {background-position: -22px -200px;}
#main .more .table .row #thumb_jsc {background-position: -1px -200px;}
#main .more .table .row .badge {
	height: 30px;
	width: 75px;
	background-image: url(img/sprite.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 180px;
	top: 8px;
}
#main .more .table .row #unmount_bagde {background-position: -230px -198px;}
#main .more .table .row p:nth-of-type(1) {
	display: inline;
	font-size: 1.5em;
	margin-left: 10px;
	position: relative;
	top: 2px;
}
#main .more .table .row p:nth-of-type(2) {
	text-align: right;
	display: inline;
	font-size: 0.9em;
	position: absolute;
	right: 20px;
	width: 250px;
	margin-right: 30px;
}
#main .more .table .row p:nth-of-type(3) {
	display: inline;
	position: absolute;
	right: 10px;
	font-size: 2em;
}

/* ------------------------------------------------------------- [TEMP|PRESENTS] --- */

#presents {
	background-repeat: no-repeat;
	background-image: url(img/si-download.jpg);
	width: 780px;
	height: 400px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	position: relative;
}
#presents:hover {cursor: pointer;}
#presents h1 {
	color: #ccc;
	font-size: 3em;
	text-shadow: 0px 3px 5px black;
	position: absolute;
	top: 20px;
	left: 20px;
}
#presents h3 {
	color: silver;
	font-size: 1em;
	text-shadow: 0px 1px 3px #000;
	position: absolute;
	top: 425px;
	text-align: center;
	width: 780px;
}
#presents .countdownform p .countdowninput {
	letter-spacing: 7px;
	font-family: Optima, Futura, Helvetica, Arial, sans-serif;
	background-color:transparent;
	border-width:0;
	width: 500px;
	color: #cccdcd;
	text-shadow: 0px 0px 5px black;
	font-size: 4em;
	font-weight: bold;
	text-align: center;

	position: absolute;
	right: 35px;
	bottom: 100px;
}