﻿img{border: none;}

body{
    margin: 0;
    background-image: url(/images/textura_cerca.png);
    background-color: #F0F0F0;
}

*{
    font-family: sans-serif;
}

a{
    text-decoration: none;
}

#corpo{
    background-color: white;
}

#topo-site{
    background-color: #266280;
    padding: 10px;
    margin-top: -20px;
}

.post-item{
    margin: 10px 10px 0 10px;
    background-color: #D6D6BE;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position-y: 10px;
    
}

.size1{
    height: 200px;
}

.size2{
    background-position: left center;
    height: 100px;
}

.container-white{
    padding: 5px;
    background-color: white;
    opacity: 0.5;
    font-size: 12px;
}

.post-tile{
    font-weight: bold;
}

.post-description{
    font-style: italic;
    margin-top: 115px;
    height: 45px;
    font-size: 12px;
}

.post-description2{
    font-style: italic;
    height: 45px;
    font-size: 12px;
    margin-left: 105px;
}


h1,h2,h3{
    color: #333;
    background-image: url(site/symbol.png);
    background-position: left;
    padding-left: 47px;
    background-size: contain;
    background-repeat: no-repeat;
    border-bottom: 1px solid;
    border-color: #266280;
}

.block-views-exp-search-full-page label {
    display: none;
}

.block-views-exp-search-full-page input[type="text"] {
    -moz-box-sizing: content-box;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #A2A2A2;
    border-radius: 4px 0 0 4px;
    box-shadow: 1px 1px 3px #DBD9D9 inset;
    color: #CCCCCC;
    float: left;
    font-family: arial;
    font-size: 14px;
    height: 34px;
    line-height: 18px;
    padding: 7px 10px;
    position: relative;
    width: 310px;
}


.block-views-exp-search-full-page .form-submit {
    background: url("/images/btn_search.png") no-repeat scroll left top transparent;
    border: 0 none;
    border-radius: 0 0 0 0;
    height: 35px;
    margin-top: 6px;
    overflow: hidden;
    padding: 35px 0 0;
    width: 47px;
    position: absolute;
    margin-left: -51px;
    cursor: pointer;
    background-color: #266280;
}

.block-views-exp-search-full-page .form-submit:hover{
    background-position: 0 -100px;
}

.shadow-botton{
    background-image: url(site/shadow_botton.png);
    background-repeat: repeat-x;
    background-position: top;
    height: 20px;
}

.shadow-botton2{
    background-image: url(site/shadow_botton2.png);
    background-repeat: no-repeat;
    background-position: top;
    height: 19px;
}

#footer{
    background-image: url(site/bg-footer-noise.jpg);
    color: #999999;
    height: 150px;
    padding: 5px;
    border-top: 3px solid;
    border-color: #333;
    text-shadow: -1px -1px 0 #000; 
    font-weight: bold;
}


#footer a{
    display: block;
    color: #999999;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    font-family: sans-serif;
    padding: 5px;
    text-shadow: -1px -1px 0 #000; 
    font-weight: bold;
}

#footer a:hover{
    color: white;
}

#footer li{
    list-style: none;
    float: left;
    display: block;
    margin: 0 12px;
    width: 100%;
}

#footer ul li ul{
     padding-left: 1px;
     margin-top: 20px;
}