/* Generated by Font Squirrel (http://www.fontsquirrel.com) on February 21, 2013 09:56:15 AM America/New_York */

@font-face {
    font-family: 'MainFont';
    src: url('../font/Ubuntu-R-webfont.eot');
    src: url('../font/Ubuntu-R-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Ubuntu-R-webfont.woff') format('woff'),
         url('../font/Ubuntu-R-webfont.ttf') format('truetype'),
         url('../font/Ubuntu-R-webfont.svg#UbuntuRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MainFont';
    src: url('../font/Ubuntu-RI-webfont.eot');
    src: url('../font/Ubuntu-RI-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Ubuntu-RI-webfont.woff') format('woff'),
         url('../font/Ubuntu-RI-webfont.ttf') format('truetype'),
         url('../font/Ubuntu-RI-webfont.svg#UbuntuItalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'MainFont';
    src: url('../font/Ubuntu-B-webfont.eot');
    src: url('../font/Ubuntu-B-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Ubuntu-B-webfont.woff') format('woff'),
         url('../font/Ubuntu-B-webfont.ttf') format('truetype'),
         url('../font/Ubuntu-B-webfont.svg#UbuntuBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'MainFont';
    src: url('../font/Ubuntu-BI-webfont.eot');
    src: url('../font/Ubuntu-BI-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Ubuntu-BI-webfont.woff') format('woff'),
         url('../font/Ubuntu-BI-webfont.ttf') format('truetype'),
         url('../font/Ubuntu-BI-webfont.svg#UbuntuBoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'TitleFont';
    src: url('../font/UbuntuTitling-Bold-webfont.eot');
    src: url('../font/UbuntuTitling-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/UbuntuTitling-Bold-webfont.woff') format('woff'),
         url('../font/UbuntuTitling-Bold-webfont.ttf') format('truetype'),
         url('../font/UbuntuTitling-Bold-webfont.svg#UbuntuTitlingBold') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'MonoFont';
    src: url('../font/UbuntuMono-R-webfont.eot');
    src: url('../font/UbuntuMono-R-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/UbuntuMono-R-webfont.woff') format('woff'),
         url('../font/UbuntuMono-R-webfont.ttf') format('truetype'),
         url('../font/UbuntuMono-R-webfont.svg#UbuntuMonoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* apply a natural box layout model to all elements */
/* From: http://paulirish.com/2012/box-sizing-border-box-ftw/ */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

body {
  background-image: url('../img/background.png');
  background-repeat: repeat;
}

/* Set a max-width for horizontal fluid layout and make it centered */
/* This is overriding Bootstrap styles */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  max-width: 950px;
}

.navbar img {
  height: 24px;
  vertical-align: bottom;
  margin-right: 5px;
}

footer {
  margin: 3em 1em 1em 1em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'TitleFont', Arial, sans-serif;
}

.browser-logo {
  height: 1em;
  vertical-align: text-top;
}

.quote-carousel .carousel {
  margin-bottom: 0;
  height: 5em;
  overflow-y: auto;
}

.big-quote-mark {
  font-size: 6em;
  padding-top: 0.3em;
  font-family: serif;
}

a.anchor {
  text-decoration: none;
}

.donation-widgets > * {
  vertical-align: middle;
  margin: 1em 1em 1em 1em;
}

.donation-disclosure {
  font-size: 0.6em;
}

.donation-cryptocoin-address {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

/*
 * Live demo styles
 */

.livedemo-elem-title {
  white-space: nowrap;
  margin-right: 1em;
  margin-left: 1em;
}

.livedemo textarea {
  font-size: 0.8em;
  line-height: 1.3em;
  resize: vertical;
  width: 100%;
  height: 100%;
  padding: 0.3em;
  min-height: 25em;
  margin: 0;
}

.livedemo-elem {
  box-shadow: 2px 2px 3px rgba(0, 0, 0, .2);
  margin: 0.3em;
  border: thin solid lightGray;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.livedemo-raw {
  width: 100%;
  padding: 0;
}

.livedemo-rendered {
  font-size: 0.8em;
  background-color: white;
  overflow-y: scroll;
  padding: 0.3em;
}

.livedemo, .livedemo-rendered h1, .livedemo-rendered h2, .livedemo-rendered h3,
.livedemo-rendered h4, .livedemo-rendered h5, .livedemo-rendered h6,
.livedemo textarea {
  font-family: Arial, sans-serif;
}

.livedemo-rendered h1 {
  font-size: 1.6em;
}

.livedemo-rendered h2 {
  font-size: 1.4em;
  border-bottom: 1px solid #CCC;
}

.livedemo-rendered h3 {
  font-size: 1.3em;
}

.livedemo-rendered h4 {
  font-size: 1.2em;
}

.livedemo-rendered h5 {
  font-size: 1em;
}

.livedemo-rendered h6 {
  font-size: 1em;
  color: #777;
}

pre, code {
  font-size: 0.85em;
  font-family: Consolas, Inconsolata, Courier, monospace;
}

code {
  margin: 0 0.15em;
  padding: 0 0.3em;
  white-space: nowrap;
  border: 1px solid #EAEAEA;
  background-color: #F8F8F8;
  border-radius: 3px;
  display: inline; /* adam-p: added to fix Yahoo block display */
}

pre {
  margin: 1.2em 0;
  font-size: 1em;
  line-height: 1.2em;
  overflow: auto;
  /* added to overcome Bootstrap styling */
  padding: 0;
  border: 0;
}

pre code {
  white-space: pre;
  border-radius: 3px;
  border: 1px solid #CCC;
  padding: 0.5em 0.7em;
}

.livedemo table {
  margin: 1.2em 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  font: inherit;
  border: 0;
}

.livedemo tbody {
  margin: 0;
  padding: 0;
  border: 0;
}

.livedemo table tr {
  border: 0;
  border-top: 1px solid #CCC;
  background-color: white;
  margin: 0;
  padding: 0;
}

.livedemo table tr:nth-child(2n) {
  background-color: #F8F8F8;
}

.livedemo table tr th, .livedemo table tr td {
  font-size: 1em;
  border: 1px solid #CCC;
  margin: 0;
  padding: 0.5em 1em;
}

.livedemo table tr th {
 font-weight: bold;
  background-color: #F0F0F0;
}

.livedemo table tr td[align="right"] {
  text-align: right;
}

.livedemo table tr td[align="left"] {
  text-align: left;
}

.livedemo table tr td[align="center"] {
  text-align: center;
}
