@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'ComfortaaRegular';
    src: url('../fonts/comfortaa-regular-webfont.eot');
    src: url('../fonts/comfortaa-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/comfortaa-regular-webfont.woff') format('woff'),
         url('../fonts/comfortaa-regular-webfont.ttf') format('truetype'),
         url('../fonts/comfortaa-regular-webfont.svg#ComfortaaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
h1, h2 {
	font-family:'ComfortaaRegular';
	font-weight: normal;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, font, img, strong, sub, sup, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, table, caption, tr, th, td {
	border:0;
	margin:0;
	padding:0;
	outline:0;
}
html {
	overflow-y: scroll;
}
html, body {
	height:100%;
}
body {
	font-size: 62.5%;
	background-image: url(../images/blog-bkgr-body.jpg);
	background-repeat: repeat;
	background-position: left top;
}
div, td, th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	color: #5B5B5B;
}

/* PAGES LAYOUT */
#wrapper {
	background: transparent url('../images/blog-bkgr-content.jpg') repeat-y center top;
	width: 960px;
	min-height:100%;
	height:auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: -260px;
	margin-left: auto;
	position: relative;
}
* html #wrapper {
	height:100%;
}
#header {
	height: 198px;
	position: relative;
}
#innerheader {
	background-image: url(../images/header-blog.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 165px;
	width: 960px;
	position: absolute;
	left: 0px;
	top: 33px;
}
#logotop {
	background-image: url(../images/blog-logo-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	height: 13px;
	width: 428px;
	left: 20px;
	top: 20px;
}
#column_wrapper {
	background: transparent url('../images/blog-bkgr-content.jpg') repeat-y center top;
	padding: 86px 0 0 0;
	position: relative;
	z-index: 10;
	width: 960px;
}
#cw-bkgr-top {
	position: absolute;
	height: 198px;
	width: 958px;
	left: 1px;
	top: 0px;
	background-image: url(../images/blog-bkgr-contenttop.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#blog #left {
	width: 720px;
	float: left;
}
#blog #right {
	width: 220px;
	float: right;
}
#blog #left .content {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 24px;
	padding-left: 28px;
	position: relative;
}
#blog #right .content {
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 24px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
	position: relative;
	margin-top: 12px;
}
/* social networks */
ul.icon {
	position: absolute;
	width: auto;
	left: 775px;
	top: 173px;
	padding: 0px;
}
ul.icon li {
	float: left;
	background-image: none;
	float:left;
	width:auto;
	padding:0 0 0 10px;
}
ul.icon a
{
	background: transparent url('../images/logos.png') no-repeat left top;
	display: block;
	float: left;
	height: 26px;
	position: relative;
	width: 15px;
}
ul.icon a.icon-hyves {background-position: left top;}
ul.icon a.icon-linkedin {background-position: -20px top;}
ul.icon a.icon-twitter {background-position: -40px top;}
ul.icon a.icon-rss {background-position: -60px top;}
ul.icon a.icon-netlog {background-position: -80px top;}
ul.icon a.icon-facebook {background-position: -100px top;}

/* social networks */
#search {
	width:195px;
	position: absolute;
	left: 740px;
	top: 215px;
	z-index: 100;
}
#search .searchinput {
	width: 157px;
}
#search .searchbutton {
	position: relative;
	border: none;
	background: none;
	float: right;
	padding: 0px;
	top: 2px;
}
/* end search */

/* pagination */
div.pagination {
	padding:3px;
	margin:3px;
	text-align:center;
}

div.pagination a {
	margin-right: 2px;
	border: 1px solid #2C2C2C;
	text-decoration: none;
	color: #fff;
	background-color: #2C2C2C;
	background-image: url(../images/pag_image1.gif);
	font-size: 1.4em;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}

div.pagination a:hover, div.pagination a:active {
	border:1px solid #AAD83E;
	color: #FFF;
	background-color: #AAD83E;
	background-image: url(../images/pag_image2.gif);
}

div.pagination span.current {
	margin-right: 2px;
	border: 1px solid #AAD83E;
	font-weight: bold;
	color: #FFF;
	font-size: 1.4em;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	background-color: #AAD83E;
	background-image: url(../images/pag_image2.gif);
}

div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #f3f3f3;
	color: #A7A7A7;
	font-size: 1.4em;
}
/* end pagination */

#extra {
	height: 500px;
	width: 740px;
	overflow: auto;
}
ul.gallery {
	list-style: none;
	width: 700px;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 1.2em;
}
ul.gallery li {
	float: left;
	width: 100px;
	height: 100px;
	list-style-image: none;
	background-image: none;
	padding-left: 0px;
	margin-right: 16px;
	margin-left: 0px;
	display: inline;
	margin-bottom: 1.2em;
}
#buffer {
	height: 260px;
	clear: both;
}
#footer {
	color: #F4F4F4;
	padding: 0px;
	clear: both;
	height: 260px;
	margin-top: -260px;
	margin-bottom: 0px;
	position: relative;
}
#column_wrapper-footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 260px;
	position: relative;
	background-image: url(../images/blog-bkgr-footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #3A3B33;
}
#center-footer {
	width: 319px;
	float: left;
}
#left-footer {
	width: 320px;
	float: left;
}
#right-footer {
	width: 319px;
	float: right;
}
#center-footer .content {
	padding-top: 8px;
	padding-bottom: 16px;
}
#left-footer .content {
	padding-top: 60px;
	padding-right: 20px;
	padding-bottom: 16px;
	padding-left: 40px;
}
#right-footer .content {
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 24px;
}
#footer #footer_center_links {
	margin-top: 35px;
	margin-left: 24px;
}
#footer-leftbottom {
	position: absolute;
	left: 16px;
	bottom: 0px;
}
#footer-rightbottom {
	position: absolute;
	right: 16px;
	bottom: 0px;
}
/* TOPNAVIGATION */
#topnavblog {
	position: absolute;
	left: 498px;
	top: 33px;
	height: 107px;
	width: 450px;
}
#topnavblog ul {
	margin: 0;
	padding: 0;
}
#topnavblog ul li {
	margin: 0;
	padding: 0;
	background-image: none;
	list-style-type: none;
	float: left;
	height: 107px;
}
#but_home {
	width: 106px;
}
#but_archief {
	width: 87px;
}
#but_website {
	width: 88px;
}
#but_over {
	width: 69px;
}
#but_contact {
	width: 95px;
}
#topnavblog a {
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	text-align: center;
	height: 107px;
}
#topnavblog a span {
	background: transparent url('../images/menu-blog.jpg') no-repeat left top;
	height: 107px;
	position: absolute;
	left: 0px;
	top: 0px;
}
a#btn-home span {background-position: left top; width: 106px;}
a#btn-archief span {background-position: -106px top; width: 87px;}
a#btn-website span {background-position: -193px top; width: 88px;}
a#btn-over span {background-position: -281px top; width: 69px;}
a#btn-contact span {background-position: -350px top; width: 95px;}

a#btn-home:hover span,
a#btn-home.current span {background-position: left bottom; width: 106px;}
a#btn-archief:hover span,
a#btn-archief.current span {background-position: -106px bottom; width: 87px;}
a#btn-website:hover span,
a#btn-website.current span {background-position: -193px bottom; width: 88px;}
a#btn-over:hover span,
a#btn-over.current span {background-position: -281px bottom; width: 69px;}
a#btn-contact:hover span,
a#btn-contact.current span {background-position: -350px bottom; width: 95px;}


/* BLOG */

/* bread crumbs */
#blog .trail {
	padding: 20px 0 0 20px;
	position: absolute;
	top: 0;
	width: 100%;
}
.trail ul {
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	height: 1.8em;
}
.trail ul li {
	float: left;
	background-image: none;
	padding-left: 0px;
}
.trail p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
}
.trail a {
	text-decoration: none;
	color: #666 !important;
	padding-bottom: 3px;
	background-image: url(../images/007.png);
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: 0px 4px;
	margin-left: 12px;
}
.trail a:hover {
	color: #63880D !important;
	text-decoration: underline;
}
.trail a.current {
	color: #63880D !important;
	font-weight: bold;
}
.divider {
	background: url('../images/divider.jpg') no-repeat;
	margin: 20px 0 0.2em;
	height: 22px;
	text-align: center;
}
/* end bread crumbs */

.article {
	position: relative;
	clear:both;
	margin-bottom: 32px;
}

.sticky-article {
	background-image: url(../images/Note_Sticky.png);
	background-repeat: no-repeat;
	background-position: 84px 8px;
}


.article-text {
	clear: both;
}
.post_data {
	font-size:11px;
	line-height:22px;
	position:relative;
	float:left;
	margin-bottom: 17px;
	width: 672px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	background-color: #F4F4F4;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-top: 10px;
}
.post_data .categories {
	float:left;
}
.post_data .author {
	float:left;
	padding-left: 12px;
}
.post_data .comments {
	float:right;
}
.post_tags {
	font-size:11px;
	line-height:22px;
	position:relative;
	float:left;
	margin-bottom: 17px;
	width: 672px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	background-color: #F4F4F4;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-top: 10px;
}
.article h1.toptitle {
	margin-bottom: 0.2em;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 36px;
}
.article h1 a {
	text-decoration: none;
}
.article .date {
	width:102px;
	height: 44px;
	float: left;
	text-align: left;
	position: relative;
	margin-bottom: 8px;
}
.article .day {
	font-size:40px;
	font-weight:bold;
	line-height:45px;
	display: block;
	width:48px;
	position: absolute;
	top:0;
	left:0;
	height:40px;
	color: #999;
}
.article .month {
	display:block;
	font-size:18px;
	left:50px;
	line-height:1em;
	position:absolute;
	text-transform:uppercase;
	top:6px;
	width:44px;
	color: #666;
}
.article .year {
	display:block;
	font-size:14px;
	font-weight:bold;
	left:50px;
	line-height:1em;
	position:absolute;
	top:25px;
	width:44px;
	color: #666;
}
.article-nav {
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: double;
	border-left-color: #63880D;
	background-image: url(../images/arrow-up.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 12px;
}
a.commentlink {
	background-image: url(../images/comments.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
	background-position: left top;
}
a.commentlink:hover {
	background-position: left bottom;
}
#allcomments {
	margin-top: 24px;
}
#allcomments h2 {
	margin-top: 0.8em;
	margin-bottom: 0.2em;
	font-size: 2.4em;
}
#allcomments h3 {
	margin-bottom: 0em;
}
#allcomments .commentlist {
	list-style-type: none;
	padding-left: 20px;
}
.commentlist li {
	list-style-type: none;
	background-image: none;
	font-size: 1em;
	margin-bottom: 16px;
	padding: 0px;
}
.comment-body {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
}
.comment-meta {
	clear: both;
	margin-bottom: 10px;
}
.comment-date {
	color: #666;
}
.reply {
	margin-bottom: 1em;
}
.name {
	color: #C60;
}
.comment-body p {
	font-size: 1em;
}
img.avatar {
	float: left;
	display: inline;
	padding: 3px;
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 0;
	margin-left: 0;
	border: 1px solid #999;
}
#postcomment {
}
#postcomment #commentform {
	padding-left: 20px;
}
.title-category {
	margin-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4B6D03;
	padding-bottom: 0.3em;
}
.title-category span {
	text-transform: uppercase;
}
#blog #right .content ul {
	padding: 0px;
	margin-bottom: 12px;
}
#feed {
}
/* ARCHIVE */

.archive_left {
	float: left;
	width: 320px;
	position: relative;
}
.archive_right {
	float: right;
	width: 320px;
	position: relative;
}
.counts li a:link {
	color: #666;
}
.counts li a:hover {
	color: #D82B0D;
}


ul.counts {
	list-style-type:none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	padding: 0px;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}
ul.counts li {
	list-style-type:none;
	margin:0;
	background-image: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-top: 0.5em;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 0px !important;
}
.arch_date {
	color: #999;
	margin-right: 12px;
}

/* TEXTSTYLES */

p {
	font-size: 1.2em;
	line-height: 1.8em;
	margin-bottom: 1em;
}
.sidebar-panel p {
	margin-top: 8px;
	margin-bottom: 8px;
}
p.searching {
	font-size: 10px;
	margin: 0px;
	padding-left: 30px;
}
p.totop-p {
	text-align: center;
	margin-top: 1em;
	margin-bottom: 0em;
	margin-left: 210px;
}
#footer p {
	margin-bottom: 0.4em;
	color: #CCC;
}
h1 {
	font-size: 3em;
	margin-bottom: 0.6em;
	color: #4B6D03;
}
#right h1 {
	font-size: 1.8em;
	margin-bottom: 0.4em;
	color: #3A3A3A;
}
h2 {
	font-size: 2em;
	margin-bottom: 0.6em;
	margin-top: 1em;
	color: #414141;
}
h3 {
	font-size: 1.6em;
	margin-bottom: 0.4em;
	color: #444;
}
#footer h2 {
	color: #CCC;
}
ul, ol {
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 28px;
	font-size: 1.2em;
	list-style-type: none;
}
ul.tight {
	margin-top: -4px;
}
li {
	background-image: url(../images/arrow_green.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 18px;
	line-height: 1.8em;
	margin-bottom: 6px;
}
#right li {
	background-image: url(../images/004.png);
	background-position: 0px 8px;
}
ul ul {
	font-size: 1em;
	margin-top: 1em;
}
#footer ul {
	padding-left: 0px;
	margin: 0px;
	padding-bottom: 0px;
	list-style-image: none;
	list-style-type: none;
}
#footer ul li {
	background-image: url(../images/arrow_lightgrey.gif);
	background-position: 0px 3px;
	margin-bottom: 5px;
	line-height: 1.6em;
}
blockquote {
	color: #3D5902;
	font-size: 1.4em;
	font-style: italic;
	background-image: url(../images/openquote2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	padding: 0.5em;
	margin-bottom: 1em;
}
blockquote.quote-right {
	float: right;
	width: 12em;
	font-size: 1.6em;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	margin-top: -1.2em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 6px;
	font-weight: normal;
}
blockquote p {
	margin-bottom: 0em;
	line-height: 1.6em;
}
blockquote.quote-right p {
	margin-bottom: 0em;
	line-height: 1.4em;
}
blockquote p:first-letter {
	font-size: 1.5em;
	font-weight: bold;
}
/* LINKSTYLES */

a, a:visited {
	color: #63880D;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #C30;
}
#right a, #right a:visited {
	color: #666;
}
#right a:hover, #right a:active, #right a:focus {
	text-decoration: none;
	color: #C30;
}
a.out {
	background-image: url(../images/outlink-arrow.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 11px;
}
a.out:hover {
	background-image: url(../images/outlink-arrow_on.gif);
}
#footer a {
	color: #CCC;
}
#footer a:hover {
	color: #F3F3F3;
}
a.totop {
	background-image: url(../images/arrow-totop.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
a.more-link {
	padding:2px 7px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-style:italic;
	font-weight:bold;
	background-color: #BBCC5E;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;
}
a:link.more-link, a:visited.more-link {
	color:#F5F5F5;
	text-decoration:none;
	display:inline-block;
	margin-bottom:5px;
	font-size:1.5em;
}
a:hover.more-link {
	color:#A0C22F;
	background:#d9d9d9;
	text-decoration:none;
}
a.z, a.z:visited {
	text-decoration: underline;
	color: #CCC !important;
	border-bottom-style: none;
	font-size: 10px;
	letter-spacing: 1px;
}
a.z:hover, a.z:active, a.z:focus {
	color: #D7661C !important;
}
a.foot, a.foot:visited {
	text-decoration: underline;
	color: #CCC !important;
	border-bottom-style: none;
}
a.foot:hover, a.foot:active, a.foot:focus {
	text-decoration: none;
	color: #F3F3F3 !important;
}
/* BUTTONS */

.btn-big {
	height: 50px;
	width: 159px;
	margin-bottom: 1.4em;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.btn-big a {
	display: block;
	position: relative;
	overflow: hidden;
	height: 50px!important;
	width: 159px;
	cursor: pointer;
	text-align: center;
}
.btn-big a span {
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
a#btn-test span {
	background-image: url(../images/button-test.jpg);
	background-position: left top;
}
a#btn-test:hover span {
	background-position: left bottom;
}
#pointing {
	background-image: url(../images/hand-pointing.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 50px;
	width: 83px;
	left: -98px;
	top: 1px;
}
/* FORMSTYLES */
input {
	background-color: #FFF;
	border: 1px solid #B4C570;
	padding: 4px;
	color: #333;
}
textarea {
	background-color: #FFF;
	border: 1px solid #B4C570;
	color: #333;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 1em;
	height: 140px;
	padding: 4px;
	width: 340px;
}
.textfield {
	width: 280px;
}
input.error,
textarea.error {
	background: #FFDDDD;
	border-color: #cc3300;
}
p.error {
	color: #cc3300;
	font-weight: bold;
	padding-left: 20px;
}
.searchinput {
	padding-top: 2px;
	border-top-color: #DDD;
	border-right-color: #DDD;
	border-bottom-color: #DDD;
	border-left-color: #DDD;
}
.textfield-newsletter {
	width: 220px;
	background-color: #EAEAEA;
	border-top-color: #515050;
	border-right-color: #515050;
	border-bottom-color: #515050;
	border-left-color: #515050;
	padding: 2px;
}
.button {
	cursor: pointer;
	background-color: #CFE28B;
	border: 1px solid #999;
	padding: 6px;
	color: #333;
}
.button-news {
	border-top-color: #515050;
	border-right-color: #515050;
	border-bottom-color: #515050;
	border-left-color: #515050;
	background-color: #BBCC5E;
	font-size: 11px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.button:hover {
	background-color: #C30;
	color: #FFF;
}
/***** Global Classes *****/

.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0px;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.display-none {
	display: none;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.text-center {
	text-align:center;
}
.text-justify {
	text-align:justify;
}
.text-small {
	font-size: 9px;
}
strong {
	color: #000;
	font-size: 1em;
}
.text-red {
	color: #C30;
}
.text-big-bold-green {
	font-size: 1.5em;
	font-weight: bold;
	color: #63880D;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background-color: #D8E6A6;
	padding-right: 3px;
	padding-left: 3px;
}
.warning-big {
	border: 2px dashed #4B6D03;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 48px;
	background-image: url(../images/icon-warning-big.gif);
	background-position: 10px 18px;
	background-repeat: no-repeat;
}
.img-left {
	float:left;
	margin:4px 10px 4px 0;
}
.img-left-brdr {
	float:left;
	margin:4px 10px 4px 0;
	border: 1px solid #666;
}
.img-right {
	float:right;
	margin:4px 0 4px 10px;
}
.img-right-brdr {
	float:right;
	margin:4px 0 4px 10px;
	border: 1px solid #666;
}
.brdr {
	border: 1px solid #999;
	padding: 3px;
}
.brdr2 {
	padding: 3px;
	border: 1px solid #999;
}
.nopadding {
	padding:0;
}
.noindent {
	margin-left:0;
	padding-left:0;
}
.nobullet {
	list-style:none;
	list-style-image:none;
}


pre {
	font-size: 12px;
}