/* 
    Document   : style_pic
    Created on : 09/11/2012, 11:52:21
    Author     : Raphael Rodrigues Jussiani - WebPic Sites
    Description:
        Purpose of the stylesheet follows.
*/

.meio{
    width: 940px;
    margin: 10px auto;
    min-height: 300px;
}
.titulo{
    background: url(../images/sildebar_border.gif) 0 100% repeat-x;
    width: 100%;
}
.titulo h4 {
    float: left;
    width: 80%;
    color: #5D5D5D;
    font-size: 18px;
    line-height: 22px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: normal;
}
.titulo span a{
    float: right;
    text-align: right;
    color: #5D5D5D;
    font-weight: normal;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: normal;
}
.article{
    padding: 10px;
}
.img_article{
    float: left;
    margin: 7px 15px 10px 0;
}
.text p{
    text-align: left;
    margin: 0 10px 10px 10px;
}

.readmore{
    margin: 10px 0 0;
}
.link_more{
    background: url('../images/about_more.png') 100% 0 no-repeat;
    font-size: 14px !important;
    color: #9D9D9D;
    padding: 3px 32px 3px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
.link_more:hover{
    background: url('../images/about_more.png') 100% -22px no-repeat;
    color: #1D5393;
}


.bottom_pag::-webkit-scrollbar {
    width: 10px;
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(202, 202, 202, 0.07)),color-stop(100%,rgba(229, 229, 229, 0.07)));
    background: -webkit-linear-gradient(left,rgba(202, 202, 202, 0.07) 0%,rgba(229, 229, 229, 0.07) 100%);
    -webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,.15) inset,0 1px 0 0 #fff;
    box-shadow: 0 0 1px 0 rgba(0,0,0,.15) inset,0 1px 0 0 #fff;
    background-color: #E5E5E5;
}
.bottom_pag::-webkit-scrollbar, #ot-gallery-wrap::-webkit-scrollbar-thumb {
    overflow: visible;
    border-radius: 0;
    border: solid 1px #A6A6A6;
}
.bottom_pag::-webkit-scrollbar-thumb {
    background: -webkit-gradient(linear,top top,bottom top,color-stop(0%,rgba(0, 50, 210, 0.9)),color-stop(100%,rgba(35, 65, 128, 0.9)));
    background: -webkit-linear-gradient(top,rgba(0, 76, 210, 0.9) 0%,rgba(35, 76, 128, 0.9) 100%);
    width: 20px;
    background-color: #0022D2;
}
.bottom_pag::-webkit-scrollbar-button {
    height: 0;
    display: none;
    background-color: transparent;
}