body {
    background: #fff url('/sxsw2010/images/bg-tile.gif') repeat-x;
}
p {
    margin: 0 0 20px 0;
}
h2 {
    font-size: 24px;
    color: #117ed2;
    margin: 0 0 8px;
}
h3 {
    font-size: 20px;
    color: #000;
    margin: 0 0 14px;
}
h4 {
    font: bold 16px Arial, Helvetica, sans-serif;
    color: #000;
    margin: 0 0 8px;
}
img {
    border: 0;
}
a:link, a:visited, a:active {
    color: #1b7dc7;
    outline: 0;
}
a:hover {
    background-color: #1b7dc7 !important;
    color: #fff;
}
a.none:hover {
    background-color: transparent !important;
}
ul {
    margin-top: 15px;
    margin-bottom: 15px;
}

#fb {
    background: #f4f4f4 url('/sxsw2010/images/grey-top.gif') top no-repeat;
    margin-top: 30px;
    position: relative;
}
    #fb div.top {
	    padding: 15px 20px;
    }
    #fb div.bottom {
        background: #e4e4e4 url('/sxsw2010/images/grey-dark-bottom.gif') bottom no-repeat;
        padding: 15px 0;
        font-size: 14px;
        font-weight: bold;
        font-style: italic;
        color: #777;
        text-align: center;

    }
        #fb div.bottom img {
            vertical-align: middle;
            margin: 0 5px;
        }
#fb #invoices {
    position: absolute;
    right: 5px;
    top: -25px;
}

#photos {
    background: #f4f4f4 url('/sxsw2010/images/grey-top.gif') top no-repeat;
    margin-top: 30px;
    padding: 15px 20px 35px;;
}
#photos_bottom {
    background: url('/sxsw2010/images/grey-bottom.gif') no-repeat;
    height: 10px;
    margin-bottom: 30px;
}

.col_left {
    float: left;
    width: 500px;
    margin-right: 40px;
}
.col_right {
    background-color: #f4f4f4;
    float: left;
    width: 200px;
    font-size: 11px;
    padding: 10px;
}
    .col_right ul {
        margin: 0;
        padding: 0;
        line-height: 16px;
    }
    .col_right ul li {
        background: url('/sxsw2010/images/tac.gif') no-repeat;
        list-style: none;
        margin-bottom: 15px;
        padding-left: 30px;
    }
    
#footer {
    background-color: #555;
    font-size: 11px;
    color: #bbb;
    line-height: 16px;
    margin-top: 30px;
    padding: 20px 0 30px;
}
    #footer .signup {
        background: url('/sxsw2010/images/footer-fade.gif') repeat-y;
        padding: 15px 0;
        font-size: 14px;
        font-weight: bold;
        font-style: italic;
        color: #777;
        margin: 10px 0 30px;
    }
        #footer .signup img {
            vertical-align: middle;
            margin: 0 5px;
        }
    #footer .col_1 {
        float: left;
        width: 140px;
    }
    #footer .col_2 {
        float: left;
        width: 200px;
    }
    #footer .col_3 {
        float: right;
        width: 300px;
        text-align: right;
    }
    
.line_grey {
    height: 1px;
    background-color: #e6e6e6;
    overflow: hidden;
    margin-bottom: 22px;
}

.bacon {
    float: left;
    width: 150px;
    padding-bottom: 20px;
}
.share {
    background: url('/sxsw2010/images/share-bg.gif') no-repeat;
    width: 247px;
    height: 54px;
    padding-top: 11px;
    font: bold 14px Arial, Helvetica, sans-serif;
    color: #807b57;
    text-align: center;
}
    .share span {
        display: block;
        float: left;
        width: 110px;
        text-align: right;
        padding: 7px 10px 0 0;
    }
    .share img {
        float: left;
        margin-right: 8px;
    }


