body {
	background: #f0f2f2 url(../img/site/bg.png) 50% 0% no-repeat;
	text-align: center;
	font-family: "Lucida Grande", Helvetica, arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #7d8795;
	padding-bottom: 30px;
}
	body.watchlist {
		background-position: 50% -250px !important;
	}

/* Type */
h1 {
	font-weight: bold;
	font-size: 20px;
}

/* Structure */
div.wrapper {
	margin: 75px auto 0px auto;
	width: 896px;
	padding: 0px 32px;
	text-align: left;
}

/* Homepage content */
div#home img.logo {
	margin-bottom: 47px;
}
div#home div.feature-info {
	background: transparent url(../img/site/info-bg.png);
	margin-bottom: 25px;
	padding: 24px;
	border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;	
	-moz-border-radius: 10px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
}
	div#home div.feature-info h1 {
		margin-bottom: 10px;
	}
div#home div.lcol {
	width: 270px;
	float: left;
}
div#home div.mcol {
	width: 356px;
	float: left;
}
	div#home div.mcol a.iphone {
		display: block;
		background: transparent url(../img/site/iphone.png) no-repeat 50% 0%;
		width: 313px; /* 356px */
		height: 532px; /* 669px */
		padding: 137px 0px 0px 43px;
		position: relative;
		text-decoration: none;
	}
		div#home div.mcol a.iphone span.shine {
			display: block;
			background: transparent url(../img/site/iphone-shine.png) no-repeat;
			width: 114px;
			height: 304px;
			position: absolute;
			top: 137px;
			left: 198px;
		}
div#home div.rcol {
	width: 270px;
	float: left;
}
	div#home div.rcol div.stats {
		background: transparent url(../img/site/stats-bg.png) no-repeat;
		width: 178px;
		height: 54px;
		padding: 21px 0px 0px 91px;
	}
		div#home div.rcol div.stats div {
			background: transparent url(../img/site/stats-left.png) no-repeat;
			height: 25px;
			float: left;
			text-align: center;
			vertical-align: middle;
			padding: 0px 5px;
			position: relative;
			margin-left: 3px;
			min-width: 50px;
		}
		div#home div.rcol div.stats img {
			position: absolute;
			top: 0px;
			right: 0px;
		}
		div#home div.rcol div.stats span {
			font-size: 14px;
			line-height: 25px;
			color: #fff;
			font-weight: bold;
			text-shadow: #67707e 0px 1px 0px;
		}
	div#home div.rcol a.download {
		display: block;
		width: 270px;
		height: 67px;
		background: transparent url(../img/site/download.png) no-repeat;
	}

/* Testimonial */
div#home div.testimonial {
	display: none;
	clear: both;
	font-size: 24px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Arial;
	color: #848b96;
	text-align: center;
	margin: 35px 0px;
}

/* Watchlists */
body.watchlist div.wrapper {
	width: 762px;
}
div#watchlist div#header {
	width: 722px;
	margin-bottom: 40px;
	padding: 0px 20px;
}
	div#watchlist div#header a.logo {
		background: url(../img/site/logo.png) no-repeat 0 0;
		width: 263px;
		height: 36px;
		display: block;
		float: left;
	}
	div#watchlist div#header a.download {
		background: url(../img/site/download-small.png) no-repeat 0 0;
		width: 178px;
		height: 52px;
		display: block;
		float: right;
	}
div#watchlist div.show {
	width: 140px;
	padding: 0px 25px;
	margin-bottom: 40px;
	float: left;
	text-align: center;
}
	div#watchlist div.show > a {
		display: block;
		text-decoration: none;
		background: transparent url(../img/site/show-bg.png) no-repeat 50% 0%;
	}
	div#watchlist div.show a img.cover {
		height: 168px;
		margin-top: 4px;
		-moz-box-shadow: 0 -1px 10px rgba(255, 255, 255, 0.45);
		-webkit-box-shadow: 0 -1px 10px rgba(255, 255, 255, 0.45);
	}
	div#watchlist div.show span.title {
		color: #818ea0;
		display: block;
		text-align: center;
		font-size: 13px;
		line-height: 18px;
		font-weight: bold;
		margin: 15px 0px 0px 0px;

		white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    -o-text-overflow: ellipsis;
	    -ms-text-overflow: ellipsis;
	}
	div#watchlist div.show span.next-ep {
		color: #ff9200;
		font-size: 11px;
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}

/* Footer */
div#footer {
	clear: both;
	text-align: center;
	color: #bec6d1;
	font-size: 11px;
}
	div#footer a {
		color: #bec6d1;
		font-weight: bold;
		text-decoration: none;
	}
	div#footer a.uglyapps {
		background: transparent url(../img/site/footer.png) no-repeat;
		text-align: center;
		display: block;
		width: 896px;
		height: 82px;
		margin-bottom: 30px;
	}
