/*
	CSS files kept in the 'styles' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 versions as well as debug any potential
	problems.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name		: 	Shinjin and Nehle
	Author Site		: 	http://bitterharmony.com
	Style Name		: 	Bitter Harmony
	Style URI		:	http://bitterharmony.com
	Version			:	1.0
	Header Height		:	333
	Comments		:	I made Vader as a tribute to Star Wars for use on my own blog.
						The header image was painted by my friend Rasmus (http://no-go-dk)
						License: http://creativecommons.org/licenses/by-nc-sa/2.5/
*/
@import url('randomimg.php');

body {
	background: url('background.jpg');
	color: #bbb;
	margin: 0;
	}

	

#page {
	/* The entire design is contained within the 'page' id */
	margin-top: 0;
	padding-top: 0;
	padding: 0;
	}
	
#header {
	padding: 0;
	/* Contains the H1 and menu */
	}
	
#primary {
	/* Contains the main column */
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}

#sidebar-1 {
	/* The first sidebar */
	}

#sidebar-2 {
	/* The second sidebar */
	}

.secondary {
	/* Contains both sidebars */
	}
