/* import base CSS style */
@import "../base.css";

/* globals */
body {
  background-color: #f0f0f0;
  color: #333;
  font: 12px "Lucida Grande", Arial, Helvetica, sans-serif;
}

a,
a:link,
a:visited {
  color: #313428;
  text-decoration: none;
}
a:hover {
  color: #cc0000;
}

blockquote {
  border-left: 2px solid #ccc;
  color: #666;
  padding: 5px 10px 1px;
  margin: 10px;
  font-style: normal;
}
code {
  background: #eaeaea;
  color: #333;
  font-family: Consolas, Monaco, Courier, monospace;
  font-size: 11px;
  margin: 1px 0;
  padding: 1px 3px;
}
pre code {
  background: #322e2c;
  border: 1px solid #635957;
  color: #fff;
  display: block;
  overflow: scroll;
  padding: 1.5em 1.75em;
}

input[type="text"],
input[type="password"],
textarea {
  background: url(/web/20160729052329im_/http://mindhacks.cn/wp-content/themes/arras/images/form.jpg)
    repeat-x top #fff;
  border: 1px solid #ccc;
  padding: 5px 3px;
}
input[type="submit"] {
  font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
  background: url(/web/20160729052329im_/http://mindhacks.cn/wp-content/themes/arras/images/feed-title-white.jpg)
    repeat-x;
  border: 1px solid #ccc;
  padding: 5px 10px;
  font-size: 12px;
  color: #000;
  font-weight: 700;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
input[type="submit"]:hover {
  background: #313428;
  color: #fff;
}

table,
th,
td {
  border: 1px solid #ccc;
}
th,
thead th {
  font-weight: 700;
  color: #333;
  background: #ddd;
}
td,
tbody td {
  background: #f0f0f0;
}

dl {
  margin: 10px 0;
  font-size: 14px;
}
dl dt {
  color: #666;
  padding-bottom: 3px;
}
dl dd {
  margin: 0 0 10px 0;
  line-height: 1.5em;
}

/* common classes */
img.aligncenter,
img.alignright,
img.alignleft {
  border: 1px solid #ddd;
  text-align: center;
  background: #f3f3f3;
  padding: 4px;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: none;
}
.wp-caption .wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

.sub {
  font-size: 11px;
  color: #848485;
}

.tags a:link,
.tags a:visited {
  text-decoration: none;
  font-weight: 700;
  padding: 0 5px 3px;
  line-height: 1.3em;
  display: inline-block;
}
.tags a:hover {
  text-decoration: underline;
}

.avatar {
  float: left;
  margin: 0 10px 10px 0;
  border: 1px solid #ccc;
  padding: 2px;
  background: #fff;
}

label.error {
  border: 1px solid #d8000c;
  color: #d8000c;
  background: #ffbaba;
  margin: 5px 0;
}

/* structure */
#main {
  background: #f5f5f5;
  border: 1px solid #d3d1c7;
}

/* header */
#header {
  background: #1e1b1a;
  border-bottom: 5px solid #383332;
}
.logo {
  max-width: 590px;
  float: left;
  font-weight: 700;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.blog-name {
  font-size: 22px;
  letter-spacing: 1px;
}
.blog-name a:link,
.blog-name a:visited {
  color: #fff;
  text-decoration: none;
}
.blog-description {
  font-size: 11px;
  color: #7d716d;
}

/* top menu */
#top-menu {
  background: #111;
  border-bottom: 1px solid #333;
}
#top-menu-content {
  height: 25px;
  padding: 3px 0;
}
#top-menu-content .sf-menu {
  text-transform: uppercase;
  margin: 0 2px;
}
#top-menu .sf-menu a {
  display: block;
  text-decoration: none;
  padding: 7px 10px 8px;
  color: #aaa;
  font-size: 10px;
  border-right: 1px solid #333;
}
#top-menu .sf-menu ul a {
  border: none;
}
#top-menu .sf-menu ul li {
  border: 1px solid #333;
  margin-top: -1px;
}
#top-menu .sf-menu a:hover,
#top-menu .sf-menu li:hover,
#top-menu .sf-menu li.sfHover,
#top-menu .sf-menu ul li {
  color: #fff;
  background: #111;
}
#top-menu .sf-menu ul a:hover,
#top-menu .sf-menu ul li.sfHover,
#top-menu .sf-menu ul li:hover {
  color: #373331;
  background: #fff;
}
#top-menu .sf-menu ul li.sfHover a.sf-with-ul {
  color: #373331;
}
#top-menu .sf-menu li li a {
  padding: 7px 10px;
  line-height: 1;
  height: auto;
  font-size: 10px;
}
#top-menu .sf-menu .sf-with-ul {
  padding-right: 15px;
}
#top-menu .sf-sub-indicator {
  background: url(/web/20160729052329im_/http://mindhacks.cn/wp-content/themes/arras/images/dropdown.png)
    no-repeat;
  width: 5px;
  height: 5px;
  text-indent: -9999px;
  display: inline-block;
  position: relative;
  left: 7px;
  top: 0;
  vertical-align: middle;
}
#top-menu .sf-menu ul .sf-sub-indicator {
  display: none;
}
#top-menu .sf-menu li:hover ul,
#top-menu .sf-menu li.sfHover ul {
  top: 2.4em;
}
#top-menu ul.sf-menu li li:hover ul,
#top-menu ul.sf-menu li li.sfHover ul,
#top-menu ul.sf-menu li li li:hover ul,
#top-menu ul.sf-menu li li li.sfHover ul {
  top: 0;
}

/* main navigation */
#nav {
  background: url(/web/20160729052329im_/http://mindhacks.cn/wp-content/themes/arras/images/topnav.jpg)
    repeat-x bottom #322c2c;
  min-width: 990px;
}
#nav-content {
  margin: 0 auto;
  width: 978px;
}
#nav .sf-menu {
  float: left;
  line-height: 1.1;
  max-width: 770px;
}
#nav .sf-menu a {
  display: block;
  text-decoration: none;
  padding: 8px 12px 11px;
  color: #aaa;
  font-size: 14px;
}
#nav .sf-menu ul li {
  border: 1px solid #474331;
  margin-top: -1px;
}
#nav .sf-menu a:hover,
#nav .sf-menu li:hover,
#nav .sf-menu li.sfHover,
#nav .sf-menu ul li {
  background: #373331;
  color: #fff;
}
#nav .sf-menu ul a:hover,
#nav .sf-menu ul li.sfHover,
#nav .sf-menu ul li:hover {
  color: #373331;
  background: #fff;
}
#nav .sf-menu ul li.sfHover a.sf-with-ul {
  color: #373331;
}
#nav .sf-menu li li a {
  padding: 7px 10px;
  line-height: 1;
  height: auto;
  font-size: 12px;
}
#nav .sf-menu .sf-with-ul {
  padding-right: 15px;
}
#nav .sf-sub-indicator {
  background: url(/web/20160729052329im_/http://mindhacks.cn/wp-content/themes/arras/images/dropdown.png)
    no-repeat;
  width: 5px;
  height: 5px;
  text-indent: -9999px;
  display: inline-block;
  position: relative;
  left: 7px;
  top: 0;
  vertical-align: middle;
}
#nav .sf-menu ul .sf-sub-indicator {
  display: none;
}
#nav .quick-nav li {
  padding-top: 8px;
}

.quick-nav li {
  padding: 5px 0 0 8px;
}
.quick-nav a:link,
.quick-nav a:visited {
  display: block;
  text-indent: -9000px;
  width: 16px;
  height: 16px;
  float: left;
  clear: left;
  opacity: 0.6;
}
.quick-nav a:hover {
  opacity: 1;
}

.quick-nav #rss {
  background: url(/web/20160729052329im_/http://mindhacks.cn/wp-content/themes/arras/images/rss.png)
    no-repeat;
}
.quick-nav #twitter {
  background: url(/web/20160729052329im_/http://mindhacks.cn/wp-content/themes/arras/images/twitter.png)
    no-repeat;
}
.quick-nav #facebook {
  background: url(/web/20160729052329im_/http://mindhacks.cn/wp-content/themes/arras/images/facebook.png)
    no-repeat;
}

/* search bar */
#searchbar {
  margin: 25px 0 0;
}
.searchform {
  border: 3px solid #383332;
  background: #efefef;
  width: 250px;
  padding: 6px 5px;
  margin: 0;
}
.searchform .s {
  font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
  font-size: 14px;
  border: none;
  background: #efefef;
  padding: 0;
  margin: 0;
  float: left;
  width: 234px;
}
.searchform .searchsubmit {
  background: url(/web/20160729052329im_/http://mindhacks.cn/wp-content/themes/arras/images/searchsubmit.gif)
    no-repeat;
  text-indent: -9000px;
  width: 16px;
  height: 16px;
  border: none;
  float: left;
  cursor: pointer;
  opacity: 0.7;
  text-transform: capitalize;
  padding: 0;
  margin: 0;
}
.searchform .searchsubmit:hover {
  background: url(/web/20160729052329im_/http://mindhacks.cn/wp-content/themes/arras/images/searchsubmit.gif)
    no-repeat;
  opacity: 1;
}

/* sidebar */
.widgetcontainer {
  border: solid #ccc;
  border-width: 1px;
  background: repeat-x #fff;
  line-height: 1.4em;
}
.widgetcontainer a {
  font-weight: 700;
}
.widgetcontainer .excerpt {
  font-size: 11px;
  margin: 5px 0;
}
.widgettitle {
  color: #333;
  font-size: 12px;
  font-weight: 700;
  margin: -10px -10px 10px;
  padding: 5px 10px;
  background: url(/web/20160729052329im_/http://mindhacks.cn/wp-content/themes/arras/images/feed-title-white.jpg)
    repeat-x top #efefef;
  border-bottom: 1px solid #ccc;
}
.widgettitle a {
  color: #333;
}

.multi-sidebar .thumb,
.multi-sidebar .recentcomments .avatar,
.featured-stories .thumb {
  float: left;
  border: 1px solid #ccc;
  margin: 0 10px 0 0;
  background: #fff;
  padding: 2px;
}
.sidebar-read-more:link,
.sidebar-read-more:visited {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 10px;
  padding: 2px 4px;
  margin: 5px 0 0;
  display: inline-block;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  color: #fff;
  background: #333;
}
.sidebar-read-more:hover {
  background: #cc0000;
}

.multi-sidebar .tabs li {
  background: #383332;
  border: 1px solid #ccc;
}
.multi-sidebar .tabs a:link,
.multi-sidebar .tabs a:visited {
  text-decoration: none;
  font-weight: 700;
  color: #fff;
}
.multi-sidebar .tabs a:hover {
  border-bottom: 1px dotted #fff;
}
.multi-sidebar .tabs .ui-tabs-selected {
  background: #fff;
}
.multi-sidebar .tabs .ui-tabs-selected a:link,
.multi-sidebar .tabs .ui-tabs-selected a:visited {
  color: #37322f;
}
.multi-sidebar .widgetcontainer {
  background: #fff;
  border: 1px solid #ccc;
}

.multi-sidebar .widgetcontainer li,
.featured-stories li,
.related-posts li {
  border-bottom: 1px dotted #ccc;
}
.multi-sidebar .recentcomments .author {
  color: #666;
  font-size: 11px;
}

#wp-calendar {
  border: 1px solid #999;
}
#wp-calendar td {
  text-align: center;
}
#wp-calendar caption {
  color: #333;
  font-size: 12px;
  font-weight: 700;
  margin: 0;
  padding: 5px 9px;
  background: url(/web/20160729052329im_/http://mindhacks.cn/wp-content/themes/arras/images/feed-title-white.jpg)
    repeat-x top #efefef;
  border: 1px solid #ccc;
  text-align: center;
}

/* featured slideshow */
#featured-slideshow {
  border: 5px solid #ccc;
}

.featured-article {
  text-decoration: none !important;
  background-position: center !important;
}
.featured-entry {
  background: #000;
  height: 85px;
  color: #a7a7a7;
}
.featured-entry .entry-title {
  color: #fff;
  padding: 10px 15px 5px;
  font-size: 18px;
  font-weight: 700;
}

/* bottom content */
#bottom-content-1 .widgettitle,
#bottom-content-2 .widgettitle {
  background: #f0f0f0;
}

/* tapestries */
.entry-thumbnails-link {
  background: #111;
  text-decoration: none !important;
}

.posts-default li {
  margin: 0 15px 10px 0;
  font-size: 12px;
}
.posts-default img {
  background: #111;
}
.posts-default .entry-title {
  font-weight: 700;
  font-size: 14px;
}
.posts-default .entry-summary,
.posts-quick .entry-summary {
  color: #333;
}
.posts-default .entry-thumbnails-link {
  border: 1px solid #e1e1e1;
  background: #fff;
}
.posts-default .published {
  text-transform: uppercase;
  font-size: 10px;
  color: #999;
  border-bottom: none;
}

.posts-quick .entry-title {
  font-weight: 700;
  font-size: 16px;
}
.posts-quick .entry-summary {
  font-size: 12px;
}
.posts-quick .entry-thumbnails {
  border: 1px solid #ccc;
  background: #fff;
}
.posts-quick .entry-info {
  font-size: 11px;
  color: #666;
  border: none;
}
.posts-quick .entry-info abbr {
  text-decoration: none;
  border: none;
}

.posts-quick .quick-read-more a:link,
.posts-quick .quick-read-more a:visited {
  padding: 5px 10px;
  margin: 3px 0;
  font-size: 12px;
  background: url(/web/20160729052329im_/http://mindhacks.cn/wp-content/themes/arras/images/feed-title-white.jpg)
    top repeat-x #efefef;
  color: #000;
  text-decoration: none;
  border: 1px solid #ccc;
  font-weight: 700;
  display: inline-block;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.posts-quick .quick-read-more a:hover {
  background: #383332;
  color: #fff;
}
.posts-default .entry-meta,
.posts-quick .entry-meta {
  color: #ccc;
  background: #000;
  height: 25px;
  font-weight: 700;
  opacity: 0.7;
}
.posts-default .entry-meta a:link,
.posts-default .entry-meta a:visited,
.posts-quick .entry-meta a:link,
.posts-quick .entry-meta a:visited {
  color: #fff;
  text-decoration: none;
}
.posts-line {
  background: #fff;
  border: 1px solid #ccc;
}
.posts-line li {
  padding: 7px 0;
  border-bottom: 1px solid #eee;
}
.posts-line .entry-cat {
  font-size: 11px;
  color: #848485;
}
.posts-line .entry-title {
  font-size: 12px;
}
.posts-line .entry-comments {
  font-size: 11px;
  color: #848485;
}

.home-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  padding: 0 3px 8px;
  border-bottom: 1px solid #ddd;
  margin: 0 15px 10px 0;
  color: #333;
}

/* single post */
.single .post,
#main .single-post {
  background: #fff;
  border: 1px solid #ccc;
}
.single .post .entry-title,
.single-post .entry-title {
  font-size: 22px;
  font-weight: 700;
}
.single .post .entry-info,
.single-post .entry-info {
  color: #848485;
  font-size: 11px;
  text-transform: uppercase;
  border-bottom: 1px dotted #ccc;
}
.single .post .entry-info .published,
.single-post .entry-info .published {
  border: none;
}
.single .post .entry-cat,
.single-post .entry-cat {
  color: #848485;
  line-height: 1.5em;
}
.single-post .entry-info a:link,
.single-post .entry-info a:visited {
  color: #666;
  text-decoration: none;
}
.single-post .entry-info a:hover {
  color: #333;
}
.single .post .entry-author,
.single-post .entry-author {
  font-weight: 700;
  color: #848485;
}
.single .post .entry-author address,
.single-post .entry-author address {
  font-style: normal;
}
#main .single .post .tags,
#main .single-post .tags {
  color: #848485;
  border-top: 1px dotted #ccc;
  line-height: 1.5em;
}
#main .single .post .tags strong,
#main .single-post .tags strong {
  text-transform: uppercase;
  font-size: 11px;
}
.single .post .entry-photo img,
.single-post .entry-photo img {
  border: 1px solid #ccc;
}
.single .post .entry-comments,
.single-post .entry-comments {
  float: right;
  padding: 3px 3px 3px 17px;
  margin-top: 20px;
  background: url(/web/20160729052329im_/http://mindhacks.cn/wp-content/themes/arras/images/comments.gif)
    no-repeat 3px 6px #383331;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.post-edit-link:link,
.post-edit-link:visited {
  text-decoration: none;
}

.single-post-meta-field {
  background: #313428;
  display: block;
  border: 1px solid #383332;
  padding: 5px 10px;
  color: #fff;
  font-weight: 700;
}
.single-post-meta-value {
  border: 1px solid #ccc;
  padding: 5px 10px;
  background: #f0f0f0;
  display: block;
}

.module-title,
.feed-title,
#reply-title {
  line-height: 1em;
  color: #333;
  font-size: 12px;
  font-weight: 700;
  margin: 0 10px 0 0;
  padding: 7px 10px;
  background: url(/web/20160729052329im_/http://mindhacks.cn/wp-content/themes/arras/images/feed-title-white.jpg)
    repeat-x top #efefef;
  border: 1px solid #ccc;
  display: block;
}
.feed-title {
  border-bottom: none;
}

.gallery-icon img {
  background: #fff;
  border: 1px solid #ccc;
}

.about-author {
  border: 1px solid #ccc;
  background: #f5f5f5;
}
.about-author h4 {
  color: #333;
  font-weight: 700;
  font-size: 12px;
}

/* wp-pagenavi */
.wp-pagenavi {
  margin: 0 0 30px;
  font-size: 12px;
}
.wp-pagenavi a,
.wp-pagenavi span {
  margin: 2px !important;
  display: inline-block;
}
.wp-pagenavi span.pages {
  border: 1px solid #ccc;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 5px 8px;
}

/* comments */
#commentlist {
  background: #f0f0f0;
  border: solid #ccc;
  border-width: 0 1px;
}
#commentlist .avatar {
  border: 1px solid #ccc;
  padding: 1px;
  float: left;
  margin: 0 5px 10px 0;
}
#commentlist cite {
  font-weight: 700;
  font-style: normal;
  line-height: 20px;
  font-size: 14px;
}

#commentlist .comment-node {
  background: #fff;
  border: 1px solid #ccc;
}
#commentlist .children .comment-node {
  background: #f5f5f5;
}
#commentlist .comment-content {
  font-size: 12px;
}
#commentlist .comment-meta,
#commentlist .comment-meta abbr {
  border: none;
  text-decoration: none;
  color: #999;
  font-size: 11px;
}
#commentlist .comment-controls {
  padding: 15px 10px;
  font-weight: 700;
  float: right;
}
#commentlist .comment-controls a:link,
#commentlist .comment-controls a:visited {
  background: url(/web/20160729052329im_/http://mindhacks.cn/wp-content/themes/arras/images/feed-title-white.jpg)
    top repeat-x #efefef;
  color: #000;
  text-decoration: none;
  padding: 4px 8px;
  margin: 0;
  border: 1px solid #ccc;
  font-weight: 700;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#commentlist .comment-controls a:hover {
  background: #313428;
  color: #fff;
}

#commentlist .reply a,
.comments-navigation a,
.read-more,
.navigation a,
.wp-pagenavi a {
  background: url(/web/20160729052329im_/http://mindhacks.cn/wp-content/themes/arras/images/feed-title-white.jpg)
    top repeat-x #efefef;
  color: #000;
  text-decoration: none;
  padding: 5px 8px;
  margin: 0;
  border: 1px solid #ccc;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  display: inline-block;
}
#commentlist .reply a:hover,
.comments-navigation a:hover,
.navigation a:hover,
.read-more:hover,
.wp-pagenavi a:hover {
  background: #313428;
  color: #fff;
}
.comments-navigation span.current,
.wp-pagenavi span.current {
  background: #313428;
  color: #fff;
  text-decoration: none;
  padding: 5px 8px;
  margin: 0;
  border: 1px solid #ccc;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.comments-navigation {
  background: #f0f0f0;
  padding: 0 10px 10px;
  border: solid #ccc;
  border-width: 0 1px 1px;
}
.comments-navigation a {
  display: inline-block;
}

.nocomments {
  background: #fff;
  border: solid #ccc;
  border-width: 0 1px 1px;
  padding: 15px 10px;
  margin: 0 10px 10px 0;
  font-size: 12px;
}

#commentform {
  background: #fff;
  border: solid #ccc;
  border-width: 0 1px 1px;
  margin-right: 10px;
  padding: 10px;
}
#commentform label {
  color: #999;
}
#commentform label.error {
  margin: 5px 0;
  color: #d8000c;
  font-weight: bold;
  padding: 5px;
}
#commentform span.required {
  color: #ff0000;
}
#commentform input[type="text"] {
  display: block;
  width: 300px;
  font: 14px "Lucida Grande", Arial, Helvetica, sans-serif;
  margin: 5px 0;
}
#commentform textarea {
  display: block;
  font: 14px "Lucida Grande", Arial, Helvetica, sans-serif;
  width: 90%;
  margin-bottom: 5px;
}
#cancel-comment-reply-link {
  font-size: 11px;
}

.pingbacks {
  background: #fff;
  border: solid #ccc;
  border-width: 0 1px 1px;
  padding: 15px 10px 15px 30px;
  margin: 0 10px 20px 0;
}
.pingbacks li {
  padding: 2px 0;
  font-weight: 700;
}
.pingbacks a:link,
.pingbacks a:visited {
  text-decoration: none;
}

/* search results */
.search-results h2 {
  color: #333;
  font-size: 12px;
  font-weight: 700;
  margin: 0 10px 0 0;
  padding: 6px 10px;
  background: url(/web/20160729052329im_/http://mindhacks.cn/wp-content/themes/arras/images/feed-title-white.jpg)
    repeat-x top #efefef;
  border: 1px solid #ccc;
}
.search-results-content {
  border: solid #ccc;
  border-width: 0 1px 1px;
  background: #fff;
  margin: 0 10px 10px 0;
  padding: 10px;
}
.search-results-content .searchform,
.sidebar .searchform {
  padding: 5px 4px;
  border: 4px solid #ccc;
  background: #efefef;
  width: 250px;
}

/* author template */
.author-posts-title,
.author-content h1,
.archive-title {
  font-family: Century Gothic, Apple Gothic, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  padding: 0 3px 8px;
  border-bottom: 1px solid #ddd;
  margin: 0 15px 10px 0;
  color: #383331;
}

/* footer */
#footer {
  background: #f5f5f5;
  border: 1px solid #ccc;
}
#footer .widgetcontainer {
  background: none;
  border: none;
}
#footer .widgettitle {
  background: none;
  border: none;
  font-size: 14px;
  color: #444;
  padding: 0 0 10px;
  letter-spacing: -1px;
  margin: 0;
}
#footer .widgetcontent {
  font-size: 12px;
  background: none;
  padding: 0;
  border: none;
}
#footer .footer-message {
  font-size: 11px;
}
.footer-sidebar-container {
  border-bottom: 1px solid #ccc;
}
/*
     FILE ARCHIVED ON 05:23:29 Jul 29, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 16:20:33 Jan 09, 2026.
     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: 0.66
  exclusion.robots: 0.03
  exclusion.robots.policy: 0.019
  esindex: 0.012
  cdx.remote: 47.139
  LoadShardBlock: 511.902 (3)
  PetaboxLoader3.resolve: 290.333 (3)
  PetaboxLoader3.datanode: 329.069 (4)
  load_resource: 132.126
*/
