@font-face{
	font-family: RockLight;
	src: url("../fonts/RockLight.eot");
}
@font-face{
	font-family: RockLight;
	src: url("../fonts/RockLight.ttf");
}
*{
	border: none;
	margin: 0;
	padding: 0;
	background: none;
	font-family: RockLight, Serif;
	color: #444;
	font-weight: lighter;
}
.invisible{
	display: none;
}
[id*="_blink"]{
	animation: blink .5s infinite alternate;
	-webkit-animation: blink .5s infinite alternate;
}
[id*="_blink"] *{
	color: red!important;
}
h1{
	font-size: 1.5em;
	line-height: 1em;
	font-weight: bold;
	color: inherit;
}
h2{
	font-size: 1.2em;
	line-height: 1em;
	color: inherit;
}
h2.bold{
	font-weight: bold;
}
a{
	text-decoration: none;
	color: inherit;
	font-weight: inherit;
	font-size: inherit;
}
*[onclick]{
	cursor: pointer;
}
ul{
	list-style-type: none;
}
.disc > ul{
	list-style-type: disc;
	margin-left: 15px;
}
p{
	margin: 5px 0;
}
strong{
	font-weight: bold;
}
body>header{
	position: relative;
	width: 900px;
	margin: 0 auto;
	padding-top: 60px;
}
body>header>h1>a{
	display: block;
	overflow: hidden;
	width: 342px;
	height: 50px;
}
body>header nav>ul{
	list-style-type: none;
	margin-top: 30px;
	height: 25px;
}
body>header nav>ul>li{
	float: left;
	margin-right: 10px;
}
body>header nav ul li:last-child{
	margin-right: 0;
}
body>header nav ul li a{
	display: block;
	text-decoration: none;
	color: #666;
	text-transform: uppercase;
	letter-spacing: -0.04em;
	outline: none;
}
body>header nav ul li a:hover{
	text-decoration: none;
	color: #BE0733;
}
body>header nav ul li a.open{
	position: relative;
	border: 1px solid #DDD;
	border-bottom: 0;
	padding: 1px 3px 2px 3px;
	margin-left: -4px;
	margin-right: -4px;
	margin-top: -2px;
	background-color: #FFF;
	color: #BE0733;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	z-index: 2;
}
body>header nav ul li ul{
	display: none;
	position: absolute;
	margin-top: -2px;
	margin-left: -4px;
	padding: 4px;
	background-color: #FFF;
	border: 1px solid #DDD;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	z-index: 1;
}
body>header>aside#banner{
	position: absolute;
	top: 60px;
	right: 0;
}
body > aside#top{
	background-color: #000;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	padding: 5px;
	box-shadow: 0 0 20px #FFF;
	z-index: 100;
}
body > aside#top > div{
	width: 900px;
	margin: 0 auto;
}
body> aside#top ul#social,
body> aside#top ul#lang{
	float: left;
}
body> aside#top ul#social li,
body> aside#top ul#lang li{
	float: left;
	text-transform: uppercase;
	font-size: 0.8em;
}
body> aside#top ul#social li a,
body> aside#top ul#lang li a{
	color: #EEE;
	border-right: 1px solid #666;
	padding: 0 10px;
}
body> aside#top ul#social li:first-child a,
body> aside#top ul#lang li:first-child a{
	padding-left: 0;
}
body> aside#top ul#social li:last-child a,
body> aside#top ul#lang li:last-child a{
	border: none;
}
body> aside#top ul#lang{
	float: right;
}
body > section.page{
	width: 900px;
	margin: 5px auto;
	padding: 0;
	font-size: 0.8em;
	overflow: auto;
}
body > section.page div.left{
	float: left;
	width: 160px;
}
body > section.page div.middle{
	float: left;
	margin-left: 20px;
	width: 540px;
}
body > section.page div.right{
	float: right;
	width: 160px;
}
body > footer{
	width: 900px;
	margin: 30px auto;
	text-align: center;
	font-size: 0.8em;
}
.sponsorzone ul{
	background-color: #F5F5F5;
	text-align: center;
	padding: 10px 5px;
	border-radius: 4px;
	margin-bottom: 10px;
}
.sponsorzone ul span{
	color: #333;
}
.sponsorzone ul li{
	margin: 10px 0;
}
.agenda{
	overflow: auto;
}
.agenda>img{
	float: left;
	margin-right: 20px;
	border-radius: 4px;
}
.agenda>header{
	text-transform: uppercase;
}
.agenda>header h2{
	font-size: 1em;
	font-weight: normal;
}
.agenda>header h1{
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 1.5em;
	line-height: 1em;
}
.agenda>ul#timetable{
	float: left;
	width: 100%;
	font-size: 0.9em;
}
.agenda>ul#timetable>li>span.time{
	margin-right: 10px;
}
.agenda>ul#timetable>li>strong{
	text-transform: uppercase;
}
.agenda>ul#timetable>li>ul{
	margin-left: 40px;
	list-style-type: disc;
}
.classic{
	border-top: 2px dotted #CCC;
	padding-top: 10px;
	margin-bottom: 10px;
}
.hl{
	overflow: auto;	
}
.hl div{
	float: left;
	width: 170px;
	margin-right: 15px;
}
.hl div:last-child{
	margin-right: 0;
}
.hl div img{
	width: 170px;
	border-radius: 4px;
}
.hl div h2{
	color: #888;
}
.paper{
	display: none;
	position: absolute;
	top: 200px;
	left: 50%;
	width: 600px;
	margin-left: -350px;
	padding: 50px;
	background-color: #FFF;
	box-shadow: 0 0 50px #AAA;
}
.paper button.close{
	position: absolute;
	top: -20px;
	right: -20px;
	background-color: #333;
	color: #FFF;
	font-weight: bold;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 4px solid #FFF;
	box-shadow: 0 0 20px #AAA;
}
.paper button.print{
	position: absolute;
	top: -20px;
	padding: 10px 20px;
	background-color: #BF1A3A;
	color: #FFF;
	font-weight: bold;
	border-radius: 5px;
}
@media print {
	body > header,
	body > aside{
		visibility: hidden;
	}
	body > header > h1{
		visibility: visible;
		margin: none;
	}
 	body > section#press *{
 		visibility: hidden;
 	}
	body > section#press .paper.selected{
 		display: block;
 		visibility: visible;
 		box-shadow: none;
 		width: 100%;
 		position: absolute;
 		margin: 0;
		padding: 0;
		top: 150px;
		left: 0;
 		font-size: 1.2em;
 		background: none;
 	}
	body > section#press .paper.selected *{
		visibility: inherit;
	}
	body > section#press .paper.selected button{
		visibility: hidden;
	}
	body > footer{
		position: absolute;
		top: 40px;
		right: 0;
		text-align: right;
	}
}
body>a#scrolltotop{
	position: fixed;
	right: 20px;
	bottom: 20px;
	display: none;
	background-color: #FFF;
	padding: 10px;
	box-shadow: 0 0 10px #DDD;
}
.login > form {
  background-color: #DDD;
  padding: 8px;
}
.login > form input:not([type="submit"]){
  background-color: #FFF;
  width: 132px;
  padding: 4px 6px;
  margin-bottom: 6px;
}
.login > form input[type="submit"]{
  width: 144px;
  padding: 4px 6px;
  background-color: #3446A3;
  color: #FFF;
}
@keyframes blink {
  to { opacity: 0; }
}
@-webkit-keyframes blink {
  to { opacity: 0; }
}