/*
Theme Name: 960bc
Theme URI: http://www.guardianwebdesign.com.au/960bc
Description: A blank canvas WordPress theme for developers based on the 960 CSS framework.
Version: 1.6
Author: Troy Dean
Author URI: http://www.guardianwebdesign.com.au/
Tags: fixed-width, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar

	960bc v1.6
	http://www.guardianwebdesign.com.au/960bc

	This theme was designed and built by Troy Dean
	as a starting point for WordPress developers who
	like the 960 grid system.
	http://www.960.gs
	The theme includes no images and minimal styling,
	providing a blank canvas for the designer to unleash
	her css magic.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* for ease of updating into the future we use separate style sheets for colours and typography */

@import url(colours.css);
@import url(typography.css);
/* Begin Structure */

body {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}
#page {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
}
/* This hides the 'skip to' links and maintains accessibility */
		
p {
	margin-bottom: 15px;
}
#content {
	margin-top: 0;
}
#sidebar {
	background: #F2F2F2;
	border: 1px solid #ccc;
	_border: none;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.treemenu {
	padding: 4px 0 10px 10px
}
.post {
	margin: 0 0 40px;
}
.postmetadata {
	margin: 30px 0;
}
.smallattachment {
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.attachment {
	margin: 5px 0px;
}
.postmetadata {
	clear: both;
}
/* End Structure */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}
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 */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.entry {
	margin-bottom: 20px;
}
.entry ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0 0 20px 10px;
	padding-left: 20px;
}
.homeentry ul {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 20px 10px;
	padding-left: 20px;
}
.homeentry ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0 0 20px 10px;
	padding-left: 20px;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
/* End Entry Lists */

/* Begin Form Elements */
#sidebar #searchform #s {
	width: 236px;
	_width: 232px;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
select {
	width: 130px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond {
	width: 100%;
	*width: 99%;
	padding-top: 20px;
}
#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: left;
}
/* End Form Elements */

/* Begin Comments*/




.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}
.commentlist li .avatar {
	float: right;
	padding: 2px;
}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
	font-size: 12px;
}
.children {
	padding: 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
hr {
	height: 1px;
	color: #CCC;
	background-color: #CCC;
}
.navigationTop {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}
.navigationBottom {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* End Various Tags & Classes*/

/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* `footer menu
----------------------------------------------------------------------------------------------------*/



#footer {
	background:url(http://www.viadesk.nl/images/footer.png) repeat-x top;
	padding: 20px 0 10px;
	margin: 20px auto 0;
}
.footmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}
.footmenu li {
	padding: 0px;
	margin: 0px;
	display: inline;
}
.footmenu li a {
	text-decoration: none;
	display: block;
	margin: 0px;
	color: #666;
	padding: 2px 0px 1px;
	font-size: 12px
}
.footmenu li a:hover {
	color: #0066cc;
}
.ftitle a {
	font-weight: bold
}
.ftitle a:hover {
	color: #0066cc !important;
}
/* `footer language and copyright
----------------------------------------------------------------------------------------------------*/

#copyright p {
	color: #666;
	font-size: 12px;
	text-align: center;
	padding: 0;
	margin: 5px auto 10px;
}
.floatleft {
	float: left
}
/* end footewr */


.home .recent {
	margin: 20px 0;
	padding-top: 20px;
	border-top: 1px solid #ccc;
}
.english, .breadcrumb {
	padding: 8px 0;
}
.english {
	text-align: right;
}
li.pagenav {
	list-style-type: none;
}
li.pagenav h3, .searchwrapper h3 {
	font-size: 14px;
	color: #666;
}
#topnav li {
	list-style-type: none;
}
.searchresults {
	border-top: 1px solid #ccc;
	margin-top: 10px;
	padding-top: 10px;
}
.searchresults small {
	display: none;
}
.treemenu p {
	padding: 10px 10px 0 0;
}
.entry p.info, .entry div.info {
	background-color: #E0E6EC;
	padding: 10px;
	background-image: url(images/info.png);
	background-repeat: no-repeat;
	background-position: 10px 12px;
	text-indent: 20px;
	font-weight: bold;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.entry div.info ul {
	margin-bottom: 0;
}
.entry div.info li {
	text-indent: 0;	
}
.most li a {
	background-image: url(images/icon-doc.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	line-height: 1.8em;
}
.recent li a {
	background-image: url(images/comment.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	line-height: 1.8em;
}
.standout {
	padding: 10px;
	text-size: 12px !important;
	border: 1px solid #E6E6E6;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.pollwrap {
	margin-top: 20px;
}
.pollwrap li {
	list-style-type: none;
}
ul.wp-polls-ul li {
	margin-bottom: 5px;
}
.post-ratings {
	height: 20px;
}
.post-ratings img {
	padding-top: 5px;
}
h3.bluelink {
	color: #004C99;
}
.events {
	margin: 0 0 10px;
	width: 100%; 
	overflow: hidden;
}
table.members {
	border: 1px solid #CCC;
	padding: 0;
	line-height: 15px
}
table.members tr {
	height: 20px;
	padding: 0;
}
table.members td {
	padding: 0px;
	border: 1px solid #CCC;
}
.searchwrapper {
	background: #F6F6F6;
	border: 1px solid #E6E6E6;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.search {
}
.search li {
	list-style-type: none;
}
.search input {
	float: left;
	margin: 20px 0 20px 20px;
	font-size: 16px;
	width: 620px;
	background:#fff url(http://www.viadesk.nl/images/icon_search.png) no-repeat scroll 10px 13px;
	padding: 10px 10px 10px 30px;
	color: #666;
	border: 1px solid #E6E6E6;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	_border: none;
	}
#sidebar .search input {
	float: left;
	margin: 12px 0 0 12px;
	font-size: 16px;
	background:#fff url(http://www.viadesk.nl/images/icon_search.png) no-repeat scroll 10px 13px;
	padding: 10px 0 10px 30px;
	color: #666;
	border: 1px solid #E6E6E6;
	_border: none;
}
.search h3 {
	font-size: 14px;
	color: #666;
}
.browse {
	padding-left: 20px;
}
.tips {
	padding-right: 20px;
}
.tips li, .download li, ul.browse li.pagenav ul li {
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 20px;
}
.tips li {
	background-image: url(images/comment.gif);
}
.download li {
	background-image: url(images/icon_pdf.gif);
}
ul.browse li.pagenav ul li {
	background-image: url(images/icon-doc.gif);
}
.news {
	padding: 20px 20px 10px 20px;
	border: 1px solid #E6E6E6;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#popular ul li, #trouble ul li {
	background-image: url(images/icon-doc.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;	
}
#recent ul li {
	background-image: url(images/comment.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;	
}
#tabs {
	margin-top: 20px;
}
/* Tabs
----------------------------------*/
.ui-tabs {
	padding: .2em;
	zoom: 1;
}
.ui-tabs .ui-tabs-nav {
	list-style: none;
	position: relative;
	padding: .2em .2em 0;
	margin-bottom: 31px;
}
.ui-tabs .ui-tabs-nav li {
	position: relative;
	float: left;
	border-bottom-width: 0 !important;
	margin: 0 .2em -1px 0;
	padding: 0;
	border: 1px solid #E6E6E6;
	border-radius:3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	-khtml-border-radius: 3px 3px 0px 0px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	background: #F6F6F6;

}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	text-decoration: none;
	padding: .5em 1em;
	font-weight: bold;
	color: #333;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	padding-bottom: 1px;
	border-bottom-width: 0;
	background: #fff;

}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
	cursor: pointer;
} /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
	padding: 10px 0 20px;
	display: block;
	border-top: 1px solid #E6E6E6;
	background: none;
}
.ui-tabs .ui-tabs-hide {
	display: none !important;
}

/* end tabs */

p.title-comments {
	background-image: url(images/comment.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-weight: bold;
}
p.title-comments span {
	font-weight: normal;	
}
.print-this {
	height: 28px;
	margin-top: 8px;
	text-align: right;
}
.print-this a {
	_display: none;
	background-image: url(images/print_16.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
}
.wp-polls .Buttons {
	float: left;
	display: inline;
	background-color: #6F6F6F;
	color: #fff;
	padding: 5px;
	_padding: 4px 0;
	*padding: 4px 0;
	margin-top: 7px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.wp-polls .Buttons:hover {
	background-color: #3C3C3C;
	cursor: pointer;
}
.wp-polls a {
	margin-top: -10px;
}
ul.pdfdownload {
	list-style-type: none;
	margin: 0;
	padding: 0 0 100px 0;
}
ul.pdfdownload li {
	float: left;
	background-image: url(images/factsheets.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	width: 90px;
	margin-right: 10px;
	text-align: center;
	padding-top: 55px;
}
#factsheets ul li a {
	background: url(images/icon_pdf.gif) no-repeat left center;
	padding-left: 22px;	
}
ul.pdflist li {
	padding: 5px 0 5px 45px;
	list-style-type: none;
	margin: 0 0 0 0px;
	background: url(images/pdf32.gif) no-repeat 0px 8px;
	display: block;
	text-align: left;
	min-height: 32px;
	_height: 32px;
}
.news .events span {
	color: #999;
	width: 130px;	
	_width: 126px;	

}
.events .homeentry {
	padding-left: 130px;
}
#tags {
	margin-bottom: 30px;
}
#tags .post {
	margin: 10px 0 0 0;
	border-top: 1px solid #CCC;
	padding-top: 10px;
}
p.readmore, span.says {
	display: none;
}
.comment-author {
	float: left;
}
.commentmetadata a {
	vertical-align: bottom;
	line-height: 18px;
	padding-left: 5px;
}
.even, .alt {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.treemenu ul ul p {
	padding: 0 0 0 3px;
	margin: 10px 0 -2px;
}
.treemenu ul ul p a:hover {
	color: red;
}
.entry ul {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 20px 10px;
	padding-left: 20px;
}
.entry ul li ul li {
	list-style-type: circle;
}
a.nodeSel {
	color: #333 !important;
	font-weight: bold;
}


/* `header navigation
----------------------------------------------------------------------------------------------------*/

#topnav {
	background-image: url(http://www.viadesk.com/images-NEW/header-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	overflow: hidden;
}
.greyhead {
	height: 96px;
}
#topnav H1 {
	background: url(http://www.viadesk.com/images-NEW/viadesk-logo.png) no-repeat;
	height: 96px;
	overflow: hidden;
	text-indent: -9999px;
}
.logohover { 
	cursor: pointer;
	width: 272px;
	height: 96px;
	float: left;
}
#topnav .headcontact p {
	display: inline;
	margin: 10px 0 0 30px;
	float: right;
}
#topnav .headcontact p span.red {
	color: #CC0000;
}
#topnav input {
	float: right;
	width: 150px;
	height: 16px;
	margin-top: 30px;
	background: white url(http://www.viadesk.com/images/icon_search.png) no-repeat 5px 4px;
	padding: 3px 3px 2px 20px;
	font-size: 12px;
	color: #333;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
#nav {
	margin: 30px 0 0 0;
	padding: 0;
	white-space: nowrap;
	list-style: none;
	float: left; 
	overflow: hidden;
	width: 486px;
}
#nav li {
	margin:0;
	padding: 0;
	float: left;
	text-indent: -9999px;
}
#nav li a {
	display: block;
	height: 26px;
	overflow: hidden
}
#nav li a.home {
	background: url(http://www.viadesk.com/images-NEW/buttons_r1_c1.gif);
	width: 60px;
}
#nav li a.home:hover {
	background: url(http://www.viadesk.com/images-NEW/buttons_r1_c1.gif) 0 52px;
}
#nav li a.homeactive {
	background: url(http://www.viadesk.com/images-NEW/buttons_r1_c1.gif) 0 26px;
	width: 60px;
}
#nav li a.klanten {
	background: url(http://www.viadesk.com/images-NEW/buttons_r1_c2.gif);
	width: 70px;
}
#nav li a.klanten:hover {
	background: url(http://www.viadesk.com/images-NEW/buttons_r1_c2.gif) 0 52px;
}
#topnav li a.klantenactive {
	background: url(http://www.viadesk.com/images-NEW/buttons_r1_c2.gif) 0 26px;
	width: 70px;
}
#nav li a.product {
	background: url(http://www.viadesk.com/images-NEW/buttons_r1_c3.gif);
	width: 80px;
}
#nav li a.product:hover {
	background: url(http://www.viadesk.com/images-NEW/buttons_r1_c3.gif) 0 52px;
}
#nav li a.productactive {
	background: url(http://www.viadesk.com/images-NEW/buttons_r1_c3.gif) 0 26px;
	width: 80px;
}
#nav li a.bedrijf {
	background: url(http://www.viadesk.com/images-NEW/buttons_r1_c4.gif);
	width: 82px;
}
#nav li a.bedrijf:hover {
	background: url(http://www.viadesk.com/images-NEW/buttons_r1_c4.gif) 0 52px;
}
#nav li a.bedrijfactive {
	background: url(http://www.viadesk.com/images-NEW/buttons_r1_c4.gif) 0 26px;
	width: 82px;
}
#nav li a.support {
	background: url(http://www.viadesk.com/images-NEW/buttons_r1_c5.gif);
	width: 76px;
}
#nav li a.support:hover {
	background: url(http://www.viadesk.com/images-NEW/buttons_r1_c5.gif) 0 52px;
}
#nav li a.supportactive {
	background: url(http://www.viadesk.com/images-NEW/buttons_r1_c5.gif) 0 26px;
	width: 76px;
}
#nav li a.starten {
	background: url(http://www.viadesk.com/images-NEW/buttons_r1_c6.gif);
	width: 94px;
}
#nav li a.starten:hover {
	background: url(http://www.viadesk.com/images-NEW/buttons_r1_c6.gif) 0 52px;
}
#nav li a.startenactive {
	background: url(http://www.viadesk.com/images-NEW/buttons_r1_c6.gif) 0 26px;
	width: 94px;
}
#submenu {
	background-image: url(http://www.viadesk.com/images-NEW/submenu-line.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 20px;
}
#nosubmenu {
	margin: 0;
	background-image: url(http://www.viadesk.com/images-NEW/submenu-line.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	font-size: 0px;
	_display: none;
}

#submenu ul {
	margin: 0;	
	padding: 0 0 0 110px;
	white-space: nowrap;
	list-style: none;
	float: left; 
	overflow: hidden;
	height: 46px;
	
}
#submenu li {
	margin:0;
	padding: 10px 20px 0 0 ;
	float: left;
	display: inline;
	_width: 100px;
	_padding: 0;
	_text-align: center;
}
#submenu li a {
	display: block;
	height: 26px;
	overflow: hidden;
	font-size: 14px;
}

.size-full {
	border: 1px solid #e9e9e9; 
	padding: 2px; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
}
.pollbar {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#comments {
	margin-top: 20px;
}