/*
Theme Name: LSF
Theme URI: http://www.lerenfilosoferen.nl
Description: SLF layout for Wordpress
Version: 1.0
Author: DesignBox
Author URI: http://www.lerenfilosoferen.nl

/* We gaan eerst alls resetten vooral voor FireFox e.d. */
@import "reset.css";

/* HTML Elements */
* {
  margin: 0px;
  padding: 0px;
}

body, html {
  min-height: 101%;
}

body {
  color: #4B4B4D;
  padding: 13px 0 25px 0;
	background: #f5f5f5;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div {
	text-align: left;
}

body, td, select, input, textarea {
  font: 100% Georgia, "Times New Roman", serif;
	font-color: #222222;
	font-size: 12px;
}

p {
  margin: 15px 0;
}

strong, b {
	font-weight: bold;
	font-size: 12px;
}

a:link, a:visited {
  color: #00B5CB;
  text-decoration: none;
}

a:hover, a:active {
  color: #E60E64;
  text-decoration: none;
}

hr {
  display: block;
  height: 1px;
  background: #777777;
  border: 0;
}

.small {
  font-size: 0.95em;
  background: #eef5e1;
  padding: 3px 6px;
}

img, a:link img, a:visited img {
  border: 0px;
}
/* Structure */

#page {
  width: 980px;
  margin: 0 auto;
  font-size: 11px;
	background-color: #ffffff;
	border: 1px dashed #999999;
	padding-bottom: 25px;
}

#searchform {
  float: left;
  width: 250px;
	margin-bottom: 10px;
}

#green {
	float: left;
	width: 226px;
	height: auto;
	padding-left: 12px;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #C1D72E;
}

form {
	padding: 0px;
	margin: 0px;
}

.times {
  color: #ffffff;
  font: 21px Georgia, "Times New Roman", serif;
 }
 
.klein {
  font-size: 10px;
	font-weight: normal;
 } 
 
.padding_form {
  margin-top: 7px;
 } 

#clock {
  font-family: Verdana, Tahoma, Helvetica, Arial;
	margin-top: 20px;
  height: 34px;
}

h1, h2, h3 {
  font: 25px Georgia, "Times New Roman", serif;
	font-weight: bold;
  padding-bottom: 8px;
  border-bottom: 1px dashed #333333;
  margin: 20px 0;
}

h4 {
	font-size: 21px;
	font-family: Verdana, Tahoma, Helvetica, Arial;
	margin-bottom: 5px;
}

#sidebar {
  float: right;
	width: 255px;
	margin-right: 20px;
}

#sidebar li {
  list-style-type: none;
}

#sidebar a {
  color: #ffffff;
}

#sidebar a:hover {
  color: #ffffff;
}

#sidebar ul li {
  list-style-type: none;
}

h3#respond {
  border-top: 1px dotted #b6b6b6;
  margin-top: 25px;
  padding-top: 20px;
}

h3#comments {
  margin-top: 32px;
}

#content {
  float: left;
	width: 650px;
	margin-left: 25px;
	margin-top: 25px;
  padding-right: 10px;
	border-right: #777777 1px dashed;
}

.description {
  font-size: 1.3em;
  font-weight: bold;
  font-style: italic;
  color: #545454;
  margin-top: -4px;
}

.title {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 115%;
}

.title {
  font: 19px Georgia, "Times New Roman", serif;
  line-height: 100%;
  display: block;
  padding-bottom: 7px;
}

.postmetadata {
  margin: 30px 0;
}

.entry {
  font-size: 12px;
	padding-bottom: 28px;
}

#entry, h2 {
  color: #646466;
  font: 22px Georgia, "Times New Roman", serif;
	margin-bottom: 10px;
	border-bottom: none;
}

h3 a:link, h3 a:visited {
  color: #5f5f5f;
}

.post blockquote {
  color: #76767a;
  background: #f2f2f2;
  padding: 6px 14px;
  margin: 18px 35px;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}

.post ul li {
  list-style: square;
  margin-bottom: 5px;
  line-height: 115%;
}

.post ol li {
  margin-bottom: 5px;
  line-height: 115%;
  margin-left: 48px;
}

.pagetitle {
  color: #646466;
  font: 18px Georgia, "Times New Roman", serif;
	border-bottom: #666666 1px dashed;
	padding-bottom: 18px;
}

#tags {
  padding: 3px;
  border-bottom: 1px solid #DDD;
  border-top: 1px solid #DDD;
}
/* Form Elements */

select {
  background: #f2f2f2;
  border: 1px solid #9c9c9c;
  width: 100%;
}

#commentform input {
  width: 170px;
  margin: 5px 5px 1px 0;
}

#commentform textarea {
  width: 100%;
  margin-top: 5px;
}
/* Comments*/

.commentlist {
  padding-left: 30px;
}

.commentlist li {
  margin: 15px 0 3px;
  padding: 8px 15px 10px 15px;
  background: #f2f2f2;
  border-top: 1px solid #ddd;
}

#commentform small {
  background: #FFF;
  font-weight: bold;
  padding: 0;
}

.commentmetadata {
  display: block;
}

.commentlist small {
  background: #e9e9e9;
}

.commentlist cite {
  font: 1.6em Georgia, "Times New Roman", serif;
  font-weight: bold;
  letter-spacing: -0.05em;
}
/* Float Properties*/

.clearfloat:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

#header {
  float: left;
	width: 980px;
	height: 100px;
  background-image: url(images/bg_header.gif);
  background-position: top left;
  background-repeat: no-repeat;
}

/* Footer*/

#footer {
  clear: both;
	margin: 0 auto;
  width: 900px;
  font-size: 10px;
  padding-top: 15px;
  color: #4B4B4D;
	text-align: center;
}

#footer a {
  color: #4B4B4D;
}

.hr_grey {
  margin-top: -5px;
  margin-bottom: 5px;
}

.hr_green {
  color: #B1C903;
  margin-top: 0px;
  margin-bottom: 5px;
}

img.centered, .aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
select {
	border: solid 1px #777777;
	width: 175px;
}

input, .select {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	border: solid 1px #777777;
	width: 175px;
	margin: 2px;
}

textarea {
	border: solid 1px #777777;
	width: 175px;
	Height: 100px;
	margin: 2px;
}

.noborder {
	border: solid 0px #777777;
	width: auto;
	height: auto;
}

.short {
	width: 139px;
}

.input_search {
	border: solid 1px #777777;
	width: 175px;
	padding-left: 5px;
	margin: 0px;
}

.button {
  color: #ffffff;
  font-size: 10px;
  font-weight: normal;
  font-family: Verdana, Tahoma;
  border: 1px solid #777777;
  background-color: #777777;
  width: auto;
	height: 20px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
  cursor: pointer; 
}

.button:hover {
  color: #ffffff;
  background-color: #444644;
	border: 1px solid #444644;
}

.cat-item a {
	clear: both;
	display: block;
	font: 14px Georgia, "Times New Roman", serif;
  height: 22px;
	width: 220px;
  padding-left: 30px;
	padding-top: 2px;
  margin-bottom: 1px;
  background-image: url(images/bg_arrow_black.gif);
	background-color: #777777;
  background-position: top left;
  background-repeat: no-repeat;
}

.cat-item a:hover {
  color: #000000;
	background-color: #00B5CB;
}

.widgettitle {
  color: #00B5CB;
	/*margin-left: -16px;*/
	margin-top: 5px;
	margin-bottom: 0px;
}