/* CSS Document */

body {
	margin: 0;
	padding: 25px; 
	background-color: black;
	text-align: center;
	}

h2 {
   	margin-top: 0px;
	margin-bottom: 25px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	font-size: 24px;
	}
p, li {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
}

.title {
		float:left;	
		}

.enlarge {
	margin-top: 25px;
	margin-left: 25px;
	margin-right: 25px;
	padding-top: 4px;
	float: right;
	}

h3 {
    padding-top: 5px;
	margin:25px;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #FF9900;
	}

div.content {
	margin:25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	width:400px;
	padding-top: 2px;
	padding-bottom: 2px;
	}
	
div.bio-bg {
	background-image:url(images/chantal-bio.jpg);
	background-repeat:no-repeat;
	}

div.bio-text {
	margin:25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	width:400px;
	padding-top: 2px;
	padding-bottom: 2px;
	}

	
div.bio {
	
	margin:25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	width:375px;
	float:left;
	}
	
div.event-bg {
	background-image:url(images/events_meeting_by_chance.jpg);
	background-repeat:no-repeat;
	}

div.event-text {
	margin:25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	width:400px;
	padding-top: 2px;
	padding-bottom: 2px;
	}
	
div.pastevent-text {
	margin:25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	width:600px;
	padding-top: 2px;
	padding-bottom: 2px;
	}



div.contact-text {
	margin:25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	width:400px;
	padding-top: 2px;
	padding-bottom: 2px;
	}

div#page {
	background-color: white;
	background-position: 0 290px;
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 0;
	width: 740px;
	text-align: left;
	}
		
div#thumbs {
	margin:20px;
	clear:both;
	}

.thumbs h2 { margin: 25px; }

.thumbs .bodytext { margin-left: 25px; }

img.thumb, img.wtgallery_listpic_pic{
    border-width: 1px;
    border-color: #ccc;
    border-style: solid;
	padding: 5px;
	margin: 5px;
	}

a:hover img.thumb,  a:hover img.wtgallery_listpic_pic {
	border-color:#FF0000;
	}

p.nav-footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:10px;
	text-decoration:none;
	text-align:center;
	}

.nav-footer a  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:10px;
	text-decoration:none;
	}
	
.nav-footer a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:red;
	font-size:10px;
	text-decoration:underline;
	}
	
.credits a  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:black;
	font-size:13px;
	text-decoration:none;
	}
	
.credits a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:red;
	font-size:13px;
	text-decoration:underline;
	}

	/* Rolling Menu Styles */

.menu {
	color: #FFFFFF;
	display: block;
	margin: 0px 0px 0px 0px;
	text-align: left;
	top: 220px;
	width: 720px;
	height: auto;
	background-color: white;
	padding: 0;
	font-family:Verdana, sans-serif;
	font-size:10px;
}

.menu a {
	font-size:10px;
}

.sidetable
{
	width:720px;
	background: #000000;
	border: 0px;
	margin: 0px 0px 0px 10px;
	height: 20px;
}

#sidemenu {
	display: block;
}

#sidemenu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}

#sidemenu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
}

#sidemenu a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 16px;
	padding-right: 16px;
	color: #FFFFFF;
	text-decoration:none;
}

#sidemenu h2 {
	color: #FFFFFF;
	font-size: 1.2em;
	weight:bold;
}

#sidemenu ul li ul a {
	width: 120px;
}

#sidemenu li li {
	width: 100%;
	float: none;
}

#sidemenu li li ul {
	top: 0px;
	left: 0;
}

#sidemenu li li:hover ul {
	left: 100%;
}

/* initialy hide all sub sidemenus */
#sidemenu li ul {
	display: none;
	position: absolute;
	z-index: 10;
}

/* display them on hover */
#sidemenu li:hover>ul {
	display: block;
}

/* this is needed if you want to style #sidemenu div - force containment of floated LIs inside of main UL */
#sidemenuList:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}

#sidemenuList {
	display: inline-block;
}

#sidemenu ul li ul .monthsMenu a{
	width: auto;
	height: auto;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

/* define the consecutive colors */
#sidemenu ul li a{
	background: #000000;
}

#sidemenu ul li a:hover {
	background: #333333;
	color:#33CC00;
}

#sidemenu ul li ul li a{
	background: #333333;
	filter:alpha(opacity=90); /* for IE */
		-moz-opacity:0.9; /* for mozilla */
		opacity: 0.9; /* for safari */
		khtml-opacity: 0.9 /* for konquerer and older safari */
}

#sidemenu ul li ul li a:hover {
	background: #666666;
}

/* begin lightbox css */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	
.csc-mailform{ border: 0;padding: 0; margin: 0; }
.csc-mailform label{
	display:block;
	float:left;
	width:100px;
 }
 
.csc-mailform-field {
	margin-bottom: 20px; 
 }
 
#mailformformtype_mail {
	margin-left:100px;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
																
																
/* korr Dani */
.footer {
	font-family:arial,helvetica,verdana,sans-serif;
	font-size:11px;
	left:15px;
	position:relative;
	top:65px; 
}
