@font-face {
    font-family: 'bebas';
    src: url('../fonts/bebas__-webfont.eot');
    src: url('../fonts/bebas__-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebas__-webfont.woff') format('woff'),
         url('../fonts/bebas__-webfont.ttf') format('truetype'),
         url('../fonts/bebas__-webfont.svg#bebasregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'stentiga';
    src: url('../fonts/stentiga-webfont.eot');
    src: url('../fonts/stentiga-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/stentiga-webfont.woff') format('woff'),
         url('../fonts/stentiga-webfont.ttf') format('truetype'),
         url('../fonts/stentiga-webfont.svg#stentigaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

p, a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	margin: 0;
	padding: 0;
}

a.para{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	margin: 0;
	padding: 0;
	
	color: #000;
	
	text-decoration: none;
}

h1{
	font-family: 'stentiga', sans-serif;
	font-size: 18px;
	
	font-weight: 100;
}

h2{
	font-family: 'stentiga', sans-serif;
	font-size: 45px;
	
	color: #fff;
	margin: 0;
	padding: 0;
	
	font-weight: 100;
}

h3{
	font-family: 'stentiga', sans-serif;
	font-size: 30px;
	
	font-weight: 100;
}

h4, #dyk_header pre, #events_header pre, pre{
	font-family: 'bebas', sans-serif;
	font-size: 14px;
	
	font-weight: 100;
}

h5{
	font-family: 'stentiga', sans-serif;
	font-size: 55px;
	
	padding: 0;
	margin: 0;
	
	font-weight: 100;
}

h6{
	font-family: 'bebas', sans-serif;
	font-size: 30px;
	
	padding: 10px;
	margin: 0;
	
	font-weight: 100;
	text-shadow: rgba(0,0,0,0.2) 2px 2px 0px;
	-moz-text-shadow: rgba(0,0,0,0.2) 2px 2px 0px;
	-webkit-text-shadow: rgba(0,0,0,0.2) 2px 2px 0px;
}

h7{
	font-family: 'bebas', sans-serif;
	font-size: 18px;
	
	font-weight: 100;
}

.gold{
	color: #bf8129;
}

.blue{
	color: #142859;
}

.white{
	color: #fff;
}

.red{
	color: #de1f25;
}

.readmore{
	font-family: 'stentiga', sans-serif;
	font-size: 16px;
	color: #bf8129;
	
	padding: 0;
	margin: 0 auto;
	
	position: absolute;
	margin-top: 15px;
	left: 30%;
	
	text-align: center;
}
	

.rotate {

/* Safari */
-webkit-transform: rotate(-90deg);

/* Firefox */
-moz-transform: rotate(-90deg);

/* IE */
-ms-transform: rotate(-90deg);

/* Opera */
-o-transform: rotate(-90deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}