@charset "utf-8";
/*
Theme Name: Kippenvel V2
Theme URL: http://www.kippenvel.net
Description: Thema op maat gemaakt voor Kippenvel.net
Author: Gerhard Kraaijenoord
Author URI: http://www.dechilldinges.nl
Version: 1.0
Tags: strak, sfeervol, kippenvel

License: Dit thema is exclusief voor Kippenvel.net
*/

body {
  font-size: 75%;
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  color: #333;
  margin: 0;
  background-color: #444;
  background-image:url(images/achtergrond.jpg);
}

#top {
  margin-left:auto;
  margin-right:auto;
  width: 1000px;
  height: 60px;
  border: #fff 3px solid;
  border-top:none;
  border-left:none;
  border-right:none;
  margin-bottom:10px;
}

#topcenter {
  width: 1000px;
  margin: 0 auto;
}

#search {
	margin:5px;
}

#page {
  background-color:none;
  width: 1000px;
  margin: auto;
}

#header {
  background: url(images/imgrandomizer.php) no-repeat;
  height: 384px;
  border: 3px #fff solid;
  margin-bottom:10px;
}

#sidebarheader
{
	width: 334px;
  	margin-left: 660px;
	background-image:url(images/planken2.jpg);
	background-repeat:repeat-y;
	height:108px;
	border: 3px #fff solid;
	border-bottom:none;
}

#sidebarinfo {
  width: 289px;
  margin-left: 660px;
  padding: 10px 20px 10px 25px;
  background-color:lightblue;
  background-image:url(images/planken2.jpg);
  border: 3px #fff solid;
  border-top:none;
  border-bottom:none;
  color:#FFFFFF;
}

#sidebar {
  width: 324px;
  margin-left: 660px;
  padding: 10px 5px 10px 5px;
  background-color:lightblue;
  background-image:url(images/planken2.jpg);
  border: 3px #fff solid;
  color:#FFFFFF;
}

#sidebar a { color:#589000; }
#sidebar a:hover { text-decoration:underline; }

#sidebarzoek {
  width: 314px;
  margin-left: 660px;
  margin-bottom:10px;
  padding: 10px 10px 10px 10px;
  background-color:lightblue;
  background-image:url(images/planken2.jpg);
  border: 3px #fff solid;
 }
 
#sidebarfooter
{
	width: 334px;
  	margin-left: 660px;
	background-image:url(images/planken2.jpg);
	background-repeat:repeat-y;
	height:66px;
	border: 3px #fff solid;
}

#footer {
  
  text-align: center;
  clear: both;
  padding: 10px;
  border-top: 3px #fff solid;
  border-bottom:none;
}

#commentform #submit {
  margin: 0 0 15px auto;
  float: right;
}

/*========================================================*/

.button {
  background-color: #7a3;
  font-weight:700;
  border: 1px solid #777;
  color: #fff;
  height: 20px;
}
.button:hover {
  background-color: #FF6600;
  font-weight:700;
  border: 1px solid #777;
  color: #fff;
  height: 20px;
}

/*========================================================*/

.imagebg {
  background: url(images/background.png);
}

.twocolumns {
  width: 620px;
  float: left;
  padding:10px;
  padding-top:0px;  
  background-image:url(images/postbloktop.gif);
  background-repeat:repeat-x;
  background-color:#f2ece2;
  border: 3px #fff solid;
  margin-bottom:10px;
}

.onecolumn {
  width: 500px;
  margin: auto;
}

/*========================================================*/

.post {
  	margin:0px;
	padding:0px;
	padding-left:5px;
	padding-right:5px;
    
	/*background-image:url(images/postbg.jpg);*/
}

.navigation {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  height: 16px;
}

.postinfo {
  clear: both;
  margin: 10px 2px 20px 2px;
  padding: 3px 2px 3px 2px;
  border-top: 1px dotted #CCC;
  border-bottom: 1px dotted #CCC;
  color: #666;
}

.postinfocom {
  clear: both;
  height: 15px;
  padding: 4px 2px 2px 2px;
  border-top: 1px dotted #CCC;
  border-bottom: 1px dotted #CCC;
  color: #666;
}

.com {
  display: inline;
  float: right;
}

.nocomments {
  text-align: center;
  margin: 0;
  padding: 0;
}

.commentmetadata {
  margin: 0;
  display: block;
  font-weight: normal;
}

.alt {
  background-color: #f0f0f0;
}

/*========================================================*/

p {
  margin: 8px 0px;
  padding: 0px;
}

a {
  color: #589000;
  text-decoration: none;
  font-weight:700;
}

a:hover {
  color: #6b0;
  text-decoration: underline;
  font-weight:700;
}

h1, h2, h3 {
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
  font-weight: bold;
}

h2, h2 a, h2 a:visited {
  color: #363f46;
}

h2 a:hover {
  color: #FF6600;
  text-decoration: none;
}

h2 {
  margin: 24px 0 8px 0;
  padding: 0;
}

h3 {
  margin: 18px 0 8px 0;
  padding: 0;
}

h4 {
  margin: 16px 0 8px 0;
  padding: 0;
}

cite {
  color: #333;
}

code {
  font: 1.2em 'Courier New', Courier, Fixed;
}

acronym, abbr {
  font-size: 0.9em;
  letter-spacing: .07em;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin:0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float:right;
  margin:0 0 1em 1em;
}

a img.alignleft {
  float:left;
  margin:0 1em 1em 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  max-width: 96%;
  padding-top: 5px;
  margin: 10px;
  /* optional rounded corners for browsers that support it */
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
   max-width: 100%;
   height: auto;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 5px;
   margin: 0;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

blockquote {
  color: #777;
  margin: 15px 30px 0 20px;
  padding-left: 10px;
  border-left: 5px solid #ddd;
}

/*========================================================*/

#topcenter h1 {
  margin: 12px 2px;
  font-size: 2.5em;
  color: #fff;
  display: inline;
  float: left;
}

#topcenter h1 a {
  text-decoration: none;
  color: #CCCCCC;
}
#topcenter h1 a:hover {
  text-decoration: none;
  color: #FF6600;
}

#topcenter h2 {
  margin: 24px 0px;
  font-size: 1.2em;
  color:#CCCCCC;
  display: inline;
  float: left;
  font-style:italic;
}

/*========================================================*/

.post {
  text-align: justify;
}

.post h2 {
  margin: 20px 0 2px 0;
  clear: both;
}

.entry {
  margin: 12px 0 8px 0;
}

.entry ul {
  margin-left: 0;
  padding: 0 0 0 10px;
  list-style: none;
  text-indent: -10px;
}

.entry ul li {
  margin: 7px 0 8px 10px;
}

.entry ul li:before {
  content: "\00BB \0020";
}

.entry ol {
  margin-left: 0;
  padding: 0 0 0 10px;
  text-indent: -10px;
}

.entry ol li {
  margin: 7px 0 8px 10px;
  list-style-position: inside;
}

.entry ol li:before {
  content: "";
}

.entry form {
  text-align:center;
}

.com a {
  background: url(images/comment.gif) left no-repeat;
  padding-left: 18px;
}

ol.commentlist {
  margin: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.commentlist li {
  font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li {
  border: #ccc 1px dotted;
  margin: 4px 0;
  padding: 4px;
}

.commentlist li .avatar { 
  float: right;
  border: 1px solid #eee;
  padding: 2px;
  background: #fff;
}

.commentlist cite, .commentlist cite a {
  font-weight: bold;
  font-style: normal;
  font-size: 1.1em;
}

.commentlist p {
  font-weight: normal;
}

.commentmetadata a {
  color: #333;
  text-decoration: none;
}

#commentform input, #commentform textarea {
  font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#commentform input {
  width: 170px;
  padding: 2px;
  margin: 5px 5px 1px 0;
}

#commentform textarea {
  width: 100%;
  padding: 2px;
}

/*========================================================*/

#sidebar h2 {
  font-family: 'Lucida Grande', Verdana, Sans-Serif;
  font-size: 1.2em;
  text-decoration: none;
  margin: 0px 0px;
  border-bottom: 1px dotted #888;
  color:#CCCCCC;
}

#sidebar ul ul li:before {
  content: "\00BB \0020";
}


#sidebar ul, #sidebar ul ol {
  margin: 0;
  padding: 0;
}

#sidebar ul li {
  list-style-type: none;
  list-style-image: none;
  margin-bottom: 25px;
}

#sidebar ul p, #sidebar ul select {
  margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
  margin: 0 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
  margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
  list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
  margin: 2px 0 0;
  padding: 0;
  font-size: 90%;
}

#wp-calendar {
  empty-cells: show;
  margin: 10px auto 0;
  width: 155px;
}

#wp-calendar #next a {
  font-size: 9pt;
  padding-right: 10px;
  text-align: right;
}

#wp-calendar #prev a {
  font-size: 9pt;
  padding-left: 10px;
  text-align: left;
}

#wp-calendar a {
   text-decoration: none;
   display: block;
}

#wp-calendar caption {
  text-align: center;
  width: 100%;
  font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  text-decoration: none;
}

#wp-calendar th {
  font-style: normal;
  text-transform: capitalize;
}

#wp-calendar td {
  padding: 3px 0;
  text-align: center;
}

#wp-calendar td.pad:hover {
  background-color: #fff;
}

/*========================================================*/

#footer {
  color: #bbb;
}

#footer a {
  color: #ddd;
}

/*==============zooi van mij==============================*/

#tabs
{
	width:994px; 
	background-color:none;
	background-image:url(images/postbloktop.gif);
	margin:auto;
	height:24px;
	margin-bottom:10px; 
	border: 3px #fff solid;
}

ul.menu
{
	margin:auto;
	padding:5px;
	list-style:none;
	position:absolute;
	top:76px;
}

ul.menu li
{
	float:left;
	height:24px;
	font-size:12px;
	font-weight:700;
	color:#000;
	padding:0 15px 0 0;
	margin:0;
	position:relative;
	
}
ul.menu li a, ul.menu li a:visited
{		
	color:#363f46;	
	height:24px;
	padding:5px;
	background-color:none;
}
ul.menu li a:hover
{		
	color:#FF6600;
	height:24px;
	text-decoration: none;
	background-color:#fff;
}


.leesmeer a
{
	color:#FF6600;
}
.leesmeer a:hover
{
	color:#FF6600;
	text-decoration:underline;
}
