@charset "UTF-8";
/* Cover CSS Document */




html, body {
	position:relative;
	margin:0;
	padding:0;
	width: 100%;
	height: 100%;
}
body {
	font-family: 'Libre Baskerville', serif;
	font-weight:400;
	font-size:.85em;
	color:#464646;
	line-height:1.5em;
	cursor:default;
	text-align:center;
	background:url(../images/coverbkg.jpg) no-repeat center center;
	background-size:cover;
}
.sans { font-family:Arial, Helvetica, sans-serif; }
.small { font-size:.85em; }
#cover{
	display:block;
	position:relative;
	left:50%;
	margin:50px 0 50px -450px;
	width:800px;
	background-color:#fff;
	background-color:rgba(255,255,255,.85);
	padding:50px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	z-index:2;
    -moz-box-shadow:0 0 60px #000000;
    -webkit-box-shadow:0 0 60px #000000;
    box-shadow:0 0 60px #000000;
}
.coverContent{
	display:block;
	margin:20px 0 35px 0;
	padding-bottom:20px;
	width:100%;
	height:auto;
	border-top:1px #464646 solid;
	border-bottom:1px #464646 solid;
}
.coverLink{
	display:inline-block;
	width:300px;
	height:130px;
	border:0 none;
	padding:170px 20px 20px 20px;
	margin-top:40px;
	margin-bottom:20px;
	margin-right:110px;
	cursor:pointer;
	text-decoration:none;
	background-repeat:no-repeat;
	background-color:transparent;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.coverLink.last{
	margin-right:0;
}
.coverLink .title{ display:none; }
.ac{
	background-position:center 30px;
	background-image:url(../images/acLogoCover.png);
}
.aff{
	background-position:center 20px;
	background-image:url(../images/affLogoCover.png);
}
.ac:hover span, .aff:hover span{
	color:#fff;
}
.ac:hover{
	background-color:#183866;
	background-image:url(../images/acLogoCover-w.png);
}
.aff:hover{
	background-color:#a30234;
	background-image:url(../images/affLogoCover-w.png);
}
.copy{ padding-top:20px; }
.arrow{
	position:relative;
    position: block;
	left:50%;
	margin:15px 0 0 -15px;
    background-image: url("../images/buttons.png");
    background-repeat: no-repeat;
    display: block;
    height: 30px;
    width: 30px;
	border-style:solid;
	border-width:5px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.ac .arrow{
	background-color:#183866;
	border-color:#183866;
	background-position:-90px top;
}
.aff .arrow{
	background-color:#a30234;
	border-color:#a30234;
	background-position:-120px top;
}
.ac:hover .arrow{ background-position:-90px bottom; }
.aff:hover .arrow{ background-position:-120px bottom; }



.coverBottom .menu{ padding-bottom:50px; }
.coverBottom .menu a{
	font-weight:bold;
	padding:0 20px;
	color:#D7D7D7;
	text-decoration:none;
	text-transform:uppercase;
}
.developer{
	color:#464646;
	text-decoration:none;
}
.coverBottom .menu a:hover, .developer:hover{
	color:#000;
	cursor:pointer;
}



h1{
	font-size:10.5em;
	font-weight:normal;
	line-height:1em;
	margin:0;
	padding:0;
}
h1 span{
	display:block;
	position:absolute;
	top:2.3em;
	right:48px;
	font-size:.36em;
}