/* Known Issues
============================== 

*/

/* Blueprint
============================== */
@import url("blueprint/screen.css");
@import url("cyanotype/screen.css");

/* Custom Blueprint Overrides
============================== */

/* Wundertube
============================== */
body {
    background: #F4A33B url("../images/wundertube.jpg") no-repeat top center;
}
h2 {
    margin-bottom: 6px;
    color: #500100;
    font-style: italic;
    font-weight: bold;
    line-height: 1.0;
}
p {
    margin-bottom: 12px;
    font-size: 1.17em;
    line-height: 1.28em;
}
#head {
    height: 200px;
}
#main {
    margin-top: 20px;
}
#video {
    position: relative;
}
    #video .burst {
        position: absolute;
        z-index: 100;
        left: -20px;
        margin-top: -20px;
    }
    #video h2, #video p {
        margin-left: 145px;
        margin-left: 150px;
    }
#photos {
    position: relative;
    margin-top: 30px;
}
    #photos .burst {
        position: absolute;
        right: 0;
        margin-top: -20px;
    }
    #photos h2, #photos p {
        margin-right: 160px;
    }
    #thumbs {
        height: 200px;
        margin: 0;
        background: #500100 url("../images/photos-bg.png") repeat-x;
        list-style: none;
    }
    #thumbs li {
        float: left;
        margin: 1.75em;
        margin-right: 0;
    }
    #thumbs li.go {
        float: right;
        margin: -0.5em 1.75em 0;
        color: #fff;
        font-size: 1.5em;
        font-weight: bold;
        font-style: italic;
        text-shadow: 2px 1px 2px #000;
    }
        #thumbs .go span {
            font-size: 200%;
            line-height: 0;
            vertical-align: middle;
        }
        #thumbs .go a {
            color: #fff;
            text-decoration: none;
        }
            #thumbs .go a:hover {
                text-decoration: underline;
            }
    #thumbs img {
    }
#friend {}
    #friend h2 {
        margin-top: -36px;
    }
    #friend p {
/*        margin-bottom: 0;*/
    }
