.buttonheading {
	width			: 100%;
	text-align		: right;
}

.buttonheading a,
.buttonheading img {
	border			: none;
	text-decoration	: none;
}

.breadcrumbs {
	font-size		: 90%;
}

/*======================================================================= joomgallery ==*/

.mod_ji_img {
	border:1px solid #ccc;
	padding:5px;
	margin:0 3px 0 0;
}

/*======================================================================= sub submenu ==*/

.module-verloop ul.menu {
	margin:0;
}

.module-verloop ul.menu a:link,
.module-verloop ul.menu a:visited {
	display:block;
	padding:5px 0;
	border-bottom:1px solid #ccc;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

.module-verloop ul.menu a:hover {
	color:#666;
}

.module-verloop ul.menu ul {
	list-style:disc;
	margin:0 0 0 15px;
}

.module-verloop ul.menu ul a:link,
.module-verloop ul.menu ul a:visited {
	display:block;
	padding:3px 0;
	border-bottom:0;
	font-size:10px;
}

.module-verloop ul.menu ul a:hover {
	color:#666;
}



/*======================================================================= input fields ==*/



#userForm input,
#userForm select,
.inputbox,
.mod_login-verloop input {
	border 		: 1px solid #ccc;
}

.button,
.button-verloop,
.button-verloopgroen
.button-blank,
#Submit {
	border 		: 1px solid #666;
	background-color:#CCC;
	font-size 	: 10px;
}

#searchForm fieldset {
	padding 	: 5px;
}

#searchForm fieldset div,
#userForm td {
	padding 	: 5px 0;
}

/*======================================================================= articleinfo ==*/
.modifydate,
.createdby,
.createdate,
.created,
.author,
.modified {
	display:block;
	padding:0;
	margin:0;
	color:#ccc;
}

p.articleinfo {
	line-height:120%;
	padding:0;
	text-align:right;
}

/*======================================================================= section, category and blog ==*/

h1.componentheading-destination {
	margin-bottom:5px;
}

div.contentdescription-destination {
	margin		: 0 0 20px 0;
}

.leadingdestblog {
	background-image:url(../images/banner_pencil.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	padding:20px 65px 20px 20px;
	border:1px solid #ccc;
	clear:both;
}

div.contentdescriptiondestblog {
	background-image:url(../images/about-blogger.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	padding:20px 65px 20px 20px;
	border:1px solid #b3f39a;
	clear:both;
	margin:0 0 20px 0;
}

span.article_separator,
span.article_separatordestblog {
	display:none;
}

.row_separator,
.row_separatordestblog {
	clear:both;
}

.article_rowdestblog {
	clear:both;
}

div.cols3 {
	width		: 33%;
	float 		: left;
}

.article_column {
	background-image:url(../images/3coldivide.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	margin 		: 0 0 20px 0;
	padding 	: 0 0 5px 0;
}

.blogdestblog .article_column {
	float:left;
	background-image:url(../images/papier-hoekje.png);
	background-position:top right;
	background-repeat:no-repeat;
	margin:0;
}

.blogdestblog .column1 {
	padding:20px 6% 0 0;
	width:43%;
}

.blogdestblog .column2 {
	padding: 20px 6% 0 2%;
	width:43%;
}


div.first {

}

div.last {

}

div.blog-destination p {
	padding:0;
	margin:0;
}

div.blog a.readmore:link,
div.blog a.readmore:visited,
div.blog-destination a.readmore:link,
div.blog-destination a.readmore:visited {
	margin 		: 0;
	font-size	: 90%;
	font-weight	: bold;
	display		: block;
	padding 	: 2px 5px 2px 30px;
	background-image : url(../images/modify.png);
	background-repeat:no-repeat;
	background-position:center left;
}

div.blog a.expert:link,
div.blog a.expert:visited,
div.blog-destination a.expert:link,
div.blog-destination a.expert:visited {
	margin 		: 0;
	font-size	: 90%;
	font-weight	: bold;
	display		: block;
	padding 	: 2px 5px 2px 30px;
	background-image : url(../images/expert.png);
	background-repeat:no-repeat;
	background-position:center left;
}

div.blog a.ideas:link,
div.blog a.ideas:visited,
div.blog-destination a.ideas:link,
div.blog-destination a.ideas:visited {
	margin 		: 0;
	font-size	: 90%;
	font-weight	: bold;
	display		: block;
	padding 	: 2px 5px 2px 30px;
	background-image : url(../images/ideas.png);
	background-repeat:no-repeat;
	background-position:center left;
}

div.blog img,
div.blogdestblog img,
div.blog-destination img{
	border 		: 1px solid #ccc;
}

div.jce_caption div {
	border: 1px solid #cccccc; 
	padding: 2px 0pt; 
	color: #333333; 
	font-weight: bold; 
	background-color: #cccccc; 
	text-align: center; 
	clear: both; 
	width: 200px;
}

.comments,
.sharing .email{
	font-size:80%;
}

table.aboutme {
	border:1px solid #ccc;
	margin:10px;
	width:200px;
	background-color:#b3f39a;
	border-collapse:collapse;
}

table.aboutme td {
	padding:2px 5px;
	font-size:80%;
}

table.aboutme td.kop {
	background-color:#FFF;
	color:#333;
	font-weight:bold;
}

table.aboutme td a:link,
table.aboutme td a:visited {
	text-decoration:underline;
}

table.aboutme td a:hover {
	text-decoration:none;
}

#system-message {
	width 		: 93%;
	padding 	: 10px;
	background-color:#F99;
	color		: #333333;
	border-top 	: 3px solid #F00;
	border-bottom 	: 3px solid #F00;
	margin: 0 0 5px 0;
	}

.error {
	font-size:120%;
	font-weight:bold;
	}



.message {
	font-size:90%;
	}

.pagination ul 
	{
	list-style-type:none;
	}



.pagination li 
	{ 
	font-weight:bold;
	display:inline;
	padding:0.2em 0.4em 0.2em 0.3em;
	}
	
.yoo-tweet p {
	font-size:80%;
	}
	
.yoo-tweet .date {
	display:none;
	}