/*
Author Name: Erwin Bovendeur
Author Site: http://bovendeur.org
Style Name: Bovendeur CSS
Style URI: http://bovendeur.org
Version: 1.0
*/

body {
	font: 75% 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: rgb(30, 64, 93);
	background: rgb(165, 163, 163) none repeat scroll 0%;
}

/* Header */
ul.menu {
	padding: 6px 15px 6px;
}

ul.menu li a {
	padding: 5px 15px 6px;
	border: solid 1px rgb(30, 64, 93);
	background-color: white;
	color: rgb(106, 132, 153);
}

ul.menu li a:hover {
	background-color: rgb(30, 64, 93);
}

ul.menu li.current_page_item a {
	border-bottom: solid 1px white;
	color: rgb(30, 64, 93) !important;
}

.admintab {
	position: relative;
}

#page {
	padding-top: 0px;
	border-width: 0px;
}

#header {
	border-bottom: solid 1px rgb(30, 64, 93);
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, h4, h4 a, h4 a:visited {
	color: rgb(30, 64, 93);
}

.entry-content {
	color: rgb(30, 64, 93);
	line-height: 1.5em;
}

.entry-content a:visited {
	color: rgb(30, 64, 93);
}

.entry-meta {
	color: rgb(106, 132, 153);
}

.entry-meta a, .comment-meta a {
	color: rgb(106, 132, 153);
	font-weight: bold;
}

.entry-meta a.commentslink {
	font-weight: normal;
}

.entry-edit a {
	font-weight: normal;
}

input[type="text"], textarea {
	color: rgb(30, 64, 93);
}

.secondary {
	color: rgb(106, 132, 153);
}

h2 {
	text-align: left;
}

#footer, #footer a {
	color: #fff;
}

#footer a {
	text-decoration: underline;
	border: 0px;
}

#footer a:hover {
	text-decoration: underline;
}

.metalinks a, .comment-meta a, .comment-login {
	color: rgb(106, 132, 153);
}
