/* YouGig Stylesheet
Created bu Rafael B. Tauil - rafael.tauil.com.br */

body{
    background: #081e35 url(images/bg.png) repeat-x center top;    
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}
a{
    color: #002852;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
h1{
    margin: 0;
}

/* Header */
#header.small{
    height: 120px;
}
#header.small h1 #logo{
    background: url(images/logo.png) no-repeat;
    height: 95px;
    width: 226px;
    float: right;
    text-indent: -15000px;
    margin: 10px 0 0 100px;
    z-index: 17;
}
#header{
    height: 200px;
    text-align: center;
}
#header h1, #header h2{
    margin: 0;
}
#header h1 #logo{
    background: url(images/logo.png) no-repeat;
    height: 95px;
    width: 226px;
    position: absolute;
    text-indent: -15000px;
    margin: 90px 0 0 100px;
    z-index: 17;
}
#header #polaroid{
    background: url(images/polaroid_frame.png) no-repeat center bottom;
    height: 235px;
    width: 226px;
    position: absolute;
    margin: 0 0 0 2%;
    z-index: 16;
}
#header #polaroid #foto_destaque{
    margin: 6px 0 0 3px;
    _margin: 20px 0 0 3px;
}
#header #titulo_destaque{
    background: url(images/titulo_destaque_bg.png) no-repeat left top;
    _background: url(images/titulo_destaque_bg.gif) no-repeat left top;
    _width: 550px;
    _overflow: hidden;
    _width: expression(this.width > 600 ? "600px" :  true);
    text-align: left;
    height: 59px;
    color: #6f6f6f;
    position: absolute;
    font-size: 1.3em;
    font-weight: normal;
    margin: 10px 0 0 27%;
    padding: 0 5px;
    z-index: 15;
}
#header #titulo_destaque .border{
    background: transparent url(images/titulo_destaque_border.png) no-repeat right top;
    _background: transparent url(images/titulo_destaque_border.gif) no-repeat right top;
    height: 59px;
    _height: 49px;
    padding: 12px 15px 10px 10px;
}
#header #pic_credits{
    position: absolute;
    z-index: 17;
    font-size: .7em;
    color: #41a9fc;
    margin: 1px 0 0;
    right: 6%;
}
#header #pic_credits a{
    color: #41a9fc;
}

/* Slide Images */
#slideshow {
    position:relative;
    height:200px;
    width: 1000px;
    margin: 0 auto;
}
#header.small #slideshow{
    height: 120px;
}
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}
#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}
#slideshow IMG.last-active {
    z-index:9;
}

/* Site Content */
#content{
    background: #585858 url(images/content_bg.png) repeat-x center top;
    border-bottom: #a0a0a0;
    padding: 5px 0 0;
    text-align: center;
    height: 350px;
}
#content.large{
    height: 500px;
}
#content #menu_area{
    margin: 0 0 0 175px;
    position: relative;
    width: 825px;
    z-index: 17;
    height: 64px;
}
#content #menu_area #menu{
    padding: 0;
    margin: 0;
}
#content #menu_area #menu li{
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: left;
}
#content #menu_area #menu li a{
    display: block;
    text-indent: -15000px;
}
#content #menu_area #menu li #noticias{
    background: url(images/menu_noticias.png) no-repeat;
    height: 64px;
    width: 197px;
}
#content #menu_area #menu li #fotos{
    background: url(images/menu_fotos.png) no-repeat;
    height: 64px;
    width: 156px;
}
#content #menu_area #menu li #videos{
    background: url(images/menu_videos.png) no-repeat;
    height: 64px;
    width: 156px;
}
#content #wrap{
    width: 1000px;
    margin: 0 auto;
    text-align: left;
}
#content #wrap h3{
    font-size: 1.2em;
    font-weight: normal;
    margin: 0;
}
/* Grids */
#content #wrap .text_list li{
    background: url(images/hr.png) no-repeat center bottom;
    padding: 10px 0;
    list-style-type: none;
    _background: expression(this.nextSibling == null ? 'none' : 'url(images/hr.png) no-repeat center bottom'); /* iE Hack */    
    *background: expression(this.nextSibling == null ? 'none' : 'url(images/hr.png) no-repeat center bottom'); /* iE Hack */
}
#content #wrap .text_list li:last-child{
    background: none;
}
#content #wrap .text_list.small li{
    font-size: 1em;
}
#content #wrap .text_list li .date{
    font-size: .8em;
}

/* Home */
#content #wrap #noticias_grid, #content #wrap #twitter_grid, #content #wrap #fotos_grid, #content #wrap #videos_grid{
    width: 242px;
    _width: 232px;
    *width: 232px;
    float: left;
    text-align: left;
}
#content #wrap #noticias_grid{
    margin: 0 5px 0 1px;
    _margin: 0 1px 0 5px;
    *margin: 0 1px 0 10px;
}
#content #wrap #twitter_grid, #content #wrap #fotos_grid{
    margin: 0 5px 0;
}
#content #wrap #fotos_grid #flickr_list, #content #wrap .text_list{
    font-size: 0.8em;
    padding: 0;
    margin: 0;
}
#content #wrap #fotos_grid #flickr_list li{
    list-style-type: none;
    float: left;
    margin: 0 9px 5px 0;
}
#content #wrap #fotos_grid #flickr_list li img{
    border-color: #808080 #808080 #cacaca;
    border-style: solid;
    border-width: 1px;
}
#content #wrap #videos_grid{
    margin: 0 1px 0 5px;
    _margin: 0 5px 0 1px;
    *margin: 0 5px 0 1px;
}
#content #wrap #videos_grid table{
    width: 242px;
}
/* Fotos */
.cooliris_fotos{
}

/* Noticias */
#content #wrap .scroll{
    height: 420px;
    overflow: auto;
}
#content #wrap .left_column{
    width: 450px;
    float: left;
    margin: 0 10px 0 0;
}
#content #wrap p{
    font-size: .8em;
    line-height: 1.2em;
    letter-spacing: .1em;
}
#content #wrap .middle_column{
    float: left;
    width: 300px;
    margin: 0 10px 0 0;
}
#content #wrap .middle_column h4{
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
}
#content #wrap .right_column{
    float: left;
    width: 200px;
}
#content #wrap .right_column h4{
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
}
/* Video  */
#videos #content #wrap{
    _padding-left: 20px;
}
.qikPlayer{
}
#live_msg{
    float: right;
    width: 50%;
    margin: 0 10% 0 0;
    _margin: 0 5% 0 0;
}
#videos #videoBar-bar{
    width: 730px;
    border-top: 1px solid #808080;
    margin: 30px 0 0;
    padding: 30px 0 10px;
    overflow: auto;
}
#videos #videoBar-bar table td{
    padding: 0 40px 0 0;
}
.gsc-branding{
    display: none;
}

/* Rodape  */
#footer{
    height: 49px;
    _height: 66px;
    text-align: center;
    padding: 17px 0 0;
}
#footer #footer_logo{
    background: url(images/logo_footer.png) no-repeat center center;
    height: 34px;
    width: 133px;
    margin: 0 auto;
    text-indent: -15000px;
}