/**
 * Slippy
 * Copyright (C) 2010, Jordi Boggiano
 * http://seld.be/ - j.boggiano@seld.be
 *
 * Licensed under the new BSD License
 * See the LICENSE file for details
 */
/**
 * Slippy Pure Theme
 */

/* Colors from http://www.colourlovers.com/palette/219750/basking_in_the_woods 
 * 0d490b   529615   d2e31f   f9ff64   b1e31f  
 * */

/** Core */
body, html {
    background: #CC0000;
    color: #000;
    font-family: Fontin,Tahoma,Verdana,sans-serif;
    font-size: 3em;
}

body, html {
    overflow: hidden;
    height: 100%;
    line-height: 1.2;
}

a:visited, a:active, a:link, a {
    cursor: pointer;
    color: #622;
}

a.eval {
    background-color: #eb1b1b;
    color: #000;
    margin: .2em .4em 0 0;
}

.slide {
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    background: #FFFFFF;
    border: #121;
    font-size: 150%;
}

.slide.title h1 {
    text-align: left;
    font-size: 200%;
}

.slide.section {
    background: #f9ff64; /* #F3EF95; /* #df8; */
}

.slide.section h1 {
    margin-top: 3em;
    font-size: 200%;
}

.slide.thankyou {
    background: #f9ff64 /* #F2CCCC; */
}

.slide.thankyou h1 {
    text-align: center;
    margin-top: 2em;
    font-size: 200%;
}

.gap {
    margin-top: 1em;
}

.line.selected {
    background: yellow !important;
}

/* selected line number */
.syntaxhighlighter .line.selected .number
{
	background-color: yellow !important;
}

/* selected line */
.syntaxhighlighter .line.selected.alt1,
.syntaxhighlighter .line.selected.alt2
{
	background-color: yellow !important;
}

/** Overview screen */
.overview .slide {
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    border: 0.5em solid #ccc;
}
.overview .slide.active {
    border: 0.5em solid #888;
}
.overviewWrapper:hover {
    position: relative;
    top: -.1em;
    left: -.1em;
}

/** Footer */
.footer {
    bottom: 0;
    left: 0;
    text-align: center;
}
.footerContent {
    font-size: .85em;
    padding: .5em 1em;
}
.footer span {
    margin: .25em 0;
}

/** Specific element styling */
.slide.big .slideContent > *:not(.footer) {
    font-size: 1.7em;
}

h1, h2, h3, h4 {
    margin: 0 0 .5em;
    font-size: 1.5em;
    font-weight: bold;
}

h1 {
    text-align: center;
    margin-top: 1em;
}

.vcenter h1 {
    margin-top: 0;
}

h2 {
    margin-bottom: .25em;
    font-size: 1.4em;
}

h3 {
    margin-bottom: .25em;
    font-size: 1.2em;
}

h4 {
    margin-bottom: .25em;
    font-size: 1.1em;
}

em {
    font-style: normal;
    color: #ca0207;
}

li {
    /* font-size: 1.2em; */
    padding-left: .2em;
}

p {
    font-size: 1.2em;
    margin:.25em 0;
}

p.small {
    font-size: 0.8em;
    margin:.25em 0;
}

ol, ul {
    list-style: disc outside none;
    margin-left: 2em;
}

ol {
    list-style-type: decimal;
}

/** References links */
a[rel=src] {
    font-size: .6em;
}
a[rel=src]:before {
    content: "ref:";
}

/** Current slide indicator */
.slideDisplay {
    color: #aaa;
    padding: 1em;
}

/** TV Switcher */
.switcherDigits {
    color: #00ff00;
    background: #000;
    top: 0;
    left: 0;
    position: absolute;
    display: inline;
    padding: .5em;
    font: bold 2em "Courier New", Courier, fixed, sans-serif;
    margin: .3em;
}

/** Alerts */
.alert {
    padding: .3em;
    margin: 0 0 12px 0;
    border: 2px solid #ccc;
    background: #fff;
    color: #000;
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em;
    font-size:1.2em;
}

@media print {
    .slide {
        text-shadow: #000 0 0 0;
    }
}
