@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0; }

html {
  width: 100%;
  height: 100%;
  overflow: hidden; }

body {
	background: #eee;
	color: #000;
	font-family: "Lato", "Ubuntu", sans-serif;
	width: 100%;
	height: 100%;
	line-height: 1.5;
	overflow: hidden;
	background-image:url('/National_Library/oe_/https://wallflux.com/image/warty-final-ubuntu-smaller.jpg');
	background-size:3200px 1600px;
}

p, pre {
  margin-bottom: 16px; }

pre {
  padding: 10px;
  background: #fff;
  white-space: pre-wrap; }

code {
	font-family: "Ubuntu Mono", monospace;
	padding: 0 2px;
	background: #f2e2ea;
}

h1, h2, h3, h4 {
	font-family: "PT Serif", serif;
	font-weight: normal;
	color:#771c1b;
 }

a {
	text-decoration: underline;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	color: #50444a;
	border-bottom-color: #ab939f;
}

h2, h2 a {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 16px;
	background: #50444a;
	color: #f2e2ea;
	padding: 10px; }

a:hover {
	color: #771c1b;
	border-bottom-color: #72626a; }

.inner {
	width: 510px;
	padding: 20px;
	margin: 60px auto;
	position: relative;
	background: white;
	color: #72626A;
}

.panel {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  overflow: auto;
}

.nav {
  width: 620px;
  height: 25px;
  padding: 10px;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 50%;
  margin-left: -320px;
  background: #fff;
  color: #000;
  overflow: hidden;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }
  .about-visible .nav {
    color: #771c1b; }
    .about-visible .nav .nav-about, .about-visible .nav a:hover, .about-visible .nav a:focus {
      background: #771c1b; color: white; }
  .rss-visible .nav {
    color: #626a72; }
    .rss-visible .nav .nav-started, .rss-visible .nav a:hover, .rss-visible .nav a:focus {
      background: #626a72; }
  .atom-visible .nav {
    color: #6a6272; }
    .atom-visible .nav .nav-shortcuts, .atom-visible .nav a:hover, .atom-visible .nav a:focus {
      background: #6a6272; }
  .iframe-visible .nav {
    color: #72626a; }
    .iframe-visible .nav .nav-iframe, .iframe-visible .nav a:hover, .iframe-visible .nav a:focus {
      background: #72626a; }
  .nav h1 {
    float: left;
    font-size: 24px;
    line-height: 1; }
  .nav ul {
    float: right;
    list-style: none; }
  .nav li {
    float: left;
    padding: 0 5px; }
  .nav a {
    display: block;
    line-height: 2;
    color: #fff;
    background: #000;
    text-decoration: none;
    font-size: 12px;
    padding: 0 5px; }
    .about-visible .nav a {
      background: #E0D873;
      color: #555; }
    .rss-visible .nav a {
      background: #939fab;
      color: #fff; }
    .atom-visible .nav a {
      background: #9f93ab;
      color: #fff; }
    .iframe-visible .nav a {
      background: #ab939f;
      color: #fff; }

.header {
  float: left;
  font-size: 12px;
  line-height: 1;
  margin: 10px 0 0 10px; }

.about {
  left: 0;
 }
  .about .inner {
	width: 620px;
	position: absolute;
	left: 50%;
	top: 60px;
	margin: 0 0 0 -310px;
	padding: 20px;
}

.about-nav-wrapper {
  -webkit-transition: right 1000ms ease-in-out;
  -moz-transition: right 1000ms ease-in-out;
  -o-transition: right 1000ms ease-in-out;
  -ms-transition: right 1000ms ease-in-out;
  transition: right 1000ms ease-in-out;
  position: fixed;
  z-index: 6;
  top: 54px;
  right: -120px;
  bottom: 24px;
  overflow: auto;
  font-size: 12px;
  line-height: 2;
  padding: 6px 0 0 6px; }
  .about-nav-wrapper ul {
    list-style: none; }
  .about-nav-wrapper li {
    background: #fff; }
  .about-nav-wrapper ul a {
    text-decoration: none;
    display: block;
    padding: 2px 8px; }
  .about-nav-wrapper ul ul a {
    padding-left: 16px; }
  .about-nav-wrapper .active, .about-nav-wrapper a:hover, .about-nav-wrapper a:focus {
    background: #f2e2ea; }

.about-nav {
  width: 120px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); }
  .about-nav > li > a {
    font-size: 14px;
    color: #50444a; }

.about-visible .about-nav-wrapper,
.atom-visible .about-nav-wrapper,
.iframe-visible .about-nav-wrapper,
.rss-visible .about-nav-wrapper,
.other-visible .about-nav-wrapper,
.find-id-visible .about-nav-wrapper {
    right: 0; }

.ad-nav-wrapper {
	-webkit-transition: left 1000ms ease-in-out;
	-moz-transition: left 1000ms ease-in-out;
	-o-transition: left 1000ms ease-in-out;
	-ms-transition: left 1000ms ease-in-out;
	transition: left 1000ms ease-in-out;
	position: fixed;
	z-index: 6;
	top: 54px;
	left: -170px;
	padding: 6px 0 0 6px;
	overflow:hidden; }

.find-id-visible .ad-nav-wrapper, .single-visible .ad-nav-wrapper {
    left: 0; }

.single {
  left: 0;
 }

.single .inner {
	width: 620px;
	position: absolute;
	left: 50%;
	top: 60px;
	margin: 0 0 0 -310px;
	padding: 20px;
}

.single-nav-wrapper {
  -webkit-transition: right 1000ms ease-in-out;
  -moz-transition: right 1000ms ease-in-out;
  -o-transition: right 1000ms ease-in-out;
  -ms-transition: right 1000ms ease-in-out;
  transition: right 1000ms ease-in-out;
  position: fixed;
  z-index: 6;
  top: 54px;
  right: -120px;
  bottom: 24px;
  overflow: auto;
  font-size: 12px;
  line-height: 2;
  padding: 6px 0 0 6px; }
  .single-visible .single-nav-wrapper {
    right: 0; }
  .single-nav-wrapper ul {
    list-style: none; }
  .single-nav-wrapper li {
    background: #fff; }
  .single-nav-wrapper ul a {
    text-decoration: none;
    display: block;
    padding: 2px 8px; }
  .single-nav-wrapper ul ul a {
    padding-left: 16px; }
  .single-nav-wrapper .active, .single-nav-wrapper a:hover, .single-nav-wrapper a:focus {
    background: #f2e2ea; }

.single-nav {
  width: 120px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); }
  .single-nav > li > a {
    font-size: 14px;
    color: #50444a; }

.faq {
  margin-top: 32px; }
  .faq > h2 {
    background: #771c1b;
    color: #fff;
    width: 120px;
    font-size: 18px;
    margin: 0 auto;
    text-align: center; }
  .faq ul {
    list-style: none;
    width: 618px;
    overflow: hidden; }
  .faq li {
    float: left;
    width: 134px;
    font-size: 12px;
    padding: 10px; 
    word-wrap: break-word;}
  .faq p {
    margin: 0; }
  .faq h3 {
    margin: 0;
    font-size: 16px;
	 color:#771c1b;}
    .faq h3:before {
      padding-right: 8px; }

.rss {
  left: 100%;
 }

.atom {
  left: 200%;
}
  .atom .inner {
    position: absolute;
    width: 520px;
    margin: 0 0 0 -260px;
    left: 50%;
    top: 60px;

	padding: 20px;  }

.iframe {
  left: 300%;
}

.other {
  left: 400%;
  color: #72626a; }
  .other .inner {
    width: 610px;
    padding: 0 120px 0 10px;
    margin: 0 auto;
    position: relative; }
  .other .inner {
	width: 510px;
	padding: 20px;
	margin: 60px auto;
	position: relative;
	background: white;
	}

.find-id {
  left: 500%;
  color: #72626a; }
  .find-id .inner {
    width: 610px;
    padding: 0 120px 0 10px;
    margin: 0 auto;
    position: relative; }
  .find-id .inner {
	width: 510px;
	padding: 20px;
	margin: 60px auto;
	position: relative;
	background: white;
	}

.params {
  margin: -12px 0 16px 0;
  list-style: none; }
  .params > li {
    display: block;
    background: #f2e2ea;
    color: #72626a;
    padding: 5px 10px;
    margin-bottom: 4px; }
  .params h3 {
    font-size: 16px;
    float: left;
    min-width: 80px;
    padding-right: 20px; }
  .params dl {
    display: block;
    overflow: hidden; }
  .params dt {
    float: left; }
    .params dt:after {
      content: ':';
      padding-right: 5px; }
  .params dd {
    display: block;
    overflow: hidden; }

.options-list dt {
  color: #50444a; }
.options-list dd {
  padding-left: 10px; }

.option-type, .option-default {
  font-size: 12px; }

.fn {
  color: #111; }

.kw {
  color: #a33; }

.str {
  color: #3a3; }

.cm {
  color: #33a; }

.key {
  color: #939; }

a.anchor {
	display: block; position: relative; top: -80px; visibility: hidden;
}

.greybox
{
	background-color: #f7f7f7;
	border: 1px solid #cccccc;
	color: #333333;
	padding: 10px;
	overflow:hidden;
}
.bluebox
{
	background-color: #eceff6;
	border: 1px solid #d4dae8;
	color: #333333;
	padding: 10px;
	overflow: hidden;
}

.bluebox code { background: none; }

.errorbox
{
	background-color: #ffebe8;
	border: 1px solid #dd3c10;
	color: #333333;
	padding: 10px;
	font-size: 13px;
	overflow: hidden;
}

