/*
** HTML elements
*/
tr.dark {
  background-color: #ddd;
}
tr.light {
  background-color: #eee;
}
tr.dark td, tr.light td {
  padding: 0.3em;
}
fieldset {
  border: 1px solid #ccc;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 10px;
  border: 1px solid #ddd;
}
table {
  /* make <td> sizes relative to body size! */
  font-size: 1.0em;
}
.form-item {
  margin-top: 1em;
}
.form-item label {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}

/*
** Page layout blocks / IDs
*/
#header, #content {
  position: absolute;
  top: 135px;
  width: 100%;
}

#header {
  background-color: #fff;
}
#menu {
  padding: 0.5em 0.5em 0 0.5em;
  text-align: right;
  vertical-align: middle;
}
#primary {
  font-size: 1.0em;
  padding: 0em 0.8em 0.5em 0;
  color: #9cf;
}
#primary a {
  font-weight: bold;
  color: #fff;
}
#secondary {
  padding: 0 1em 0.5em 0;
  font-size: 0.8em;
  color: #9cf;
}
#secondary a {
  font-weight: bold;
  color: #9cf;
}
#search .form-text, #search .form-submit {
  border: 1px solid #369;
  font-size: 1.1em;
}
#search .form-text {
  width: 8em;
  height: 1.4em;
  padding: 0 0.5em 0 0.5em;
  margin: 0 0 0.5em 0;
}
#search .form-submit {
  height: 1.5em;
}
#mission {
  background-color: #369;
  padding: 1.5em 2em;
  color: #fff;
}
#mission a, #mission a:visited {
  color: #9cf;
  font-weight: bold;
}
#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
}
#mission, .node .content, .comment .content {
  line-height: 1.4;
}
#help {
  margin-bottom: 1em;
}
.breadcrumb {
  margin-bottom: .5em;
}
.message {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: red;
}

#sidebar-left, #sidebar-right {
  background-color: #fff;
  width: 200px;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 3px;
  vertical-align: top;
}

#sidebar-left .block h2, #sidebar-right .block h2 {
        padding: 3px;
        margin: 0;
        background-color: #eeeeee;
        border-bottom: none;
        font-size: 1.1em;
        }
#sidebar-left .block .content, #sidebar-right .block .content {
        padding: 5px;
        margin: 0;
        font-size: .9em;
        }
#sidebar-left {
  border-right: 1px solid #ccc;
}
#sidebar-right {
  border-left: 1px solid #ccc;
}
#main .node h2 {
        font-size: 1.3em;
        }
#main .node .content, .comment .content {
        font-size: 1.0em;
        }
#main .node .links {
        padding: 5px 10px;
        margin: 0 10px;
        font-size: 0.9em;
        font-weight: bold;
        }
#main .links .read-more {
        font-style: italic;
        }

#footer {
  background-color: #eee;
  margin: 3px;
  padding: 1em;
  font-size: 0.7em;
}

/*
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .title for an example.
*/
.title, .title a {
  font-weight: bold;
  font-size: 1em;
  color: #3d5979;
  margin: 0 auto 0 auto;  /* decrease default margins for h<x>.title */
}
.submitted {
  color: #999;
  font-size: 0.8em;
}
.links {
  color: #999;
}
.links a {
  font-weight: bold;
}
.block, .box {
  padding: 0 0 1.5em 0;
}
/*
.block {
  border-bottom: 1px solid #bbb;
  padding-bottom: 0.75em;
  margin-bottom: 1.5em;
}
*/
.block .title {
  margin-bottom: .25em;
}
.box .title {
  font-size: 1.1em;
}
.node {
  margin: 0em 0 1em 0;
}
/* Holly Hack voor Peekaboo Bug */
/* Hides from IE5-mac \*/
* html .static {height: 1%;}
/* End hide from IE5-mac */ 
.static {
  padding: .5em;
  border: solid 1px #ddd;
}
.node .content, .comment .content {
  padding: .5em 0 .75em 0;
}
.node .taxonomy {
  color: #999;
  font-size: 0.8em;
  padding: 1.5em;
}
.node .avatar {
  border: 1px solid #ddd;
  float: right;
  margin: 0.5em;
}
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title {
  font-size: 1.1em;
}
.comment .new {
  text-align: right;
  font-weight: bold;
  font-size: 0.8em;
  float: right;
  color: red;
}
.comment .avatar {
  border: 1px solid #abc;
  float: right;
  margin: 0.5em;
}

/*
** Module specific styles
*/
#aggregator .feed {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0 1em 0;
}
#aggregator .news-item .source {
  color: #999;
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}
#tracker th {
  text-align: left;
  border-bottom: 1px solid #ddd;
}
#tracker tr.light, #tracker tr.dark {
  background-color: #fff;
}
#tracker td {
  vertical-align: top;
  padding: 1em 1em 1em 0;
  border-bottom: 1px solid #bbb;
}
#forum table {
  width: 100%;
}
#forum td {
  padding: 0.5em 0.5em 0.5em 0.5em;
}
#forum td.forum, #forum td.posts {
  background-color: #eee;
}
#forum td.topics, #forum td.last-reply {
  background-color: #ddd;
}
#forum td.container {
  background-color: #ccc;
}
#forum td.container a {
  color: #555;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
  border: 1px solid #bbb;
}
#forum td .name {
  color: #96c;
}
#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;
}
.block-forum h3 {
  margin-bottom: .5em;
}

/*** CALENDER ***/
.calendar .row-week td a { display: block; }

.calendar a { text-decoration: none; }
.calendar td { padding: 0; border-color: #888; }
.calendar td div { padding: 0.4em 0; }
.calendar .header-week { text-transform: uppercase; }
.calendar .row-week td a { padding: 0.4em 0; }
.calendar .day-today { background-color: #930; }
.calendar .day-normal { background-color: #ddd; }
.calendar .day-future { background-color: #eee; }
.calendar .day-today { background-color: #fc0; }
.calendar .day-today a { color: #fff; }
.calendar .day-selected { background-color: #fc0; color: #fff; }
.calendar .header-month { background-color: #eee; }
.calendar .header-week { }
.calendar .day-blank { background: none; }
.calendar .row-week td a:hover { background-color: #fc0; color: #000; }

/* phpweather */
.pw_image {
  float: left;
}

/* weathernews*/
table.weathernews {
  font-size: 0.8em;
  border: 1px solid #888;
  margin: .5em 0 .5em 0;
}
td.table5dayd {
  background-color: #ddd;
  border-color: #888;
}
td.table5dayl {
  border-color: #888;
  background-color: #eee;
}

/* removed by Ideler: om probleem met uit het beeld lopen te verhelpen
   Alleen zijn nu de schaduwen verdwenen, maar dat is minder erg
.bb_image {
  clear: both;
  float: left;
  background: url(/images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}
*/

/* removed by Ideler: om probleem met uit het beeld lopen te verhelpen
   Alleen zijn nu de schaduwen verdwenen, maar dat is minder erg
.bb_image div {
  background: url(/images/shadow2.png) no-repeat left top !important;
  background: url(/images/shadow2.gif) no-repeat left top;
  float: left;
  padding: 0px 5px 5px 0px;
}
*/


.bb_image img {
  background-color: #fff;
  border: 1px solid #a9a9a9;
  padding: 4px;
  margin: 0;
}



.bb_bijschrift {
  font-size: 0.9em;
  margin: 0px 0 5px 10px; 
  color: #222;
  clear: both;
}



.bb_code_block {
  font-size: 1em;
  margin: .5em;
}


.filter-tips-long {
  font-size: .9em;
}

.sponsorlogo {
  margin: 3px;
}

#ss_controls {
  margin-left:50px;
}

#ss_img {
  width: 175px;
  height: 131px;
  margin: 3px;
  border: 0;
  filter:progid:DXImageTransform.Microsoft.Fade();
}

#ss_text {
  margin-left:3px;
  height:.5em;
}

