/*
Theme Name: Etelje
Theme URI: http://www.etelje.com
Description: 
Version: 1.0
Author: Anna
Author URI: 
Tags: empty, clean, development, design

	Based on Kubrick v1.5
	 http://binarybonsai.com/kubrick/
	The Kubrick theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* -- just some ugly styling to make it easier to get started, can safely be removed */

@import url('/style/style.css');

h2 {
	font-size:22px;
}

h2 a:hover {
	color:#65A200;
	border-bottom:1px solid #65A200;
	text-decoration:none;
}

#blog {
	padding:10px 20px;
}

.posts-wrap {
	float:left;
	width:500px;
}

.sidebar-wrap {
	float:right;
	width:180px;
}