/*
	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		: 	Dan Michael O. Heggø
	Author Site		: 	http://danmichael.heggoe.net
	Style Name		: 	DM style
	Style URI		:	
	Version			:	1.0
	Header Height	:	200
	Tags			:	header, color
	Comments		:	
*/

body {
	background: rgb(230, 87, 20);
	margin: 0;
	}

#header {
	background: black url('black3.png') center center no-repeat;
	height: 200px;
	}

#page {
	/* The entire design is contained within the 'page' id */
	border: 1px solid black;
	padding-top: 0px;
}
	
#header {
	/* Contains the H1 and menu */
}
#header h1 {

}

.primary {
	/* Contains the main column */
}

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


.entry-title a, .entry-title a:visited  {
	color: rgb(44, 95, 63);
	font-family: Sylfaen, Georgia, 'Times New Roman', Times, serif;
	font-size: 1.4em;
	letter-spacing: -1px;
}
.entry-title a:hover {
color: rgb(204, 0, 0);
}

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

.secondary {
	/* Contains the sidebar */
}

