@charset "utf-8";
/* CSS Document */

/*CSS RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*END OF CSS RESET*/

body{
	background:#121316;
	color:#fff;
	font-size:10px;
}

li {
	display:inline;
	margin-right:1em;
}

a{
	color:#fff;
	text-decoration:none;
}

a:hover{
	color:#ED3B3B;
}


.container{
	width:70em;
	margin-left:auto;
	margin-right:auto;
	margin-top:2em;
}

.title{
	border-bottom:1px solid #fff;
	position:relative;
	float:left;
	width:100%;
	background:url(images/block_logo2.gif) bottom right no-repeat;
	height:4.2em;
}

.title a{
	font-family:"Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	font-size:4.8em;
	color:#ED3B3B;
	text-decoration:none;
	padding-left:0.5em;
	letter-spacing:-0.08em;
}

.menu{
	font-family:"Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	font-size:24px;
	letter-spacing:-1px;
	text-align:right;
	
	position:relative;
	float:right;
}

.media{
	width:100%;
	height:30em;
	
	border:2px solid #fff;
	position:relative;
	float:left;
	margin:3em 0 2em 0;
}

.vimeo{
	width:100%;
	height:60em;
	
	position:relative;
	float:left;
	
	text-align:center;
	
	top:8em;
}

.content{
	font-family:Tahoma, Helvetica, Arial, sans-serif;
	width:100%;
	
	position:relative;
	float:left;
}

.content h1{
	font-family:"Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	letter-spacing:-0.05em;
	font-size:2.4em;
	color:#fff;
	padding:0.5em 0 0 1em;
	margin-bottom:0.5em;
	height:0.9em;
	width:96%;
	border-bottom:1px solid #5B7876;
}

.text {
	margin:1em 0 1em 0;
	font-size:1.4em;
	color:#fff;
	
	line-height:1.2em;
}

.text a{
	text-decoration:underline;
}

.footer{
	border-top:1px solid #5B7876;
	color:#5B7876;
	
	width:100%;
	margin-top:2em;
	
	position:relative;
	float:left;
}

.footer p{
	padding:0.5em 0 0.5em 2.5em;
	font-family:Tahoma, Helvetica, Arial, sans-serif;
}

.footer a{
	color:#5B7876;
	text-decoration:underline;
}

.footer a:hover{
	color:#ED3B3B;
}
