* {
	margin: 0;
	padding: 0;
	outline: 0;
}

/* HTML5 tags */

header, section, footer,
aside, nav, article, figure {
	display: block;
}

@font-face {
	font-family: 'TRFreeportPlain';
	src: url('fonts/TRFreeportPlain.eot');
	src: local('TRFreeportPlain'), local('TRFreeportPlain'), url('fonts/TRFreeportPlain.woff') format('woff'), url('fonts/TRFreeportPlain.otf') format('opentype'), url('fonts/TRFreeportPlain.svg#TRFreeportPlain') format('svg');
}



body {
	font-family: TRFreeportPlain, Arial, sans-serif;
	color: #fff;
	background: #000000;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	font-size: 30px;
}

::selection {
	background-color: rgba(0, 0, 0, 0.3);
}

::-moz-selection {
	background-color: rgba(0, 0, 0, 0.3);
	border: 10px solid red;
}

h1, h1 a {
	color: #94858b;
	font-size: 16px;
	border: none;
	font-weight: normal;
	}

h1 a:hover {
	color: #fff;
	border: none;
}

h2 {
	font-size: 45px;
	margin-bottom: 25px;
}

h2 span.sub {
	font-size: 45px;
	color: #fff;
	background: rgba(0,0,0,0.8);
	padding: 20px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	display: block;
	text-shadow: 1px 1px 1px #000;
}

h3 {
	font-size: 19px;
	margin: 20px 0 25px 0;
}

a {
	color: #168bdb;
	text-decoration: none;
	padding-bottom: 2px;
}

a:hover {
	color: #26a2e7;
	text-decoration: none;
	padding-bottom: 2px;
}

a:active {
	color: #26a2e7;
	text-decoration: none;
	padding-bottom: 2px;
	position: relative;
	top: 1px;
}

p {
	font-size: 30px;
	margin-bottom: 15px;
	line-height: 30px;
}

strong {
	font-family: 'TRFreeportPlain',  Arial;
}

header {
	padding: 5px 0;
	width: 100%;
	margin-bottom: 25px;
	position: fixed;
	z-index: 10;
	background: rgba(0,0,0,0.85);
}

#headercontainer, #contentcontainer {
	width: 960px;
	margin: 0 auto;
	position: relative;
	padding: 0;
	background: none !important;
}

#contentcontainer {
	float: none;
	padding-top: 50px;
	margin-top: 0;
}

nav {
	width: auto;
}

nav ul {
	position: absolute;
	right: 0;
	display: block;
	margin-top: -30px;
}

nav ul li {
	display: inline;
	margin-left: 50px;
}

nav ul li a {
	font-size: 16px;
	border-bottom: none;
	color: #cccccc;
	padding: 0px 10px 2px 25px;
}

nav ul li a:hover {
	color: #fff;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	border-bottom: none;
	padding: 0px 10px 2px 25px;

}

section {
	margin-bottom: 650px;
	margin-top: -200px;
	padding-top: 100px;
	padding-bottom: 150px;
	-moz-background-size: 100% 100%;
	-khtml-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-o-background-size: 100% 100%;
}

#intro {
	background: #000000 url(images/intro.png) no-repeat;
	padding-top: 240px;
	min-height: 420px;
	-moz-background-size: auto;
	-khtml-background-size: auto;
	-webkit-background-size: auto;
	-o-background-size: auto;
	margin-top: 0;
}

#intro h2 a {
	padding-bottom: 0px;
}

#rss .container {
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	padding: 30px;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	position: relative;
}

section ul a {
	border-bottom: none;
}

section ul li {
	list-style: none;
	padding-left: 22px;
	margin-bottom: 16px;
}

.underlined {
	border-bottom: 1px solid #94858b;
}

#rss {
	margin-bottom: 0px;
}

#rss ul li {
	float: left;
	padding: 10px 0 10px 45px;
	display: block;
	margin: 0 25px 0 0;
}


#rss ul li a {
	color: #fff;
	border: none;
}

#rss ul li a:hover {
	border-bottom: 1px solid #fff;
}

.foto {
	float: right;
}

img.foto:hover {
	-webkit-transform: rotate(-6deg);
	-moz-transform: rotate(-6deg);
}

footer {
	text-align: center;
}

footer p {
		color: #d3cdd0;
	font-size: 20px;
}


/************** THE ALLMIGHTY CLEARFIX ******************/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
