﻿@charset "UTF-8";

/* CSS Document */





body { font-family: 'Lato', sans-serif; }

h1, h2 { font-size: 2em; }

header {
	padding: 20px 10px;
	border-bottom: 1px solid #dee0e2;
}

header h1 {
	font-weight: 300;
	color: #152638;
}

#main {
	margin: 10px auto;
	width: 1000px;
}

#main h2 {
	font-weight: 100;
	color: #152638;
	line-height: 18px;
	padding: 15px;
	text-align: center;
	margin-bottom: 100px;
}

#main h2 span {
	background: #152638;
	color: #fff;
	padding: 5px 5px 5px;
}

section.one, section.two {
	display: block;
	position: relative;
	margin: 30px 0;
}

section.one h1 {
	position: absolute;
	left: -150px;
	top: 40%;
	font-size: 4em;
	transform: rotate(-90deg);
	/* Safari */
	-webkit-transform: rotate(-90deg);
	/* Firefox */
	-moz-transform: rotate(-90deg);
	/* IE */
	-ms-transform: rotate(-90deg);
	/* Opera */
	-o-transform: rotate(-90deg);
	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

section.one article {
	position: relative;
	height: 500px;
	width: 700px;
	display: block;
	margin: 10px auto 75px;
	background: #ccc
}

section.one article .title {
	position: absolute;
	left: 20px;
	top: -45px;
	color: #152638;
	font-size: 2em;
	font-weight: 300;
}

section.one article .count {
	position: absolute;
	right: -120px;
	top: 50%;
	color: #152638;
	text-align: center;
	font-size: 2em;
	width: 120px;
}

section.two h1 {
	font-weight: 300;
	margin-left: 250px;
}

section.two ul {
	list-style-type: none;
	width: 700px;
	margin: 30px auto;
}

section.two ul li {
	white-space: nowrap;
	position: relative;
	padding: 5px 0
}

section.two ul li .bar {
	margin-left: 100px;
	height: 30px;
	width: 475px;
	background: #dee0e2
}

section.two ul li .appName {
	width: 100px;
	position: absolute;
	top: 10px;
	left: 0px;
	color:#a8a8a8;
	font-weight:300;
}

section.two ul li .appCount {
	width: 100px;
	position: absolute;
	top: 10px;
	right: 0px;
	font-weight:300;
}

section.two ul li .bar span{ 
	background:#152638;
	display:block;
	height:30px;}

.grey { color: #a8a8a8; }

.thin { font-weight: 100; }

.bold { font-weight: 700; }

.smallFont { font-size: 14px; }
