/*
 
Version: 0.1
Author: Jakub Krajniak
Author URI: http://krajniak.info/

*/
*{
  margin: 0px;
  padding: 0px;
}

body {
	font-size: 12pt;
	/*font-family: 'Josefin Sans', arial, serif;*/
    font-family: 'Junge', serif;
	margin: auto;
	color: #eee;
	/*background-color:#252525; */
	background-color: #898989;
	line-height: 1.5em;
}


a {
	color: white;
	text-decoration: none;	
}


#box {	
	background-image: url(img/turn_on.png);
	background-repeat: no-repeat;
	background-position: center left;
	width: 600px;
	height: 500px;
	margin: auto;
	padding-left: 300px;
	top: 100px;
	left: 20px;
	position: relative;
	
}

.page {
    display: none;
}

#page1 {
    display: block;
}

section p {
  text-align: justify;
  margin-bottom: 1em;
}


section ul {
  list-style-type: square;
  padding-left: 20px;
}

section .label {
  font-size: small;
}

section#twitter {
    float: right;
    padding-left: 50px;
    width: 250px;
}

section table {
    font-size: 11pt;
    white-space: nowrap;
}

section table td {
    padding-left: 10px;
    padding-right: 10px;
}

header {
  /*font-family: 'Josefin Sans', arial, sans-serif;*/
  margin-bottom: 10px;
}

header img {
  border: 1px solid white;
  width: 32px;
  padding: 3px;
  margin-right: 10px;
  vertical-align: middle;
}

/* -------- footer ------------- */
footer {
	position: absolute;
	right: 0;
	font-size: 10pt;
	bottom: 0px;
	margin: 3px;
	color: white;
}
footer a {
	color: white;
}

