@charset "utf-8";
/* CSS Document */


/* gedeeltelijke css reset */
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%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* einde reset */


/* css  */
a:link    {
color:#505050;
text-decoration: none;
}

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

a:active     {
color:#505050;
text-decoration: none;
}

a:hover    {
color:#ffa126;
text-decoration: none;
}

.linav      { list-style: none;
              padding-bottom:12px;
}

		.linav a:link    { text-decoration: none;
						   color:#505050;
		}
		.linav a:visited { text-decoration: none;
						   color:#505050;
		}
		.linav a:active  { text-decoration: none;
						   color:#505050;
		}
		.linav a:hover   { text-decoration: none;
						   color:#ffa126;
		}

.lifriends  { list-style: none;
              padding-top:3px;
}

		.lifriends a:link    { text-decoration: none;
							   color:#ffa126;
		}
		.lifriends a:visited { text-decoration: none;
							   color:#ffa126;
		}
		.lifriends a:active  { text-decoration: none;
							   color:#ffa126;
		}
		.lifriends a:hover   { text-decoration: none;
							   color:#505050;
		}


body                          { margin:0;
                                padding:0;
                                float:none;
                                clear:both;
                                background-image:url(images/bg.png);
 	                            background-repeat:repeat-x;
}

#topbar                       { width:100%;
                                height:25px;
								background-image:url(images/bluebar.jpg);
								position:relative;
} 
		#notice							{ width:auto;
										  height:auto;
										  top:6px;
										  font-family:Georgia, "Times New Roman", Times, serif;
										  font-size:10px;
										  color:#505050;
										  text-transform:uppercase;
										  float:right;
										  position:relative;
										  top:7px;
										  left:-5px
		}

#topcontainer                 { width:1000px;
                                height:auto;
                                margin: 0 auto;
								position:relative;
								top:30px;

}

		#navigation                   { width:320px;
										height:auto;
										text-align:left;									
										font-family:Georgia, "Times New Roman", Times, serif;
										font-size:30px;
										font-weight:bold;
										text-transform:uppercase;
										letter-spacing:-2px;
										float:left;
										position:relative;
		} 
		
		#friends                      { width:270px;
										height:auto;
										float:left;
										position:relative;
										top:2px;
		} 

				#friendstitle                 { width:270px;
												height:auto;
												color:#505050;
												text-align:left;
												font-family:Georgia, "Times New Roman", Times, serif;
												font-size:20px;
												font-weight:bold;
												text-transform:uppercase;
												letter-spacing: -1px;
												float:left;
												position:relative;
												word-spacing:8px;
												margin-bottom:5px;
				}
				
				#friendslist                  { width:130px;
												height:auto;
												color:#ffa126;
												text-align:left;
												font-family:Arial, Helvetica, sans-serif;
												font-size:12px;
												font-weight:bold;
												float:left;
												position:relative;
				} 
				
				#siteslist                    { width:140px;
												height:auto;
												color:#ffa126;
												text-align:left;
												font-family:Arial, Helvetica, sans-serif;
												font-size:12px;
												font-weight:bold;
												float:left;
												position:relative;
				}

#iconage                      { width:400px;
								height:auto;
								float:left;
								position:relative;
								top:2px;
} 

		#iconagetitle                 { width:400px;
										height:auto;
										color:#505050;
										text-align:left;
										font-family:Georgia, "Times New Roman", Times, serif;
										font-size:20px;
										font-weight:bold;
										text-transform:uppercase;
										letter-spacing:-1px;
										float:left;
										position:relative;
										word-spacing:8px;
										margin-bottom:5px;
		}
				
		#iconagelist                  { width:400px;
										height:auto;
										float:left;
										position:relative;
		} 


/* about page style */

#aboutcontainer               { width:1000px;
                                height:auto;
                                margin: 0 auto;
								position:relative;
								top:30px;

}
		
		#aboutnavigation              { width:270px;
										height:auto;
										text-align:left;									
										font-family:Georgia, "Times New Roman", Times, serif;
										font-size:30px;
										font-weight:bold;
										text-transform:uppercase;
										letter-spacing:-2px;
										float:left;
										position:relative;
		}
		
		
		#abouttextcontainer			  { width:480px;
										height:auto;
										float:left;
										position:relative;
		}
		
				#abouttitle                   { width:480px;
												height:30px;
												color:#ffa126;
												text-align:left;
												padding-left:10px;										
												font-family:Georgia, "Times New Roman", Times, serif;
												font-size:30px;
												font-weight:bold;
												text-transform:uppercase;
												float:left;
												position:relative;
				} 
		
				#abouttext                    { width:480px;
												height:auto;
												color:#505050;
												text-align:left;
												padding-left:10px;										
												font-family:Georgia, "Times New Roman", Times, serif;
												font-size:14px;
												float:left;
												position:relative;
				}
		
		#aboutphoto                   { width:200px;
										height:auto;
										float:left;
										left:30px;
										position:relative;
										top:5px;
		}

/* cms style */

#logintopcontainer    { width:500px;
                        height:auto;
                        margin: 0 auto;
						position:relative;
						top:30px;
}


		#loginheader          { width:500px;
								height:auto;
								color:#505050;
								text-align:left;									
								font-family:Georgia, "Times New Roman", Times, serif;
								font-size:30px;
								font-weight:bold;
								text-transform:uppercase;
								letter-spacing:-2px;
								float:left;
								position:relative;
		}
		
		#loginform			  {	width:500px;
		                        height:auto;
								float:left;
								position:relative;
								font-family:Arial, Helvetica, sans-serif;
								font-size:10px;
								text-transform:uppercase;
		}



#cmsnavigation                { width:340px;
								height:auto;
								text-align:left;
								padding-left:10px;
								padding-right:10px;								
								font-family:Georgia, "Times New Roman", Times, serif;
								font-size:20px;
								font-weight:bold;
								text-transform:uppercase;
								letter-spacing:-1px;
								float:left;
								position:relative;
}

#cmsfunctioncolumn            { width:340px;
								height:auto;
								text-align:left;
								padding-left:10px;
								padding-right:10px;								
								font-family:Arial, Helvetica, sans-serif;
								font-size:12px;
								font-weight:bold;
								text-transform:uppercase;
								float:left;
								position:relative;
}

#sitestats        { width:612px;
                    height:auto;
					float:left;
					position:relative;
} 

		.sitestatsvariable1     { color:#ffa126;
								  margin-left:4px;
								  font-weight:bold;
		}
		
		.sitestatsvariable2     { color:#FFFFFF;
								  margin-left:2px;
								  margin-right:2px;							  
		} 

#sitestatscolumn1   { width:186px;
                      height:auto;
					  position:relative;
					  float:left;
} 

		#sitestatsc1r1     { width:206px;
		                     height:auto;
							 color:#505050;
							 font-family:Georgia, "Times New Roman", Times, serif;
							 font-size:20px;
							 font-weight:bold;
							 text-transform:uppercase;
							 letter-spacing: -1px;
							 float:left;
							 position:relative;
							 top:1px;

		}
		
		#sitestatsc1r2     { width:206px;
		                     height:auto;
							 color:#505050;
							 text-align:left;
							 font-family:Arial, Helvetica, sans-serif;
							 font-size:12px;
							 text-transform:uppercase;
							 font-weight:bold;
							 line-height:110%;
							 float:left;
							 position:relative;
							 top:1px;

		} 		

#sitestatscolumn2   { width:410px;
                      height:auto;
					  position:relative;
					  float:left;
} 
		#sitestatsc2r1        { width:422px;
		                        height:auto;
								color:#505050;
								font-family:Georgia, "Times New Roman", Times, serif;
								font-size:20px;
								font-weight:bold;
								text-transform:uppercase;
								letter-spacing: -1px;
								float:left;
								position:relative;
								top:1px;
		} 

		#sitestatsc2r2        { width:410px;
		                        height:auto;
								color:#ffa126;
								text-align:left;
								font-family:Georgia, "Times New Roman", Times, serif;
								font-size:14px;
								text-transform:uppercase;
								line-height:120%;
								letter-spacing:-1px;
								padding:6px;
								word-spacing:3px;
								float:left;
								position:relative;
								top:1px;								
								background-color:#333;
		} 
