﻿/*
DONKERGRIJS:	#717b7c
ORANJE:		    #db8258
LICHTGRIJS:		#ebeae7
GEEL:			#ceb16d
*/
html { 
        background: url(/images/back.jpg) no-repeat center center fixed; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
body
{
    font-family: 'EB Garamond', serif;
    font-size:18px;
    color:#717b7c;
    }
a { color:#ceb16d}
a:hover {color:#db8258}
#wrapper
{
    margin: 0 auto;
    width:960px;
	overflow:auto;
}      
#title
{
    width:100%;
    text-align:center;
    margin-top:150px;
}
#title h1
{
    margin:0;
    font-weight:bold;
    font-size:108px;
    color:#717b7c;
    /* text-shadow: #323232 1px 1px 0px;*/
}
#title p
{
    margin:0;
    font-weight:bold;
    font-size:68px;
    color:#717b7c;
    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;
    color:White;
}
#navigatie li a:hover
{
    color:#db8258;
}
#footer 
{
    margin-top:100px;
    text-align:center;
}
#ticker 
{
    height: 60px;
    overflow-y: hidden;
    position: relative;
    background-color:White;
    width:650px;
    border: 2px solid #db8258;
}
#ticker ul.tweet_list {
    position: absolute;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#ticker ul.tweet_list li {
    height: 100px;
}
