/*
Author:		Myranda Weijers
*/

/* Misc. */

* {
	padding:0;
	margin: 0;
	}
body {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:small;
	background-color:#2D302C;
	background-image:url(/images/bg-body.gif);
	color:#222222;
	font-weight: normal;
	}
a {
	color:#222222;
	text-decoration:none;
	}
a:link {
	color: #0033CC;
	text-decoration: none;
	font-weight:bold; 
    }
a:visited {
	text-decoration: none;
	color: #0033CC;
    }
a:hover {
	text-decoration: none;
	color: #00CCCC;
    }
a:active {
	text-decoration: none;
	color: #0033CC;
    }
img {
	border:0;
	font-size: small;
	}
p {
	margin-bottom:20px;
	line-height:20px;
	font-weight: normal;
	}

/* Structure */

#wrapper {
	margin:0 auto;
	width:940px;
	background-color:#454943;
	background-image:url(/images/bg-wrapper.gif);
	background-repeat:repeat-y;
	background-position:right;
	border-left:1px solid #0033CC;
	border-right:1px solid #0033CC;
	}
#header {
	height:120px;
	background-image:url(/images/header.jpg);
	background-repeat:no-repeat;
	padding:0 10px;
	}
#nav {
	height:35px;
	line-height:35px;
	background-image:url(/images/bg-navigation-bar.gif);
	background-repeat:repeat-x;
	padding:0 10px;
	}
#sidebar {
	float:right;
	width:200px;
	background-color:#ffffff;
	min-height:800px;
	border:1px solid #0033CC;
	margin:10px 10px 0 10px;
	padding:5px;
	min-height:800px;
	}
#content {
	width:680px;
	background-color:#ffffff;
	min-height:800px;
	border:1px solid #0033CC;
	margin:10px 10px 0 10px;
	padding:5px;
	}
#footer {
	clear:both;
	text-align:right;
	padding-right:55px;
	margin-top:-10px;
	color:#ffffff;
	font-size:12px;
	line-height:20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}
#footer-links {
	float:left;
	line-height:35px;
	}

/* Navigation */

#nav ul {
	list-style-type:none;
	}
#nav li {
	float:left;
	text-align:center;
	margin-right:10px;
	text-transform:uppercase;
	}
#nav li a {
	display:block;
	padding:0 15px;
	font-size:10px;
	font-weight:bold; 
	color:#ffffff;
	text-decoration:none;
	}
#nav li a:hover {
	background-image:url(/images/bg-navigation-bar-hover.gif);
	background-position:center;
	background-repeat:no-repeat;
	color:#222222;
	}

/* Sidebar */

#sidebar ul {
	list-style-type:none;
	margin-bottom:20px;
	}
#sidebar li {
	
	}

/* Headings */

h1 a {
	color:#0033CC;
	text-decoration:none;
	font-weight:normal;
	font-size:24px;
	}
h2 {
	color:#0033CC;
	text-decoration:none;
	font-weight:normal;
	font-size:20px;
	}
h3 a {
	font-size:30px;
	font-weight:normal;
	letter-spacing:-1px;
	color:#ffffff;
	text-decoration:none;
	}

/* Extra's */

.title1 {
	color:#ffffff;
	font-size:11px;
	text-align: right;
	}
.title2 {
	color:#222222;
	font-style:italic;
	}
.style1{
	color: #666666;
	font-style: italic;
	font-size: 10px;
    }
.style2 {
	color: #222222;
	text-align: left;
	font-style:normal;
	font-size: small;
    }
.style3 {
	font-family: "Trebuchet MS";
	font-size: x-large;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #0033CC;
    }	
.style4 {
    color:#666666; 
    font-family: "Trebuchet MS";
    font-size: medium;
    font-weight: bold;
    }
.style5 {
    color: #333333; 
	font-family: "Trebuchet MS";
	font-size: small;
	font-style: italic;
	font-weight: normal;
	}
.style6 {
    color: #222222;
	font-weight: bold;
	}
.style8 {
	color: #000000;
	border-bottom: 1px dashed #777777;
	padding-bottom: 2px;
	margin-bottom: 8px;
	font-size: medium;
	text-align: left;
	font-weight: bold;
}		
.description {
	font-size:12px;
	font-style:italic;
	color:#ffffff;
	padding-left:20px;
	}
.meta {
	color:#777777;
	border-bottom:1px dashed #777777;
	padding-bottom:2px;
	margin-bottom:8px;
	}
.blockquote{
    color: #333333;
    border-left: 2px solid #ccc;
    background: #FFFFFF;
    margin: 15px 30px 15px 30px;
    padding: 5px;
} 
.blockquote1{
    color: #333333;
    background: #FFFFFF;
    margin: 15px 30px 15px 30px;
    padding: 5px;
}
.comments {
	margin-top:-10px;
	text-align:right;
	margin-bottom:20px;
	}
.comments a {
	text-decoration:underline;
	}
#footer-links a {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	}
#footer-links a:hover {
	color:#0066FF;
	}
ul {
    list-style-type:square;
	list-style-position:inside;
	}
ol {
    list-style-position:inside;
	}.tableallign {
	text-align: center;
	font-weight: bold;


}
.stylexsmall {
	font-size: x-small;
	font-weight: bold;
	text-align: center;
	font-style: italic;
}

