/*

	Stylesheet for 8seconds
	
	Media:      screen, projection
	Copyright:  Netlash <http://www.netlash.com>
	author:     Ad Eggermont ad@netlash.com>
							Stephen Verhalleman stephen@netlash.com

*/

/*
	Reset
*/

body, form, ol, ul, dl, li, dt, dd, td, th ,tr, h1, h2, h3, h4, h5, h6, p, pre, blockquote, address { margin: 0; padding: 0; }
ol, ul { list-style: none; }
img { border:0; }
fieldset { margin: 0; padding: 0; border: 0; }
input, select, textarea { font-size: 100%; vertical-align: middle; }
table { border-collapse: collapse; border-spacing: 0; empty-cells: show; }
th { text-align: left; }
a:focus { overflow: hidden; }

/*
	Clearfix
*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}

/*
	General
*/

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	color: #333;
	background: #FFF;
}

html, body {
	height: 100%;
}

/*
	Typography and text styles
*/

/* General */

p {
	padding: 0 0 12px 0;
}

strong, th, thead td, h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}

h1, h2 {
	line-height: 1.2;
}

/* Headings */

h1, #home h2 {
		font-size: 24px;
		color: #83ab25;
		padding-bottom: 5px;
}

h2 {
	font-size: 17px;
	padding: 0 0 12px 0;
}

h3 {
	font-size: 15px;
	padding: 0 0 3px 0;
}

h4 {
	font-size: 12px;
	padding: 0 0 8px 0;
}

/* Links */

a {
	border-bottom: 1px solid #666;
	text-decoration: none;
}

a:link {
	color: #3f75ab;
	border-color: #c0d2e3;
}

a:visited {
	color: #3f75ab;
	border-color: #c0d2e3;
}

a:hover {
	border-color: #3f75ab;
}

a:active {
	color: #2d547b;
	border-color: #2d547b;
}

/* Content defaults */

	.content ul {
		padding-bottom: 12px;
	}
	
	.content ul li {
		background: #FFF url(../images/content_li_bg.jpg) no-repeat left 8px;
		padding: 0 0 3px 18px;
	}
	
	/* ul zonder bullets */
		.content ul.nobullets li {
			background: none;
			padding: 0;
		}
		
			.content ul.nobullets li h3{
				padding-bottom: 7px;
				padding-top: 0;
			}
	
			.content ul.nobullets li h4 {
				padding-bottom: 5px;
			}

.content ol {
	list-style-type: decimal;
	padding: 0 0 12px 12px;
}

.content dl {
	padding: 0 0 12px 12px;
}

.content ul ul,
.content ul ol,
.content ol ul,
.content ol ol {
	padding: 0 0 12px 0;
}

.content code {
	font-family: Monaco, "Courier New", monospace;
}

.content pre {
	font-size: 12px;
	line-height: 18px;
	background: #F5F5F5;
	margin: 0 0 12px 0;
	padding: 10px;
}

.content blockquote,
.content q {
	font-style: italic;
	color: #666;
}

.content blockquote {
	padding: 0 10px; 
	padding: 12px 0;
}

.content cite,
.content em {
	font-style: italic;
}

.content table {
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
}

.content td, 
.content th {
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	font-size: 11px; 
	padding: 4px;
}

.content th {
	font-weight: 700;
}

/* a img */

a.linkedImage {
	border: 0;
	display: block;
	font-size: 11px;
	color: #808080;
}

a.linkedImage img {
	display: block;
}

/*
	Page structure and layout
*/

#wrapper {
	height: 100%;
	min-height: 100%;
		height: auto !important;
		
		margin: 0 auto -105px;
	
}

#container {
	width: 960px;
	margin: 0 auto;
}

#content {
	width: 440px;
	float: left;
	margin: 0 20px 63px 44px;
	color: #646464;
	overflow: hidden;
}

	/* Sticky footer */

	#push {
		height: 105px;
	}
	
	/* Topbar */

	#topbar {
		background-color: #6d6d6d;
		height: 26px;
	}
	
		#topbar ul {
			width: 960px;
			margin: 0 auto;
		}
		
			#topbar ul li {
				display: inline;
				float: right;
				margin-left: 18px;
				margin-top: 2px;
			}
			
				#topbar ul li a {
					color: #ebebeb;
					font-weight: bold;
					font-size: 12px;
					border-color: #8a8a8a;
				}
				
				#topbar ul li a:hover {
					color: #FFF;
					border-color: #FFF;
				}
		
		#topbar #login {
			padding-right: 32px;
			background: url(../images/topnav_bg.gif) no-repeat center right;
		}

	/* Header */
	
	#header {
		width: 960px;
		float: left;
		height: 132px;
	}

	/* Logo */

	#header h1, #header h2 {
		width: 238px;
		height: 76px;
		background: url(../images/logo.jpg) no-repeat;
		text-indent: -9999px;
		float: left;
		margin-top: 27px;
	}

	#header h1 a, #header h2 a {
		width: 100%;
		height: 100%;
		display: block;
		overflow: hidden;
		border-bottom: none;
	}

	/* Navigation */
	
	#topnav {
		width: 677px;
		height: 38px;
		background: #83ab25 url(../images/mainnav_bg.jpg) repeat-y;
		border: 1px solid #70971b;
		float: right;
		margin-top: 55px;
	}

		#topnav ul {
			margin-left: 14px;
		}

		#topnav li {
			float: left;
			height: 29px;
		}

			#topnav li a {
				padding: 9px 14px 0 14px;
				height: 100%;
				display: inline-block;
				font-weight: bold;
				font-size: 14px;
				color: #FFF;
				border-bottom: none;
			}

			#topnav li a:hover, #topnav li.selected a {
				background-color: #9bcc1c;
				border-left: 1px solid #70971b;
				border-right: 1px solid #70971b;
				padding: 9px 13px 0 13px;
			}
			
	#subnavigation {
		width: 212px;
		min-height: 1px;
		float: left;
		overflow: hidden;
	}
	
	#subnavigation ul, #subnavigation ul ul {
		width: 212px;
		overflow: hidden;
	}
	
		#subnavigation h3 {
			font-size: 16px;
		}
		
		#subnavigation li {
			line-height: 1;
			display: inline;
		}
		
			#subnavigation li a {
				padding: 10px 0 10px 48px;
				border-bottom: 1px solid #EEE;
				display: block;
				background: #cecccc url(../images/subnav_bg.gif) no-repeat 15px center;
				font-size: 14px;
				font-weight: bold;
				color: #FFF;
			}
			
			#subnavigation li a:hover {
				color: #555;
			}
			
			#subnavigation li.selected a:hover {
				color: #FFF;
			}
			
			#subnavigation li.selected a {
				background: #6d6d6d url(../images/subnav_selected_bg.gif) no-repeat 15px center;
			}
			
				#subnavigation li.selected li a {
					background-color: #f7f7f7;
					background-image: none;
					font-size: 12px;
					color: #6d6d6d;
					padding: 12px 0 12px 25px;
					border-top: 1px solid #d4d5d5;
				}
				
				#subnavigation li.selected li.first a {
					border: none;
				}
				
				#subnavigation li.selected li a:hover, #subnavigation li.selected li.selected a {
					color: #83ab25;
				}
	
	#footer ul {
		float: right;
		margin-top: 33px;
	}
	
		#footer ul li {
			float: left;
		}
		
			#footer ul li a {
				margin: 4px 13px;
				display: block;
				font-weight: bold;
				font-size: 12px;
				color: #999;
				border-color: #c2c2c2;
			}
			
			#footer ul li a:hover {
				background-color: #e2e2e2;
				padding: 3px 12px;
				margin: 0;
				border: 1px solid #dcdcdc;
			}

	/* main */
	
	#main {
		width: 936px;
		padding-left: 24px;
		float: left;
	}

	/* Sidebar */

	#sidebar {
		background: #f6f6f6 url(../images/side_bg.png) no-repeat bottom left;
		width: 220px;
		float: right;
		color: #333;
		margin-bottom: 40px;
		
	}
		
		#sidebar h3 {
			font-size: 18px;
			color: #83ab25;
		}
		
		#sidebar ul li {
			background: url(../images/sidebar_li_bg.jpg) no-repeat top left;
			padding-left: 30px;
		}
	
		#sidebar #call_to_action {
			background: #ebebeb url(../images/sidebar_top_bg.jpg) no-repeat top left;
			border: 1px solid #ddd;
			padding: 17px 17px 9px 21px;
			line-height: 1.2;
		}
		
			#sidebar #call_to_action a {
				display: block;
				background-image: url(../images/try_it.jpg);
				background-position: 0 0;
				width: 176px;
				height: 42px;
				border: none;
				text-indent: -9999em;
				color: #83ab25;
			}
			
			#sidebar #call_to_action a:hover {
				background-position: 0 -42px;
			}
		
			#sidebar #call_to_action p {
				font-weight: 700;
				font-size: 13px;
				color: #6d6d6d;
			}
		
		#sidebar .widget {
			padding: 11px 28px 10px 24px;
			border-bottom: 1px solid #DDD;
		}
		
			#sidebar .widget ul {
				padding-top: 6px;
			}
			
			#sidebar .widget.recent_reactions li {
				margin-bottom: 6px;
				padding: 0 0 6px 0;
				background: none;
				border-bottom: 1px dotted #DDD;
			}
		
		#sidebar .last {
			padding-bottom: 21px;
			border: none;
		}
		
		#sidebar .references ul li {
			list-style-image: none;
			margin-left: 0;
			float: left;
			margin-right: 10px;
			line-height: 0;
			width: 96px;
			height: 97px;
			padding: 0 4px 3px 0;
			overflow: hidden;
			background: url(../images/references.png) no-repeat top left;
		}
		
		#sidebar .references ul li img {
			width: 96px;
			height: 97px;
		}
		
		#sidebar .references ul li.last {
			margin-right: 0;
		}
		
				#sidebar .references ul li a {
					border: none;
				}
				
				#sidebar .references p {
					float: left;
					background: url(../images/blog_link_bg.jpg) no-repeat 0 4px;
					margin-top: 18px;
				}
				
					#sidebar .references p a {
						font-weight: bold;
						font-size: 14px;
						display: inline-block;
						border-bottom: 1px solid #e8eef5;
						margin-left: 22px;
					}

					#sidebar .references p a:hover {
						border-bottom: 1px solid #3F75AB;
					}
					
				
		#sidebar input.input-submit {
			padding: 2px 3px;
		}
		
		#sidebar.blog {
			width: 310px;
		}

		#sidebar.blog #call_to_action {
			height: 70px;
			overflow: hidden;
			background: #ebebeb url(../images/bg_cta_blog.jpg) no-repeat top left;
			border: 1px solid #ddd;
			padding: 17px 17px 17px 21px;
			line-height: 1.2;
		}

			#sidebar.blog #call_to_action a {
				display: block;
				background-image: url(../images/subscribe_rss.jpg);
				background-position: 0 0;
				width: 267px;
				height: 42px;
				border: none;
				text-indent: -9999em;
				color: #83ab25;
			}

			#sidebar.blog #call_to_action a:hover {
				background-position: 0 -42px;
			}

			#sidebar.blog #call_to_action p {
				font-weight: bold;
				font-size: 14px;
				color: #6d6d6d;
			}

	/* Footer */
	#footer-wrapper {
		width: 100%;
		background: #F0F0F0 url(../images/bg_footer.gif) repeat;
		height: 104px;
		border-top: 1px solid #d7d7d7;
	}
	
		#footer {
			width: 960px;
			height: 105px;
			margin: 0 auto;
			background: url(../images/footer_bg.gif) no-repeat;
		}
		
	#blurb {
		width: 935px;
		float: left;
		margin-bottom: 36px;
	}

	#intro {
		width: 552px;
		float: left;
		padding-bottom: 10px;
	}

	#home #intro h2 {
		font-size: 22px;
		line-height: 1.2em;
		color:#333333;
	}
	
	#home #intro strong {
		color: #83ab25;
	}

/*
	Pagination
*/

.pagination-wrap {
	width: 100%;
	overflow: hidden;
}

.pagination {
	float: left;
	position: relative;
	left: 50%;
}

.pagination ul {
	padding: 18px 0;
	z-index: 2;
	overflow: hidden;
	position: relative;
	left: -50%;
}

.pagination li {
	float: left;
	list-style: none;
	margin: 0 5px 0 0;
	text-decoration: none;
	padding: 0;
	line-height: 15px;
	font-size: 12px;
	text-align: center;
}

.pagination li span {
	float: left;
	display: block;
	padding: 4px 5px;
	color: #ccc;
	min-width: 12px;
}

.pagination li.currentpage span {
	font-weight: 700;
	color: black;
}

.pagination li.selected span {
	padding: 4px 5px;
	font-weight: 700;
	color: black;
}

.pagination li a:link,
.pagination li a:visited {
	float: left;
	display: block;
	padding: 3px 4px;
	border: 1px solid #ddd;
	text-decoration: none;
	min-width: 12px;
}

li.ellipsis {
	margin: 0;
}

li.ellipsis span {
	color: black;
}

.pagination li a:hover,
.pagination li a:active {
	background: #eee;
	border: 1px solid #bbb;
	color: black;
}

.nextpage, .previouspage {
	font-size: 11px !important;
}

.pagination li.nextpage {
	margin-left: 10px;
}

.pagination li.previouspage {
	margin-right: 15px;
}

/* Form style */

input, textarea, select, button { 
	font-family: Arial, sans-serif;
}

input.input-submit {
	background-color: #83ab26;
	color: #FFF;
	border: 1px solid #70971b;
	padding: 3px 5px;
	cursor: pointer;
	font-weight: 700;
}

input.input-submit:hover {
	background-color: #9bcc1c;
}

input.input-text {

}

input:focus,
textarea:focus {

}

fieldset p {
	padding: 0;
}

label {
	display: block;
	padding-top: 5px;
	font-style: normal;
	cursor: pointer;
}

/* General classes */

.hidden { display: none; }
.block { display: block; }
.noPadding { padding: 0 !important; }
.noMargin { margin: 0 !important; }
.floatLeft { float: left; }
.floatRight { float: right; }
.noBorder { border: none; }


/* likeButton & share */

a.likeButton {
	background: transparent url(../images/blog_buttons_bg.jpg) repeat-x scroll 0 0;
	border: 1px solid #E7E7E7;
	display: block;
	font-size: 12px;
	padding: 3px 7px 1px;
	float: left;
	margin-right: 12px;
}

a:hover.likeButton {
	border: 1px solid #b8b8b8;
}

a.share {
		background: transparent url(../images/share_bg.jpg) repeat-x scroll 0 0;
		border: 1px solid #E7E7E7;
		display: block;
		font-size: 12px;
		padding: 3px 24px 1px 7px;
		float: left;
		margin-right: 12px;
}

a:hover.share {
	border: 1px solid #b8b8b8;
}

/* Image classes */

img.alignLeft {
	float: left;
	padding: 0 10px 10px 0;
}

img.alignRight {
	float: right;
	padding: 0 0 10px 10px;
}

/* blog */

#blog {
	width: 550px;
	margin-right: 24px;
	float: left;
	color: #6d6d6d;
	list-style: none;
	padding-left: 0;
	margin-bottom: 24px;
	overflow: hidden;
}

#blog .blogItem {
	width: 550px;
	background: url(../images/home_blogbg.png) repeat-y 0 0;
	margin-bottom: 30px;
	padding: 0;
}

.blogItemContent {
	width: 340px;
	float: left;
}

.blogItemContent .content {
	padding-bottom: 6px;
}

.blogItemSide {
	width: 170px;
	float: right;
}

.reactionShare {
	width: 340px;
}

.reactionsShare li {
	float: left;
}

.blogTitle a {
	color: #333;
	border-color: #bfbfbf;
	font-size: 16px;
	display: inline;
	margin-right: 6px;
}

.blogTitle a:hover {
	border-color: #333;
}

.postMeta {
	color: #6d6d6d;
	font-weight: 700;
	font-size: 12px;
}

/* Homepage */

#home #sidebar {
	width: 340px;
	margin-top: 32px;
}

	#homeBlog .blogContent {
		width: 340px;
	}
	
	#homeBlog .tagsCategory {
		width: 170px;
	}

	#homeBlog h2 {
		font-size: 24px;
		color: #83ab25;
		padding-bottom: 18px;
	}
	
#blogLink {
	border-top: 4px solid #f0f0f0;
	padding-top: 10px;
	margin-bottom: 100px;
	width: 555px;
	float: left;
	margin-top: -10px;
	background: url(../images/blog_link_bg.jpg) no-repeat 0 14px;
}

	#blogLink a {
		font-weight: bold;
		font-size: 14px;
		border-bottom: none;
		display: inline-block;
		/*border-bottom: 1px solid #c4d5e5;*/
		border-bottom: 1px solid #e8eef5;
		margin-left: 22px;
	}
	
	#blogLink a:hover {
		border-bottom: 1px solid #3F75AB;
	}

	
/* Blogdetail */

.blogDetailMeta {
	width: 526px;
	background: #F6F6F6 url(../images/bg_blogdetail.png) repeat-y 0 0;
	padding: 12px;
	margin-bottom: 12px;
}

.blogDetailMeta .blogPostCategories {
	width: 188px;
	float: left;
}

.blogDetailMeta .blogPostTags {
	width: 312px;
	float: right;
}

.blogDetailShare {
	padding-bottom: 12px;
}

.blogcomments {
	width: 550px;
}

.blogcommentContent {
	width: 495px;
	float: right;
}

#comments {
	padding-bottom: 12px;
}

.blogform {
	background-color: #F6F6F6;
	padding: 12px;
	float: left;
	width: 526px;
	margin-bottom: 12px;
}

.blogform p {
	font-style: italic;
	padding: 0;
}

.blogform p label {
	padding: 15px 0 5px 0;
}

.blogform input {
	width: 350px;
	display: block;
}

.blogform textarea {
	width: 400px;
	display: block;
}

.blogform .input-submit {
	width: auto;
	margin-top: 15px;
}

.blogform .form-error {
	color: #FC2F2F;
}

.blogcomment {
padding-top: 20px;
border-top: 1px solid #DDD;
}

.blogcomment .gravatar {
	float: left;
}	
	
.blogcomment h4 {
	font-weight: normal;
}
	
.blogcomment p.author {
	padding: 0;
	font-weight: bold;
}
	
#blogdetail p.date {
	font-weight: 700;
}

/* Blog - categorieën */

	.datagrid {
	width: 100%;
	border: none;
}

	.datagrid td, .datagrid th {
		border: none;
		padding: 10px;
		font-size: 12px;
	}
	
	.datagrid th {
		border-bottom: 1px solid #83AB25;
		font-size: 15px;
		color: #83AB25;
	}
	
	.datagrid td {
		border-bottom: 1px solid #DDD;
	}

/* costumerTable */

table.customersTable {
	width: 440px !important;
	overflow: hidden;
	border: none;
	padding: 0;
	margin: 0;
}

table.customersTable td {
	vertical-align: middle;
	text-align: center;
	width: 220px !important;
	height: 220px !important;
	border: none;
	background: url(../images/background_table.jpg) no-repeat 0 0;
	padding: 0;
	margin: 0;
}

table.customersTable td a {
	border: none;
}

/* error-messages */

.form-error {
	color: #FC2F2F;
	display: block;
}

.form-success {
	background:#EDFED2 none repeat scroll 0 0;
	border:1px solid #D2E6B3;
	color: #2E6C01;
	display:block;
	margin:3px;
	padding:4px;
}


/* Contactpagina */

#contactForm {
	border-top:1px solid #DDD;
	padding-top: 6px;
}

	#contactForm dl {
		padding: 0;
	}

	#contactForm input {
		width: 250px;
		display: block;
	}

	#contactForm textarea {
		width: 300px;
		display: block;
	}
	
	#contactForm .input-submit {
		width: auto;
	}
	
	#contactForm .form-error {
		color: #FC2F2F;
	}
	
/* Newsletterform */

#newslettersubscribeform input {
	margin-bottom: 15px;
}

/* faq */

#faqdetail ul, #faqcategories ul {
	border-bottom:1px solid #DDD;
	margin-bottom: 12px;
}

#faqdetail ul li, #faqcategories ul li {
	background: none;
	padding-left: 0;
}