/*
File:			ttw_front.css
Description:	Customized CSS for the Tailoringtheweb.com front page

// Developed by Rick Anderson - tailoringtheweb.com 
// Version 0.1 - 2/10/2010
*/
.custom #header_area
{
    height: 700px;
}

.ttw-tagline
{
 
  background-position: center;
    background: url('http://www.tailoringtheweb.com/wp-content/themes/thesis_16/custom/images/title-background.jpg');
    background-repeat: no-repeat;
    padding-top:150px;
    padding-left:60px;
    height: 500px;
}
.ttw-tagline h1
{
    font-size: 4em;
    font-family: Verdana;
    font-style: italic;
    color: #303320;
    font-weight: 600;
}
/*******************************************************************
*
*   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;
}
