@font-face {
	font-family: 'Conv_Prioric-Regular';
	src: url('fonts/Prioric-Regular.eot');
	src: url('fonts/Prioric-Regular.eot') format('embedded-opentype'),
		 url('fonts/Prioric-Regular.ttf') format('truetype'),
		 url('fonts/Prioric-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_Prioric-Light';
	src: url('fonts/Prioric-Light.eot');
	src: url('fonts/Prioric-Light.eot') format('embedded-opentype'),
		 url('fonts/Prioric-Light.ttf') format('truetype'),
		 url('fonts/Prioric-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_Prioric-Italic';
	src: url('fonts/Prioric-Italic.eot');
	src: url('fonts/Prioric-Italic.eot') format('embedded-opentype'),
		 url('fonts/Prioric-Italic.ttf') format('truetype'),
		 url('fonts/Prioric-Italic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_Prioric-Bold';
	src: url('fonts/Prioric-Bold.eot');
	src: url('fonts/Prioric-Bold.eot') format('embedded-opentype'),
		 url('fonts/Prioric-Bold.ttf') format('truetype'),
		 url('fonts/Prioric-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
* {font-size: 100.01%;}
html {font-size: 62.5%;}
/* General Reset */
body {
	margin:0;
	color:#000;
	font:2em/1em 'Conv_Prioric-Regular', "Trebuchet MS", Helvetica, sans-serif;
	background:#222 url(http://web.archive.org/web/20170607064250im_/http://learn.colorotate.org/wp-content/themes/colorotate2/images/bg-body.gif);
	min-width:951px;
}
img{border-style:none;}
a{
	text-decoration:none;
	color:#0059ff;
}
a:hover{text-decoration:underline;}
header, footer, article, section, hgroup, nav, figure, aside { display: block; }
figure {
margin:0;
padding:0;
}
#wrapper{
	width:100%;
	overflow:hidden;
}
/* header */
#header{
	width:100%;
	background:url(http://web.archive.org/web/20170607064250im_/http://learn.colorotate.org/wp-content/themes/colorotate2/images/bg-header.gif);
	box-shadow: 0 0 9px #000 inset;
	-webkit-box-shadow: 0 0 9px #000 inset;
	-moz-box-shadow: 0 0 9px #000 inset;
	overflow:hidden;
	position:relative;
	z-index:2;
}
.header-holder{
	margin:0 auto;
	width:951px;
	overflow:hidden;
	padding:4px 0 0;
	background:url(http://web.archive.org/web/20170607064250im_/http://learn.colorotate.org/wp-content/themes/colorotate2/images/bg-header-holder.jpg) no-repeat;
	box-shadow: 0 0 48px #000;
	-webkit-box-shadow: 0 0 48px #000;
	-moz-box-shadow: 0 0 48px #000;
}
/* logo */
.logo{
	float:left;
	width:140px;
	height:56px;
	background:url(http://web.archive.org/web/20170607064250im_/http://learn.colorotate.org/wp-content/themes/colorotate2/images/logo.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 0 0 22px;
	padding:9px 27px 12px;
}
.logo a{
	display:block;
	height:100%;
}
/* language */
.language{
	float:right;
	margin:3px 0 -4px;
	font:13px/20px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	position:relative;
	z-index:1;
}
.language li{
	float:left;
	list-style:none;
	list-style-position:outside;
	padding:0 10px;
}
.language a{
	float:left;
	color:#733495;
}
.language a:hover{color:#55266f;}
/* nav */
#nav{
	float:right;
	margin:0 7px 0 0;
	clear:right;
	position:relative;
}
#nav ul{
	list-style:none;
	padding:0;
	overflow:hidden;
	margin:0;
}
#nav li{float:left;}
#nav li a{
	display:block;
	color:#d7d7d6;
	padding:10px 9px 13px 8px;
	margin:14px 0 0;
	font:0.95em/1.11em 'Conv_Prioric-Bold', "Trebuchet MS", Helvetica, sans-serif;
}
#nav li a:hover,
#nav .active a{
	border:solid #262626;
	border-width:1px 1px 0;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	background:#0d090b;
	padding:9px 8px 13px 7px;
	box-shadow: 0 0 14px #000;
	-webkit-box-shadow: 0 0 14px #000;
	-moz-box-shadow: 0 0 14px #000;
	text-decoration:none;
	position:relative;
	z-index:10;
	color:#fff;
}
#nav li:first-child a{margin-left:14px;}
#nav li:last-child a{margin-right:14px;}
/* main */
#main{
	margin:0 auto 35px;
	width:951px;
	background:#262626;
	border-radius: 0 0 30px 30px;
	-moz-border-radius: 0 0 30px 30px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-right-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	 box-shadow: 0 0 52px rgba(0, 0, 0, 0.8), 0 0 60px rgba(0, 0, 0, 0.22) inset;
	-webkit-box-shadow: 1px 0 52px rgba(0, 0, 0, 0.8), 1px 0 60px rgba(0, 0, 0, 0.22) inset;
	-moz-box-shadow: 1px 0 52px rgba(0, 0, 0, 0.8), 1px 0 60px rgba(0, 0, 0, 0.22) inset;
}
/* visual */
.visual{
	overflow:hidden;
	background:url(http://web.archive.org/web/20170607064250im_/http://learn.colorotate.org/wp-content/themes/colorotate2/images/bg-visual.jpg) no-repeat;
	padding:0 5px 0 37px;
}
.visual-text{
	float:left;
	width:375px;
	text-align:right;
	color:#fff;
}
.visual-text .holder{
	display:table-cell;
	height:418px;
	vertical-align:middle;
	font-size:1.375em;
	line-height:1.02em;
}
.visual-text h2{
	margin:0 0 1px;
	font-weight:normal;
	font-size:1.6em;
	line-height:1.04em;
}
.visual-text .text-colors{
	overflow:hidden;
	text-indent:-9999px;
	background:url(http://web.archive.org/web/20170607064250im_/http://learn.colorotate.org/wp-content/themes/colorotate2/images/text-colors.png) no-repeat;
	width:379px;
	position:relative;
	right:-14px;
	text-align:left;
	height:57px;
}
.visual-text p{
	margin:0 0 16px;
}
.visual-text .buttons{
	padding:48px 0 8px;
	overflow:hidden;
}
.visual-text .buttons .btn-itunes,
.visual-text .buttons .btn-store{
	float:right;
	width:136px;
	height:34px;
	background:url(http://web.archive.org/web/20170607064250im_/http://learn.colorotate.org/wp-content/themes/colorotate2/images/btn-itunes.png) no-repeat;
	overflow:hidden;
	text-indent:-9999px;
	margin:0 0 0 23px;
	padding:0 0 24px;
	text-align:left;
}
.visual-text .buttons a{
	display:block;
	height:100%;
}
.visual-text .buttons .btn-store{
	background:url(http://web.archive.org/web/20170607064250im_/http://learn.colorotate.org/wp-content/themes/colorotate2/images/btn-store.png) no-repeat;
	width:104px;
}
/* gallery */
.gallery-holder {
	width:514px;
	background:url(http://web.archive.org/web/20170607064250im_/http://learn.colorotate.org/wp-content/themes/colorotate2/images/bg-gallery.png) no-repeat;
	float:right;
	margin:-10px 0 0;
}
.gallery-holder .gmask {
	position: relative;
	overflow: hidden;
	width: 369px;
	height:277px;
	margin:68px 0 51px 73px;
}
.gallery-holder .gmask ul {
	list-style: none;
	width: 99999px;
	float: left;
	padding: 0;
	margin: 0;
}
.gallery-holder .gmask ul li {
	white-space: nowrap;
	float: left;
	text-align: center;
	width: 369px;
	height: 277px;
}
.gallery-holder .gmask img{
	vertical-align:top;
}
.gallery-holder .pagination ul{
	list-style: none;
	text-align: center;
	padding: 5px 0;
	margin: 0;
}
.gallery-holder .pagination ul li {
	padding: 0 4px 0 3px;
	display: inline;
}
.gallery-holder .pagination a {
	text-decoration: none;
	display:inline-block;
	vertical-align:top;
	width:12px;
	height:12px;
	background:#777;
	opacity: 0.5;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	overflow:hidden;
	text-indent:-9999px;
	box-shadow:0 2px 2px rgba(0, 0, 0, 1) inset;
	-webkit-box-shadow:0 2px 2px rgba(0, 0, 0, 1) inset;
	-moz-box-shadow:0 2px 2px rgba(0, 0, 0, 1) inset;
}
.gallery-holder .pagination a:hover,
.gallery-holder .pagination .active a {
	color: #f00;
	width:12px;
	height:12px;
	background:#ebebeb;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.5);
	opacity:1;
}
.gallery-holder a.disabled {
	border-color: #eee;
	color: #eee;
}
.nav-holder:after{
	display:block;
	content:"";
	clear:both;
}
.nav-holder{
	text-align:center;
	background:url(http://web.archive.org/web/20170607064250im_/http://learn.colorotate.org/wp-content/themes/colorotate2/images/bg-add-nav.jpg);
}
.nav-holder .add-nav ul{
	margin:0;
	padding:0;
	list-style:none;
}
.nav-holder.item-bar{background:url(http://web.archive.org/web/20170607064250im_/http://learn.colorotate.org/wp-content/themes/colorotate2/images/bg-add-nav-yellowblue.jpg);}
.nav-holder .add-nav li{
	display:inline-block;
	vertical-align:top;
	margin:0 10px;
}
.nav-holder .add-nav li.active{
	position:relative;
}
.nav-holder .add-nav li:after{
	display:none;
	position:absolute;
	top:0;
	content:"";
	width:188px;
	left:50%;
	height:46px;
	margin:0 0 0 -94px;
	background:url(http://web.archive.org/web/20170607064250im_/http://learn.colorotate.org/wp-content/themes/colorotate2/images/bg-add-nav-active.png) no-repeat;
}
.nav-holder .add-nav li.active:after{display:block;}
.nav-holder .add-nav li.active a{background:url(http://web.archive.org/web/20170607064250im_/http://learn.colorotate.org/wp-content/themes/colorotate2/images/bg-add-nav-bullet.png) no-repeat 50% 100%;}
.nav-holder .add-nav li.active a:hover{text-decoration:none;}
.nav-holder .add-nav a{
	position:relative;
	z-index:999;
	display:block;
	height:46px;
	padding:0 0 7px;
	margin:0 0 -7px;
	font:19px/46px 'Conv_Prioric-Bold', Helvetica, sans-serif;
	color:#d7d7d6;
}
/* main-holder */
.main-holder{
	overflow:hidden;
	background:url(http://web.archive.org/web/20170607064250im_/http://learn.colorotate.org/wp-content/themes/colorotate2/images/bg-main-holder.jpg) no-repeat 100% 0;
	padding:5px 0 0;
	border-radius:0 0 30px 30px;
	-moz-border-radius:0 0 30px 30px;
	-webkit-border-bottom-right-radius:30px;
	-webkit-border-bottom-left-radius:30px;
}
.box-holder{
	overflow:hidden;
	padding:0;
}
.main-frame{
	position:relative;
	overflow:hidden;
	background:#f7f7f7;
	box-shadow: 0 0 52px rgba(0, 0, 0, 0.22) inset;
	-webkit-box-shadow: 0 0 52px rgba(0, 0, 0, 0.22) inset;
	-moz-box-shadow: 0 0 52px rgba(0, 0, 0, 0.22) inset;
	border-radius:0 0 30px 30px;
	-moz-border-radius:0 0 30px 30px;
	-webkit-border-bottom-right-radius:30px;
	-webkit-border-bottom-left-radius:30px;
}
.main-container{padding:37px 56px 13px;}
.main-container:after{
	display:block;
	clear:both;
	content:'';
}
.main-frame .social-networks{
	margin:0 29px 0 0;
	padding:92px 0 0;
	list-style:none;
	float:left;
	position: static !important;
}
.main-frame .social-networks li{
	overflow:hidden;
	vertical-align:top;
	padding:0 0 4px;
}
.main-frame .social-networks img{display:block;}
/* content */
#content{
	padding:8px 0 9px;
	overflow:hidden;
	font:0.7em/1.714em Helvetica, Arial, sans-serif;
}
#content p{margin:0 0 14px;}
#content .text-holder{padding:0 2px 13px;}
#content h1{
	margin:0 0 17px;
	color:#d33d7b;
	font:3em/0.857em 'Conv_Prioric-Bold', Helvetica, sans-serif;
}
#content .post h2{
	margin:0 0 17px;
	color:#d33d7b;
	font:2.5em/0.857em 'Conv_Prioric-Bold', Helvetica, sans-serif;
}
#content .post h2 a,
#content h3 a{color:#d33d7b;}
#content h3{
	margin:0 0 12px;
	color:#d33d7b;
	font:2.1em/0.857em 'Conv_Prioric-Bold', Helvetica, sans-serif;
}
#content h4{
	margin:0 0 10px;
	color:#d33d7b;
	font:1.7em/0.857em 'Conv_Prioric-Bold', Helvetica, sans-serif;
}
#content h5{
	margin:0 0 8px;
	color:#d33d7b;
	font:1.5em/0.857em 'Conv_Prioric-Bold', Helvetica, sans-serif;
}
.post .details{
	overflow:hidden;
	margin:0 0 31px;
	padding:20px 5px 20px 2px;
	color:#888;
	font:13px/23px Helvetica, Arial, sans-serif;
	border:1px solid #dedede;
	border-width:1px 0;
}
.post .details .holder{float:right;}
.post .details .tags{
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.post .details .tags li{
	float:left;
}
.post .details .tags a{
	font-weight:bold;
	color:#834e78;
}
.alignleft{float:left;}
.alignright{float:right;}
.post .details .alignleft{margin:0 5px 0 0;}
.post .date{
	font-style:normal;
	font-weight:bold;
	color:#555;
}
.comments-holder{
	overflow:hidden;
	padding:0 11px 36px;
}
.comments-holder .placeholder{display:block;}
.paging-holder{
	overflow:hidden;
	padding:23px 0 10px;
	border-top:1px solid #dedede;
}
.paging-holder .prev{
	float:left;
	padding:0 0 0 19px;
	background:url(http://web.archive.org/web/20170607064250im_/http://learn.colorotate.org/wp-content/themes/colorotate2/images/arrow-prev.png) no-repeat 0 3px;
}
.paging-holder .next{
	float:right;
	padding:0 19px 0 0;
	background:url(http://web.archive.org/web/20170607064250im_/http://learn.colorotate.org/wp-content/themes/colorotate2/images/arrow-next.png) no-repeat 100% 3px;
}
.paging-holder .next,
.paging-holder .prev{
	text-transform:uppercase;
	color:#834e78;
	font:19px/22px 'Conv_Prioric-Bold', Helvetica, sans-serif;
}
/* aside */
.aside{
	width:289px;
	float:right;
	font:13px/18px Helvetica, Arial, sans-serif;
	padding:0 0 65px;
	background:url(http://web.archive.org/web/20170607064250im_/http://learn.colorotate.org/wp-content/themes/colorotate2/images/bg-aside.png) no-repeat 100% 100%;
	margin:0 -56px 0 37px;
}
.aside .holder{background:url(http://web.archive.org/web/20170607064250im_/http://learn.colorotate.org/wp-content/themes/colorotate2/images/bg-aside.png) repeat-y -289px 0;}
.aside .frame{
	overflow:hidden;
	padding:20px 0 0 1px;
	background:url(http://web.archive.org/web/20170607064250im_/http://learn.colorotate.org/wp-content/themes/colorotate2/images/bg-aside.png) no-repeat;
}
.aside .search-holder{
	overflow:hidden;
	padding:0 34px 20px 18px;
}
.aside .search{
	width:236px;
	height:32px;
	background:url(http://web.archive.org/web/20170607064250im_/http://learn.colorotate.org/wp-content/themes/colorotate2/images/bg-search.gif) no-repeat;
}
.aside .search fieldset{
	margin:0;
	padding:0;
	border:0;
}
.aside .search input[type=submit]{
	float:left;
	width:24px;
	height:28px;
	border:0;
	margin:3px 0 0 4px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(http://web.archive.org/web/20170607064250im_/http://learn.colorotate.org/wp-content/themes/colorotate2/images/btn-search.gif) no-repeat;
}
.aside .search input[type=submit]:hover{cursor:pointer;}
.aside .search input[type=text]{
	border:0;
	background:none;
	width:205px;
	padding:6px 0;
	height:22px;
	outline:none;
	font: 14px/22px Helvetica, sans-serif;
	color:#afa9a9;
}
.aside .aside-holder{
	padding:19px 18px 18px;
	background:url(http://web.archive.org/web/20170607064250im_/http://learn.colorotate.org/wp-content/themes/colorotate2/images/separator-2.gif) no-repeat;
}
.aside .aside-holder-2{padding:19px 18px 18px;}
.aside p{margin:0 0 11px;}
.aside h3{
	margin:0 0 7px;
	color:#6d87b1;
	text-transform:uppercase;
	font:19px 'Conv_Prioric-Bold', Helvetica, sans-serif;
}
.aside .side-nav ul{
	margin:0;
	padding:0;
	list-style:none;
	line-height:14px;
}
.aside .side-nav .date{
	display:block;
	font-style:normal;
	color:#b3aeae;
}
.aside .side-nav li{
	overflow:hidden;
	vertical-align:top;
	padding:0 0 8px;
}
.aside .side-nav a{
	color:#98315c;
	padding:0 20px 0 0;
	background:url(http://web.archive.org/web/20170607064250im_/http://learn.colorotate.org/wp-content/themes/colorotate2/images/bullet-1.gif) no-repeat 100% 3px;
}
.aside .more-holder{
	background:url(http://web.archive.org/web/20170607064250im_/http://learn.colorotate.org/wp-content/themes/colorotate2/images/separator-3.gif) no-repeat;
}
.aside .more-frame{
	overflow:hidden;
	padding:10px 0 13px;
	background:url(http://web.archive.org/web/20170607064250im_/http://learn.colorotate.org/wp-content/themes/colorotate2/images/separator-3.gif) no-repeat 0 100%;
}
.aside .more{
	text-transform:uppercase;
	color:#303030;
	padding:0 20px 0 0;
	background:url(http://web.archive.org/web/20170607064250im_/http://learn.colorotate.org/wp-content/themes/colorotate2/images/bullet-2.gif) no-repeat 100% 50%;
}
/* box */
.box-holder .box {
	float:left;
	width:386px;
	color:#fff;
	padding:0 10px 0 65px;
}
.box-holder .box:first-child {
	width:394px;
	padding:0 9px 0 75px;
}
/* box socialable */
.box-holder .box.socialable {
	background:url(http://web.archive.org/web/20170607064250im_/http://learn.colorotate.org/wp-content/themes/colorotate2/images/separator-5.png) no-repeat 100% 0;
	min-height:220px;
	padding:27px 9px 57px 75px;
}
/* box work-fast */
.box-holder .box.work-fast {
	background:url(http://web.archive.org/web/20170607064250im_/http://learn.colorotate.org/wp-content/themes/colorotate2/images/separator-4.png) no-repeat 100% 0;
	padding:21px 9px 28px 75px;
}
.box-holder .box.work-fast .image {
	position:relative;
	left:-75px;
	margin:0 -85px -29px 0;
}
/* box color-smart */
.box-holder .box.color-smart {padding:34px 10px 0 70px;}
.box-row {
	overflow:hidden;
	background:url(http://web.archive.org/web/20170607064250im_/http://learn.colorotate.org/wp-content/themes/colorotate2/images/separator-1.png) no-repeat 50% 0;
}
.box-row:first-child {background:none;}
.box-holder .box img{
	vertical-align:top;
}
.box-holder .box h3{
	margin:0 0 1px;
	color:#ccd15a;
	font:1.3em/1.08em 'Conv_Prioric-Bold', "Trebuchet MS", Helvetica, sans-serif;
}
.box-holder .box p{
	margin:0 0 5px;
}
/* item-list */
.item-list {
	list-style:none;
	margin:0 -70px 17px -22px;
	padding:0;
	overflow:hidden;
	width:450px;
}
.item-list li {
	display:inline-block;
	vertical-align:bottom;
	padding:0 8px 15px 0;
	width:90px;
	margin:0 -4px 0 0;
	text-align:center;
}
/* social-networks */
.box-holder .social-networks {
	list-style:none;
	padding:0;
	overflow:hidden;
	width:450px;
	margin:0 -50px 12px -60px;
	position:static !important;
}
.box-holder .social-networks li {
	float:left;
	background:url(http://web.archive.org/web/20170607064250im_/http://learn.colorotate.org/wp-content/themes/colorotate2/images/icon-socila-networks.png) no-repeat;
	width:48px;
	height:46px;
	padding:24px 0 24px 22px;
}
.box-holder .social-networks .mail {background-position:0 0;}
.box-holder .social-networks .twitter {background-position:-70px 0;}
.box-holder .social-networks .facebook {background-position:-140px 0;}
.box-holder .social-networks .evernote {background-position:-210px 0;}
.box-holder .social-networks .dropbox {background-position:-280px 0;}
.box-holder .social-networks .photos {
	background-position:-350px 0;
	padding-right:20px;
}
/* box works-fotoshop */
.box-holder .box.works-fotoshop {padding:12px 10px 0 72px;}
.box-holder .box.works-fotoshop .image-holder {
	text-align:center;
	padding:0 50px 0 0;
}
.box-holder .box.works-fotoshop .image-holder img {vertical-align:top;}
.box-holder .social-networks li a {
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	height:100%;
	width:100%;
}
/* footer */
#footer{
	margin:0 auto;
	width:911px;
	padding:0 20px 30px;
	text-align:center;
	color:#545454;
	font:0.6em/1.1667em "Trebuchet MS", Helvetica, sans-serif;
}
#footer p {margin:0;}
.footer-holder{
	color:#878787;
	overflow:hidden;
	margin:0 0 16px;
	line-height:16px;
	display:inline-block;
	vertical-align:top;
}
.footer-holder span{
	float:left;
	margin:0 5px 0 0;
}
/* nav-footer */
.footer-holder .nav-footer{
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
.footer-holder .nav-footer li{
	float:left;
	background:url(http://web.archive.org/web/20170607064250im_/http://learn.colorotate.org/wp-content/themes/colorotate2/images/sep-nav.png) no-repeat 0 3px;
	margin:0 0 0 7px;
	padding:0 0 0 7px;
}
.footer-holder .nav-footer li:first-child {margin-left:0;}
.footer-holder .nav-footer a{
	color:#6e4284;
	text-decoration:underline;
}
.footer-holder .nav-footer a:hover{
	text-decoration:none;
}
.search-page .post .text-holder{
	border-bottom:1px solid #dedede;
	margin:0 0 13px;
	padding:0 2px 11px;
}
.search-page .paging-holder{
	border-top:none;
	padding-top:10px;
}


/*
     FILE ARCHIVED ON 06:42:50 Jun 07, 2017 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:31:02 Dec 19, 2025.
     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.543
  exclusion.robots: 0.017
  exclusion.robots.policy: 0.007
  esindex: 0.011
  cdx.remote: 5.936
  LoadShardBlock: 178.746 (3)
  PetaboxLoader3.datanode: 275.687 (5)
  load_resource: 4436.26 (2)
  PetaboxLoader3.resolve: 4271.043 (2)
*/