/*
	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	: 	Jörg Butzer
	Author Site	: 	http://www.butzer.dk
	Style Name	: 	Lystergruppen 1
	Style URI	:	http://getk2.com
	Version		: 	1.0
	Comments	: 	This is the first style for lystergruppen.dk - header pictures provided by Gunnar Larsen.
*/


body {
	background: #FFF3C5;
}

/* The entire design is contained within the 'page' id */
#page {
	border: 1px solid #3E3926;
	border-top: none;
	border-bottom: 2px solid #3E3926;
}
	
/* front page layout */

.home #primary {
	width: 385px;
	float: right;
	padding: 20px 0 10px;
	margin: 0 36px 0 10px;
	display: inline;
	}

.home .secondary {
	font-size: 1em;
	line-height: 1.5em;
	padding: 10px 0;
	margin: 10px 10px 20px 35px;
	/* width: 36%; */
	width: 280px; 
	color: #666;
	position: relative;
	float: left;
	}

.page #primary {
	margin-left: 36px;
	width: 475px;
}
	
.commentslink {
	display: none;
}


/* heading */	
#header {
	/* Contains the H1 and menu */
	}
	
h1 {
	display: none;
	}

#primary h4 {
	color: #3E3926;
	margin-bottom: -10px;
	padding-bottom: 0px;
	font-size: 16px !important;
	}	


#header .description {
	display: none;
}

	
ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	color: black !important;
	text-decoration: none;
	}

ul.menu li a {
	background: #9B8A64;
	margin-right: 1px;
}

ul.menu li a:hover {
	background: #527EA4;
	color: black !important;
	}
	
.primary {
	/* Contains the main column */
	}

/* Gray Color */
small, .sidebar ul ul li, .sidebar ul ol li, .nocomments, ul#activity li small a, ul#activity li, .LSRow small, #searchcontrols small  {
	color: #777;
	}

/* Brown Color */
small, .sidebar ul ul li, .sidebar ul ol li, .nocomments, ul#activity li small a, ul#activity li, .LSRow small, #searchcontrols small  {
	color: #3E3926;
	}

a, a:visited, .sidebar a:visited {
	color: #3E3926;
	}

.entry-content a, .entry-content a:visited {
	color: #527EA4;
	text-decoration: none;
}	

.entry-content a:hover {
	border-bottom: 1px solid #527EA4;
}

#af-ela-menu li {
	border: none;
	background: purple;
	}


#af-ela-menu, #af-ela-menu li {
	border-bottom: 1px solid #333;
	}

#af-ela-menu li.selected {
	background: #333;
	}


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

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


div.entry-content {
	border-bottom:	1px solid #ddd; 
}


#primary h3 a {	
	color: #527EA4;
}

#primary h3 a:hover {	
	color: #8A8373;
}


h2 {
	text-align: left;
}

#primary h2 a {
	text-align: left;
	color: #527EA4
}

#primary h2 a:hover, #primary h2 span a:hover {
	color: #8A8373;
	text-decoration: none;
	border-bottom: 0px;
}

.secondary a {
	color: #527EA4;
}

.secondary a:hover {
	text-decoration: underline;
}

#primary a:hover, #primary a:visited:hover {
	text-decoration: none;
	}



/* Time and log info */

.chronodata {
	padding: 0px;
	background-image: none;
	color: #bbb;
}

.chronodata a, .chronodata a:visited, .entry-category a, .entry-category a:visited  {
	color: #bbb;
	text-decoration: none;
}

.chronodata a:hover, .entry-category a:hover {
	color: #333;
}

/* Contains the sidebar */

.secondary img {
	padding: 9px;
	margin-top: 10px;
	margin-bottom: 15px;
	background: #FCF7E6;
	border: 1px solid #CAC6B9;
	}
	

.secondary #intro p {
	margin-top: 15px;
	margin-bottom: 35px;
}

/* Rolling Archives */

#rollprevious {
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
	text-indent: 0px;
}

#rollnext {
	text-align: left;
	margin-right: 340px;
	padding-left: 0px;
	text-indent: 0px;
}

#rollpages {
	float: right;
	clear: left;
	text-align: right;
	margin-left: 250px;
	
}


.home .metalink img {
	border: none;
	padding: 0px;
	float: left;
	margin-right: 170px;
	margin-top: 0px;
		
}

.metalink img {
	border: none;
	padding: 0px;
	float: left;
	margin-right: 140px;
	margin-top: 0px;
		
}

.home .secondary ul {
	margin-top: 15px;
}

p#footer {
	padding-bottom: 70px;
}

p#footer a {
	color: #222;
	border-bottom: 1px solid #222;
}

p#footer a:hover {
	border-bottom: none;
}

/* Additional Styles */

.feedlink {
display: none;
}

.sb-about h2 {
	display: none;
}


