/*
Theme Name: Gadgetfacts
Version: 1.0
Author: Alfons Taekema
*/

div.pullquote {
	width: 200px;
	font-size: 1.5em;
	color: #84A484;
	font-style: italic;
	padding-left: 5px;
	position: absolute;
	left: 1025px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

body {
	font-size: 62.5%; /*Set font size so 1em = 10px*/
	background: #f3f3f3;
	margin: 0 0;
	text-align: center; /*Center site on page in IE*/
	font-family: verdana, arial, tahoma, serif;
}
a,
a.link,
a.visited {
	color: #4ba9be;
	text-decoration: underline;
}
a:hover {
	color: #df8400;
	}
a img {
	border: none;
}
a:hover img,
a:active img,
a img:hover,
a img:active,
a.img:hover,
a.img:active {
	background: transparent;
	}
:focus { -moz-outline-style: none; }

h1#blogtitle {
	margin: 0 0 0 39px
}

h1 a.standard {
	color: #446592 !important;
	background: transparent !important;
	text-decoration: none;
	font-weight: bold;
	}
h1 a.standard:hover {
	color: #446592 !important;
	background: transparent !important;
	text-decoration: none;
}
h1 a, h2 a {
	text-decoration: none;
	color: #000;
}
h1 a:hover, h2 a:hover {
	color: #4ba9be;
}
h1.pagetitle { /* For title of categories, archives, and tags pages */
	border-bottom: 1px dotted #CCC;
	margin-bottom: 15px;
	display: inline;
	font-style: italic;
}
h3.pagetitle { /* For ...now browsing by "" for categories, archives, and tags pages */
	display: inline;
	color: #990000;
	font-style: italic;
}
h3.archives {
	margin-top: 10px;
	margin-bottom: 10px;
}
h3.archive_head {
	font-size: 1.8em;
	color: #000;
}
h3.archives a {
	text-decoration: none;
}
h3.archives a.permalink {
	border-bottom: 1px dotted #CCC;
}
	
/*====: [STANDARD HTML STYLES] :================================*/
h1, h2, h3 {
	margin: 0 0 0 0;
	}
h1 {
	font-size: 2.4em;
	}
h1.attr {
	background: url('images/post-separator.jpg') no-repeat bottom left;
	padding-bottom: 10px;
	}
h2 {
	font-size: 1.8em;
margin-bottom:-4px;
	}
h2.attr {
	background: url('images/post-separator.jpg') no-repeat bottom left;
	padding-bottom: 7px;
}
h3 {
	font-size: 1.4em;
	margin-bottom:10px;
	}
h4 {
	font-size: 1.0em;
margin: 0px;
}
h5 {
	font-size: .8em;
}
h6 {
	font-size: .6em;
}
p {
	margin: 3px 0;
	padding: 0px;
	clear:both;
	}
hr.postdiv {
	border: 15px solid #EEE; /* Set height in Firefox */
	margin: 10px 0;
	background: #EEE;
	height: 30px; /* Set height in IE */
	padding: 0;
	}
ul {
	margin-left: 0;
	padding-left: 15px;
}

blockquote {
	padding-left: 5px;
padding-bottom: 5px;
}
blockquote p {
	margin: 0 !important;
}
blockquote blockquote {
	background: none;
	border-left: 2px solid #CCC;
	padding-left: 5px;
	margin-left: 20px;
}

/*====: [PREFORMATTED & CODE STYLES] :==========================*/
/*
* This section should be part of a separate plugin for displaying code blocks correctly,
* although not all of it should. Specifically, only the psuedo tags should be, the rest should
* be left here.
*/
code {
	font: 1em 'Courier New', Courier, Fixed;
	text-align: left;
	background: #DFDFDF;
	border-left: 3px solid #333;
	display: block;
	padding: 5px;
	white-space: nowrap;
	overflow: auto;
	}
ihtml {
	font: 1em 'Courier New', Courier, Fixed;
	background: #b0d3f7;
	border-bottom: 1px solid #2a3f55;
	}
ijs {
	font: 1em 'Courier New', Courier, Fixed;
	background: #90ffa5;
	border-bottom: 1px solid #3d6d46;
	}
iserve {
	font: 1em 'Courier New', Courier, Fixed;
	background: #f8ff3a;
	border-bottom: 1px solid #5e1e26;
	}
icss {
	font: 1em 'Courier New', Courier, Fixed;
	background: #ffe99c;
	border-bottom: 1px solid #847338;
	}

/*====: [GENERIC ELEMENTS & HACKS] :=============================*/
.clearfloat {
	height: 0px;
	line-height: 0px;
	margin: 0;
	padding: 0;
}
.clearfloatthick {
	height: 25px;
	line-height: 15px;
	margin: 0;
	padding: 0;
}
.centerer { /* IE hack to center child element inside parent */
	width: 100%;
	text-align: center;
}
.txtalignleft {
	text-align: left;
font-size:1.3em;
margin-top:10px;
margin-bottom:5px;
}
.txtalignright {
	text-align: right;
font-size:1.3em;
margin-bottom:5px;
margin-top:10px;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.bottomdotted {
	border-bottom: 1px dotted #D44942;
	display: block;
	padding: 10px;
	}
.marginbottom {
	margin-bottom: 10px;
	}
.hidden {
	/* Javascript hides this div on page load */
	display: block;
}
a.arrows {
	outline: none;
	display: inline;
}
a.arrows:hover {
	background: transparent;
}
a img.arrows {
	width: 18px;
	height: 10px;
	border: none;
	line-height: 10px;
	margin-left: 5px;
}
a:hover img.arrows {
	background: transparent;
}
a.showhide_link {
	font-size: .6em;
	color: #888;
}
a.showhide_link:hover {
	background: transparent;
}

/*====: [CORE LAYOUT ELEMENTS] :================================*/
#container {
	width: 946px;
	text-align: left; /*Reset center align inheretence from body*/
	margin: 0 auto; /*Center site on page in Mozilla*/
    background: #FFF url('images/container_bg.gif') repeat-y;
}
#masthead {
	color: #446592;
	font-size: 2.8em;
	text-align: left;
	margin: 0 0 0 35px;
	text-transform: uppercase;
	float: left;
	padding: 0;
	display: inline;
}
#wrapper {
    margin-left:9px;
	width: 928px;
	background: #FFF;
	margin-top: 10px;
	padding: 0;
	}
#header {
	width: 100%;
	text-align: center; /*Center child #headerimg in IE*/
	position: relative;
	margin: 0;
}
#headerimg {
	margin: 0 auto; /*Center in Mozilla*/
	clear: both;
}
#content {
	margin: 0px 0 0 30px;
	font-size: 1.2em;
	width: 478px;
	float: left;
	display: inline;
}
#content.fullwidth {
	margin: 0px 0 0 30px;
	font-size: 1.2em;
	width: 877px;
	float: left;
	display: inline;
}
#footer {
	clear: both;
	text-align: left;
	height: 61px;
	width: 908px;
	padding: 49px 0px 0px 38px;
	background: #FFF url('images/footer_bg.gif') no-repeat left top;
	font-size: 1.1em;
	}
#footer a {
	color: #4ba9be;
}
#footer a:hover {
	color: #df8400;
}
#head{
height:120px;
}
img#logo {
float:left;
margin: 24px 0 27px 38px;

}
#headright{
float:right;
margin: 16px 38px 0 0;
width:400px;
text-align:right;
font-size: 1.2em;
line-height: 160%;
color:#2b2b2b;
}

a#rssfeed2 {background: url('images/rss_hover.gif') no-repeat scroll 0px 0px; float:right; width:16px; height:16px;}
a#twitter2 {background: url('images/twitter.gif') no-repeat scroll 0px 0px; float:right; margin-right:10px; width:16px; height:16px;}
a#facebook {background: url('images/facebook.gif') no-repeat scroll 0px 0px; float:right; margin-right:10px; width:16px; height:16px;}

#datum{
color:#a0a0a0;
font-size: 0.9em;
}

/*====: [SIDEBAR ELEMENTS] :==================================*/
#contentright{
	width: 360px;
	float: right;
	margin: 10px 30px 0 0;
}
#categories {
	float:left;
	width: 170px;
	margin: 15px 20px 0 0;
    padding: 0px 0px 0px 0px;
	font-size: 1.1em;
    background: url('images/sidebar_categorieen.gif') no-repeat;
}
#categories ul{
	margin: 46px 0px 0 0;
}
#rssfeed {
	float:right;
	margin: 0px 8px 0 0;
	}
#contentright ul {
    float:left;
	padding: 0px 0 0px 0px;
}
#contentright li {
	list-style: none;
	margin: 0px 0 6px 0px;
	padding: 0;
}
#contentright a {
	color: #4ba9be;
	font-size: 1.1em;
	verdana, arial, tahoma, serif;
	margin: 0;
}
#contentright a:hover {
        color: #df8400;
	}
#contentright ul.children li a{
	margin-left: 10px;
}
#contentright ul.children ul.children li a {
	margin-left: 20px;
}
#contentright ul.children ul.children ul.children li a {
	margin-left: 30px;
}
.cat-item{
color:#a0a0a0;
}
.sidetitle{
display:none;
}
#laatstereacties {
	float:left;
	width: 360px;
	margin: 0px 0px 0 0;
    padding: 0px 0px 0px 0px;
	font-size: 1.1em;
    background: url('images/sidebar_laatstereacties.gif') no-repeat;
	}
#laatstereacties ul{
margin: 0px;
padding-top: 5px;
}

#laatsteforumreacties {
clear:both;
float:left;
	width: 170px;
	margin: 5px 0px 0 0;
    padding: 0px 0px 0px 0px;
	font-size: 1.1em;
	color:#a0a0a0;
    background: url('images/sidebar_forumreacties.gif') no-repeat;
}

#laatsteforumreacties ul{
	margin: 46px 0px 0 0;
}

#reviews {
clear:both;
float:left;
	width: 170px;
	margin: 20px 0px 0 0;
    padding: 0px 0px 0px 0px;
	font-size: 1.1em;
	color:#a0a0a0;
    background: url('images/sidebar_reviews.gif') no-repeat;
}

#reviews ul{
	margin: 0px 0px 0 0;
}

#get_recent_comments_wrap li {
color:#a0a0a0;
}
#rsscomments{
float:left;
height:16px;
width:360px;
margin-bottom:20px;
}
#rsscomments ul {
float:right;
	margin: 8px 10px 0px 0px;
	padding: 0;
}
#rsscomments li a{
float:right;
	list-style: none;
	color: #FFF;
	display: block;
}
#rssfeedcomments{
float:right;
background: url('images/rss.gif') no-repeat top left;
width:16px;
height:16px;
}
#rssfeedcomments:hover{
float:right;
background: url('images/rss_hover.gif') no-repeat top left;
width:16px;
height:16px;
}

#specials{
float:right;
	width: 170px;
	height:266px;
	margin: 15px 0px 0 0;
    padding: 0px 0px 0px 0px;
	font-size: 1.1em;
    background: url('images/sidebar_specials.gif') no-repeat;
}
#special2{
margin-top:15px;
}
#rsscategorie{
float:left;
height:16px;
width:170px;
margin-bottom:34px;
}

#rsscategorie2{
float:left;
height:16px;
width:170px;
margin-bottom:29px;
}

#rsscategorie ul {
float:right;
	margin: 9px 10px 0px 0px;
	padding: 0;
}
#rsscategorie li a{
float:right;
	list-style: none;
	color: #FFF;
	display: block;
}

#rsscategorie2 ul {
float:right;
	margin: 9px 10px 0px 0px;
	padding: 0;
}
#rsscategorie2 li a{
float:right;
	list-style: none;
	color: #FFF;
	display: block;
}
#reviews .sftagp a{
color:#a0a0a0;
text-decoration:none;
font-size: 11px;
}
#reviews .sftagp a:hover{
color:#a0a0a0;
text-decoration:underline;
}
#filmpjes {
	float:right;
	width: 170px;
	margin: 20px 0px 0 0;
    padding: 0px 0px 0px 0px;
	font-size: 1.1em;
	color:#a0a0a0;
    background: url('images/sidebar_filmpjes.gif') no-repeat;
}
#filmpjes ul{
	margin: 46px 0px 0 0;
}
#filmpjes .sftagp a{
color:#a0a0a0;
text-decoration:none;
font-size: 11px;
}
#filmpjes .sftagp a:hover{
color:#a0a0a0;
text-decoration:underline;
}

#sidebar_tags{
width: 360px;
font-size:11px;
line-height:19px;
color:#a0a0a0;
background: url('images/sidebar_populairetags.gif') no-repeat;
padding-top:43px;
margin-bottom:25px;
}

#googleadsense{
	float:right;
	width: 170px;
	margin: 20px 0px 0 0;
    padding: 0px 0px 0px 0px;
}

#banner120x600{
clear:both;
float:left;
width: 145px;
padding-top:30px;
padding-left:25px;
}

#banner300x250{
padding-left:30px;
}

#twitter {
float:left;
margin: 15px 0px 15px 65px;
}

#twitter li a {
float: left;
width: 207px;
height: 46px;
background: url('images/twitter.jpg') no-repeat;
}

#twitter li a:hover {
float: left;
width: 207px;
height: 46px;
background: url('images/twitter_hover.jpg') no-repeat;
}

#ciaobox {
clear:both;
float:left;
width: 160px;
margin: 35px 0px 0 0;
}

#addlinks {
	float:right;
	width: 170px;
	margin: 5px 0px 0 0;
    padding: 0px 0px 0px 0px;
	font-size: 1.1em;
	color:#a0a0a0;
    background: url('images/sidebar_links.gif') no-repeat;
}
#addlinks ul{
	margin: 46px 0px 0 0;
}


/*
* The borders above are for child categories - they go 3 levels deep
* If you want more than that, add another style, and know that you're
* obsessed with child categories
*/

/*====: [SEARCH FORM STYLES] :=================================*/
form#searchform {
    margin-right: 8px;
	margin-top: 8px;
}
form#searchform input#s {
	background: #ffffff;
	border:0px;
	padding: 0px;
	width: 180px;
	font-size: .8em;
	font-family: verdana, arial, tahoma, serif;
	color: #a0a0a0;
}

form#searchform input#s:focus {
	color: #2b2b2b;
}

form#searchform input.submit {
	margin-left: 10px;
}
	
/*====: [POST LEVEL ELEMENTS] :=================================*/
.post {
	margin: 0;
	padding: 0;
}
.post h3 {
	margin-top: 20px;
	padding: 0;
}
.post a {

}
.post a:hover {

	}
small {
	color: #a0a0a0;
	margin: 0;
	}
small.attr {
	padding-bottom: 10px;
        font-size: 0.9em;
	}
.entry {
	font-size: 1.0em;
	margin: 10px 0;
	line-height: 180%;
}
#login{
	font-size: 1.0em;
	line-height: 180%;
}
.entry p {
	margin: 10px 0;
}

.entry h2 {
	font-size: 1.5em;
	display: inline;
	border-bottom: 1px dotted #CCC;
}
p.postmetadata {
    margin-top:15px;
    margin-bottom:15px;
    padding:8px; 
    text-align:right;
    color: #a0a0a0;
    background-color:#f3f3f3;
}
.stuurdoor{
float:left;
font-size: 1.0em;
margin-top:-4px;
}

/*====: [SINGLE POST ELEMENTS] :================================*/
.single h1 {
	font-size: 2.2em;
	color: #000;
	}
.summary {
	font-style: italic;
	border: 1px solid #CCC;
	padding: 5px 5px;
	width: 90%;
	margin: 0 auto;
	text-align: justify;
	font-size: .9em;
}
.summary p {
	margin: 0;
}
span.summarywords {
	font-style: italic;
	font-weight: bold;
}

ul.st-related-posts {
list-style: none;
margin-left:-15px;
margin-top:5px;
}

ul.similar-posts{
list-style:none;
margin-left:-15px;
margin-top:5px;
}
h3.similar-titel{
margin-top:20px;
}
#breadcrumbs{
font-size: 0.9em;
color:#a0a0a0;
}
.printartikel{
float:right;
}
/*====: [POST NAVIGATION ELEMENTS] :=============================*/
.navigation {
	width: 100%;
	text-align: center;
	line-height: 100%;
	font-size: .8em;
}
.navigation a {
	padding: 2px;
}


/*====: [POST/PAGE NOT FOUND ELEMENTS] :==========================*/
h2.center {

}
p.center {

}

/*====: [NAVIGATION ELEMENTS] :=================================*/
#nav_menu {
	text-align: right;
	font-size: 1.7em;
    margin-left: 39px;
   	width: 868px;
	height: 39px;
	background: url('images/menu_bg.jpg') no-repeat;
}
#nav_menu ul {
	margin: 0;
	padding: 0;
}
#nav_menu li {
	float: left;
	list-style: none;
	color: #FFF;
}
#nav_menu li.floatright {
	background: url('images/zoekbox.jpg') no-repeat top right;
	float: right;
	width:235px;
	height:39px;
}
#nav_menu li a,
#nav_menu li a:visited,
#nav_menu li a:link {
	color: #FFF;
	text-decoration: none;
	display: block;
	}
#menuitem1 {
  background: url('images/home.jpg') no-repeat top left;
  width:70px;
  height:39px;
}
#menuitem1:hover {
  background: url('images/home_hover.jpg') no-repeat top left;
  width:70px;
  height:39px;
}
#menuitem2 {
  background: url('images/overons.jpg') no-repeat top left;
  width:91px;
  height:39px;
}
#menuitem2:hover {
  background: url('images/overons_hover.jpg') no-repeat top left;
  width:91px;
  height:39px;
}
#menuitem3 {
  background: url('images/contact.jpg') no-repeat top left;
  width:83px;
  height:39px;
}
#menuitem3:hover {
  background: url('images/contact_hover.jpg') no-repeat top left;
  width:83px;
  height:39px;
}
#menuitem4 {
  background: url('images/reviews.jpg') no-repeat top left;
  width:85px;
  height:39px;
}
#menuitem4:hover {
  background: url('images/reviews_hover.jpg') no-repeat top left;
  width:85px;
  height:39px;
}
#menuitem5 {
  background: url('images/forum.jpg') no-repeat top left;
  width:73px;
  height:39px;
}
#menuitem5:hover {
  background: url('images/forum_hover.jpg') no-repeat top left;
  width:73px;
  height:39px;
}
#menuitem6 {
  background: url('images/specials.jpg') no-repeat top left;
  width:87px;
  height:39px;
}
#menuitem6:hover {
  background: url('images/specials_hover.jpg') no-repeat top left;
  width:87px;
  height:39px;
}
#menuitem7 {
  background: url('images/shop.jpg') no-repeat top left;
  width:64px;
  height:39px;
}
#menuitem7:hover {
  background: url('images/shop_hover.jpg') no-repeat top left;
  width:64px;
  height:39px;
}
	
/*====: [ (NEW) ARCHIVES STLYES] :===================================*/
#archives_month .indent,
#archives_category .indent,

#archives_tag .indent {
	margin-left: 25px;
}
#archives_month,
#archives_category,
#archives_tag {
	margin-top: 7px;
}
#archives_month p {
	margin-bottom: 10px;
}

#archives_category p {
	margin-bottom: 10px;
}
#archives_tag {
	margin-bottom: 10px;
}
#archives_tag a {
	text-decoration: none;
}
h3.archives {
}
.tagcloud {
	background: #FFFFCC;
	border: 1px solid #999;
	padding: 10px;
	text-align: center;
	line-height: 22pt;
}
#description {
	display:none;
	padding: 10px;
	text-align: center;
	margin: 8px 0;
}
#top_tabs {
	border-bottom: 1px dotted #CCC;
	border-top: 1px dotted #CCC;
}
#top_tabs ul {
	margin: 0;
	padding: 0;
}
li.top_tab {
	float: left;
	margin-right: 3px;
	background: #BBB;
	list-style: none;
	display: inline;
	padding: 0;
	height: 30px;
}
li.top_tab a {
	text-decoration: none;
	font-size: 1.4em;
	padding: 5px;
	width: auto;
	display: block;
}
/*====: [ (OLD) ARCHIVES STLYES] :===================================*/
#old_archives ul {
	margin-left: 30px;
}
#old_archives li {
	line-height: 150%;
	list-style: none;
	padding: 5px 5px;
	font-size: 1.3em;
}
#old_archives li a {
	text-decoration: none;
	display: block;
	border-bottom: 1px dotted #CCC;
}
#old_archives ul ul li {
	font-size: 1em;
}

/*====: [COMMENT STYLES] :====================================*/
h3#comments {
	margin-top: 0px;
	}
ol.commentlist {
	padding: 0px;
	position: relative;
	margin-left: 0;
}
ol.commentlist li {
	width: 478px;
	margin: 0px;
	list-style: none;
	min-height: 80px;
}
ol.commentlist li p {
	margin-top: 10px;
}
.commentwrap {
	min-height: 70px;
	height: auto !important;
	height: 80px;
        padding: 10px;
line-height: 180%;
}
.author a{
float:left;
font-weight: bold;
text-decoration: none;
}
.author {
float:left;
font-weight: bold;
text-decoration: none;
}
.commentmetadata {
	margin: 0 0 0 5px;
}
.commentmo {
font-size: 0.9em;
color:#a0a0a0;
}
.alt{
background:#f3f3f3;
border-bottom: 1px solid #CCC;
border-top: 1px solid #CCC;
}
span.required {
	font-weight: bold;
	}
#allowedtags {
	background: #EEE;
	float: right;
	width: 230px;
	color: #555;
	padding: 0 10px;
}
#allowedtagstxt {
	display:block;
	border-bottom: 1px dotted #D44942;
	}
span.tags {
	padding: 3px 10px;
	display: block;
	color: #777;
	font-size: 1.2em;
	border-bottom: 1px solid #DDD;
}
form#commentform label {
	font-weight: bold;
}
form#commentform {
margin-bottom:100px;
}
input#submit {
	background: #EEE url('images/submit_bg.gif') repeat-x;
	border: 1px solid #CCC;
	height: 25px;
	width: 80px;
	cursor: pointer;
margin-top:14px;
	}
input#submit:hover {
	background: #EEE url('images/submit_bg.gif') repeat-x;
	}
input#submitcomment {
	background: #EEE url('images/submit_bg.gif') repeat-x;
	border: 1px solid #CCC;
	height: 25px;
	width: 80px;
	cursor: pointer;
margin-top:34px;
	}
input#submitcomment:hover {
	background: #EEE url('images/submit_bg.gif') repeat-x;
}	
#commentformbg{
	margin-top:20px;
	height:316px;
	padding: 10px;
	background: #FFF url('images/commentform_bg.gif') no-repeat;
}
form#commentform input.text {
	width: 230px;
	border: 1px solid #CCC;
	padding:5px;
	font-family: verdana, arial, tahoma, serif;
	font-size: 1.0em;
}
form#commentform textarea {
	width: 300px;
	height: 100px;
	border: 1px solid #CCC;
	padding:5px;
	font-family: verdana, arial, tahoma, serif;
	font-size: 1.0em;
}
h3.trackbacks {
	clear: both;
	margin-top: 40px;
}
ol.tpbacks {


	background: #CCC;
	padding: 2px 2px 2px 25px;
}
ol.tpbacks li {
	list-style-position: outside;
}

form#commentform .subscribe-to-comments label{
	font-weight: normal;
}

.subscribe-to-comments{
margin-top:-110px;
margin-left:112px;
}
input#verwijder {
	background: #EEE url('images/submit_bg.gif') repeat-x;
	border: 1px solid #CCC;
	height: 25px;
	width: 154px;
	cursor: pointer;
margin-top:10px;
	}
input#verwijder:hover {
	background: #EEE url('images/submit_bg.gif') repeat-x;
	}
input#wijzig {


	background: #EEE url('images/submit_bg.gif') repeat-x;
	border: 1px solid #CCC;
	height: 25px;
	width: 60px;
	cursor: pointer;
margin-top:10px;
	}
input#wijzig:hover {
	background: #EEE url('images/submit_bg.gif') repeat-x;
	}
input#new_email{
border: 1px solid #CCC;
	padding:5px;
	font-family: verdana, arial, tahoma, serif;
	font-size: 1.0em;
margin-top:15px;
}
.wrap strong{
color:#2b2b2b;
}
.options{
line-height: 160%;
border: 1px solid #CCC;
margin-top:20px;
padding:15px;
}
.options ul{
list-style:none;
margin-left:-15px;
color:#a0a0a0;
}
.options input#email{
border: 1px solid #CCC;
	padding:5px;
	font-family: verdana, arial, tahoma, serif;
	font-size: 1.0em;
margin-top:15px;
}
.updated strong{
color:#2b2b2b;
}
.updated{
margin-bottom:20px;
line-height: 160%;
}
input#zoekinschrijvingen {
	background: #EEE url('images/submit_bg.gif') repeat-x;
	border: 1px solid #CCC;
	height: 25px;
	width: 50px;
	cursor: pointer;
	}
input#zoekinschrijvingen:hover {
	background: #EEE url('images/submit_bg.gif') repeat-x;
	}
#removeSubscription ol li{
list-style:none;
margin-left:-40px;
}
.options textarea{
border: 1px solid #CCC;
width:420px;
padding:5px;
	font-family: verdana, arial, tahoma, serif;
	font-size: 1.0em;
}

/*====: [SEARCH RESULTS PAGE] :============================*/

#searchdate {
	font-size: .9em;
	color: #AAA;
	margin-right: 7px;
	width: 60px;

}
#searchcomments {
	display: inline;
}
#searchcomments a {
	text-decoration: none;
	font-size: 1.2em;
}
h2.searchtitle {
	font-size: 1.4em;
	display: inline;
	padding-bottom: 2px;
}
div.search_hr {
	height: 1px;
	line-height: 1px;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 2px;
}
.entrysearch {
	font-size: 1.2em;
	margin: 10px 0;
}
.searchmeta {
	font-style: italic;
	color: #990000;
	font-size: 1.2em;
}

/*====: [ERROR PAGES] :=================================*/

.fourohfour {
	font-size: 1.4em;
}
.fourohfour form#searchform input#s {
	font-size: 1em;
}
#container_error {
	width: 650px;
	text-align: left;
	margin: 100px auto;
	border-top: 12px solid #FFE4E1;
}
.fourohfour ol {
	margin: 20px 0px;
	text-align: center;
	width: 100%;

	padding: 0px;
}
.fourohfour li {
	list-style: none;
	border-bottom: 1px dotted #CCC;
	padding: 5px;
}
.fourohfour li a {
	text-decoration: none;
}

/*====: [CALENDAR STYLES] :=============================*/
#sidebar li.calendar {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	margin: 5px;
	text-align: center;
}
#sidebar table#wp-calendar caption {
	text-align: center;
	margin: 0 auto;
}
#sidebar table#wp-calendar {
	margin: 0 auto;
}
#sidebar table#wp-calendar td {
	padding: 2px;
}
#sidebar table#wp-calendar a {
	font-weight: bold;
	text-decoration: underline;
	padding: 0;
}
#sidebar table#wp-calendar td#prev a,
#sidebar table#wp-calendar td#next a {
	color: #222;
	font-weight: normal;
	text-decoration: none;
}

/*====: [DAGON DESIGN SITEMAP GENERATOR STYLES] :===============*/
div.ddsg-wrapper li {
}
div.ddsg-wrapper li li {
	margin: 7px 0;
}
div.ddsg-wrapper li a {
	text-decoration: none;
	padding: 0 3px;
	color: #414F71;
}
div.ddsg-wrapper li a:hover {
	color: #0066CC;
}
div.ddsg-wrapper li li a {
	border-bottom: 1px dotted #CCC;
	margin-bottom: 3px;
}

/*====: [ADSENSE AD UNITS] :==========================*/
#adunit {
	width: 100%;
	text-align: center;
}
#adunit * {
	margin: 0 auto;
}
.adleft125 {

	float: left;
}
.adright125 {
	float: right;
}

/*====: [REQUIRED BY WORDPRESS] :=========*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}

.alignright {
	float: right;
}
/*====: [IMAGE CAPTION] :==============*/
.wp-caption {
	text-align: center;
	padding-top: 2px;
}
.wp-caption img {
    float:none;
	margin-left: 0px;
        margin-bottom:0px;
	padding: 0px;
	border: 1px solid #CCC;
}
.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 0px 0px;
	margin: 0;
}
p.wp-caption-text {
	margin: 0;

	font-variant: small-caps;
	font-size: .8em;
	font-weight: bold;
	line-height: 100%;
	padding: 2px 0 7px 0;
}

/*====: [CREDITS] :============*/
span.credits {
	font-style: italic;
}

/*====: [YOUTUBE] :============*/
.wpv_videoc {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;

	width: 425px;
}

.wpv_video {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 4px 0 4px 0;
	width: 425px;
	height: 350px;
}

.wpv_titleauthor, .wpv_durationdate {
	display: none;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	padding: 3px;
	border-top: 1px solid #aaa;
}

.wpv_download {
	display: none;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
}

/*====: [CONTACT FORM] :============*/
input#wpcf_your_name{
border: 1px solid #CCC;
	padding:5px;
	font-family: verdana, arial, tahoma, serif;
	font-size: 1.0em;
}
input#wpcf_email{
border: 1px solid #CCC;
	padding:5px;
	font-family: verdana, arial, tahoma, serif;
	font-size: 1.0em;
}
input#wpcf_subject{
border: 1px solid #CCC;
	padding:5px;
	font-family: verdana, arial, tahoma, serif;
	font-size: 1.0em;
}
textarea#wpcf_msg{
	border: 1px solid #CCC;
	padding:5px;
	width:280px;
	font-family: verdana, arial, tahoma, serif;
	font-size: 1.0em;
}
input#contactsubmit{
background: #EEE url('images/submit_bg.gif') repeat-x;
	border: 1px solid #CCC;
	height: 25px;
	width: 80px;
	cursor: pointer;
}
input#contactsubmit:hover{
background: #EEE url('images/submit_bg.gif') repeat-x;
}
#c_form_2{
	margin-top:20px;
	height:346px;
	padding: 10px;
	background: #FFF url('images/contactform_bg.gif') no-repeat;
}
input#user_login{
border: 1px solid #CCC;
margin:5px 0 5px 0;
	padding:5px;
	font-family: verdana, arial, tahoma, serif;
	font-size: 1.0em;
}
input#email{
border: 1px solid #CCC;
margin:5px 0 0px 0;
	padding:5px;
	font-family: verdana, arial, tahoma, serif;
	font-size: 1.0em;
}
input#user_email{
border: 1px solid #CCC;
margin:5px 0 0px 0;
	padding:5px;
	font-family: verdana, arial, tahoma, serif;
	font-size: 1.0em;
}
input#log{
border: 1px solid #CCC;
margin:5px 0 5px 0;
	padding:5px;
	font-family: verdana, arial, tahoma, serif;
	font-size: 1.0em;
}
input#login_password{
border: 1px solid #CCC;
margin:5px 0 5px 0;
	padding:5px;
	font-family: verdana, arial, tahoma, serif;
	font-size: 1.0em;
}

.splash img{
border: 1px solid #CCC;
padding:3px;
margin-right:10px;
}


/*====: [TABS] :============*/


#tab-container-1 {
float:left;
width: 360px;
margin: 20px 0px 0 0;
padding: 21px 0px 0px 0px;
font-size: 1.1em;
color:#a0a0a0;
background: url('images/sidebar_populaireartikelen.gif') no-repeat;
}


#tab-container-1-nav li {
	margin: 0px 3px -12px 0px;
	float: left;
}

#tab-container-1-nav a {
border-left:1px solid #ccc; border-right:1px solid #ccc; border-top:1px solid #ccc;
	display: block;
	color: #2b2b2b;
	background: url('images/tab_bg.gif');
	text-decoration: none;
	font-weight: bold; padding-left:5px; padding-right:5px; padding-top:7px; padding-bottom:7px;
}

#tab-container-1-nav a:hover {
	background: url('images/tab_bg.gif');
text-decoration: underline;
color: #2b2b2b;
}

#tab-container-1-nav a.active {
	background: #ffffff;
	padding-bottom: 6px;
	cursor: default;
text-decoration: none;
border-left:1px solid #ccc; border-right:1px solid #ccc; border-top:1px solid #ccc;
border-bottom: 1px solid #fff;
}

.tab {
	border-left:1px solid #ccc; border-right:1px solid #ccc;  border-top:0px solid #ccc; border-bottom:1px solid #ccc; clear: left;
padding-left:8px; padding-right:8px; padding-top:7px; padding-bottom:0px;
}

.tab ul{
margin:0px;
}

#meeste-stemmen{
float:left;
width:340px;
}

#meest-bekeken{
float:left;
width:340px;
}

#meeste-reacties {
line-height:19px;
padding-top:5px;
display:none;
}

#wp_thumbie {clear:both; margin-bottom:0px;}
#wp_thumbie ul{ list-style:none; margin-left:-15px;}
#wp_thumbie_thumb {border: 1px solid #CCCCCC; padding:3px; float:left; background:#ffffff; margin-right:15px;}
li#wp_thumbie_li{float:left; width:202px; height:63px; margin-bottom:15px; margin-right:15px; border:1px solid #CCCCCC; padding:10px; background:#f3f3f3;}

#wp_thumbie_rl2 {display:none; clear:both; margin-bottom:0px;}


