/*
Theme Name: Simple K2 Child Theme Example
Theme URI: http://getk2.com/
Description: A very simple example of how to do a child theme for K2.
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Template: k2
*/


#page {
	/* The entire design is contained within the 'page' id */
	}
	
#header {
	/* 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 */
	}



body {
	font: Arial, Helvetica, sans-serif;

	text-align: auto;
	margin: 0 auto;
	padding: 20px 0 10px;
	position: relative;
	color: #444;
	BACKGROUND: url(bg_meetup2.jpg) #575B5E repeat-x 50% top;
	Font-size: 12px;
	Font-weight: normal;
	Text-decoration: none;
	word-spacing: 0px;
	line-height: 16px;



	}
	
	p{
	
	Font-size: 12px;
	
	Text-decoration: none;
	word-spacing: 0px;
	line-height: 16px;
	Font-weight: normal;
	text-align: auto;



	}
	.entry-content {
	Font-size: 12px;
	
	Text-decoration: none;
	word-spacing: 0px;
	line-height: 16px;
	Font-weight: normal;
	text-align: auto;
	}
.headermenu li a {
	display: block;
	outline: none;

background: #252525;
color: 000;}

.four04 .entry-title,
body.page .content .entry-title {
	margin-left: 0px;
	text-align: left;
	}
pre, blockquote 

{

	overflow: auto;

	padding: 0 10px;

	margin: 20px 30px 30px 30px;

	line-height: 1.8em;

	background-color: #f5f5f5;

	border: 1px solid #e0e0e0;

}
#site-title a:hover {
	text-decoration: none;
	}
#site-description
{line-height: 32px;
}
.entry-title {
line-height: 35px;
}
#fuld-tilfredshed {
position:absolute; right: 15px; top: 18px;
}
.headermenu li li a { /* Submenu links */
	color: #ffffff;
	padding: .6em 1.5em;
	overflow: hidden;
	text-overflow: ellipsis;
	}

.headermenu li li a:hover { /* Child hover */
	color: #000;
	background: #ddd;
	background: rgba(0, 0, 0, .1); /* To accomodate the gradient background in modern browsers */
	}
#breadcrumbs {
Font-size: 9px;}
