@charset "UTF-8";
/*
Theme Name: Staak
Theme URI: http://www.maikenstaak.com
Author: Ermo Naarits
Author URI: http://www.laava.ee
*/


/* CSS Document */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */
/*end resets*/

@font-face {
	font-family: Blackout2AM;
	src: url('Blackout-2am-webfont.eot');
	src: local('☺'), url('Blackout-2am-webfont.woff') format('woff'), url('Blackout-2am-webfont.ttf') format('truetype'), url('Blackout-2am-webfont.svg#webfont') format('svg');
	}

@font-face {
	font-family: BlackoutMidnight;
	src: url('Blackout-Midnight-webfont.eot');
	src: local('☺'), url('Blackout-Midnight-webfont.woff') format('woff'), url('Blackout-Midnight-webfont.ttf') format('truetype'), url('Blackout-Midnight-webfont.svg#webfont') format('svg');
}


body{
	font-family: Courier New, Arial, Helvetica, sans-serif;
	font-weight:lighter;
	background-color:#FFF;
	color:black;
	margin: 0;
}

a{
	color:black;
	text-decoration:none;
}

.wrapper{
	width:800px;
	position:absolute; 
	left:50%; 
	margin-left:-400px; 
	padding: 0;
	margin-top: 0;
}

.header{
	width: 100%;
	float: left;
	margin-top: 30px;
	margin-bottom: 30px;
}

.pealkiri{
	float:left;
	padding: 0;
	margin: 0;
	position: absolute;
	
}

.pealkiri a:hover{
	text-decoration:none;
}

.nav{
	padding-top: 11px;
	float:right;
	text-transform: uppercase;
}

.nav a:hover {
	
}

.nav ul {
	text-decoration:none;
	list-style:none;
	padding: 0;
	margin: 0;
}

.nav li{
	float: left;
  	font-size:18px;
}

.page_item{
  	margin-left:20px;
}


.page_item a:hover{
	background-color: black;
	color: white;
}

.nav .current_page_item{
	float: left;
  	font-size:18px;
  	background-color: black;
	color: white;
}

.current_page_item a, .current_page_item a:hover{
	background-color: black;
	color: white;
}

.esileht{
	width:800px;
}


.sidebar{
	font-size: 12px;
	text-transform: lowercase;
	width:150px;
	float:left;
	padding-right:20px;
}

.sidebar a:hover{
	background-color: black;
	color: white;
}

.sidebar ul{
	text-decoration:none;
	list-style:none;
	padding: 0;
	margin: 0;
}

.sidebar li{
	padding-bottom: 5px;
	padding-top: 0;
	margin: 0;
	}

.content{
	float: left;
	width: 640px;
	margin-right: -10px;
	margin-bottom: -10px;
	padding: 0px;
	}
	
.content p{
	margin: 0;
	padding-bottom: 10px;
	font-size: 13px;
}

.blog {
	margin-top: -20px;
}

.blog p{
	margin-bottom: 10px;
	width: 450px;
	font-size: 15px;
}

.blog p a{
	text-decoration: underline;
}

.blog p a:hover{
	text-decoration: none;
	background-color: black;
	color: #fff;
}

	
.kontakt{
	width: 300 px;
	}

.footer{
	font-size: 10px;
	width: auto;
	height: 15px;
	font-size: 10px;
	text-align: left;
	float: left;
}

	

h1{font-size:32px; padding: 0; margin: 0;}

h2{font-size:24px;padding-bottom:5px; margin: 0; padding-top: 20px;}

h3{font-size:18px; padding:0; margin: 0;}

h4{ margin: 0; padding: 0; }

