/* -----------------------------------
Site:       Gaialogie
CSS author: Yolanda van Nieuwkoop
Updated:	October 16 2010
Updated by: Yolanda
in gebruik met template basis          
-------------------------------------- */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

/* hide from IE mac \*/
/* hiermee zorg je dat firefox altijd een scrollbar heeft rechts */
/* en daarmee voorkom je dat de pagina springt als hij langer wordt */

html {
    min-height: 100%;
    margin-bottom: 1px;
	/* dit met scrollbar werkt alleen in IE, niet in FF */
SCROLLBAR-FACE-COLOR: #FFD700; 			/* goud */
SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF; 	/* wit */
SCROLLBAR-SHADOW-COLOR: #000000; 		/* zwart */
SCROLLBAR-3DLIGHT-COLOR: #E8D0D0; 		/*   */
SCROLLBAR-ARROW-COLOR: #F0585E; 		/* rood */
SCROLLBAR-TRACK-COLOR: #FFFFFF; 		/* wit */
SCROLLBAR-DARKSHADOW-COLOR: #294D4A; 	/* dark slate grey */	
/* als dit in de body staat is het geen goedgekeurde CSS */
}
/* end hiding from IE5 mac */


body{
	font-family: Verdana,Arial,sans-serif;
	background-color:#FFFFFF;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
    font-size:90%;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

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

h1, .weblog{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}
.weblog{
	font-weight: bold;
}

h2{
 font-family: Verdana,Arial,sans-serif;
 font-size: 118%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Verdana,Arial,sans-serif;
 font-size: 114%;
 color: #00A8F9;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Verdana,Arial,sans-serif;
 font-size: 110%;
 color: #004262;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
	list-style-type: square;
	text-indent: 0px;
}

ul ul{
 list-style-type: circle;
}

ul ul ul{
 list-style-type: none;
}
ol{
	text-indent: 0px;

}
label{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
/* de kop van het geheel met plaatje */
#masthead{
	padding: 0px;
	border-bottom: 1px solid #F0585E;
	width: 100%;
	color : #333333;
	background-color: #4F4644; 

}
#innerwrapper
/* innerwrapper is nieuw en bevat zowel de navigatie, de inhoud als de rechterkant */

{
	width: 100%;
	background-image:url(../../images/bg2.jpg);
	background-repeat:repeat-y;
	color : #333333;
	background-color:#FFFFFF;
	/*	helaas werkt het plaatje niet zoals het hoort voor de laatste versie van Firefox */

}

/* de navigatiestructuur */
#navBar{
	float: left;
	width: 20%;
 	min-height: 724px; 
/* maar min-height werkt dan weer niet met IE en wel met andere browsers*/
	margin: 0px;
	padding: 0px;
	color:#FFD700;
	background-color: #294D4A;
/* de kleuren zijn eigenlijk GOLD en DARKSLATEGREY  maar dat werkte niet goed */
	/* hieronder is extra er bij gezet */
	font-size:80%;
	border-right: 1px solid #396A67;
	border-bottom: 1px solid #396A67;
}

#headlines{
  	float:right;
	width: 20%;
	border-left: 1px solid #B6B6D1;
	border-bottom: 1px solid #B6B6D1;
	padding-right: 10px;
/* hieronder is extra er bij gezet en sindsdien werkt dit beter */
	font-family: Verdana,Arial,sans-serif;
	color: #0A2234;
	background-color:#FFFFFF;
	font-size:	80%;
	overflow:hidden;  /* toegevoegd 24 november 2006 */
}
#headlines ul{
font-size:9px}
#headlines li{
font-size:9px}

#headlines-l{
  float:right;
  width: 30px;
  max-width: 20%;
	border-left: 1px solid #B6B6D1;
	border-bottom: 1px solid #B6B6D1;
	padding-right: 1px;
/* hieronder is extra er bij gezet */
	font-family: Verdana,Arial,sans-serif ;
	font-size:	80%;
	background-color:#FFFFFF;
	color: #0A2234;
	overflow:hidden;  /* toegevoegd 24 november 2006 */	
}
#content{
	float: left;
  	width: 55%;
/*	  	width: 50%; */
	background-image:url(../../images/bg3.jpg);
	background-repeat:repeat-y;
	color : #333333;
	background-color:#FFFFFF;

/* 	min-height: 724px; */
}
#content-l{
	float: left;
  	width: 65%;
	color : #333333;
	background-color:#FFFFFF;
	
/* 	min-height: 724px; */
}

#scrollen
{
/* 	is nieuw voor lange pagina's met veel tekst */
	height: 594px; 
	overflow: auto;	
}


#kalender{
	cursor:help;
}
/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 5px 10px;
border-bottom: 1px solid #B6B6D1;
color: #B6B6D1;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}
.feature h1{
	padding: 30px 0px 5px 0px;
	text-align: center;
	color: #00A8F9;
	font-size: 114%;
	}
.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
	font-size: 114%;
}
.feature h4{	font-size: 110%;
text-align: center;
}
.feature h5{	font-size: 100%;
	text-align: center;
}
.feature img{
	float: left;
	padding: 5px 5px 0px 0px;
}

table.feature{
width:100%;
padding: 10px;
border: 1px dotted; 
font-size:100%;
}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}
.story h3{
	font-size: 114%;
	}
.story h4{
	font-size: 110%;
	}
.story h5{
	font-size: 100%;
	}
/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #CECEFF;
	font-size: 75%;
	color: #000080;
	padding: 10px 10px 10px 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #1A2F2E;
	font-size: 100%; 
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #B6B6D1;
	border-bottom: 1px solid #1A2F2E;	
	padding: 4px 0px 4px 10px; 
	font-weight: bold; 
	color:#FFFF26;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
 	background-color: #DDEEFF;
	color:#000080;
}
#sectionLinks a span {
	font-size: 0px;
	visibility:hidden;
	height:0px;
	width:0px;
}

/*********** .relatedLinks styles ***********/


.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
/*	font-size: 90%; */
	font-size: 10pt;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}
.relatedLinks h4{
	padding: 10px 0px 2px 0px;
	color:#FFD700;
}
.relatedLinks h5{
	padding: 10px 0px 2px 0px;
	color:#FFD700;
}
.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 10px 0px;
	font-size:8pt;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 10px 10px 10px;
	font-size: 80%;
}

#headlines p{
	font-size:9px;
	padding: 5px 0px 5px 0px;
}
#headlines H3{	font-size: 100%;
}
#headlines td{
	font-size: 80%;
}

#headlines-l{
	margin: 0px;
	padding: 10px 10px 10px 10px;
	font-size: 80%;
}

#headlines-l p{
	padding: 5px 0px 5px 0px;
}

/*  ***** de kalender***** */
#kalender a{
color:#FF0000;
}
#kalender a:hover{
color:#00FFFF;
}
.groots{
	background-color:#000099;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8px;
	margin: 0px;
	padding: 0px;
}

.weekdagen {
FONT-SIZE: 8pt;
color: #EFD718;
FONT-WEIGHT: bold; 
BACKGROUND-COLOR: #294d4a;
width:14%; 
}
.zondagen2 {
COLOR: #999999; 
BACKGROUND-COLOR: #294D4a;
width:14%;
}
.zondagen {
COLOR: #cccccc; 
BACKGROUND-COLOR: #294D4A;
width:14%;
}
.anders {
BACKGROUND-COLOR: #444444;
width:14%; 
COLOR: #666666;
}
.anderemaand {
width:14%; 
COLOR: #999999;
}
.dezemaand {
width:14%; 
FONT-SIZE: 8pt;
}
.elf{
FONT-WEIGHT: bold; 
FONT-SIZE: 8pt; 
WIDTH: 180px; 
COLOR: #666666; 
FONT-FAMILY: Arial,sans-serif; 
BACKGROUND-COLOR: #ffffff ;
}
.maanden {
	FONT-SIZE: 8pt;
	COLOR: #000099;
	text-align:center;
	BACKGROUND-COLOR: #ffffff;
	FONT-FAMILY: Arial,sans-serif;
	border: 1px #F5F5F5;
}
/* einde kalender */ 

/* allerlei extra's */ 

/* centreren */ 
.center {
	text-align: center;
}
/* rechtsuitlijnen */ 
.right {	
text-align: right;
}
/* kleiner en schuin */ 
.stylesmallital {
	font-size: smaller;
	font-style: italic;
}
/* sitelevel */ 
table.sitelevel {
	border: thin solid #FFD700;
	margin: 0px;
	padding: 0px;
}
#dick{
font:"Brush Script MT";
FONT-FAMILY: "Brush Script MT",Arial,sans-serif; 
font-size:18px;
color: #3366ff;
}
.ondertekening{
color: #3366ff ;
font-family:"Brush Script MT",Arial,sans-serif;
font-size:20px;
font-style:italic;
}
/* extra voor centraal activiteiten  */

#storyQ a {
	display: block;
	border : 0px none #FFFFFF;
	color:#000;
	text-decoration:none;
	line-height:20px;
}

#storyQ a:hover{
	color:#3E3EFF;
text-decoration:none;}