/*  
Theme Name: WB 3.1
Theme URI: http://writersblock.net/
Description: Thema voor de nieuwe WB.
Version: 3.1
Author: Emile Proper
Author URI: http://procope.nl

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

.caption {
font-size: 10px;
text-align: center;
margin: 0em 0.5em 0.5em 0.5em ;
border: 1px solid #333;
padding: 1em;
max-width:410px;
width:expression( 410px ? "410px": "auto" );
}

/* Achtergrond */
#bg {
  position: fixed;
  margin: 0px;
  border: 0px;
  padding: 0px;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

#bg img {
  width: 100%;
  height: 100%
}

/* Gefixeerde header */
#float_head {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 70px;
  overflow: hidden;
  z-index: 10;
}

#catlijst br {display:none; }
#catlijst { font-size-adjust:130%; letter-spacing:4px;}

#body {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height:98%;
  padding: 0;
  z-index: 5;

}

/* IE only */

* html body{
overflow: hidden;
padding: 0 0 0 0;
}

* html div#bg{
height: 100%;
width: 100%;
position: absolute;
}

* html div#float_head{
position: absolute;
}


* html div#body{
height: 100%;
width: 100%;
overflow: auto;
padding: 0 0 0 0;
}

/* Einde Gefixeerde header */


/* Clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Einde Clearfix */

a {
color:#CC0000;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}
/* Begin Structure */

#page {
	margin: 0px auto ;
	padding: 0;
	width: 750px;
	}

#footer {
	margin: 5px 50px 50px 5px;
	width: 750px;
	clear: both;
	}


body {
	font-family: Verdana, Arial, Sans-Serif;
	font-size:10px;
	background: #ffffff;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0; 
	
	}

.wrapper {
text-align:left;
width: 824px;
margin-top:65px;
margin-left:auto;
margin-right:auto;
padding-top:10px;
padding-bottom:5px;
border: solid 1px #333333;
background-image: url(http://www.writersblock.net/imag/base/fff.gif);
z-index: 10;
font-size:12px
}

* html .wrapper{ width: 826px;}

.rij {
clear:both;
padding:0px;
margin:0px;
}


.frontblock {
float: left;
width: 250px;
border: 1px solid #999;
margin: 0 5px 10px 5px;
padding: 5px;
background-image: url(http://www.writersblock.net/imag/base/ccf.gif);
min-height:150px;
height:auto !important;
height:150px;
}

* html .frontblock{ width: 250px;}

.ankeiler {
float: left;
width: 522px;
border: 1px solid #999;
margin: 0px 5px 10px 5px;
padding: 5px;
background-image: url(http://www.writersblock.net/imag/base/ccf.gif);
}

.alt_fr {
background-image:  url(http://www.writersblock.net/imag/base/ccc.gif);
}

.kl_fr {
font-size:11px;
}
.fronttext {
margin-left:10px;
margin-right:10px;
line-height:16px;
}
.frontkop  {
font-weight:bold;
margin-bottom:8px;
color:#333;
}

.frontkop a, .frontkop a:visited, .frontkop a:hover, .widget a, .widget a:visited, .widget a:hover, .kop a, .kop a:visited, .kop a:hover {
color:#333;
}

.kop {
font-weight:bold;
color:#333;
background-image: url(http://www.writersblock.net/imag/base/ccf.gif);
border: 1px solid #999;
padding: 5px;
margin-bottom:10px;
}

h2, #legend {
font-weight:bold;
font-size:12px;
color:#333;
background-image: url(http://www.writersblock.net/imag/base/ccc.gif);
border: 1px solid #999;
padding: 5px;
margin-bottom:10px;
}

#more {
margin-left:15px;
}

.wboeklijst, {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	}

#sidebar{
margin-top:5px;
float:right;
width:220px;
font-family: Verdana, Arial, Sans-Serif;
font-size:11px;
color: #333;
text-align:right;
padding-right:15px;
}

ul {
list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}
#sidebar ul {
list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

.wboeklijst li:before {
    content: "\00BB \0020";
}

.datum {
text-align:right;
font-style:italic;
font-size:10px;
}

.content {
width:550px;
float:left;
padding:15px;
}

.entry {
margin-left:25px;
margin-right:50px;
line-height:16px;
}
.credits {
font-style:italic;
font-size:11px;
font-weight:normal;
}

#smaller {
font-size:10px;
}

blockquote {
	margin: 15px 10px 0 30px;
	padding-left: 20px;
	border-left: 5px solid #333;
background-image: url(http://www.writersblock.net/imag/base/ccf.gif);
}

/* Begin Form Elements */
#searchform {
	margin: 10px 0px;
	padding: 5px 0px; 
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}
/*

#commentform input {
	width: 90%;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 90%;
	padding: 2px;
	}
*/
#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.olt {
background-image: url(http://www.writersblock.net/imag/base/ccc.gif);
	}

.alt {
background-image: url(http://www.writersblock.net/imag/base/ccf.gif);
	}
.commentlist {
	text-align: left;
font-size:11px;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin-left: 5px 0;
	}
.formulier {
font-size:11px;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */




/* Custom Login */
#login {margin:0 auto 0 auto;width:250px;}
#login ul {margin:0;padding:0;}
#login ul li {display:inline;margin-left:10px;}

/* video */
.vvqbox {
margin-top:5px;
margin-bottom:15px;
border: solid 1px #333;
padding:0;
}

.ddfmwrap {
align:left;
float:left;
text-align:left;
}

#ctas_form {
align:left;
float:left;
text-align:left;
}

