/*
	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		: 	Ragnar Mogaard Bergem
	Author Site		: 	http://ungkristen.com
	Style Name		: 	Marit 1.0
	Style URI		:	http://ungkristen.com
	Version			:	1.0
	Header Height	:	260
	Comments		:	
*/



body {
	background: #000000 url('bg.jpg') no-repeat center top;
}


#page {
	padding-top:0px;
	border: none;
	background: none;
}


.columns-two #page {
	width: 880px;
}

#header {
	background: url('header.jpg') no-repeat center top;
	height: 290px;
}

.content {
	background: url('content_bg.jpg') repeat-y;
	padding:0 0px 10px;
	margin: 0 auto;
	width: 800px;
}

.secondary {
	width: 180px;
	background: url('sidebar_bg.jpg') repeat-y;
}

body.columns-two .secondary {
	width: 180px;
	/*background: url('sidebar_bg.jpg') repeat-y;*/
}

ul.menu {
	width: 780px;
	margin: 0 auto;
}

.secondary h4 {
	color: #FFFFFF;
}

a {
	color: #57c6ff;
}

body.columns-two #primary-wrapper {
	background: url('inner_bg.jpg') top left no-repeat;
}

#primaryspacer {
	height: 50px;
	width:100%;
	clear: both;
}

#wp-calendar caption {
	color: #FFFFFF;
}

#wp-calendar #today {
	color: #000000;
}

#wp-calendar td, #wp-calendar th {
	color: #FFFFFF;
	font-weight: bold;
}

#calendar_wrap {
	margin-top: 10px;
}


.entry-tags {
	color: #000000;
}

.meta-start {
	color: #000000;
}

.secondary {
	color: #FFFFFF;
}