/*
File:			custom-home.css
Description:	Custom styles for Thesis - applies to home page only

This was developed for Susan Heid by Rick Anderson:

*/

/*******************************************************************
*
*   Home page specific header
*
********************************************************************/

.custom #header_area
{
    background: url('http://www.cmom.tailoringtheweb.com/wp-content/themes/thesis_16/custom/images/cmom-top-shadow.png');
    background-repeat: repeat-x;
    background-position: top;
    height: 400px;
}
.cmom-home-header-left
{
    float: left;
}
.cmom-home-header-middle
{
    float: left;
}
.cmom-home-header-right
{
    float: right;
    width: 248px;

}
.cmom-search
{
    float: left;
    margin-left: 20px;
    margin-top: 30px;
    margin-bottom: 45px;
}
.cmom-home-feature
{
    color: #AB1C51;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.81em;
    text-align: center;
    padding-top: 10px;
}

/*******************************************************************
*
*   Home page post_box
*
********************************************************************/

.custom .post_box
{
    padding-top: 0px;
}
.custom .headline_area
{
    margin-bottom: 0px;
}
.custom .headline_area h2
{
    line-height: 0em;
    visibility: hidden;
}

