@font-face {
    font-family: 'PTSansRegular';
    src: url('../fonts/PT-Sans/PTS55F-webfont.eot');
    src: url('../fonts/PT-Sans/PTS55F-webfont.svg#PTSansRegular') format('svg'),
    url('../fonts/PT-Sans/PTS55F-webfont.eot?#iefix')        format('embedded-opentype'),
    url('../fonts/PT-Sans/PTS55F-webfont.woff')              format('woff'),
    url('../fonts/PT-Sans/PTS55F-webfont.ttf')               format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PTSansBold';
    src: url('../fonts/PT-Sans/PTS75F-webfont.eot');
    src: url('../fonts/PT-Sans/PTS75F-webfont.svg#PTSansBold') format('svg'),
    url('../fonts/PT-Sans/PTS75F-webfont.eot?#iefix')     format('embedded-opentype'),
    url('../fonts/PT-Sans/PTS75F-webfont.woff')           format('woff'),
    url('../fonts/PT-Sans/PTS75F-webfont.ttf')            format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'PTSansBoldItalic';
    src: url('../fonts/PT-Sans/PTS76F-webfont.eot');
    src: url('../fonts/PT-Sans/PTS76F-webfont.svg#PTSansBoldItalic') format('svg'),
    url('../fonts/PT-Sans/PTS76F-webfont.eot?#iefix')           format('embedded-opentype'),
    url('../fonts/PT-Sans/PTS76F-webfont.woff')                 format('woff'),
    url('../fonts/PT-Sans/PTS76F-webfont.ttf')                  format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'PTSansItalic';
    src: url('../fonts/PT-Sans/PTS56F-webfont.eot');
    src: url('../fonts/PT-Sans/PTS56F-webfont.svg#PTSansItalic') format('svg'),
    url('../fonts/PT-Sans/PTS56F-webfont.eot?#iefix')       format('embedded-opentype'),
    url('../fonts/PT-Sans/PTS56F-webfont.woff')             format('woff'),
    url('../fonts/PT-Sans/PTS56F-webfont.ttf')              format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'DejaVuSansMono';
    src: url('../fonts/DejaVu-Sans-Mono/DejaVuSansMono-webfont.eot');
    src: url('../fonts/DejaVu-Sans-Mono/DejaVuSansMono-webfont.svg#DejaVuSansMonoBook') format('svg'),
    url('../fonts/DejaVu-Sans-Mono/DejaVuSansMono-webfont.eot?#iefix')             format('embedded-opentype'),
    url('../fonts/DejaVu-Sans-Mono/DejaVuSansMono-webfont.woff')                   format('woff'),
    url('../fonts/DejaVu-Sans-Mono/DejaVuSansMono-webfont.ttf')                    format('truetype');
    font-weight: normal;
    font-style: normale
}

body {
    background: #fff;
    color: #333;
    font-family: PTSansRegular, Verdana, sans-serif;
    font-size: 18px;
    line-height: 1.6em;
    margin: 0;
}

a {
    border-bottom: 1px solid #ccc;
    color: #333;
    text-decoration: none;
}

a:hover {
    border-bottom: 1px solid #333;
}

strong {
    font-family: PTSansBold, Verdana, sans-serif;
}

strong em {
    font-family: PTSansBoldItalic, Verdana, sans-serif;
}

em {
    font-family: PTSansItalic, Verdana, sans-serif;
}

code, pre {
    font-family: DejaVuSansMono, monospace;
}

code, pre {
    background: #f8f8f8;
    font-size: 14px;
    line-height: 1.6em;
}

pre {
    border: 1px solid #eee;
    padding: 10px;
}

pre bold {
    font-family: DejaVuSansMonoBold, monospace;
}

h1, h2, h3, h4, h5, h6, #about {
    color: #d50;
    font-family: Helvetica, Arial, sans-serif;
}

h1 a {
    border-bottom: none;
    color: #333;
}

h2 {
    border-bottom: 1px solid #ccc;
    color: #333;
    padding-bottom: 1em;
}

p + h3 {
	margin-top: 3em;
}

p + h4 {
	margin-top: 3em;
}

/* Raindow JS */

pre .comment {
    color: #998;
}

pre .support {
    color: #0086B3;
}

pre .tag, pre .tag-name {
    color: #333;
}

pre .keyword, pre .css-property, pre .vendor-prefix, pre .sass, pre .class, pre .id, pre .css-value, pre .entity.function, pre .storage.function {
    font-weight: bold;
}

pre .css-property, pre .css-value, pre .vendor-prefix, pre .support.namespace {
    color: #333;
}

pre .constant.numeric, pre .keyword.unit, pre .hex-color {
    font-weight: normal;
    color: #099;
}

pre .entity.class {
    color: #458;
}

pre .entity.id, pre .entity.function {
    color: #900;
}

pre .attribute, pre .variable {
    color: teal;
}

pre .string, pre .support.value  {
    font-weight: normal;
    color: #d14;
}

pre .regexp {
    color: #009926;
}
