/**
 * cepheide screen stylesheet
 */
body { 
  margin: 0 auto; 
  font: 1.25em/1.5em "Bitstream Vera Sans",Verdana,Helvetica,sans-serif normal; 
/*  background: black url(/img/logo_cph_128x128.png) center center no-repeat; */
/*  background-attachment: fixed; */
  background: #020202;
  color: #eee;
} 

a:link { color: #fff; }
a:hover { text-decoration: none; color: #f10; }
a:active { color: teal; }
a:visited { color: #ddd; }
 
#layout { margin: 0em 2em; }

#header h1  { 
	font: small-caps bold 1.25em/1em "Times New Roman",serif; 
	color: teal; 
	text-align:center; 
}

#wikilogo {
  position: fixed;
  top: 50%; left: 0px; right: 0px;
  margin-top: -64px;
  padding-left: 50%;
  text-align: center;
  z-index: 0;
  background: transparent url(/img/bg_async.png) top left repeat-x;
}
#wikilogo img { border: 0; margin-top: -4px; }
#wikilogo:hover #wikilogo img { border: 0;  }

div.home {  position: fixed; top: 50%; z-index: 1;}

div.slide h2 {
  color : #fff;
/*  border: 1em solid #000; */
  margin-top: -1.25em;
  margin-bottom: 0em;
  padding: 0 4em;
  text-align: center;
}
div.slide h2 a { color: #000; text-decoration : none; }
div.slide h2:hover { color: #C20900; }
div.slide h2:hover a { color: #C20900; }

div.slide h3 { margin: 1em; font-size: 80%; }

#content { 
	top: 0; 
	bottom: 0.5em; 
	padding: 0em 0.25em;
	overflow: auto;
}
#content pre { font-size: 1em; line-height: 1em; }

#footer { 
	position: absolute; 
	bottom: 50%; right: 16px; 
	text-align: center; 
	font-size: 0.5em; 
    margin: 0; padding: 0;	
}
#autoread {  }
	
/**
 * better do it using javascript so that js-disabled see it :)
 *
 * #presentation { display: none; }
**/
	
/* div.slide { margin: 0.25em; padding: 0.25em; } */
div.slide h4 { text-align: center; margin-top: 2em; }
div.slide h3 { text-align: center; font-style: italic; }

noscript { text-align: center; }
