/*========================================================================*/
/* hesketh.com baseline global stylesheet template                        */
/* $Id */
/* There are two parts to this stylesheet: rules for NS4, and rules for   */
/* all other browsers not capable of passing the high-pass filter test.   */
/* Styles for browsers that can pass the high-pass filter test are to be  */
/* defined in the stylesheet loaded by that filter.                       */
/*========================================================================*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* only NS4 gets the following styles per Fabrice's Inversion             */
/* http://centricle.com/ref/css/filters/tests/fabrice/                    */

/*/*//*/
a.titlelink {
 color: #0033CC;
}

body {
 color: #000000;
 background: white;
 background-color: white;
 background-image: none;
 font-family: Arial,Verdana,Helvetica,sans-serif;
}

div.slide {
 font-size: 18px;
 height: 500px;
 padding-bottom: 20px;
 padding-top: 20px;
 visibility: hidden;
 width: 670px;
}

div.titleslide {
 background: url("/css/presentation/images/title-slide-670x500.jpg") no-repeat;
 padding-bottom: 260px;
 padding-left: 20px;
 padding-right: 300px;
 padding-top: 20px;
}

.attribution {
 color: #000000;
 font-family: Arial, Helvetica, Sans-serif;
 font-size: 14px;
 padding-left: 45px;
}

.author {
 color: #660000;
 font-family: Arial, Helvetica, Sans-serif;
 font-size: 16pt;
 padding-left: 35px;
}

.slidebody {
 color: #000000;
 font-size: 16px;
 font-weight: normal;
}

.slidetitle {
 border-bottom: 2px solid #660000;
 color: #000000;
 font-size: 24px;
 font-weight: normal;
}

.slidesubhead {
 color: #000000;
 font-family: Verdana,Arial,Helvetica,Sans-serif;
 font-size: 18px;
 font-weight: normal;
}

.titleslidehead {
 color: #660000;
 display: block;
 font-family: Arial, Helvetica, Sans-serif;
 font-size: 32pt;
 font-weight: bold;
}

#ignoretheselinks { 
 visibility: hidden;
}

#navnexttitle {
 left: 0px;
 position: absolute;
 top: 0px;
 visibility: hidden;
}

#navnext {
 left: 0px;
 position: absolute;
 top: 0px;
 visibility: hidden;
}

#navprev {
 left: 0px;
 position: absolute;
 top: 0px;
 visibility: hidden;
}

#slide0 { 
 visibility: visible;
}

/*~~~~~~~~~~~~~~~~~~~~~~~ end NS4-only style rules ~~~~~~~~~~~~~~~~~~~~~~~*/

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* hide the following from NS4/All per Caio's Hack                        */
/* http://css-discuss.incutio.com/?page=CaioHack                          */

/*/*/


/*+++++++++++++++++++++++ stop hiding from NS4/All +++++++++++++++++++++++*/
