@import "reset.css";

::selection {
	background:#333;
	color:#FFF;
}

html,body{
	width:100%;
}
body {
	font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	background:url(../images/background.png);
}
strong {
	font-weight:bold;
}

.background_topbar {
	position:absolute;
	left:0;
	right:0;
	z-index:0;
	background:#666;
	height:38px;
}

.background_heading {
	position:absolute;
	left:0;
	right:0;
	z-index:0;
	background-position:top left;
	background-repeat:repeat-x;
	background-size:100px 190px;
	height:190px;
	border-bottom:1px solid #FFF;
}

.container {
	position:relative;
	width:750px;
	margin:0 auto;
	z-index:1;
}

.topbar {
	height:38px;
}
.logo {
	float:left;
	display:block;
	width:74px;
	height:38px;
	background:url(../images/logo.png) center center no-repeat;
	background-size:74px 14px;
}
.logo span { display:none }
.menu {
	float:right;
}
.menu li {
	float:left;
	display:block;
}
.menu li a {
	display:block;
	height:38px;
	line-height:38px;
	font-size:13px;
	color:#FFF;
	opacity:0.6;
	text-transform:uppercase;
	text-decoration:none;
	padding:0 16px;
	transition:0.2s opacity;
}
.menu li a:hover {
	opacity:1.0;
}

.app_container {
	float:left;
	width:430px;
}

.app_heading {
	margin-top:20px;
	margin-bottom:15px;
	height:57px;
}
.app_heading h1, .app_heading h2 {
	padding-left:74px;
	-webkit-font-smoothing:antialiased;
}
.app_heading h1 {
	font-family:"museo-slab",serif;
	font-size:30px;
	text-shadow:0 -2px rgba(0, 0, 0, 0.2);
	line-height:30px;
	color:#FFF;
}
.app_heading h2 {
	font-family:"museo-slab",serif;
	text-shadow:0 -2px rgba(0, 0, 0, 0.2);
	line-height:30px;
	font-size:18px;
	color:#FFF;
}
.app_icon {
	position:absolute;
	width:56px;
	height:57px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:56px 57px;
}

.app_platform {
	height:45px;
	margin-bottom:10px;
}
.app_platform_support {
	float:left;
	width:137px;
	height:36px;
	border-radius:6px;
	color:#FFF;
	background:rgba(0, 0, 0, 0.18) url(../images/device_icon.png) 15px center no-repeat;
	background-size:12px 24px;
	padding-top:9px;
	padding-left:43px;
	font-size:12px;
	line-height:14px;
	text-shadow:0 -2px rgba(0, 0, 0, 0.2);
	opacity:.9;
}
.app_platform_appstore {
	float:left;
	display:block;
	margin-left:10px;
	margin-right:8px;
	width:157px;
	height:45px;
	background:url(../images/appstore_logo.png) no-repeat;
	background-size:157px 45px;
}
.app_platform_appstore span {
	display:none;
}

.app_content {
	margin-top:40px;
}
.app_content h3 {
	font-size:18px;
	line-height:26px;
	color:#333;
	padding-bottom:20px;
	-webkit-font-smoothing:antialiased;
}
.app_content h3 p {
	padding-bottom:10px;
}
.app_highlight {
	float:left;
	width:50%;
	margin-bottom:30px;
}
.app_highlight h4 {
	font-size:20px;
	padding-bottom:12px;
}
.app_highlight p {
	padding-right:20px;
	font-size:14px;
	line-height:22px;
	color:#888;
	height:70px;
}
.app_highlight p a {
	color:#666;
}

.device {
	float:right;
	width:300px;
	height:560px;
	padding-top:20px;
	text-align:right;
	background:url(../images/device.png) 20px 20px no-repeat;
	background-size:250px 532px;
}
.device img {
	width:213px;
	height:378px;
	margin-top:76px;
	margin-right:48px;
}

.copyright {
	color:#999;
	font-size:12px;
	margin-top:15px;
	margin-bottom:20px;
}

.clear { clear:both }

.page .topbar {
	background:#666;
}
.page h1 {
	font-family:"museo-slab",serif;
	font-size:32px;
	line-height:40px;
	padding:20px 0;
	color:#666;
}

.page h2 {
	font-family:"museo-slab",serif;
	font-size:28px;
	line-height:32px;
	padding:10px 0;
	color:#666;
}

.page h3 {
	font-family:"museo-slab",serif;
	font-size:24px;
	line-height:28px;
	padding:10px 0;
	color:#666;
}

.page .content > p {
	line-height:24px;
	color:#666;
	margin-bottom:15px;
}
.page .content a {
	color:#333;
	text-decoration:none;
}

.software li {
	float:left;
	width:50%;
}
.software li.agendaplus a { background-image:url(../images/app/agendaplus/software-icon.png); }
.software li.forecastplus a { background-image:url(../images/app/forecastplus/software-icon.png); }
.software li.pasteplus a { background-image:url(../images/app/pasteplus/software-icon.png); }
.software li.censor a { background-image:url(../images/app/censor/software-icon.png); }

.software li a {
	display:block;
	text-decoration:none;
	height:80px;
	color:#333;
	line-height:24px;
	opacity:0.8;
	transition:0.2s opacity;
	padding-left:80px;
	background-repeat:no-repeat;
	background-size:60px 60px;
}
.software li a:hover {
	opacity:1.0;
}
.software li a h2 {
	font-family:"museo-slab",serif;
	font-size:24px;
	line-height:28px;
	color:#333;
	padding-top:4px;
}
.software li a span {
	font-family:"museo-slab",serif;
	display:block;
	color:#999;
	font-size:14px;
}

.agendaplus .app_icon { background-image:url(../images/app/agendaplus/icon.png); }
.agendaplus .background_heading { background-image:url(../images/app/agendaplus/background-heading.png); }
.agendaplus .app_highlight h4 { color:#f15d4c; }

.forecastplus .app_icon { background-image:url(../images/app/forecastplus/icon.png); background-size:56px 44px; }
.forecastplus .background_heading { background-image:url(../images/app/forecastplus/background-heading.png); }
.forecastplus .app_highlight h4 { color:#0290f1; }

.pasteplus .app_icon { background-image:url(../images/app/pasteplus/icon.png); background-size:56px 67px; height:67px; margin-top:-10px }
.pasteplus .background_heading { background-image:url(../images/app/pasteplus/background-heading.png); }
.pasteplus .app_highlight h4 { color:#5e53aa; }
.pasteplus .app_highlight p { height:100px; }

.censor .app_icon { background-image:url(../images/app/censor/icon.png); background-size:56px 41px; }
.censor .background_heading { background-image:url(../images/app/censor/background-heading.png); }
.censor .app_highlight h4 { color:#5e6d7e; }
.censor .app_highlight p { height:100px; }