/* 
Document   : home.css
Created on : 2/16/2010
Author     : Jason Kusner
Description:
Purpose of the stylesheet follows.

Provide formatting for the freebie listings on nojunkfree.com
*/

#nomove
{
    position:fixed;
    left: 5px;
    top: 5px;
    border: #3399ff 2px solid;
    background: #000000;
    color: #ffffff;
    padding: 5px;
    margin: 5px;
    width: 150px;

      _position:absolute;
  _top:expression(eval(document.body.scrollTop));

}

#fixme { position: absolute; left: 0px; top: 0px; }


div
{
    font-family:Arial,Helvetica,Geneva;
    font-size: 10pt;
    color:#000000;
    text-align: left;
}


#whole_page
{
    background:#003366;
    margin-left: auto;
    margin-right: auto;
    width: 750px;
    text-align: center;
    margin: 0 auto;
}


#title
{

    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin: 0 auto;
}

#container_for_ie
{
    width: 750px;
}

* html .visualIEFloatFix { height: 0.01%; }

#freebies
{
    border: #3399ff 5px solid;

    background: #000000;
    color: #ffffff;
    padding: 5px;
    margin: 5px;

}


#expired
{
    float: left;
    clear: left;
}

#expired_button
{
    border:none;
    padding:0;
    margin:0;
    font-size:10pt;
    text-decoration:underline;
    color:#ffffff;
    background-color:transparent;
    font-family:Arial,Helvetica,Geneva;
}

#date_added
{
    float: right;
    color:#ffffff;
    clear: right;
    display: block;
}

hr
{
    clear: both;
}

#footer
{
    font-size:8pt;
    text-align:center;
    clear: both;
}

#contact_text
{
    color:#ffffff;
}


a:active {color: #ffffff;}
a:link{color: #ffffff;}
a:visited {color: #ffffff;}
a:visited.line {color: #ffffff; text-decoration: line-through;}
a {font-family:Arial,Helvetica,Geneva; font-size: 10pt;}

h1 {font-family:Arial,Helvetica,Geneva; font-size: 10pt; color: #3399ff;}


