/* @override http://www.johankool.nl/wp-content/themes/kool-design/style.css */

/*  Copyright 2007-2008 Johan Kool
	Please do not reuse this CSS-stylsheet without my
	explicit permission. All rights reserved. */

/* @group General */

body {
	color: black;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	background-color: white;
}

h1 {
	font-size: large;
	font-weight: bold;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

h2 {
	font-size: medium;
	font-weight: bold;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

h3 {
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

h4 {
	font-size: medium;
	font-style: italic;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

h5 {
	font-size: medium;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

h6 {
	font-size: medium;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

p {
	font-size: medium;
	list-style-type: disc;
	list-style-position: outside;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 6px;
}

a {
	color: navy;
	text-decoration: none;
}

a:hover {
	color: navy;
	text-decoration: underline;
}

.box {
	border-top: 5px solid #000;
	padding: 0;
}

.alignleft {
	float: left;
}


.alignright {
	float: right;
}
/* @end */

/* @group Main */

#main {
	padding: 0px;
	width: 480px;
	position: absolute;
	top: 40px;
	left: 240px;
	bottom: 40px;
}

#maincontent {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 480px;
	border-bottom: 3px double black;
}

.post {
	border-bottom: 1px solid #919191;
}

/* @end */

/* @group Menu */

div#menu {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	width: 160px;
	position: fixed;
	top: 40px;
	left: 60px;
	border-bottom: 1px solid black;
	list-style-type: none;
}

div#menu ul {
	padding: 0;
	margin: 0 0 1px;
	width: 100%;
	float: left;
	clear: left;
}

div#menu ul li a {
	text-decoration: none;
	color: navy;
	height: 100%;
	display: block;
	padding: 6px;
}

div#menu li.page_item {
	display: block;
	list-style-type: none;
	border-bottom: 1px solid black;
	list-style-type: none;
}

div#menu li.current_page_item {
	color: white;
	font-weight: bold;
}

li#page_item_personal:hover {
	background-color: #bfd56a;
}

li#page_item_personal li#current_page_item {
	background-color: #bfd56a;
}

li#page_item_research:hover {
	background-color: #d07846;
}  
li#page_item_research li#current_page_item{
	background-color: #d07846;
}  
	                   
li#page_item_software:hover {
	background-color: #73bef7;
} 
li#page_item_software li#current_page_item {
	background-color: #73bef7;
} 

li#page_item_blog:hover {
	background-color: #f7dd76;
}
li#page_item_blog li#current_page_item {
	background-color: #f7dd76;
}

/* @end */

/* @group Subheader */

div#subheader {
	font-size: x-small;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	width: auto;
	height: 100px;
	background-color: #f7dd76;
}

div#subheader img {
	clear: none;
}

div#subheader h1 {
	padding-left: 6px;
	padding-bottom: 6px;
	padding-right: 6px;
	padding-top: 6px;
	font-size: x-large;
	left: 5px;
	top: 5px;
	position: relative;
	margin: 0;
	color: white;
	clear: none;
	float: none;
	z-index: 1;
}
/* @end */

/* @group Submenu */

div#submenu ul {
	padding: 0px;
	margin: 0px;
	width: 480px;
	height: auto;
	border-bottom: 1px solid black;
}

div#submenu ul li {
	list-style-type: none;
	font: small Helvetica, Arial, Geneva, sans-serif;
	margin: 0;
	display: inline;
	padding: 0px;
}

div#submenu ul li a {
	padding: 6px;
	display: inline-block;
	text-decoration: none;
	color: navy;
}

form#archiveform {
	padding: 2px 0;
	margin: 0;
}

div#submenu a:hover {
	text-decoration: underline;
}

div#submenu li.current_page_item {
	font-weight: bold;
	text-decoration: underline;
}

div#search {
	float: right;
	padding: 2px 0 2px 2px;
	margin: 0px;
}

input#s {
	padding: 0;
}

/* @end */

/* @group Search Results */

#searchresults {
	padding-bottom: 3px;
	margin-bottom: 40px;
	width: 400px;
	border-bottom: 1px double black;
	list-style-type: decimal;
	list-style-position: inside;
	font-family: Helvetica, Arial, Geneva, sans-serif;
}

#searchresults li {
	border-bottom: 1px solid black;
	padding: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#searchresults h2 {
	font-family: Helvetica, Arial, Geneva, sans-serif;
}

#searchresults li:hover {
    border: 1px solid black;
}

#searchresults a {
    text-decoration: underline;
	color: navy;
	display: block;
}

.searchedstring {
	background-color: #fffe62;
}


/* @end */

/* @group Image */

.image {
	position: relative;
	top: 1px;
	left: 0;
	display: inline-block;
	float: left;
	clear: left;
	padding: 4px 10px 4px 0;
}

.image img {
	border: 3px solid silver;
	margin: 0px 0px 4px;
}

.image p {
	text-align: center;
	font: small Helvetica, Arial, Geneva, sans-serif;
	margin: 4px;
}

/* @end */

/* @group Footer */

#footer p {
	font: x-small Helvetica, Arial, Geneva, sans-serif;
	clear: none;
	color: gray;
}

.navigation {
	background-color: #e9e9e9;
	width: 100%;
	height: 20px;
	color: #919191;
	font: bold medium Helvetica, Verdana, Arial, sans-serif;
	border-bottom: 1px solid #919191;
	border-top: 1px solid #919191;
	margin: 4px 0;
}

.navigation a {
	color: #919191;
	font: bold medium Helvetica, Verdana, Arial, sans-serif;
	text-transform: lowercase;
	font-variant: small-caps;
}

.navigation a:hover {
	color: black;
	text-decoration: none;
}

.small {
	font-size: small;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

a.more-link {
	display: block;
	width: auto;
	margin-top: 6px;
}

img {
	float: right;
}


/* @end */