/*
	CSS files kept in the 'schemes' 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 version as well as debug any problems
	that might occur.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	: B. Schuiling
	Author Site	: http://basszje.vrijwazig.org
	Style Name	: Braadolie
	Style URI	: 
	Version		: 0.01
	Comments	: Suck at css design
*/

body { 
 background-color: #42ba2e; 
 font-family : Verdana; 

} 

body.columns-two #primary
{
 margin-right: 0px;
}

#primary h3{
 font-size: 3em;
 font-weight: bold; 

}

#page { 
	padding-top: 0px;
} 

.columns-two #page {
	/* The entire design is contained within the 'page' id */
	 width: 900px; 
	 
	}

	
#header {
	/* Contains the H1 and menu */
	width:900px;
	}
	
#primary {
	/* Contains the main column */
	width:550px;
	
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	padding-bottom: 15px; 
	border-bottom: 1px solid #ccc;
	}

.entry-content {
	/* The meat and potatoes of every entry */
	line-height:1.2em;
	}

.content{
 padding-right: 0px;

}
.secondary {
	/* Contains the sidebar */
	width:200px;
	overflow: hidden;
}	
	
#title a {
  width: 350px; 
  
}	

#title {
 width: 370px; 
}

#header a:hover  {
 background: #444;
}


#primary  h3 a:hover, #primary h3 a:visited  {
  text-decoration: none;
} 

#sideblog- ul li{ 
 font-size: 0.8m; 
 font-weight: bold;
 
}

#sideblog- ul { 
} 

.quote
{
 border: 1px solid #ccc; 
 padding: 5px; 
 margin-bottom: 10px; 
 font-size: 0.8em; 
 
}

 .floatleft,  .drijflinks, .alignleft 
{
 float:left; 
 margin-right:8px; 
}

#header .current_page_item a{
    color: #fff;
	background-color: #444 !important;
	}

	strong { 
	font-family: Verdana;
	
	} 

.widget {
  margin-bottom: 5px;
}

.widget h4 {
 font-size: 16pt;
 font-weight: bold;
 text-indent: 10px;
 margin-bottom: 3px;
}

.widget_twitter div ul li {
 margin-bottom: 5px;

}


