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

	You select styles from the K2 Options page in the
	'Presentation' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	: Giraffen af filt & Super Chocolate Bear
	Author Site	: http://whatisthelab.dk
	Style Name	: What is The LAb?
	Style URI	:
	Version		:
	Comments	:
*/

body {
	color: #444;
	background: #EDEDED;
	text-align: left; /* modded by Giraf */
	background-image: url('baggrundstapet.gif'); /* modded by Giraf */
    background-repeat: repeat; /* modded by Giraf */
    }

ul.menu,
ul.menu li a {
    color: white; /* modded by Giraf */
	/* padding: 5px 5px 5px; */
	}

ul.menu li a {
	font-size: 1.2em; /* modded by SCB & Giraf */
	color: white;
	margin: 0;
	}
	
h1.blog-title {
    font-family: 'Comic Sans MS', 'Comic Sans', 'Trebuchet MS', Verdana, Sans-Serif;
    font-size: 4em;
	font-weight: bold;
	color: white;
	letter-spacing: -1px;
	padding: 60px 40px 0;
	}

h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	text-align: left; /* modded by Giraf */


#page {
	/* The entire design is contained within the 'page' id */
	}
	
#header {
	/* Contains the H1 and menu */
	}

#footer {
	color: #FFFFFF;
	}

#footer a {
	color: 999999;
	}
	
#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 */
	}
