/*

    -- -- -- -- -- -- --
    protosw.com
    home page CSS
    -- -- -- -- -- -- --

    Home-page specific items. Anything which will repeat
    on non-homepage templates should be pulled out and defined
    in a more general stylesheet instead.

*/


/* -- Special layout tweaks -- */



/* -- Sidebar -- */

/* -- display tweaks -- */

#homePage table.proto-info {font-size: 1.15em;}
#homePage table.proto-info th {color: #000; background: none; text-align: left; text-transform: none; font-size: 1em; font-weight: bold; padding: 12px 0 2px 0; width: 300px;}

#homePage #mainColumn p {
    font-size: 1.2em;
    /* margin-bottom: 1.15em; */
	line-height: 1.8em;
}

#homePage #mainColumn strong {
    font-weight: normal;
    background-color: #d6e6b8;
}

#homePage #mainColumn #buttons {
    width: 100%;
    margin: 0;
    padding: 0;
}

#homePage #mainColumn #intro h4#download a {
    display: block;
    width: 159px;
    height: 30px;
    background: url(../i/download.png) no-repeat;
    margin: 0 0 1em 0;
    padding: 0;
    float: left;
    text-decoration: none;
}

#homePage #mainColumn #intro h4#tour a {
    display: block;
    width: 159px;
    height: 30px;
    background: url(../i/take_a_tour.png) no-repeat;
    padding: 0;
    margin: 0 0 1em 190px;
    text-decoration: none;
}

#homePage #mainColumn h4 {
    font-size: 1.8em;
    text-transform: none;
    margin: 0;
}

#homePage #mainColumn #help {
    font-size: 1.5em;
    margin-bottom: 1em;
    line-height: 1.5;
}

#homePage #mainColumn #help h4 {
    font-size: 1em;
    display: inline;
}


#homePage #mainColumn #help a { 
    color: #000;
}

#homePage #mainColumn #threeColumn {
    width: 100%;
    clear: both;
}

#homePage #mainColumn #threeColumn h5 {
    color: #4d4d4d;
    font-size: 1.25em;
}

#homePage #mainColumn #threeColumn #leftColumn,
#homePage #mainColumn #threeColumn #centerColumn
{
    float: left;
    width: 32%;
    margin-right: 1em;
}

#homePage #mainColumn #threeColumn #rightColumn
{
    float: right;
    width: 32%;
}

#homePage #thirdTier {
    clear: both;
    background-color: #666;
    color: #fff;
    border-top: 2px solid #d6e6b8;
    border-bottom: 2px solid #d6e6b8;
    margin: 0px;
    padding: 10px 30px 10px 30px;
    font-size: .9em; 
    line-height: 1.5;
}

#homePage #thirdTier a {
    color: #fff;
}

#homePage #thirdTier h4 {
    color: #d6e6b8;
    margin: 0 0 1em 0;
}

#homePage #thirdTier .press {
    width: 48%;
    margin-right: 1em;
    float: left;
}  

#homePage #thirdTier #news { 
    color: #333;
}

#homePage #thirdTier li {
    margin-bottom: 1em; 
}

#homePage #thirdTier .source {
    color: #333;
    display: block;
}

#homePage #mainColumn #intro {
}

#homePage #mainColumn #screenshot {
    width: 310px;
    margin-left: 10px;
    float: right;
}

#homePage .steps p {
    line-height: 1.5em;
    margin: 0 0.5em 1.15em 0.5em;
}
