/* style for dual-head stereo projection
   Akshay Kulkarni, 01/11/2010 */

/* all font sizes below are relative to the default font size of the slide
   which is set by the javascript to a certain fraction of the height of the slide */

body, html, head {
   border-width:0;
   background:black;
}

.slide, .slide1 {
   position:absolute;
   display:none;
   font-family:trebuchet ms;
   color:black;
   background:white;
/*    background-image:url('media/title-push-aside-l.png'); */
/*    background-repeat:no-repeat; */
/*    background-size:100%; */
/*    background-position:center center; */
}

.title {
   position:static;
   width:100%;
   color:#00f;
   font-size:120%;
   font-weight:normal;
   text-align:center;
   display:block;
}

.small {
   color:black;
   font-size:80%;
}

.ref {
   color:#666;
   font-size:70%;
}

.sup, .sub {
   font-size:60%;
}

/* ------------------------------------------- */

a {
   text-decoration:none;
}

div, img, embed, ul, ol, dl, p {
   position:absolute;
   border-width:0;
   margin:0;
   padding:0;
}
