/* 
    Document   : homepage
    Created on : 13/Jul/2012, 10:55:35
    Author     : filipemurteira
    Description:
        Purpose of the stylesheet follows.
*/

#homepage{
    width: 940px;
    margin-top: 20px;
    
}

#homepage > div{
    position: relative;
    width: 220px;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}

#homepage > .um{
    margin-top: 102px;
}

#homepage > div.quatro{
    margin-right: 0px;
    margin-top: 126px;
}

#homepage h3{
    font-family: "ScalaSans Caps";
    font-size: 24px;
    font-weight: 500;
    color: #666666;
    border-bottom: 1px solid #666666;
    padding-bottom: 2px;
    margin-bottom: 20px;
    line-height: 14px;
}


#homepage h3 a{
    display: block;
    text-decoration: none;
    font-size: 24px;
    font-weight: 500;
    color: #666666;
}
#homepage h3 a:hover{
    color: #000000;
}


#homepage h3.space{
    margin-top: 20px;
}


#homepage > div > div{
    position: relative;
    width: 220px;
    height: 153px;
    overflow: hidden;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

 
#homepage > div > div.big{
    height: 200px;
}



#conteudos #homepage p a {
    font-family: "Scala Sans";
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    color: #666666;
    padding: 0px;
    margin: 0px;
    padding-bottom: 7px;
    padding-left: 4px;
    padding-right: 4px;
}
#conteudos #homepage p a:hover{
    background: #FFFF00;
}

#homepage p{
    margin-bottom: 10px;
}

#homepage > div > div a{
    display: block;
    background-color: #858889;
    width: 220px;
    height: 153px; 
    color: #858889;
}
#homepage > div > div.big a{
    height: 200px;
}
#homepage > div > div a:hover{
    background-color: #FFFF00;
    color: #666666;
}

#homepage > div > div .texto{
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding-left: 10px;
    padding-bottom: 20px;
}
#homepage > div > div .imagem{
    position: absolute;
    left: 0px;
    top: 0px;
}
#homepage > div > div a:hover .imagem{
    display: none;
}

#homepage > div > div h1{
    font-size: 23px;
    font-family: "ScalaSans";
    font-weight: 700;
}
#homepage > div > div h2{
    font-size: 15px;
    font-family: "Scala Sans";
    font-weight: 500;
}
