html, body {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
pre, a, abbr, acronym, address, code, del, dfn, em, img,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody,
tfoot, thead, tr {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

blockquote, q {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  quotes: "" ""; }
  blockquote:before, q:before,
  blockquote:after, q:after {
    content: ""; }

th, td, caption {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

table {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle; }

a img {
  border: none; }

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,
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-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

*:focus {
  outline: 0; }

body {
  line-height: 1em;
  color: black;
  background: #fff; }

ol, ul {
  list-style: none; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: "" ""; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: ""; }

img a {
  border: none; }

body {
  line-height: 1.5;
  font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 75%; }

h1 {
  font-weight: normal;
  color: #222222;
  font-size: 3em;
  line-height: 1;
  margin-bottom: 0.5em; }
  h1 img {
    margin: 0; }

h2 {
  font-weight: normal;
  color: #222222;
  font-size: 2em;
  margin-bottom: 0.75em; }

h3 {
  font-weight: normal;
  color: #222222;
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 1em; }

h4 {
  font-weight: normal;
  color: #222222;
  font-size: 1.2em;
  line-height: 1.25;
  margin-bottom: 1.25em; }

h5 {
  font-weight: normal;
  color: #222222;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.5em; }

h6 {
  font-weight: normal;
  color: #222222;
  font-size: 1em;
  font-weight: bold; }

h2 img, h3 img, h4 img, h5 img, h6 img {
  margin: 0; }

p {
  margin: 0 0 1.5em; }
  p img.left {
    display: inline;
    float: left;
    margin: 1.5em 1.5em 1.5em 0;
    padding: 0; }
  p img.right {
    display: inline;
    float: right;
    margin: 1.5em 0 1.5em 1.5em;
    padding: 0; }

a {
  text-decoration: underline;
  color: #000099; }
  a:visited {
    color: #000066; }
  a:focus {
    color: black; }
  a:hover {
    color: black; }
  a:active {
    color: #cc0099; }

blockquote {
  margin: 1.5em;
  color: #666;
  font-style: italic; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

dfn {
  font-style: italic;
  font-weight: bold; }

sup, sub {
  line-height: 0; }

abbr, acronym {
  border-bottom: 1px dotted #666; }

address {
  margin: 0 0 1.5em;
  font-style: italic; }

del {
  color: #666; }

pre {
  margin: 1.5em 0;
  white-space: pre; }

pre, code, tt {
  font: 1em 'andale mono', 'lucida console', monospace;
  line-height: 1.5; }

li ul, li ol {
  margin: 0 1.5em; }

ul {
  margin: 0 1.5em 1.5em 1.5em;
  list-style-type: disc; }

ol {
  margin: 0 1.5em 1.5em 1.5em;
  list-style-type: decimal; }

dl {
  margin: 0 0 1.5em 0; }
  dl dt {
    font-weight: bold; }

dd {
  margin-left: 1.5em; }

table {
  margin-bottom: 1.4em;
  width: 100%; }

th {
  font-weight: bold; }

thead th {
  background: #c3d9ff; }

th, td, caption {
  padding: 4px 10px 4px 5px; }

tr.even td {
  background: #e5ecf9; }

tfoot {
  font-style: italic; }

caption {
  background: #eee; }

.quiet {
  color: #666666; }

.loud {
  color: #111111; }

body .clear {
  clear: both; }
body .nowrap {
  white-space: nowrap; }
body .clearfix {
  overflow: hidden;
  display: inline-block; }
  body .clearfix {
    display: block; }
body .small {
  font-size: .8em;
  margin-bottom: 1.875em;
  line-height: 1.875em; }
body .large {
  font-size: 1.2em;
  line-height: 2.5em;
  margin-bottom: 1.25em; }
body .first {
  margin-left: 0;
  padding-left: 0; }
body .last {
  margin-right: 0;
  padding-right: 0; }
body .top {
  margin-top: 0;
  padding-top: 0; }
body .bottom {
  margin-bottom: 0;
  padding-bottom: 0; }
body .showgrid {
  background:
url('http://people.stat.sfu.ca/grid.png'); }
body .error {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #dddddd;
  background: #fbe3e4;
  color: #8a1f11;
  border-color: #fbc2c4; }
  body .error a {
    color: #8a1f11; }
body .notice {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #dddddd;
  background: #fff6bf;
  color: #514721;
  border-color: #ffd324; }
  body .notice a {
    color: #514721; }
body .success {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #dddddd;
  background: #e6efc2;
  color: #264409;
  border-color: #c6d880; }
  body .success a {
    color: #264409; }
body .hide {
  display: none; }
body .highlight {
  background: yellow; }
body .added {
  background: #006600;
  color: white; }
body .removed {
  background: #990000;
  color: white; }

thead th {
  background: none; }

body {
  background: #A8A9A1; }

#main {
  width: 802px;
  margin: auto; }

#contain {
  background: #CCCCCC; }

#body, #footer {
  background: #FFFFFF;
  border: 1px solid #CFD1CC; }

#footer {
  margin: 5px 0;
  font-size: 60%;
  text-align: center;
  line-height: 2em; }
  #footer a {
    color: #000000;
    text-decoration: none; }

#content {
  overflow: hidden;
  display: inline-block;
  border-top: 0;
  margin-top: 15px;
  padding: 0 54px 10px 42px; }
  #content {
    display: block; }

br {
  clear: left; }

.image a {
  display: inline; }

ul {
  list-style: none; }

#nav {
  border-width: 0;
  background: url(http://www.sfu.ca/~lockhart/Stylesheets/gradients.jpg) repeat-x 0 0;
  height: 30px; }
  #nav ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  #nav li.active {
    background: url(http://www.sfu.ca/~lockhart/Stylesheets/gradients.png) repeat-x 0 -30px;
}
  #nav li {
    position: relative;
    background: #077;
    float: left;
    width: 150px;
    border-left: 1px solid white;
    text-align: center; }
    #nav li a {
      line-height: 30px;
      display: block;
      color: #FFFFFF;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 90%; }
    #nav li ul {
      position: absolute;
      display: none;
      left: 0;
      top: 30px; }
      #nav li ul li {
        padding: 3px;
        background: #7197BC;
        border-bottom: 1px solid #A7BBCE;
        text-align: left; }
        #nav li ul li a {
          text-transform: none; }
      #nav li ul li:hover {
        background: #A2BDDA; }
  #nav li:hover ul {
    display: block; }

table {
  width: 100%;
  border-collapse: collapse;
  text-align: left; }
  table th {
    padding: 0; }
  table tr td {
    padding: 5px; }
  table td, table th {
    border: 1px solid #B5B6B8; }
  table th p {
    background: #D1D2D4;
    margin: 4px 0;
    padding: 10px 20px; }
  table tr.odd {
    background: #CCCCCC; }

h1 {
  margin-left: -42px;
  margin-top: 0.5em;
  font-size: 2em; }
  h1 span {
    background: #31C8F4;
    color: #FFFFFF;
    padding: 0 10px;
    font-weight: normal; }

dl {
  margin-left: 250px; }
  dl dt {
    background:
url(http://www.sfu.ca/~lockhart/Stylesheets/slider.png) no-repeat top right
#D1D2D4;
    line-height: 30px; }
  dl dd {
    border: 1px solid #D2D4D3;
    margin: 0 0 30px 0;
    padding: 5px 15px; }
    dl dd dd {
      border-width: 0; }
    dl dd dt {
      background: none;
      color: green;
      float: left;
      line-height: normal;
      margin-right: 5px;
      font-weight: bold; }
  dl dl {
    margin: auto; }
    dl dl dd {
      margin-bottom: 15px;
      padding: 0; }

.authors {
  font-weight: bold; }

.section {
  margin-top: 1em; }
  .section img {
    border: 2px solid #76A1C4;
    float: left;
    margin: 0 15px; }
  .section h1 {
    background: none;
    color: #714054;
    padding: 0;
    font-size: 100%;
    margin-bottom: 0; }
  .section p, .section h1 {
    margin-left: 200px; }
  .section p {
    padding-right: 1em; }

div.project {
  float: left;
  margin: 10px 15px;
  width: 300px; }
  div.project h1 {
    background: none;
    font-size: 100%;
    font-weight: bold;
    color: #000000;
    padding: 0;
    margin: 0; }
  div.project a {
    color: #4BAFD4; }
  div.project p {
    margin: 0; }

.portrait {
  border: 1px solid #AFB0B2;
  padding: 5px;
  float: left;
  margin-right: 5px; }

.name {
  color: #571730; }

#home {
  background:
url(http://www.sfu.ca/~lockhart/Stylesheets/home-background.jpg);
  padding-top: 25px; }

.section {
  width: 595px; }

a {
  color: #2DA0C7; }

.news {
  float: right;
  width: 195px; }
  .news ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .news ul li {
      border-top: 1px solid black;
      padding: 15px 0; }
      .news ul li p {
        margin: 0; }
      .news ul li h1 {
        font-weight: bold;
        text-transform: none;
        font-size: 100%;
        margin: 0; }

#tabs {
  margin: 0;
  padding: 0;
  border-bottom: 8px solid #BBB;
  overflow: hidden;
  display: inline-block; }
  #tabs {
    display: block; }
  #tabs li {
    list-style: none;
    background: #7197BC;
    float: left;
    border-right: 1px solid #FFFFFF; }
    #tabs li a {
      color: #FFFFFF;
      text-decoration: none;
      line-height: 2em;
      padding: 0 1em; }
    #tabs li:hover {
      background: #A2BDDA; }
    #tabs li.active {
      background: #832B54; }
      #tabs li.active:hover {
        background: #72003E; }

#header {
  color: #FFFFFF;
  padding-top: 25px;
  padding-bottom: 25px;
  height: 270px;
  background-repeat: no-repeat;
  background-position: top; }
  #header .portrait {
    position: relative;
    left: 50px;
    display: inline;
    float: left;
    border: none; }
  #header p {
    margin-bottom: 0; }
  #header .name {
    color: #FFFFFF;
    font-size: 150%;
    font-weight: bold; }
  #header .institutuion {
    font-size: 120%;
    margin-bottom: 30px; }

#header.home {
  background-image:
url(http://www.sfu.ca/~lockhart/Stylesheets/header_home.jpg); }
  #header.home p {
    margin-left: 250px; }

#header.style1 p, #header.style2 p, #header.style3 p, #header.style4 p {
  margin-left: 400px; }

#header.style1 {
  background-image:
url(http://www.sfu.ca/~lockhart/Stylesheets/header_1.jpg); }

#header.style2 {
  background-image:
url(http://www.sfu.ca/~lockhart/Stylesheets/header_2.jpg); }

#header.style3 {
  background-image:
url(http://www.sfu.ca/~lockhart/images/header_3.jpg); }

#header.style4 {
  background-image:
url(http://www.stat.sfu.ca/~lockhart/Stylesheets/header_4.jpg); }

#students {
  margin-left: -42px; }

/*
     FILE ARCHIVED ON 10:58:45 Jul 31, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 19:02:24 Dec 30, 2020.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 232.781
  exclusion.robots: 0.127
  exclusion.robots.policy: 0.117
  RedisCDXSource: 2.164
  esindex: 0.012
  LoadShardBlock: 206.816 (3)
  PetaboxLoader3.datanode: 227.204 (4)
  CDXLines.iter: 21.366 (3)
  load_resource: 101.104
  PetaboxLoader3.resolve: 59.284
*/
