/*
	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 : Snelle Alex
	Author Site : http://www.snellejongens.eu
	Style Name  : snellejongens
	Style URI   : http://www.snellejongens.eu/weblog/wp-content/themes/k2/styles/snellejongens/snellejongens.css
	Version     : 1.4
	Comments    : Sterk spul he, dat fishermans friend...
*/


body {
	background: #758698;
	color: black;
	font: 65% Arial, Verdana, Sans-Serif;
	}

#page, ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	/* The entire design is contained within the 'page' id */
	background: #DEDEDE;
	padding: 1px 1px 1px;
	}

#header {
	/* Contains the H1 and menu */
	background: #66707C url('/snellejongenslogo.jpg') center center no-repeat;
	width: 100%;
	height: 170px;
	}

/* laat op de header de tekst "snelle jongens weblog" niet zien, op het plaatje staat al snellejongens */
h1{
display: none;
}
/* ook de subtitle in de header niet tonen */
#header .description {
display: none;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited {
	color: black;
	}

/* het menu bovenin de header */
ul.menu,
ul.menu li a {
	font-size: 110%;
	padding: 5px 15px 5px;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	font-size: 180%;
	padding: 5px 35px 5px;
	}

/* de tekst van een posting */
.entry-content {
	color: black;
	}

.entry-meta { /* Time and category for blog entries */
	color: #777;
	}

/* de tekst van commentaar */
.comment-content {
	color: blue;
	}

.wp-smiley {
	border: 0pt none;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

/* links als je er met de muis over gaat */
#primary a:hover, #primary a:visited:hover,
.secondary a:hover, .secondary a:visited:hover {
	text-decoration: underline;
	color: black;
	}

h2 a:hover, h2 span a:hover {
	color: #27d !important;
	}

a {
	color: #b41;
	text-decoration: none;
	}
