﻿/*
DONKERGRIJS:	#717b7c
ORANJE:		    #db8258
LICHTGRIJS:		#ebeae7
GEEL:			#ceb16d
*/
body 
{
    padding:0;
    margin:0;
    font-family: 'EB Garamond', serif;
    font-size:18px;
    color:#717b7c;
    }
h1{}
p
{
    font-family: 'EB Garamond', serif;
    font-size:18px;
    color:#717b7c;
    }
a { color:#ceb16d}
a:hover {color:#db8258}
li 
{
    font-family: 'EB Garamond', serif;
    font-size:18px;
    color:#717b7c;
    list-style-image:url('/images/bullet.png');
    }
#header
{
    width:auto;
    overflow:hidden;
    height:220px;
    }
#title
{
    width:100%;
    text-align:center;
    margin-top:-310px;
}
#title h1
{
    margin:0;
    font-weight:bold;
    font-size:48px;
    /* text-shadow: #323232 1px 1px 0px;*/
    font-variant:small-caps;
}
#title p
{
    margin:0;
    font-weight:bold;
    font-size:26px;
    font-variant:small-caps;
}
    
#navigatie
{
    width:100%;
    height:20px;
}
#navigatie ul
{
    margin:0;
    padding:0;
    padding-top:10px;
}    
#navigatie li
{
    list-style-type:none;
    float:left;
    font-size:30px;
    font-weight:bold;
    margin-left:110px;
    list-style-image:none;
}    
#navigatie li a
{
        text-decoration:none;
}
#navigatie .selected a
{
    color:#db8258;
}
#wrapper
{
    width:960px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -100px;
}    
.push
{
   height:100px;   
}
#footer {
   position:fixed;
   bottom:0;
   left:0;
   top:auto;
   width:100%;
   height:100px;   
   background-color:White;
}
.logo
{
   float:left;
}
#ticker 
{
    position:fixed;
    height: 100px;
    overflow-y: hidden;
    position: relative;
    margin-left:550px;
    margin-right:200px;
    border: 1px solid #ebeae7;
}
#ticker ul.tweet_list {
    position: absolute;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#ticker ul.tweet_list li {
    height: 100px;
}
#contact
{
   position:fixed;
   right:0;
   bottom:0;
   float:right;
   height:60px;
   padding-top:40px;
   padding-left:10px;
   padding-right:10px;
   vertical-align:middle;
   text-align:center;
}