/* $Id: style.css,v 1.47 2010/12/02 22:02:39 danprobo Exp $ */

/* Body
-------------------------------------------------------------- */

body {
background:url(images/body-bg.gif) repeat-x #fff;
font-size: 84%;
font-family: Arial, Helvetica, sans-serif;
color: #000;
margin: 0;
padding: 0;
line-height: 1.5em;
}

/* Text elements
-------------------------------------------------------------- */

@font-face {
	font-family: 'OblikBold';
	src: url('fonts/oblik_bold-webfont.eot');
	src: local('?'), url('fonts/oblik_bold-webfont.woff') format('woff'), url('fonts/oblik_bold-webfont.ttf') format('truetype'), url('fonts/oblik_bold-webfont.svg#webfontDcd21ES5') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'AngelinaRegular';
	src: url('fonts/angelina-webfont.eot');
	src: local('?'), url('fonts/angelina-webfont.woff') format('woff'), url('fonts/angelina-webfont.ttf') format('truetype'), url('fonts/angelina-webfont.svg#webfontMzeZlnkJ') format('svg');
	font-weight: normal;
	font-style: normal;
}


tr.odd td, tr.even td {
padding: 0.5em;
}

a {
text-decoration: none;
}

a:link {
color: #0079ca;/*#e87e17*/
text-decoration: none;
}

a:visited {
color: #0079ca;/*#e87e17*/
text-decoration: none;
}

a:hover {
color:#ff141f;
}

blockquote {
background: url(images/bq-tl.gif) no-repeat left top;
padding-left: 30px;
margin-left: 10px;
font-style:italic;
}

blockquote p {
background: url(images/bq-br.gif) no-repeat right bottom;
}

cite {
background: url(images/bq-tl.gif) no-repeat left top;
clear: both;
display: block;
font-style: italic;
padding-left: 30px;
margin-left: 10px;
}

code, tt, pre {
background-color:#EDF1F3;
font-family:"Bitstream Vera Sans Mono",Monaco,"Lucida Console",monospace;
font-size:0.9em;
line-height:1.2em;
}

/* Headings
-------------------------------------------------------------- */

h1 {
font-size: 1.8em;
font-family:'OblikBold';
font-weight: normal;
color: #0079ca;
}

h2 {
font-size: 1.8em;
color: #0079ca;
font-family:'OblikBold';
font-weight: normal;
}

h3 {
font-size: 1.3em;
}

h4 {
font-size: 1.2em;
}

h5 {
font-size: 1.1em;
}

h6 {
font-size: 1em;
}

/* Header regions
-------------------------------------------------------------- */

#header {
height: 144px;
position: relative;
width: 950px;
margin: 0 auto;
}

#header-first {
float: left;
}

.logo {
padding-top: 0px;
padding-left: 0px;
}

.logo IMG {
height:128px;
}

#header-middle {
float: left;
padding-top: 25px;
}

.logo-name {
display: inline; 
font-weight: bold;
font-size: 25px;
padding-left: 15px;
position: relative;
font-family: Verdana, Tahoma;
font-style: italic;
}

.logo-text {
display: inline;                       
font-weight: bold;
position: relative;
padding-left: 10px;
font-family: Verdana, Tahoma;
}

#header-wrapper #search-box {
margin: 4px 14px;
position: absolute;
right: 0;
top: 30px;
white-space: nowrap;
}

#header-wrapper #search-box #search input.form-text {
border: 1px solid #D5D5D5;
width: 10em;
}

/* Primary menu + Superfish
-------------------------------------------------------------- */

#menu {
height: 35px;
background:url(images/menu-bg.gif) repeat-x;
width:960px;
margin: 0 auto;
}

#nav {
height: 35px;
background:url(images/menu-bg.gif) repeat-x;
float:left;
}

#nav li {
float:left;
background:url(images/menu-separator.gif) no-repeat right top;
height:35px;
padding:0 1px 0 0;
}

#nav li a{
color:#fff;
text-decoration:none;
font-size:12px;
padding:7px 29px 0 29px;
display:inline-block;
font-weight:bold;
height:25px;
text-transform:uppercase;
}

#nav li a:hover {
background:transparent url(images/menu-hover-bg.gif) repeat-x;
}

#nav li.active-trail a {
background:transparent url(images/menu-hover-bg.gif) repeat-x;
}

#rounded-menu-left {
height: 35px;
background:transparent url(images/menu-left-bg.gif) no-repeat;
float:left;
width:1px;
line-height:0;
font-size:0;
}

#rounded-menu-right {
height: 35px;
background:url(images/menu-right-bg.gif) no-repeat;
float:right;
width:14px;
line-height:0;
font-size:0;
}

/* Superfish
-------------------------------------------------------------- */

#superfish {
height:35px; 
float:left;
}

#superfish h2 {
height: 0;
overflow: hidden;
position: absolute;
}

#superfish .menu, #superfish .menu * {
margin:0;
padding:0;
list-style:none;
}

#superfish .menu {
line-height:1.0;
}

#superfish .menu ul {
position:absolute;
top:-999em;
width:13em;
}

#superfish .menu ul li {
width:100%;
}

#superfish .menu li:hover {
visibility:inherit;
}

#superfish .menu li {
float:left;
position:relative;
}

#superfish .menu a {
display:block;
position:relative;
}

#superfish .menu li:hover ul,
#superfish .menu li.sfHover ul {
left:0;
top:32px;
z-index:99;
}

/* firefox4 hack om menu goed te laten werken */

@-moz-document url-prefix() {
#superfish .menu li:hover ul,
#superfish .menu li.sfHover ul {
left:0;
top:31.5px;
z-index:99;}
}

/* einde hack */

#superfish ul.menu li:hover li ul,
#superfish ul.menu li.sfHover li ul {
top:-999em;
}

#superfish ul.menu li li:hover ul,
#superfish ul.menu li li.sfHover ul {
left:13em;
top:0;
}

#superfish ul.menu li li:hover li ul,
#superfish ul.menu li li.sfHover li ul {
top:-999em;
}

#superfish ul.menu li li li:hover ul,
#superfish ul.menu li li li.sfHover ul {
left:13em;
top:0;
}

#superfish .menu {
float:left;
margin-bottom:1em;
}

#superfish .menu a {
padding:.75em 1em;
text-decoration:none;
}

#superfish .menu a.sf-with-ul {
padding-right:2.25em;
min-width:1px;
}

#superfish .menu a, #superfish .menu a:visited  {
color:#fff;
text-decoration:none;
font-size:12px;
font-weight:bold;
text-transform:uppercase;
padding-right:12px;
padding-left:12px;
padding-top:11px;
}

#superfish ul.menu li.last a#dhtml_menu-337-1 {
text-decoration:none;
text-shadow:none;
font-family:'AngelinaRegular';
color:#fff;
font-size:2em;
text-transform:lowercase;
font-weight:bolder;
margin-top:-5px;
}

#superfish ul.menu li.last a:hover#dhtml_menu-337-1 {
color:#ff141f;
}

#superfish .menu li {
background: transparent;
}

#superfish .menu li li {
background: rgba(125, 125, 125, 0.8);
}

#superfish .menu li li li {
background: rgba(125, 125, 125, 0.8);
top: 0px;
}

#superfish .menu li:hover, #superfish .menu li.sfHover,
#superfish .menu a:focus, #superfish .menu a:hover, #superfish .menu a:active {
outline:0;
}

#superfish .menu li:hover, 
#superfish .menu li.sfHover,
#superfish .menu a:focus, 
#superfish .menu a:hover, 
#superfish .menu a:active {
z-index:10;
}

#superfish .menu li:hover {
background:transparent url(images/menu-hover-bg.gif) repeat-x;
}

#superfish .menu li.active-trail {
background:transparent url(images/menu-hover-bg.gif) repeat-x;
}

#superfish .menu li.active-trail li {
background: rgba(125, 125, 125, 0.8);
}

#superfish .menu li li:hover {
background: rgba(85, 85, 85, 0.9);
}

#superfish .menu li li li:hover {
background: rgba(85, 85, 85, 0.9);
}

.sf-sub-indicator {
position:absolute;
display:block;
right:.75em;
top:1.05em;
width:10px;
height:10px;
text-indent:-999em;
overflow:hidden;
background:url(images/arrows-ffffff.png) no-repeat -10px -100px;
}
a > .sf-sub-indicator { 
top:.8em;
background-position: 0 -100px;
}

a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
background-position: -10px -100px;
}

#superfish .menu ul .sf-sub-indicator { background-position:  -10px 0; }
#superfish .menu ul a > .sf-sub-indicator { background-position:  0 0; }
#superfish .menu ul a:focus > .sf-sub-indicator,
#superfish .menu ul a:hover > .sf-sub-indicator,
#superfish .menu ul a:active > .sf-sub-indicator,
#superfish .menu ul li:hover > a > .sf-sub-indicator,
#superfish .menu ul li.sfHover > a > .sf-sub-indicator {
background-position: -10px 0;
}

#superfish .sf-shadow ul {
background:	url(images/shadow.png) no-repeat bottom right;
padding: 0 8px 9px 0;
}

#superfish .sf-shadow ul.sf-shadow-off {
background: transparent;
}

/* slideshow + Preface top + Slideshow
-------------------------------------------------------------- */

#slideshow-wrapper{
width:100%;
background: transparent url(images/slideshow-shadow.gif) no-repeat center bottom;
height:420px;
margin-bottom:-45px;
margin-top:14px;
}

.slideshow-inner{
width:950px;
margin:0 auto;
height:355px;
position:relative;
z-index:1;
overflow: hidden;
}

#slideshow-preface {
float:left;
position:absolute;
text-align:left;
z-index:4;
}

.slideshow {
width:950px;
height:355px;
position:relative;
z-index:2;
overflow: hidden;
}

#preface {
padding: 20px;
font-size:1.2em;
color:#fff;
display:block;
float:left;
}

#preface a {
color:#fff;
text-decoration:underline;
}

#preface a:hover {
text-decoration:none;
}

#slideshow-bottom{
width:950px;
float:left;
background:url(images/mission-bg.png) no-repeat center bottom;
min-height:65px;
position:absolute;
bottom:0;
left:0;
text-align:right;
z-index:3;
line-height:1.7em;
}

/* Preface first + Preface middle + Preface last regions
-------------------------------------------------------------- */

#preface-wrapper {
width:950px;
margin: 0 auto;
}

#preface-wrapper .column {
float: left;
}

#preface-wrapper.in1 .column {
width: 100%;
}

#preface-wrapper.in2 .column {
width: 50%;
}

#preface-wrapper.in3 .column {
width: 33.3%;
}

#preface-wrapper .block {
padding-left:15px;
padding-right:15px;
}

#mission {
padding: 20px;
font-size:1.6em;
color:#002054;
display:block;
float:right;
}

/* Content regions
-------------------------------------------------------------- */

#wrapper {
width:950px;
margin: 15px auto 10px;
}

#content {
width: 100%;
float: left;
}

/* Sidebar regions
-------------------------------------------------------------- */

#sidebar-side-1 #sidebar-left {
width: 26%;
float: left;
font-size:12px;	
}

#sidebar-side-2 #sidebar-left {
width: 21%;
float: left;
margin-right: 2%;
font-size:12px;	
}

.sidebars-1 #content{
width: 69%;
padding-left: 25px;
float: left;
}

.sidebars-2 #content{
width: 54%;
float: left;
}

#sidebar-side-1 #sidebar-right {
width: 26%;
float: right;
font-size:12px;	      
}

#sidebar-side-2 #sidebar-right {
width: 21%;
float: right;
font-size:12px;	      
}

#sidebar-left .block,
#sidebar-right .block {
margin-bottom: 10px;
}

#sidebar-left h2.block-title,
#sidebar-right h2.block-title {
background: #555555;
margin:0;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 10px;
padding-right: 10px;
font-size: 1.5em;
-moz-border-radius: 0.8em 0.8em 0em 0em;
border-radius: 0.8em 0.8em 0em 0em;
color:#fff;
}

#sidebar-left .block-content,
#sidebar-right .block-content {
background-color: #f4f4f4;
border-right: 1px solid #bbb;
border-bottom: 1px solid #bbb;
border-left: 1px solid #ddd;
/*border-top: 1px solid #ddd;*/
-moz-border-radius: 0em 0em 1em 2em;
border-radius: 0em 0em 1em 2em;
}

#sidebar-left .block-inner,
#sidebar-right .block-inner {
padding-bottom: 5px;
}

#sidebar-left .block-content,
#sidebar-right .block-content {
}

#sidebar-left .block-content-inner,
#sidebar-right .block-content-inner {
margin: 0;
padding: 5px 15px 5px 15px;
}

/* Misc.
-------------------------------------------------------------- */

#help {
font-size: 0.9em;
margin-bottom: 1em;
}

.error {
border-color: red;
}

.terms {
background-repeat: no-repeat;
padding-left: 18px;
padding-bottom: 5px;
}

.book-navigation .menu {
padding-bottom: 15px;
}

#notice {
font-size: 10px;
text-align:center;
margin:10px 0 10px 0;
/*margin-bottom: -10px;*/
}

table {
width:100%;
}

/* Nodes
-------------------------------------------------------------- */

.node {
margin: .5em 0 1em;
padding-bottom: 1em;
border-bottom: 1px solid #bbb;
}

.content-top{
margin: 0 0 1.2em;
padding-left: 1.2em;
padding-right: 1.2em;
padding-top: .1em;
padding-bottom: .5em;
border-bottom: 1px solid #bbb;
border-right: 1px solid #bbb;
border-left: 1px solid #ddd;
border-top: 1px solid #ddd;
background-color: #f4f4f4;
}

.content-bottom {
margin: 1.5em 0 1em;
padding-left: 1.2em;
padding-right: 1.2em;
padding-top: .1em;
padding-bottom: .5em;
border-bottom: 1px solid #bbb;
border-right: 1px solid #bbb;
border-left: 1px solid #ddd;
border-top: 1px solid #ddd;
background-color: #f4f4f4;
}

.title, .title a {
margin: 0 auto;
line-height: 1.2em;
}

.node .content, .comment .content {
margin: .5em 0 .5em;
}

.node .taxonomy {
color: #999;
font-size: 0.9em;
padding-left: 1em;
}

.node .picture, .comment .picture {
float: right;
}

.preview .node, .preview .comment{
background-color: #f4f4f4;
border-right: 1px solid #bbb;
border-bottom: 1px solid #bbb;
border-left: 1px solid #ddd;
border-top: 1px solid #ddd;
padding: 0.8em;
}

.submitted {
font-size: 0.9em;
color: #999;
}

.submitted a:hover {
text-decoration: underline;
}

.content-top {
padding: 1em;
padding-top:0;
background-color: #f4f4f4;
border-right: 1px solid #bbb;
border-bottom: 1px solid #bbb;
border-left: 1px solid #ddd;
border-top: 1px solid #ddd;
-moz-border-radius: 1em 2em 0em 0em;
border-radius: 1em 2em 0em 0em;
margin-top:0;
margin-bottom:1.2em;
}

.sticky {
padding: 1em;
background-color: #f4f4f4;
border-right: 1px solid #bbb;
border-bottom: 1px solid #bbb;
border-left: 1px solid #ddd;
border-top: 1px solid #ddd;
-moz-border-radius: 0em 0em 1em 2em;
border-radius: 0em 0em 1em 2em;
margin-top:0;
margin-bottom:1.2em;
}

.messages {
background-color: #f4f4f4;
border-right: 1px solid #bbb;
border-bottom: 1px solid #bbb;
border-left: 1px solid #ddd;
border-top: 1px solid #ddd;
padding: 0.3em;
margin-bottom: 1em;
}

.breadcrumb {
background-color: #f4f4f4;
border-right: 1px solid #bbb;
border-bottom: 1px solid #bbb;
border-left: 1px solid #ddd;
border-top: 1px solid #ddd;
padding-top: 0.3em;
padding-bottom: 0.3em;
margin-bottom: 1em;
padding-left: 10px;
padding-right: 10px;
display:none; /** geen breadcrumb zichtbaar **/
}

/* Comments
-------------------------------------------------------------- */

.comment {
border-right: 1px solid #bbb;
border-bottom: 1px solid #bbb;
border-left: 1px solid #ddd;
border-top: 1px solid #ddd;
padding: 1em;
margin-bottom: 1em;
padding-bottom: 1em;
background-color: #f4f4f4;
}

.comment .title {
line-height: 1.2em;
}

.comment .new {
text-align: right;
font-weight: normal;
float: right;
color: red;
margin:.5em;
}

/* Aggregator
-------------------------------------------------------------- */

.feed-item-body {
border-bottom: 1px solid #bbb;
padding-bottom: 1em;
}

#aggregator .feed-source {
background-color: #f4f4f4;
border-right: 1px solid #bbb;
border-bottom: 1px solid #bbb;
border-left: 1px solid #ddd;
border-top: 1px solid #ddd;
padding: 0.8em;
margin:10px 0;
}

#aggregator .feed-source .feed-url {
margin:10px 0;
}

#aggregator h1 .title{
border-bottom: 1px solid #bbb;
}

#aggregator .item-list {
padding-bottom:5px;
}

#aggregator .feed-icon img{
margin-top: 15px;
}

#aggregator h2 {
padding-top: 10px;
}

#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
color: #999;
font-style: italic;
  	
}

.feed-item-title {
font-size: 1.4em;
}

#aggregator h3 a:hover {
text-decoration: none;
}

.feed-item-meta .feed-item-source {
font-size: 0.9em;
}

.feed-item-meta .feed-item-date {
font-size: 0.9em;
color: #999;
}

/* Forums
-------------------------------------------------------------- */

#forum table {
width: 100%;
}

#forum td {
padding: 0.5em;
}

#forum td.container {
background-color: #e6e6e6;
}

#forum ul.links {
padding:10px 0;
}

#forum ul.links a {
background-repeat: no-repeat;
padding-left: 20px;
padding-bottom: 5px;
}

#forum ul.links li.forum a {
background-image:url(images/post.gif);
}

#forum ul.links li.login a {
background-image:url(images/lock.gif);
}

#forum td.statistics, #forum td.settings, #forum td.pager {
height: 1em;
border: 1px solid #bbb;
}

#forum td .links {
padding-top: 0.7em;
}

.block-forum h3 {
margin-bottom: .5em;
}

dl dd {
margin: 0 0 .5em 1em;
}

tr.odd {
background-color:#f4f4f4;
}

tr.even {
background-color:#fcfcfc;
}

th {
text-align:left;
background: #E6E6E6;
}

tr td, tr th {
border:1px solid #bbb;
padding: 0 6px;
}

td.active {
background-color:#f4f4f4;
}

.forum-topic-navigation {
border-bottom: 1px solid #bbb;
border-top: 1px solid #bbb;
padding: 0.5em;
text-align: center;
}

.book-navigation .page-links {
border-bottom: 1px solid #bbb;
border-top: 1px solid #bbb;
padding: 0.5em;
text-align: center;
}

.book-navigation .menu {
border-top: 1px solid #bbb;
margin:0;
}

/* Tracker + Profile
-------------------------------------------------------------- */

#tracker {
padding-top:10px;
}

#tracker .item-list {
padding-top:5px;
}

#tracker table {
width: 100%;
}

#tracker td {
padding: 0.5em;
}

.profile {
clear: both;
border-right: 1px solid #bbb;
border-bottom: 1px solid #bbb;
border-left: 1px solid #ddd;
border-top: 1px solid #ddd;
padding: .8em;
margin: 1em 0em;
background-color: #f4f4f4;
}

/* Admin
-------------------------------------------------------------- */

div.admin-panel .body {
background: #f4f4f4;
border-right: 1px solid #bbb;
border-bottom: 1px solid #bbb;
border-left: 1px solid #ddd;
border-top: 1px solid #ddd;
}

div.admin-panel h3 {
background-color: #e6e6e6;
border-right: 1px solid #bbb;
border-bottom: 1px solid #bbb;
border-left: 1px solid #ddd;
border-top: 1px solid #ddd;
padding: 5px 8px 5px;
margin: 0;
}

div.admin {
padding-top: 0;
}

div.admin .left,
div.admin .right {
margin-left: 1%;
margin-right: 1%;
}

/* Poll
-------------------------------------------------------------- */

.poll .bar {
background: #fff url(images/bg-bar-white.png) repeat-x 0 0;
border: solid #f0f0f0;
border-width: 1px 1px 1px;
}

.poll .bar .foreground {
background: #71a7cc url(images/bg-bar.png) repeat-x 0 100%;
}

/* Lists + Links + Pager
-------------------------------------------------------------- */

ul.links li.first {
border: none;
}

ul {
margin: 0.5em 0 1em;
padding: 0;
}

ol {
margin: 0.75em 0 1.25em;
padding: 0;
}

ol li, ul li {
margin: 0.4em 0 0.4em .5em; 
}

ul.menu, .item-list ul {
margin: 0.35em 0 0 -0.5em; 
padding: 0;
}

ul.menu ul, .item-list ul ul {
margin-left: 0em; 
}

ol li, ul li, ul.menu li, .item-list ul li, li.leaf {
margin: 0.15em 0 0.15em .5em; 
}

ul li, ul.menu li, .item-list ul li, li.leaf {
padding: 0 0 .2em 1.5em;
list-style-type: none;
list-style-image: none;
background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em; 
}

ol li {
padding: 0 0 .3em;
margin-left: 2em;
background-image: none;
list-style-type: decimal; 
}

ul li.expanded {
/*background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em; */
}

ul li.collapsed {
background: transparent url(images/menu-collapsed.gif) no-repeat 0px .35em; 
}

ul li.leaf a, ul li.expanded a, ul li.collapsed a {
display: block;
}

ul.inline li, ul.links li {
background: none;
margin: 0;
padding: 0 1em 0 0; 
}

ol.task-list {
margin-left: 0; 
list-style-type: none;
list-style-image: none;
}

ol.task-list li {
padding: 0.5em 1em 0.5em 2em; 
}

ol.task-list li.active {
background: transparent url(images/task-list.png) no-repeat 3px 50%; 
}

ol.task-list li.done {
background: transparent url(../../misc/watchdog-ok.png) no-repeat 0px 50%; 
}

ol.task-list li.active {
margin-right: 1em; /* LTR */
}

fieldset {
border: 1px solid #bbb;
}

fieldset ul.clear-block li {
margin: 0;
padding: 0;
background-image: none;
}

#user-login-form {
text-align: center;
}

#user-login-form ul {
text-align: left; /* LTR */
}

ul.links li, ul.inline li {
background-image: none;
}

.links li {
margin: 0;
padding: 0;
}

.tabs li {
margin: 0;
padding: 0;
background-image: none;
}

ul.primary li a {
background-color: #e6e6e6;
border-color: #BBBBBB;
border-style: solid solid none;
border-width: 1px;
height: auto;
margin-right: 0.5em;
padding: 0 1em;
text-decoration: none;
}

ul.primary li a:hover {
background-color: #f4f4f4;
}

li.expanded {
list-style-image:none;
list-style-type:none;
margin:0.15em 0 0.15em 0.5em;
padding:0 0 0.2em 1.5em;
}

div.links ul.links a {
background-repeat: no-repeat;
padding-left: 20px;
}

div.links ul.links li.comment_forbidden a {
padding:0;
margin:0;
}

div.links ul.links li.comment_forbidden {
padding:0;
margin:0;
}

div.links ul.links li.comment_forbidden span {
background-repeat: no-repeat;
padding-left: 20px;
padding-right:20px;
}

div.links ul.links li.comment_add a {
background-image: url(images/commentadd.gif);
}

div.links ul.links li.comment_comments a {
background-image: url(images/comments.gif);
}

div.links ul.links li.comment_edit a {
background-image: url(images/commentedit.gif);
}

div.links ul.links li.comment_delete a {
background-image: url(images/commentdelete.gif);
}

div.links ul.links li.comment_reply a {
background-image: url(images/commentadd.gif);
}

div.links ul.links li.node_read_more a {
background-image: url(images/readmore.gif);
}

div.links ul.links li.blog_usernames_blog a {
background-image: url(images/user.gif);
}

div.links ul.links li.comment_forbidden span {
background-image:url(images/lock.gif);
}

div.links ul.links li.upload_attachments a {
background-image: url(images/photo.gif);
}

div.links ul.links li.book_printer a{
background-image:url(images/print.gif);
}

div.links ul.links li.book_add_child a{
background-image:url(images/add.gif);
}

ul.pager li.pager-current {
background-color:#0079ca;
color:#FFFFFF;
padding-left:4px;
padding-right:4px;
padding-top:1px;
padding-bottom:1px;
}

.item-list .pager li {
padding:0px;
}

.item-list .pager li a{
padding-left:4px;
padding-right:4px;
padding-top:1px;
padding-bottom:1px;
background-color: #f4f4f4;
}

.item-list .pager li a:hover {
background-color:#0079ca;
color:#FFFFFF;
}

/* Login + Register + RSS
-------------------------------------------------------------- */

#sitemap {
margin: 0 0 0 0; 
padding: 0 10px 0 10px; 
display: inline; 
list-style: none;  
border-right: 1px #5a5a5a solid;
background-image: none;
	
}

#authorize { 
float: right;
padding-top: 5px;
}

#authorize ul { 
display: inline;
}

#authorize ul li { 
margin: 0 10px 0 0; 
padding: 0 0 0 10px; 
display: inline; 
list-style: none;  
border-left: 1px #5a5a5a solid;
background-image: none;
}

#authorize ul li.first { 
border: 0;
}

#authorize ul li, #authorize ul li a { 
font-size: 12px; 
line-height: 13px; 
}

#authorize a.feed-icon { 
/*margin-right: 20px;*/
/*display:none;*/
}

/* Signup forms
-------------------------------------------------------------- */
#signup-form {
margin: 40px 0px;
}

#signup-form a {
padding: 5px 20px;
background-color: #1E90FF;
color: #fff;
}


/* Bottom teaser
-------------------------------------------------------------- */

#bottom-teaser {
width:950px;
margin: 20px auto 10px;
}

#bottom-teaser .column {
float: left;
}

#bottom-teaser.in1 .column {
width: 100%;
}

#bottom-teaser.in2 .column {
width: 50%;
}

#bottom-teaser.in3 .column {
width: 33.3%;
}

#bottom-teaser .block {
padding-left:15px;
padding-right:15px;
}


/* Bottom region
-------------------------------------------------------------- */

#bottom-wrapper {
background-color: #f4f4f4;
border-right: 1px solid #bbb;
border-left: 1px solid #ddd;
border-top: 1px solid #ddd;
margin: 10px auto 0;
text-align: left;
width: 950px;
position: relative;
}

#bottom-wrapper h2 {
font-size: 1.3em;
padding-top: 5px;
padding-bottom: 5px;
margin-bottom: -5px;
}

#bottom-wrapper .column {
float: left;
padding-bottom: 15px;
padding-top: 5px;
}

#bottom-wrapper.in1 .column {
width: 100%;
}

#bottom-wrapper.in2 .column {
width: 50%;
}

#bottom-wrapper.in3 .column {
width: 33.3%;
}

#bottom-wrapper.in4 .column {
width: 25%;
}

#bottom-wrapper .block {
padding-left:15px;
padding-right:15px;
}

/* Footer region
-------------------------------------------------------------- */

#footer-wrapper {
/*width: 950px;*/
border-top: 1px solid #bbb;
margin: 0 auto;
position: relative;
}

#footer{
width: 950px;
margin: 0 auto;
font-size: 12px;
padding-top:5px;
padding-bottom:5px;
}

/* Secondary menu
-------------------------------------------------------------- */

#subnav-wrapper {
text-align:right;
padding-bottom:5px;
}

#subnav-wrapper ul { 
display: inline;
}

#subnav-wrapper ul li {  
display: inline; 
list-style: none;  
background-image: none;
padding-left: 5px;
}

#subnav-wrapper ul li,#subnav-wrapper ul li a { 
font-size: 12px; 
line-height: 13px; 
}

#subnav {
font-size: 12px;
}

#subnav li {
}

#subnav li a {
font-weight:normal;
}

#subnav li a:hover {
color: #ff141f;
}

fieldset.captcha legend {
display:none;
}

fieldset.captcha {
width:378px;	
}

fieldset {
	display:block;
	
}

.event-tz, .ical-link {
display:none;

}

.event-calendar .event .stripe-1 {
background-color: #00b62d;
}


.translation-link {
	display:none;
}

#textresize-block {
position:absolute;
top:75px;
left:850px;
/*width:60px;*/
}

a#text_resize_increase {
background-image: url("images/groot.gif");
margin:0;
padding:0;
}

a#text_resize_decrease {
background-image: url("images/klein.gif");
margin:0;
padding:0;
width:25px;
height:24px;
}


#language-block {
position:absolute;
top:120px;
left:550px;
width:400px;
}

#language-block ul {
float:right;
margin-right:15px;
}

#language-block ul li{
float:left;
background-image:none;
}



#translation-not-found-page h2, h3, h4 {
font-size:16px;
}




.form-submit {
	background-color: #0079ca;
	display: inline-block;
	padding: 4px 15px 4px 15px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	border-radius: 2em;
	border:#0079ca;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

.form-submit:hover
{
background-color: #1b4c7d;
color: #ffffff;
}

input {
	background-color: #fff;
	display: inline-block;
	padding: 4px 10px 6px 10px;
	color: #000;
	text-decoration: none;
	line-height: 1;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	border-radius: 2em;
	border:1px solid #ddd;
	/*-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);*/
	position: relative;
/*	cursor: pointer;*/
}

/** footer logos initiatiefnemers **/

span#logotext {
	display:block;
	text-align:center;
	font-size:11px;
	margin:10px 0 15px 0;
	font-family:'AngelinaRegular';
color:#ff141f;
font-size:2em;
font-weight:bolder;
text-transform:lowercase;
}

#logos {
width:700px;
height:100px;
margin:0 auto;	
}


div#logos ul li {
float:left;
background-image:none;
padding:0;
margin-right:10px;
}

ul li#logoopenwijs a{
display: block;
width: 120px;
height: 56px;
background-image: url("images/logos/logo_openwijs_duo.jpg");
background-repeat: no-repeat;
background-position: 0 0;
}

ul li#logoopenwijs a:hover
{
background-position: 0pt -56px;
}


ul li#logohuiswerkarchitecten a{
display: block;
width: 120px;
height: 27px;
background-image: url("images/logos/logo_huiswerkarchitecten_duo.jpg");
background-repeat: no-repeat;
background-position: 0 0;
}

ul li#logohuiswerkarchitecten a:hover
{
background-position: 0pt -27px;
}

ul li#logointerreg a{
display: block;
width: 120px;
height: 60px;
background-image: url("images/logos/logo_interreg_duo.jpg");
background-repeat: no-repeat;
background-position: 0 0;
}

ul li#logointerreg a:hover
{
background-position: 0pt -63px;
}

ul li#logoum a{
display: block;
width: 250px;
height: 49px;
background-image: url("images/logos/logo_um_duo.jpg");
background-repeat: no-repeat;
background-position: 0 0;
}

ul li#logoum a:hover
{
background-position: 0pt -50px;
}

ul li#logocontinium a{
display: block;
width: 120px;
height: 29px;
background-image: url("images/logos/logo_continium_duo.jpg");
background-repeat: no-repeat;
background-position: 0 0;
}

ul li#logocontinium a:hover
{
background-position: 0pt -29px;
}

ul li#logogemmaastricht a{
display: block;
width: 120px;
height: 38px;
background-image: url("images/logos/logo_gemmaastricht_duo.jpg");
background-repeat: no-repeat;
background-position: 0 0;
}

ul li#logogemmaastricht a:hover
{
background-position: 0pt -38px;
}

ul li#logoprovincielimburg a{
display: block;
width: 120px;
height: 24px;
background-image: url("images/logos/logo_provincielimburg_duo.jpg");
background-repeat: no-repeat;
background-position: 0 0;
}

ul li#logoprovincielimburg a:hover
{
background-position: 0pt -24px;
}


div#logos ul li span {
display:none;
}

div#logos2 ul li span {
display:none;
}

#logos2 {
width:1100px;
height:140px;
margin:0 auto;	
}





#logos2 ul li{
float:left;
background-image:none;
padding:0;
margin-right:20px;
}

ul li#logointerreg2 a{
display: block;
width: 142px;
height: 100px;
background-image: url("images/logos/logos2.png");
background-repeat: no-repeat;
background-position: -307px -24px;
}

ul li#logointerreg2 a:hover
{
background-position: -307px -24px;
}

ul li#logointerreg3 a{
display: block;
width: 302px;
height: 50px;
background-image: url("images/logos/logos2.png");
background-repeat: no-repeat;
background-position: 0px -130px;
}

ul li#logointerreg3 a:hover
{
background-position: 0px -130px;
}

ul li#logoprovincielimburg2 a{
display: block;
width: 250px;
height: 50px;
background-image: url("images/logos/logos2.png");
background-repeat: no-repeat;
background-position: -36px 0;
}

ul li#logoprovincielimburg2 a:hover
{
background-position: -36px 0;
}

ul li#logoministerie2 a{
display: block;
width: 207px;
height: 75px;
background-image: url("images/logos/logos2.png");
background-repeat: no-repeat;
background-position: 0 -50px;
}

ul li#logoministerie2 a:hover
{
background-position: 0 -50px;
}





div#block-block-6 {
	text-align:center;
	
}

.more-link a{
font-family:'AngelinaRegular';
color:#ff141f;
font-size:2em;
font-weight:bolder;
}

.more-link a:hover {
color:#dc4c52;	
}


ul li.node_read_more a {
padding-left:0 !important;
background-image:none !important;
}

div.sticky .node_read_more a{
font-family:'AngelinaRegular';
color:#ff141f;
font-size:1.8em;
text-transform:lowercase;
margin-left:2px;
font-weight:bolder;
}
div.sticky .node_read_more a:hover {
color:#dc4c52;
}

/* Flickr Module */

#block-flickr-3 img{
margin:0 10px 1px 0;
}

#block-flickr-3 a img{
border:3px solid #f4f4f4;
}

#block-flickr-3 a:hover img{
border:3px solid #00b62d;
}

#block-flickr-3 a:active img{
border:3px solid #00b62d;
}

#search-box label {
display:none;	
}

.event-timeleft {
display:none !important;
}

.bigbluebutton {
background-color: #0079ca;
	display: inline-block;
	padding: 8px 15px 8px 15px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	border-radius: 2em;
	border:#0079ca;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	text-transform:uppercase;
}

.bigbluebutton:hover {
	background-color: #1b4c7d;
}

.fabmomentstitle {
font-size: 1.2em;
line-height:1.4em;
color: #0079ca;
font-family:'OblikBold';	
font-weight: normal;
}


a.fabmomentsimage img{
background-color: #f4f4f4;
	display: inline-block;
	padding: 4px;
	text-decoration: none;
	border:#0079ca;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	margin-bottom:30px;
}

a.fabmomentsimage:hover img{
background-color: #ccc;
	display: inline-block;
	padding: 4px;
	text-decoration: none;
	border:#0079ca;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
		margin-bottom:30px;
}


a.fabmoments-block-image img{
	width:160px;
border:3px solid #f4f4f4;
}

a.fabmoments-block-image:hover img{
	width:160px;
border:3px solid #00b62d;
}

/*

#block-views-fabmoments_block-block_1 .block-title{
	display:none;
}


#block-views-fabmoments_block-block_1 .more-link{
	display:none;
}

#block-views-fabmoments_block-block_1 .block-content{
	border:0;
	background:none;
}

*/


/*
#block-flickr-3 {
background-image:url(images/flickr.png);
background-position:top right;
background-repeat:no-repeat;
}
*/
#block-views-tweets-block_1 {
background-image:url(images/twitter.png);
background-position:top right;
background-repeat:no-repeat;
}

#block-views-tweets-block_1 tr th, #block-views-tweets-block_1 tr td  {
	border:0;
}

.blogtitel {
	display:block;
	margin-bottom:10px;
}