﻿/* *********************************** */
.top {
    background-color: #dc6e8f;
    background-image: url(http://media.livenationinternational.com/Felix1/images/shared/header_gradient.png);
    background-repeat: repeat-y;
    margin: 0 auto;
    padding: .5em 0 0 0;
    width: 97.5em;
}
    .top_strip {
        background-color: #fff;
        margin: 0 auto;
        padding: 0;
        position: relative;
        width: 97.5em;
        z-index: 1;
    }
        .top_strip > div {
            float: left;
            margin: 0;
            padding: 1.5em 0;
            overflow: hidden;
        }
            .top_strip > div > a > img {
                border: none;
                height: 6.7em;
            }
        .top_strip h1.splash_headline {
            float: left;
            font-size: 1.6em;
            margin-left: 1em;
            margin-top: 1.5em;
        }
        .top_strip img.header_continue {
            float: right;
            height: 2.5em;
            margin-top: 2em;
        }
    p.seo_bar {
        background-color: #f5e9eb;
        background-repeat: repeat-x;
        border: 1px solid #e2d6d8;
        border-width: 1px 0;
        clear: both;
        color: #666;
        height: 2em;
        margin-bottom: 0;
        padding-bottom: 0;
        width: 100%;
    }
    p.about_livenation {
        height: 2em;
        line-height: 2em;
        text-align: center;
    }
    p.about_livenation > em {
        border-bottom: 1px dotted #999;
        font-style: normal; /* turn off italics which is default for em */
        font-weight: normal;
    }
