body{
	margin:0;
	padding:0;
	font-family: "Baskerville", Georgia, Times, "Times New Roman", serif;
	font-size: 16px;
	line-height: 28px;
}

a{
	color:#555;
	font-style:italic;
	text-decoration:dashed;
}
a:hover{
	color:#f00;
	font-style:italic;
	text-decoration:dashed;
}

/* TYPE */

h1, h2, h3, h4, h5{ 
	font-weight: normal;
	text-transform: uppercase;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 10px 5px;	
}
h1{ 
	border-top: 1.5px solid #000;
	border-bottom: 1.5px solid #000;
}
h3{
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 6px 5px;
}

p.pullquote{
	font-size: 150%;
	text-transform: uppercase;
	text-align: center;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 10px 5px;
}

p.drop:first-letter{
	font-size: 100px;
	float: left;
	margin-top:28px;
	margin-right:5px;
	font-weight: normal;
	font-style: normal;
}

.gecko p.drop:first-letter{
	margin-top:10px;
}

.amp{
	font-family: "Baskerville", Georgia, Times, "Times New Roman", serif;
	font-style: italic;
}

.largetype{
	font-size: 18px;
	line-height: 26px;
}

/* LAYOUT */

.spacer{
	height: 50px;
}
.spacer-tall{
	height: 100px;
}

.video-wide{
	background: #444;
	display: block;
	width: 700px;
	height: 384px;
}
.video{
	background: #444;
	display: block;
	width: 620px;
	height: 453px;
}

.contributor{
	
}
.contributor .info{
	line-height: 20px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 6px 5px;
	
}

/* NAVIGATION */

.header{
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 250px;
	margin-bottom: 25px;
	font-size: 22px;
	overflow: hidden;
}

.header img.logo{
	float: left;
}

.header ul{
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 195px;
	left: 0px;
}
.header li{
	float: left;
}
.header a{	
	display: block;
	padding: 5px 0;
	padding-right: 10px;
}

/* FOOTER */

.footer {
	color: #777;
	font-style: italic;
}

.footer img.sponsor{
	position: absolute;
	left: 460px;
}
.footer img.sponsor-2{
	left: 560px;
}

.download input#pass{
	font-family: "Baskerville", Georgia, Times, "Times New Roman", serif;
	font-weight: bold;
	font-size: 16px;
	border: 1px solid #aaa;
	padding: 7px;
	margin: 3px;
	
	width: 270px;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	-webkit-box-shadow: 0 0 20px #ddd;
	-moz-box-shadow: 0 0 20px #ddd;
	box-shadow: 0 0 20px #ddd;
	
}