/*  
Theme URI: http://www.945-ontwerp.nl
Description: This theme is designed by 945-ontwerp.
Version: 1.0
Author: Bas de Haas & 945 Ontwerp
Author URI: http://www.945-ontwerp.nl
*/

/** Color table **/
/*
rood:	#ee2f24;
grijs: 	#d3cdcd;
*/

/**** Basics */
body {
	font-family: 'Helvetica', verdana, sans-serif; Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	line-height: 140%;
	background-color: #000000;
	text-align: center;
	margin: 20px 0 20px 0;
	padding: 0; 
}

#page {
	background-color: white;
	text-align: left;
	margin: auto;
	margin-bottom:0;
	padding: 0px;
	width: 798px;
	height: auto;
}

#header {
	margin: 10px;
	padding: 0; 
	width: 798px;
}

#logos{	display:block;}
#logos img{display: inline;}
.headerimg{ 
	display:block; /* NODIG VOOR HET VOORKOMEN VAN EXTRA 3px SPACE TUSSEN HEADER EN CONTENT*/
	clear:both;
}

/* first level */
#sidebar ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sidebar ul li{
	background-image:url('http://www.ftrg.org/must2010/style.css');
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding: 0px 0px 16px 18px;
}

#sidebar ul li a, #content h1{
	font-variant: small-caps;	
	color: black;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
} 

#sidebar ul li.page_folder ul li a{
	font-size: 10pt;
	font-weight: bold;
	font-variant: normal;
	color: black;
}

#sidebar h3{
	margin: 0px;
	padding: 25px 0px 8px 17px;
	font-size: 8pt;
	font-weight: bold;
}

#sidebar{
	float: left;
	width: 175px;
	margin: 34px 5px 0px 5px;
	padding-bottom: 30px;
	text-align: left;
}

#content { 
	background-color: #e5e5e3;
	width: 540px;
	padding: 34px 25px 30px 25px;
	margin-bottom: 20px;	
	float: left;
	text-align: left;
}

#content p{
	margin-top: 0px;
}
#content h1{
	margin-bottom: 5px;
}
#content h1.news{
	margin-bottom: 5px;
}
#content h2{
	clear:both;
}
#content a.lang_switch{
	float: right;
	margin-right: 5px;
}

.navigation{ /* << vorige post | volgende post >> */ 
	display: block; 
	padding-bottom: 15px;
}

#news{
	margin: 0px;
	padding: 34px 0px 30px 0px;
	width: 208px;
	float: right;
}
#news_header{
	background-color: #d3cdcd;
	padding-left: 2px;
}
#news_header h1{
	font-variant: small-caps;	
	color: white;
	font-size: 12pt;
	padding: 4px 0px 4px 9px; 
	border-left: 3px solid white;
}
#news .post{
	margin: 0px 23px 0px 14px;
}

/****** footer ****/
#footer {
	margin: auto;
	padding: 0;
	width: 798px;
	height: 0px;
	clear: both; /* 	Sets the sides of an element where other floating elements are not allowed, essential for wp*/
	border: none;
	text-align: right; 
}	

#footer a.wplink{
	display:block;
	float: right;
	margin-right: 23px;
 	position: relative;
	top: 19px;
	width: 18px;
	height: 18px;
	background: url('http://www.ftrg.org/must2010/img/wp_logo.gif') no-repeat;
}

#footer a.wplink:hover{
  background: url('http://www.ftrg.org/must2010/img/wp_logo_roll.gif') no-repeat;
}
/***** end footer ****/	
	
/** kopjes*/
h1, h2{ 
	padding: 0px;
	margin: 0px;
}

a{
	text-decoration: underline;
	color: black;
}

h2, h2 a{
	padding: 15px 0px 0px 0px; 
	font-size: 10pt;
	text-decoration: none;
}

h2 a:hover{ text-decoration: underline;}
.time{
	color: black;
	font-weight: bold;
}

/** everything that is red */
#sidebar li a:hover, #sidebar li a:active, 
#sidebar li.current_page_item a, 
#sidebar ul li.page_folder ul li.current_page_item a, 
#sidebar ul li.page_folder ul li a:hover, #content h1,
h2, h2 a, a:hover{
	color: #ee2f24;
}

.floatright{float:right;}
.floatleft{float:left;}
.centered{text-align: center;}


/* Begin Various Tags & Classes */

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	font-weight: bold;
	font-size: 12pt;
	margin: 15px 20px 0 10px;
	padding-left: 20px;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

hr {
	display: none;
	display: block;
}

a img {
	border: none;
}