/*
Theme Name: Kijkschrift

*/


@charset "utf-8";
/* CSS Document */
/* CSSkijkschrift */

/* lay-out  */
body {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	scroll: auto;
	background-image: url(images/bg_kijkschriftrood.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right;
	background-color:#FF0000;
	font-size: 1em;
	font-family: "Trebuchet MS", Tahoma;
}
#container{
	position: absolute;
	margin-left: -400px;
	left: 41%;
	top: 0px;
	width: 1024px;
	height: 100%;
}

#content {
	position: absolute;
	left: 180px;
	top: 122px;
	width: 920px;
	padding-top: 0px;	
}

#logo {
	width: 400;
	height: 100px;
	position: absolute;
	left: 0px;
	top: 10px;
}
#blok1, #blok2, #blok3, #blok4	{
	width: 400px;
	height: 290px;
	background-image: url(images/bg_blok_trans.gif);
	background-repeat: no-repeat;
	overflow: auto;
}
#blok1 {
	position: absolute;
	left: 10px;
	top: 0px;

}
#blok2 {
	position: absolute;
	left: 420px;
	top: 0px;

}
#blok3 {
	position: absolute;
	left: 10px;
	top: 300px;

}
#blok4 {
	position: absolute;
	left: 420px;
	top: 300px;

}
#bloksingle	{
	width: 800px;
	height: 600px;
	background-repeat: no-repeat;
	overflow: auto;
	position:absolute;
	top:0px;
	left:10px;
	background-color: #FFFFFF;
	padding: 10px;
	text-align: left;
}
#heading {
	position:absolute;
	top:0px;
	left:300px;
	font-size: 22px;
	color: #000000;
	text-decoration: none;
	word-spacing: 0.2em;
	text-align: right;
}
#auteur {
	position: absolute;
	left: 5px;
	top: 20px;
	width: 150px;
	height: 30px;
	text-align: left;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.bloktekst {
	text-align: left;
	font-size:0.8em;
	padding: 10px;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color:#FF0000;
}
a:hover	{
	color:#999999;
	text-decoration:underline;
	}
/* navigatie */

div#sidebar{
	position:absolute;
	left: 0px;
	top: 120px;
	width: 180px;
	text-align: left;
	height: 500px;
}
div#header {
	position:absolute;
	left: 720px;
	top: 90px;
	width: 300px;
	text-align: left;
	height: 30px;
}

a.nav:link, a.nav:visited, a.nav:active {
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: bold;
}


a.nav:hover {
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: underline;
	letter-spacing: 1px;
	font-weight: bold;
}


a.navactief:link, a.navactief:visited {
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
a.navactief:hover {
	color: #000000;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
}
.widget	{
	list-style-type: none;
	margin-left: -30px;
}
.cat-item, a.cat-item:link, .cat-item a:visited, .cat-item a:active {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: bold;
	list-style-type: none;
	margin-left: -20px;
}
.folding_category_list  {
	margin-left:-40px;
	list-style-type: none;
}
*html .folding_category_list	{
margin-left:0px;
}

#sidebar a:link, #sidebar a:visited, #sidebar a:active	{
	text-decoration:none;
	font-family: Tahoma, "Trebuchet MS";
	color: #FFFFFF;
	font-weight: bold;
}

a.cat-item:hover {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: underline;
	letter-spacing: 1px;
	font-weight: bold;
}
a.navlabelact:link, a.navlabelact:visited {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
a.navlabelact:hover {
	color: #000000;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}

a.navcontent:link, a.navcontent:visited {
	color: #999999;
	font-weight: normal;
}
a.navcontent:hover {
	color: #000000;
	text-decoration: underline;
}

/* stijlen */

#bloksingle .entry	{
	padding-left:20px;
	padding-right:40px;
}
p {
	color: #000000;
}

h2 {
	font-size: 16px;
	color: #333333;
	text-transform: none;
	font-weight: bold;
	color: #333333;
	margin-top: -5px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.ctc	{
font-weight:normal;
}
h2	a:link, h2 a:visited, h2 a:active{
	text-decoration: none;
	color: #FF0000;	
}
h2	a:hover{
	text-decoration: none;
	color: #333333;
}
.postmetadata	{
	color: #999999;
}
.postmetadata a:link, .postmetadata a:visited, .postmetadata a:active	{
	color:#999999;
	text-decoration:underline;
}
.postmetadata a:hover	{
	color:#FF0000;
	text-decoration:none;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	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
	}
/* End Images */
