/*
Theme Name: Itabrás
Theme URI: http://www.zzub.com.br/
Description: The Itabrás WordPress Theme
Version: 1.0
Author: Zzub Mídias Alternativas
Author URI: http://www.zzub.com.br/
Text Domain: kubrick
*/

* {
    margin: 0;
    padding: 0;
}


body {
    background: #EEE url('images/bg.jpg') no-repeat fixed center top;
    font-family: "Tahoma";
    font-size: 12px;
    color: #FFF;
}

a {
    color: #FFF;
    text-decoration: none;
    outline-width: 0;
}

a:hover {
    color: #E95C04;
}

h1 {
    font-size: 1.6em;
}

p {
    margin: 10px 0;
}

hr {
    border: none;
    border-top: 1px solid #223F4A;
}

ul.unmarked {
    list-style-type: none;
}

.highlight {
    color: #E95C04;
}

#container {
    width: 775px;
    min-height: 770px;
    background-color: #061F28;
    margin: 0 auto;
    overflow: hidden;
}

#header {
    width: 775px;
    height: 309px;
}

#center {
    width: 675px;
    min-height: 380px;
    background-color: #16333F;
    margin: 0 auto;
    overflow: hidden;
}

#footer {
    width: 675px;
    height: 39px;
    margin: 0 auto 20px auto;
    position: relative;
}

ul#sitemap {
    list-style: none;
    padding: 0;
    margin: 10px 0;
    color: #FFF;
    font-size: 10px;
}

ul#sitemap li {
    display: inline;
    margin-right: 3px;
}

#footer .copyright {
    font-size: 10px;
    margin-top: 10px;
}

#footer .signature {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 58px;
    height: 35px;
    background: transparent url('images/zzub-logo.png') no-repeat top center;
    text-indent: -9000px;
}


.topic {
    background: url('images/topic-mark.png') no-repeat scroll left 4px;
    padding-left: 30px;
    min-height: 30px;
}

.topic2 {
    background: url('images/topic-mark2.png') no-repeat left;
     padding-left: 30px;
     min-height: 16px;
}


.sidebar .topic2 {
    margin-left: 40px;
}


.main {
    padding: 20px;
    width: 365px;
    min-height: 340px;
    float: left;    
}

.sidebar {
    padding: 20px;
    width: 230px;
    min-height: 340px;
    float: left;
}

.roomy {
    padding: 20px;
}


#home ul {
    list-style: none;
}


#home {
    margin-top: 15px;
}

#home li img {
    float: left;
    margin-right: 20px;
}

#home li .topic2 {
    display: block;
    margin-top: 5px;
}

#home .main {
    padding-right: 0;
}

#home li .teaser-title {
    margin-bottom: 0;
}

#home li .teaser-body {
    margin-top: 0;
}

#home .subtopics {
    margin-left: 20px;
    margin-top: 20px;
}

.sidebar.topic2 {
    margin-left: 20px;
}

.teaser-title {
    color: #E95C04;
    font-size: 11px;
}

.teaser-body {
    color: #888;
    font-size: 11px;
}

.social-tray {
    border-bottom: 1px solid #223F4A;
    height: 80px;
    margin: 10px 0 30px 0;
}

.social-tray a {
    float: left;
    margin-left: 25px;
    text-indent: -9000px;
}

.ad-tray {
    margin-top: 10px;
}

.ad-slot {
    width: 215px;
    height: 100px;
    display: block;
    background-color: #666;
    margin-bottom: 10px;
    margin-left: 15px;
    cursor: pointer;
}

.ad-slot img {
    width: 220px;
    height: 100px;
}

#sponsors .ad-slot {
    float: left;
    margin-left: 5px;
}

#sponsors .ad-tray {
    margin-top: 0;
}

#blog li p {
    color: #888;
}

#four-oh-four h1 {
    width: 300px;
    margin: 100px auto;
}

.orkut {
    background: transparent url('images/orkut.png') no-repeat center top;
    display: block;
    width: 42px;
    height: 43px;
}

.facebook {
    background: transparent url('images/facebook.png') no-repeat center top;
    display: block;
    width: 44px;
    height: 43px;
}

.twitter {
    background: transparent url('images/twitter.png') no-repeat center top;
    display: block;
    width: 43px;
    height: 42px;
}

#contact form {
    width: 300px;
    margin: 0 auto;
}

#events .roomy {
    padding-bottom: 10px;
}

#events .thumbnail {
    margin: 8px;
}

#events .thumbnail img {
    border: none;
}


#gallery-1 img {
    border: 4px #FFF solid !important;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}


#welcome-to-itabras-en {
    background: url('images/titles/welcomeToItabras_en.png') no-repeat right top;
    text-indent: -9000px;
    height: 30px;
}

#welcome-to-itabras-pt {
    background: url('images/titles/welcomeToItabras_pt.png') no-repeat right top;
    text-indent: -9000px;
    height: 30px;
}

#news-on-our-blog-en {
    background: url('images/titles/newsOnOurBlog_en.png') no-repeat scroll 135px top;
    text-indent: -9000px;
    height: 35px;
}

#news-on-our-blog-pt {
    background: url('images/titles/newsOnOurBlog_pt.png') no-repeat scroll 135px top;
    text-indent: -9000px;
    height: 35px;
}

#join-in-en {
    background: url('images/titles/joinIn_en.png') no-repeat scroll -60px -10px;
    text-indent: -9000px;
    height: 45px;
    display: block;
}

#join-in-pt {
    background: url('images/titles/joinIn_pt.png') no-repeat scroll -60px -10px;
    text-indent: -9000px;
    height: 45px;
    display: block;
}

#meet-our-sponsors-en {
    background: url('images/titles/meetOurSponsors_en.png') no-repeat scroll -50px -15px;
    text-indent: -9000px;
    height: 30px;
    display: block;
}

#meet-our-sponsors-pt {
    background: url('images/titles/meetOurSponsors_pt.png') no-repeat scroll -50px -10px;
    text-indent: -9000px;
    height: 30px;
    display: block;
}

.sidebar h1 {
    color: #BBB;
}

#attachment {
    margin-top: 40px;
    text-align: center;
}


#gallery-wrapper {
    width: 350px;
    height: 110px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
}

#gallery-wrapper .button {
    width: 22px;
    height: 110px;
    position: absolute;
    top: 0;
    cursor: pointer;
    z-index: 4;
}

#gallery-wrapper .back {
    left: 0;
    background: #16333F url('images/topic-mark_inverse.png') no-repeat scroll 0 50%;
}

#gallery-wrapper .forward {
    right: 0;
    background: #16333F url('images/topic-mark.png') no-repeat scroll 0 50%;
}

#gallery-1 {
    height: 110px;
    width: auto;
    position: absolute;
    left: 0;
    margin: 0 10px !important;
    z-index: 1;
}

#gallery-1 img {
    height: 80px;
    width: 80px;
}

#gallery-1 .gallery-item {
    width: auto !important;
    margin-left: 20px;
}

#gallery-container #image-spot {
    display: none;
    text-align: center;
    margin: 0 60px;
    background-color: rgba(0,0,0,0.8);
    padding: 3px;
}

#image-spot img {
    max-width: 509px;
}

#gallery-1 .gallery-caption {
    display: none;
}


.wpcf7-form div {
    background-color: #061F28;
    font-size: 2em;
    padding: 10px;
    color: #FFF;
}