/*
Theme Name: Fatima
Theme URI: fase23.com
Author: Fase Twenty-three
Author URI: http://wordpress.org/
Description: -
Version: 1.2
License: Copyright Fase23
License URI: license.txt
Tags: -
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}

/* remember to define focus styles! */
:focus {
outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}

/* ------------------- END CSS RESET ------------------- */


body {
	background: #b0d7e7;
	padding: 20px 0 30px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#wrapper {
	width: 1000px;
	background: white;
	margin: 0 auto 0 auto;
	padding-bottom: 20px;
}

/* ------------------- HEADER ------------------- */


#header {
	height: 160px;
	padding-left: 25px;
	margin-bottom: 20px;
}

#nav {
	margin-top: 20px;
}

ul.navlist {
	
}

ul.navlist li {
	float: left;
	margin-right: 10px;
	padding-right: 10px;
}

ul.navlist li a {
	font-size: 22px;
	color: black;
	text-transform: uppercase;
	text-decoration: none;	
}

ul.navlist li a:hover {
	color: #E1393E;
}

#navweblog { border-right: 1px solid #E1393E; }
#navbiografie { border-right: 1px solid #E1393E; }
#navcontact { }

.navcurrent {
	border-bottom: 4px solid #E1393E; 	
}

/* ------------------- CONTENT ------------------- */


.page {
	overflow: hidden;
}

.content {
	width: 560px;
	margin-right: 35px;
	float: right;
}

h1 {
	color: #E1393E;
	font-size: 30px;
	margin-bottom: 5px;		
}

h1.archive {
	color: black;
	font-size: 30px;
	margin-bottom: 20px;		
}

h2 {
	color: #E1393E;
	font-size: 30px;
	margin-bottom: 5px;	
}

h2 a {
	color: #E1393E;
	text-decoration: none;	
}

h2 a:hover { color: #E1393E; text-decoration: underline; }

h3 {
	color: #E1393E;
	font-size: 20px;
	margin-bottom: 5px;	
}

.date {
	display: block;
	color: #0060A9;
	font-size: 16px;
	margin-bottom: 10px;	
}

p {
	color: black;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 15px;
}

p a {
	color: #0060A9;	
}
p a:hover { color: #E1393E; }


/* ------------------- SIDEBAR ------------------- */


.sidebar {
	width: 347px;
	margin-left: 25px;
	background: url('images/sidebar.jpg') no-repeat;
	padding-top: 500px;
	float: left;
}

ul.sociallist {
	margin-top: 15px;
}

ul.sociallist li {
	border-bottom: 1px solid #e9e9ea;	
	padding: 7px 0;
}

ul.sociallist li a {
	height: 25px;
	padding-top: 7px;
	color: black;
	text-transform: uppercase;
	text-decoration: none;	
	padding-left: 45px;
	display: block;
	
}

ul.sociallist li a:hover { color: #E1393E; text-decoration: underline; }

a#twitter {
	background: url('images/twitter.png') no-repeat;
}

a#facebook {
	background: url('images/facebook.png') no-repeat;
}

a#youtube {
	background: url('images/youtube.png') no-repeat;
}

a#pvda {
	background: url('images/pvda.png') no-repeat;
}

/* Archief */

.archief {
	margin-top: 30px;	
}

.archief a {
	font-size: 16px;
	color: #0060A9;
}

.archief a:hover {
	color: #E1393E;	
}

/* ------------------- FOOTER ------------------- */


#footer {
	
}