/* Gruitrode.net Stylesheet */

/*
** PAGE LAYOUT
*/

#container {
	width: 900px;
	margin: 30px auto;
}
#hoofding {
	width: 900px;
	height: 199px;
	background: url(img/hoofding.jpg) no-repeat;
}
#navigatie {
	width: 900px;
	height: 37px;
	background: url(img/navigatie.jpg) no-repeat;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
#inhoud {
	width: 900px;
	height: auto;
}
#nodes {
	width: 600px;
	float: left;
	background: #FFF url(img/nodes.jpg) no-repeat left bottom;
}
#zijbalk {
	width: 300px;
	float: right;
	background: white url(img/sidebar.jpg) no-repeat bottom;
}

#zijbalk a {
	color: #171717;
}

#zijbalk a:hover,
#zijbalk a.active {
  text-decoration: underline;
}

#voet {
	width: 900px;
	height: 20px;
	float: left;
	text-align: center;
	padding: 10px;
	font-size: 80%;
	text-transform: uppercase;
}

/*
** HTML
*/

body {
  margin: 0;
  padding: 0;
  color: #2d2d2d;
  background: #e8e5c7 url(img/gradient.jpg) repeat-x; 
  font: 80% trebuchet ms, arial, helvetica, sans-serif;
}

tr.odd td, tr.even td {
  padding: 0.3em;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
}
h1 {
  font-size: 1.6em;
  color: #635f38;
}
h2 {
  font-size: 1.2em;
  text-decoration:underline;
}
h3, h4, h5, h6 {
  font-size: 1.1em;
}
p {
  margin-top: 0.5em;
  margin-bottom: 0.9em;
  text-align: justify;
  line-height: 1.5;
}
a {
  text-decoration: none;
}
a:link {
  color: #369;
}
a:visited {
  color: #369;
}
a:hover {
  color: #39c;
}
fieldset {
  border: 1px dotted #E8E5C7;
  margin: 10px;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border:1px dotted #E8E5C7;
}
table {
  font-size: 1em;
  margin: 10px;
  
}
.form-item label {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}
.links {
  margin-bottom: 0;
}
.comment .links {
  margin-bottom: 0;
}

dl.node-type-list {
  margin: 10px;
}

/*
** Page layout blocks / IDs
*/
#header, #content {
  width: 100%;
}
#header {
  background-color: #69c;
}
#logo {
  vertical-align: middle;
  border: 0;
}
#logo img {
  float: left; /* LTR */
  padding: 0 1em;
  border: 0;
}
#menu {
  padding: 0.5em 0.5em 0 0.5em; /* LTR */
  text-align: right; /* LTR */
  vertical-align: middle;
}
#navlist {
  font-size: 1.0em;
  padding-left: 10px;
  padding-top: 10px;
  color: #9cf;
}
#navlist a {
  font-weight: bold;
  color: #171717;
}

#navlist a:hover,
#navlist a.active {
  color: #FFF;
}

ul.links li {
display:inline;
list-style-type:none;
padding:0 0.7em;
}

#subnavlist {
  padding: 0.5em 1.2em 0.4em 0; /* LTR */
  font-size: 0.8em;
  color: #9cf;
}
#subnavlist a {
  font-weight: bold;
  color: #9cf;
}
ul.links li {
}
ul.links li.first {
  border: none;
}
#search .form-text, #search .form-submit {
  border: 1px solid #369;
  font-size: 1.1em;
  height: 1.5em;
  vertical-align: middle;
}
#search .form-text {
  width: 8em;
  padding: 0 0.5em;
}
#mission {
  background-color: #369;
  padding: 1.5em 2em;
  color: #fff;
}
#mission a, #mission a:visited {
  color: #9cf;
  font-weight: bold;
}
.site-name {
  margin: 0.6em 0 0 ;
  padding: 0;
  font-size: 2em;
}
.site-name a:link, .site-name a:visited {
  color: #fff;
}
.site-name a:hover {
  color: #369;
  text-decoration: none;
}
.site-slogan {
  font-size: 1em;
  color: #eee;
  display: block;
  margin: 0;
  font-style: italic;
  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.4em;
}
#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.breadcrumb {
 margin: 10px;
 font-size: 85%;
}

.breadcrumb a{
  color: #e3dfc7;
}

.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 10px;
  margin: 10px;
}
.error {
  border-color: red;
}
#sidebar-left, #sidebar-right {
  background-color: #ddd;
  width: 16em;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
  vertical-align: top;
}
#footer {
  background-color: #eee;
  padding: 1em;
  font-size: 0.8em;
}

/*
** Common declarations for child classes of node, comment, block, box, etc.
*/

#zijbalk h2.title, h2.title a {
  font-size: 17px;
  color: #FFF;
  padding: 10px;
  background: url(img/block.jpg) no-repeat;
  text-align: left;
  text-decoration: none;
}

#nodes h2.title, h2.title a {
  font-weight: bold;
  font-size: 17px;
  color: #171717;
  text-decoration: none;
  background: white;
  border: 0;
  margin-left: -5px;
}

.titel, .titel a {
  font-size: 26px;
  margin: 15px 10px 10px 10px;
}

h1.titel, h1.titel a{
  font-size: 27px;
}

.submitted {
  color: #999;
  font-size: 0.8em;
}
.links {
  color: #999;
  font-size: 90%;
}
.links a {
  font-weight: bold;
}
.block {
  padding: 0 0 10px 0;
}

.box{
  margin: 10px;
}
.block {
  margin: 10px;
  background: url(img/zijbalk.jpg) repeat;
}

#block-system-0  {
  padding: 10px;
  background: none;
}

.block .title {
  margin-bottom: .25em;
}
.box .title {
  font-size: 1.1em;
  background: white;
}
.node {
  margin: 10px;
}
.sticky {
  padding: .5em;
  background-color: #eee;
  border: solid 1px #ddd;
}
.node .content, .comment .content {
  margin: .5em 0 .5em;
}
.node .taxonomy {
  color: #999;
  padding-bottom: 20px; /* LTR */
}
.node .picture {
  border: 1px solid #ddd;
  float: right; /* LTR */
  margin: 0.5em;
}
.comment {
  border: 1px dotted #E8E5C7 ;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title a {
  font-size: 1.1em;
  font-weight: normal;
}
.comment .new {
  text-align: right; /* LTR */
  font-weight: bold;
  font-size: 0.8em;
  float: right; /* LTR */
  color: red;
}
.comment .picture {
  border: 0;
  float: right; /* LTR */
  margin: 0.5em;
}

/*
** Module specific styles
*/
#aggregator .feed-source {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  color: #999;
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}
#forum table {
  width: 100%;
}
#forum td {
  padding: 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;
}
#profile .profile {
  clear: both;
  border: 1px solid #E8E5C7 ;
  padding: .5em;
  margin: 10px;
  padding: 10px;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
div.admin-panel .description {
  color: #999;
}
div.admin-panel .body {
  background: #f4f4f4;
}
div.admin-panel h3 {
  background-color: #69c;
  color: #fff;
  padding: 5px 8px 5px;
  margin: 0;
}

.taxonomy-term-description {
  margin:10px;
}

#contact-mail-page {
  margin: 10px;
}

.form-item  {
  margin: 10px;
}

#user-login li.openid-link,
#user-login-form li.openid-link {
  display: none;
}

#block-menu-menu-info ul.menu,
#block-menu-menu-site ul.menu,
#block-user-1 ul.menu {
  margin-left: 20px;
}

#block-menu-menu-info ul.menu li,
#block-menu-menu-site ul.menu li,
#block-user-1 ul.menu li {
  list-style-image: none;
  list-style-type: none;
  margin-bottom: 3px;
}

#block-blog-0 .item-list,
#block-aggregator-category-1 .item-list {
  list-style-image: none;
  list-style-type: none;
  margin-bottom: 3px;
}

#block-blog-0 .item-list ul,
#block-aggregator-category-1 .item-list {
  margin: 10px 10px 10px 20px;
}

#block-menu-menu-info ul.menu li:hover,
#block-menu-menu-info ul.menu li.active,
#block-menu-menu-info ul.menu li:active{
}

.block ul {
margin:0;
padding:0;
}

.feed-icon {
  margin: 10px;
  }
  
.aftiteling {
  text-align: center;
  font-size: 90%;
  margin: 20px;
  width: 100%;
  clear: left;
 }
 
#user-login-form li.openid-link,
#user-login li.openid-link {
  display: none;
}

dt.title {
  margin-left: 10px;
}

input {
  margin: 10px;
  border:1px solid #b1ac84;
}

input.form-submit {
  margin: 10px;
  border:1px solid #b1ac84;
  background: #e8e5c7;
}

.profile {
  clear:both;
  margin:10px;
}

.help {
  margin:10px;
}

/* STYLING ZIJBALK BLOKKEN */

#zijbalk #block-menu-menu-site h2.title {
	background: url(img/block-site.jpg) no-repeat;
    padding-left: 50px;
}

#zijbalk #block-menu-menu-info h2.title {
	background: url(img/block-info.jpg) no-repeat;
    padding-left: 50px;
}

#zijbalk #block-blog-0 h2.title {
	background: url(img/block-blog.jpg) no-repeat;
    padding-left: 50px;
}

#zijbalk #block-search-0 h2.title {
	background: url(img/block-zoek.jpg) no-repeat;
    padding-left: 50px;
}

#zijbalk #block-user-1 h2.title {
	background: url(img/block-user.jpg) no-repeat;
    padding-left: 50px;
}

#zijbalk #block-tagadelic-2 h2.title {
	background: url(img/block-tags.jpg) no-repeat;
    padding-left: 50px;
}

#zijbalk #block-tagadelic-2 .content {
	margin: 10px;
}

#zijbalk #block-aggregator-category-1 h2.title {
	background: url(img/block-megr.jpg) no-repeat;
    padding-left: 50px;
}

#zijbalk #block-image-1 h2.title {
	background: url(img/block-foto.jpg) no-repeat;
    padding-left: 50px;
}

#zijbalk #block-poll-0 h2.title {
	background: url(img/block-poll.jpg) no-repeat;
    padding-left: 50px;
}

.wrapper.tagadelic {
margin: 10px;
}

.guestbook {
 margin: 10px;
}

ul.primary {
border-bottom:1px solid #b1ac84;
border-collapse:collapse;
height:auto;
line-height:normal;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:5px;
padding:0 0 0 1em;
white-space:nowrap;
}

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

ul.primary li.active a {
background-color:#e8e5c7;
border-color:#b1ac84;
border-style:solid;
border-width:1px;
}

ul.primary li a:hover {
background-color:#e8e5c7;
border-color:#b1ac84;
}

ul.galleries {
  list-style-type:none;
  margin:10px;
  padding:0;
}

ul.galleries li {
  background: white url(img/zijbalk.jpg) repeat;
  border:0;
  margin:1em 0;
  padding:1em;
  position:relative;
}

#aggregator {
 margin: 10px;
}

.item-list .icon {
  clear:right;
  color:#555555;
  float:right;
  padding-left:0.25em;
  margin: 10px;
}

.more-link {
  text-align:right;
  margin-right: 10px;
}

#block-image-1 .content {
  text-align: center;
}

#block-image-1 img {
  border: 5px solid white;
}

ul.galleries li .count, ul.galleries li .last {
clear:left;
font-style:italic;
margin-top: 10px;
margin-bottom: 10px;
}

.poll {
  margin: 10px;
}