
/* extra bits just for home page */

#marqueeOuter
{
    position: relative;
    width: 700px;
    margin: auto;
}

#marquee
{
    height: 174px;
    margin-top: 5%;
}

    #marquee > DIV
    {
        background-color: white;
        width: 160px;
        height: 160px;
        border: solid 1px #fff;
        display: inline-block;
        margin: 5px;
        position: relative;
        cursor: pointer;
    }

        #marquee > DIV > DIV
        {
            width: 160px;
            height: 160px;
            position: absolute;
            background-repeat: no-repeat;
            background-position: center center;
        }

.marqueePrimary
{
}

.marqueeTransition
{
    display: none;
}

#marqueeText
{
    display: none;
    position: absolute;
    width: 680px;
    bottom: 180px;
    border: 5px solid #44b;
    box-shadow: 0px 0px 10px 5px #888;
    background-color: #ffb;
    font-size: 12pt;
    margin: auto;
    padding: 4pt;
    text-align: center;
    font-weight: bold;
}

#promptClose
{
    display: none;
}

#marqueePrompt
{
    text-align: center;
    position: relative;
    top: -6px;
}

    #marqueePrompt SPAN
    {
        font-size: 120%;
        background-color: white;
        border: 1px solid #666;
        padding: 2px 3px;
        border-radius: 6px;
        box-shadow: 0px 0px 4px #aaa;
    }


.blobwrapper
{
    clear: both;
    width: 850px;
    height: 158px;
    padding-left: 100px;
    text-align: left;
}

.blob
{
    float: left;
    width: 167px;
}

.blobtextarea
{
    position: relative;
    width: 220px;
    height: 158px;
    float: left;
}

.blobtext
{
    display: table;
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 158px;
    padding: 0 10px 0 0;
}

    .blobtext div
    {
        display: table-cell;
        vertical-align: middle;
    }

        .blobtext div p
        {
            line-height: 1.4;
            color: #fff;
        }

        .blobtext div a
        {
            font-size: 120%;
            line-height: 1.4;
            color: #fff;
            font-weight: bold;
            text-decoration: none;
        }

            .blobtext div a:hover
            {
                color: #ffed00;
            }


@media (orientation: portrait)
{

    .blobwrapper
    {
        width: 420px;
        height: 320px !important;
        margin: auto;
        padding-left: 0px;
        margin-bottom: 40px;
    }

    .blob
    {
        clear: left;
    }

    .blobtextarea
    {
        width: 240px;
    }

    .blobtext
    {
        width: 240px;
    }

    #marqueeOuter
    {
        width: 348px;
        text-align: center;
    }

    #marqueeText
    {
        width: 340px;
    }
}
