/* Generated by Font Squirrel (http://www.fontsquirrel.com) on December 28, 2012 */
@font-face {
    font-family: 'KlavikaBasicMedium';
    src: url('../fonts/klavikabasic-medium-webfont.eot');
    src: url('../fonts/klavikabasic-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/klavikabasic-medium-webfont.woff') format('woff'),
         url('../fonts/klavikabasic-medium-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'KlavikaBasicLight';
    src: url('../fonts/klavikabasic-light-webfont.eot');
    src: url('../fonts/klavikabasic-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/klavikabasic-light-webfont.woff') format('woff'),
         url('../fonts/klavikabasic-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'KlavikaBasicRegular';
    src: url('../fonts/klavikabasic-regular-webfont.eot');
    src: url('../fonts/klavikabasic-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/klavikabasic-regular-webfont.woff') format('woff'),
         url('../fonts/klavikabasic-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

body {
  color: #fff;
  font-family: KlavikaBasicRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
  text-align: justify;
  text-justify: distribute;
  line-height: 26px;
 
  background: #cf004e; /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #cf004e 0%, #43285c 100%); /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#cf004e), color-stop(100%,#43285c)); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #cf004e 0%, #43285c 100%); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #cf004e 0%,#43285c 100%); /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #cf004e 0%,#43285c 100%); /* IE10+ */
  background: radial-gradient(ellipse at center, #cf004e 0%,#43285c 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf004e', endColorstr='#43285c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#body {
  min-height: 1000px;
  border: none;
  margin: 0;
  padding: 0;
}

#header {
  font-family: KlavikaBasicLight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  padding-top: 30px;
}

#site-nav {
  font-weight: bold;
  text-align: right;
}

#site-nav #home {
  float: left;
  position: relative;
  top: -10px;
  border: none;
  opacity: 1;
}

#site-nav a:first-child {
  padding-left: 0;
}
#site-nav a {
  text-decoration: none;
  color: #rgba(255, 255, 255, 0.4);
  display: inline-block;
  padding: 10px;
  transition: 0.5s ease-out;
  -webkit-transition: 0.5 ease-out;
  -moz-transition: 0.5s ease-out;
}
#site-nav a span {
  padding-bottom: -2px;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  transition: 0.5s ease-out;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
}

#site-nav a:hover {
  color: rgba(255, 255, 255, 1);
  transition: 0s ease-in;
  -webkit-transition: 0s ease-in;
  -moz-transition: 0s ease-in;
}
#site-nav a:hover span {
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
  transition: 0s ease-in;
  -webkit-transition: 0s ease-in;
  -moz-transition: 0s ease-in;
}

.row {
  margin-bottom: 16px;
}

.light {
  background: #faffff;
  color: #342B2B;
  margin-top: 30px;
  text-shadow: none;
  padding: 30px 0;
  box-shadow: 0 0 30px 0 rgba(0,0,0,0.3);
}
.light a {
  color: #70030F;
}

#footer {
  background: #252525;
  padding: 40px 0 20px 0;
  font-size: 90%;
  color: rgba(255, 255, 255, 0.7);
}

.callout {
  font-size: 130%;
}
.focus {
  font-family: KlavikaBasicMedium;
}
.unfocus {
  color: rgba(255, 255, 255, 0.5);
}
.clear {
  clear: both;
}
a, a * {
  font-family: KlavikaBasicMedium;
  color: #fff;
  opacity: 0.8;
}
a:hover, a:hover * {
  opacity: 1;
}

h1:first-child,
h2:first-child, 
h3:first-child, 
h4:first-child, 
h5:first-child,
h6:first-child {
  margin-top: 0em;
}
h1,h2,h3,h4,h5,h6 {
  font-family: KlavikaBasicMedium;
  font-weight: bold;
  display: block;
  text-align: left;
  margin: 1em 0 0.2em 0;
}
h4, h5, h6 {
  margin: 0.2em 0 0.2em 0;
}
h1 {
  font-size: 48px;
  line-height: 56px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover {
  text-decoration: underline;
}
h2 {
  font-size: 31px;
  line-height: 38px;
}
h3 {
  font-size: 24px;
  line-height: 28px;
}

p, li {
  line-height: 134%;
}

ol {
  list-style: decimal outside;
}

ul {
  list-style: disc outside;
}

li {
  margin: 1em 0 1em 40px;
}

.video-container, table, img, div.highlight, code pre, p {
  display: block;
  margin: 1em 0;
}

table {
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  collapse-border: collapse;
}
th {
  font-weight: bolder;
}
td,th {
  padding: 6px;
  border: 1px solid #ccc;
}

code {
  font: monospace;
  color: #001843;
  background-color: #eee;
}
code a {
  font-size: inherit;
  font-family: inherit;
  color: #70030F;
}
code .unfocus {
  color: #600;
}
div.highlight, code pre {
  background-color: #eee;
  display: block;
  padding: 6px;
  font-size: 12px;
  line-height: 16px;
}

.cards {
}

.card {
}
.card h2 {
  margin-bottom: 0;
}

.card p { line-height: 120%; }

.cta {
  border-radius: 4px;
  border: 2px solid #fff;
}
.cta h2 {
  margin: 0 0 10px 0;
}

table.plain td,
table.plain th {
  border: none;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#iframe-wrapper {
  position: fixed;
  top: 110px;
  left: 0;
  right: 0;
  bottom: 0;
}

#iframe-wrapper iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

/* Table of contents */
#toc {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  -moz-column-gap: 40px;
  -webkit-column-gap: 40px;
  margin-bottom: 40px;
  text-align: left;
}

#toc a {
  display: block;
  text-decoration: none;
}
#toc a:hover {
  text-decoration: underline;
}

.toc-top-link:before {
  content: "⇡";
}
.toc-top-link {
  float: right;
  font-size: 14px;
  color: #FF0F0F;
}
.toc-depth-1 {
  margin-top: 0.5em;
  font-size: 125%;
  color: #fff;
  font-weight: bolder;
}

ul {
  list-style: disc !important;
  padding-left: 2em;
}

/* -- admonitions ----------------------------------------------------------- */

div.admonition {
    border: thin solid black;
    padding: 10px;
}

span.admonition-title {
    font-weight: bold;
    text-transform: uppercase;
}

div.body span.centered {
    text-align: center;
}

