/* Inhoud */
body {
background: #222;
}

h1, h2, h3 {
color: #ccc;
font-family: Verdana;
font-size: 12px;
font-weight: bold;
}

p, table, li {
color: #FFF;
font-family: Verdana;
font-size: 11px;
font-weight: normal;
}

a {
color: #FFF;
font-family: Verdana;
font-size: 11px;
text-decoration: none;
font-weight: normal;
}

a:hover {
color: #666;
}

a:focus, a:hover, a:active {
	outline: none;
	}

iframe {
border: solid 1px #333;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding: 5px;
margin: 2px;
background: #222;
overflow-x: hidden;
}

/* tweets widget */

#twitter_div {
width: 90%;
margin-top: -15px;
}

#twitter_update_list li {
color: #ccc;
font-family: Verdana;
font-size: 11px;
border: dashed #ccc 1px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
list-style-type: none;
padding: 5px;
}

#twitter_update_list li a{
color: #ccc;
}

/* Tumblr */

#tumblr {
color: #ccc;
font-family: Verdana;
font-size: 11px;
border: dashed #ccc 1px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
list-style-type: none;
padding: 5px;
}

#tumblr a{
color: #ccc;
}

/* broodkruimeleffect pagina's boven */
#breadcrumb{
color: #666;
margin-top: -4px;
background-color: #222;
border-bottom: 1px solid #ccc;
padding: 3px;
font-family: Arial; 
font-size: 9pt; 
font-weight: normal;
}

#breadcrumb a{
background: transparent url(pics/crumbs.gif) no-repeat center right;
text-decoration: none;
padding-right: 18px; /*adjust bullet image padding*/

}

#breadcrumb a:visited, .breadcrumb a:active{
}

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