@font-face {
    font-family: 'Exo 2';
    src: url(../fonts/Exo2/Exo2-Medium.ttf);
    font-weight:500;
}

html {
	font-size: 1em;
	font-family: 'Exo 2', sans-serif;
}

body {
	margin: 0;
	padding: 0;
	background-color: #DDD;
}

img.fotka {
	float: left;
	margin-right: 20px;
}

div#logo {
	margin: 0 33%;
	display: inline;
	font-size: 2em;
}
div#logo a {
	color: #AAA;
}

div#logo a:hover {
	color: black;
}

#container {
	width: 80%;
	margin: 5% auto;
	padding: 0;
}

#menu {
	width: 45%;
	margin: 0 auto;
	margin-bottom: 5%;
}

a,
a:link,
a:hover,
a:active {
	color: #888;
	text-decoration: none;
}

a:hover {
	color: black;
}

nav#mainNav a.selected {
	color: black;
	font-weight: bold;
}

nav#mainNav {
	text-transform: uppercase;
	text-align:center;
	margin: 0 auto;
}

nav#mainNav ul {
	margin: 0;
	padding: 0;
}
 
nav#mainNav li {
	display: inline;
	padding: 0.4em;
	margin: 0 2%;
} 

hr#undernav {
	width: 100%;
	height: 1px;
	color: #888;
	border: none;
	background-color: #888;
}

#content {
	position: relative;
}

section {
	display: none;
	left: 0;
	top: 0;
	width: 100%;
}

section h1 {
	text-align: center;
	display: none;
}

section#archive {
	text-align: center;
	margin: 0 auto;
}

section#main h1 {
	text-align: center;
	display: block;
}

section div#wrapper {
	text-align: center;
}

section div#wrapper div {
	max-width: 50%;
	margin: 0 auto;
	text-align: left;
	line-height: 125%;
}

section#main div#wrapper div {
	text-align:center;
}

p:first-letter { font-size: 1.5em; }
p:first-line { line-height: 1em; }

article {
	margin: 1em;
	display: inline-block;
}

article h2 {
	margin: 0;
	font-size: 0.8em;
	font-weight: normal;
	padding: 5px;
	text-transform: uppercase;
}

a.picture,
a.video {
	display: block;
	width: 138px;
	height: 138px;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #888;
}
a.picture {
	background-image: url(../img/picture.png);
}
a.picture:hover {
	background-image: url(../img/pictureoz.png);
	color: black;
}
a.video {
	background-image: url(../img/video.png);
}
a.video:hover {
	background-image: url(../img/videooz.png);
	color: black;
}
