 /** Resource definitions. */

@font-face {
    font-family: 'SetFireToTheRain';
    src: url('/font/setfiretotherain.eot');
    src: url('/font/setfiretotherain.eot?#iefix') format('embedded-opentype'),
         url('/font/setfiretotherain.woff') format('woff'),
         url('/font/setfiretotherain.ttf') format('truetype'),
         url('/font/setfiretotherain.svg#set_fire_to_the_rainregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/** Reset. */
*, html, body, div, span, img, a, header, footer, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
}

a {
    color: inherit;
}

/** Generic. */
.clear {
    clear: both;
}

/** Rules. */

body {
    background-color: #c9b9a9;
    color: #42332c;
    font-family: Helvetica, Arial, sans-serif;
}

header {

}

    header nav {
        background-image: url('/img/wip/nav-bg.png');
        background-repeat: repeat-x;
    }

        header nav #nav-wrapper {
            width: 1150px;
            margin: 0 auto;
        }

        header nav div#logo {
            background-image: url('/img/wip/logo.png');
            display: inline-block;

            min-width: 140px;
            width: 140px;
            min-height: 49px;
            height: 49px;
            margin: 0 0 0 10px;
            padding: 0 0 15px 0;
            float: left;
        }

        header nav div.item {
            background-image: url('/img/wip/nav-tab.png');
            display: inline-block;

            /* Different browsers require different *-{width,height} statements. */
            min-width: 240px;
            width: 240px;
            min-height: 49px;
            height: 49px;
            padding-top: 15px;
           
            text-align: center;
            font-family: SetFireToTheRain, sans-serif;
            font-size: 30px;
        }

	    header nav div.item a {
                 color: #dae2ef;
            }

        header nav div.item:not(.current):hover {
            background-image: url('/img/wip/nav-tab-hover.png');
        }

        header nav div.current {
            background-image: url('/img/wip/nav-tab-current.png');
        }

            header nav div.current.alt {
                background-image: url('/img/wip/nav-tab-current-alt.png');
            }

            header nav div.current.alt2 {
                background-image: url('/img/wip/nav-tab-current-alt2.png');
            }

            header nav div.current a {
                color: #282320;
            }

    header #leader {
        background-color: #f5efe5;
        background-image: url('/img/wip/leader-bg.png');
        background-repeat: repeat-x;
        background-position: bottom;
    }

        header #leader-wrapper {
            width: 1000px;
            margin: 0 auto;
            position: relative;
        }

        header #leader #leader-image {
            position: relative;
            left: -440px;
            margin-top: 25px;
            padding-bottom: 40px;
            float: left;
        }

        header #leader p {
            position: absolute;
            top: 45px;
            left: 645px;

            font-size: 14px;
            line-height: 150%;
        }

        header #leader h2 {
            position: absolute;
            top: 150px;
            left: 645px;

            font-family: SetFireToTheRain, sans-serif;
            font-size: 46px;
        }

        header #leader p#shortbio {
            top: 225px;
            left: 660px;
            font-size: 16px;
        }

        header #leader div.social {
            position: absolute;
            left: 645px;
            padding: 2px;
            height: 42px;
            min-height: 42px;
            width: 375px;
            min-width: 375px;

            background-color: #fffaf5;
            border: 1px solid #ccbeb1;

            font-family: SetFireToTheRain, sans-serif;
            font-size: 20px;
        }

            header #leader div.social span {
                position: relative;
                top: -12.5px;
                margin-left: 2px;
            }

            header #leader div.social img {
                padding: 2px 0 0 10px;
            }

        header #leader #how2irc {
            position: absolute;
            left: 972px;
            top: 378px;

            color: #42332c;
            border-bottom: 1px dotted #42332c;
            font-size: 12px;
        }

#content {
    width: 1280px;
    margin: 0 auto;

    background-color: #dfd5cb;
    background-image: url('/img/wip/content-bg.png');
    background-position: bottom;
    background-repeat: no-repeat;
}

    #content #shadow-wrapper {
        width: 1280px;
        background-image: url('/img/wip/content-shadow.png');
        background-position: top;
        background-repeat: repeat-x;
    }

    #content #content-wrapper {
        width: 960px;
        padding-top: 40px;
        padding-bottom: 100px;
        margin: 0 auto;
    }

    #content h2 {
        font-family: SetFireToTheRain, sans-serif;
        font-weight: normal;
        text-align: center;

        margin-bottom: 35px;
    }

    #content p {
        font-size: 14px;
        line-height: 160%;

        margin-bottom: 25px;
    }

    #content .media-gallery {
        margin-top: -15px;
        margin-bottom: 25px;
        text-align: center;
    }

    #content iframe {
        margin-top: -15px;
    }

        #content .media-gallery li {
             display: inline-block;
             border: 5px solid white;
             margin: 0 10px 5px 10px;
        }

        #content .media-gallery a, #content .media-gallery img {
             padding: 0;
             vertical-align: bottom;
        }

    #content #demo-download {
        height: 225px;
    }

    #content #demo-download ul {
        list-style-type: none;  
        width: 545px;
        margin: 0 auto;
    }

        #content #demo-download li {
            display: inline-block;
            text-align: center;
            margin-left: 10px;
            margin-right: 10px;
        }

img#download {
    width: 1144px;
    margin: 0 68px 25px 68px;
}

footer {
    font-size: 14px;
    color: #716a59;
    width: 600px;
    margin: 10px auto;
    text-align: center;
}

    footer a {
        border-bottom: 1px dashed #716a59;
    }
