/* 
    Document   : livingproof-home.css
    Created on : Oct 10, 2009, 9:15:56 PM
    Author     : Joe
    Description:
        Purpose of the stylesheet follows.
*/


/* hide search on homepage to save space */
div.sidebar li#search
{
    display:none;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

/* Homepage elements
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
div#homewindow
{
    background:url('../images/window.png');
    width:970px;
    height:317px;
    margin:0 auto;
    padding:4px;
    color:#333;
    position:relative;
    z-index:50;
}

div#homewindow h1
{
    width:244px;
    height:64px;
    overflow:hidden;
    text-indent:-999px;
    background:url('../images/livingproof-logo-large.png') no-repeat;
    margin-bottom:10px;
}

div#homewindow-animation-container
{
    width:570px;
    height:316px;
    overflow:hidden;
    float:left;
}

div#homewindow-copy
{
    width:334px;
    height:316px;
    position:absolute;
    top:52px;
    left:594px;
}

div#homewindow-copy a, div#homewindow-copy a:link, div#homewindow-copy a:visited,
div#homewindow-copy a:active, div#homewindow-copy a:hover
{
    color:#901f16;
}

div#primary.sidebar
{
    margin-top:20px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

/* Features
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
div#content.home-features
{
    margin-top:20px;
}

div.home-features h2
{
    background:#7a0202;
    padding:5px 15px;
    color:#fff;
    font-weight:bold;
    font-size:14px;
    margin-bottom:20px;
}

div.home-features ul
{
    margin:0;
    padding:0;
    list-style:none;
}

div.home-features li
{
    padding:15px;
    border-left:2px solid #7a0202;
    margin-bottom:15px;
}

div.home-features li h3
{
    padding:0 10px;
    border-left:4px solid #7a0202;
    margin-bottom:10px;
    color:#fff;
}

div.home-features li h3 a, div.home-features li h3 a:link,
div.home-features li h3 a:visited, div.home-features li h3 a:active
{
    color:#fff;
}
