@import url('/css/curriculo.css');

* {
    margin:0;
    padding:0;
}
* html button.btn {
    padding-bottom:1px;
}
* html .btn span {
    padding-top:0;
}
html {
    height: 100%;
    font-size: 62.5%
}
body {
    height: 100%;
    background: #EFFDFE url('../img/gramado1.jpg') repeat-x bottom left;
    background-attachment: fixed;
    text-align: left;
    font: 1.2em Verdana, Arial, Helvetica, sans-serif;
    color: #000;
    padding-bottom: 1em;
}
a:link, a:visited, a:hover, a:active {
    color: #000;
    text-decoration: none;
    font-weight: bolder;
}
h1 {
    font: 500% Georgia, "Times New Roman", Times, serif;
    font-style:italic;
    text-align:left;
    float: left;
    color: #005917;
    z-index: 0;
    text-shadow: 2px 2px 3px #005619;
}
h1 a {
    color: #005917 !important;
}
h2 {
    font: 500% Georgia, "Times New Roman", Times, serif;
    font: 90% Tahoma, Verdana, monospace;
    font-weight: bold;
    font-style: italic;
    text-align: right;
    float: right;
    color: #008222;
}
h3, h4, h5, h6 {
    font: 140% Tahoma, Verdana, monospace !important;
    font-weight: bold;
    font-style: normal;
    color: #888;
    display: block;
    clear: both;
    width: 100% !important;
}
p {
    line-height: 1.5em;
    margin-bottom: .5em;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style-type: none;
}
pre,
code {
    font-family:monospace;
    font-size:10pt;
    margin: 0 auto 0 auto;
    overflow:auto;
    height: auto !important;
    clear:both;
    display: block;
    white-space:pre-wrap;
    width: 95%;
    padding-left: 2px;
}
div {
    vertical-align: top;
}
.wrapper {
    width: 630px;
    min-height: 450px;
    height: auto !important;
    height: 450px;
    position: absolute;
    top: 79px;
    left: 50%;
    margin-left: -320px;
    z-index: 0;
    border: 1px dotted #ccc;
    padding: 10px;
    filter:alpha(opacity=90);
    opacity:0.90;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -opera-border-radius: 5px;
    background-color: #FFF;
    overflow: visible;
}
.botoes {
    display: block;
    position: absolute;
    top: 5px;
    text-align: center;
    width: 640px;
    left: 50%;
    margin-left: -320px;
    z-index: 10;
    height: 75px;
    overflow: hidden;
}
.botoes a {
    display: inline-block;
    text-align: center;
    margin: 3px;
    color: #303030;
    padding: 2px;
    text-decoration: none;
}
.botoes a:hover {
    color: #00BE42;
}
.botoes a img {
    clear: both;
    display: block;
    margin: .5em auto 0 auto;
    border-style: none;
}
.botoes a.ativo {
    background-color: #FFF;
    filter:alpha(opacity=80);
    opacity:0.80;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -khtml-border-radius: 5px 5px 0px 0px;
    -opera-border-radius: 5px 5px 0px 0px;
    border: 1px dotted #ccc;
    border-bottom-style: none;
}
.content {
    text-align: left;
    clear: both;
    /*background: transparent url('/img/dot.gif') repeat-x top left;*/
    z-index: 1;
    position: relative;
    top: -14px;
    height: auto;
    display: block;
    padding-top: 20px;
}
.posts, .contato,
.albuns, .portifolio,
.textos, .network,
.shared, .links,
.curriculo {
    position: relative;
    left: 0;
    z-index: 3;
    visibility: hidden;
    padding: 5px 10px 5px 10px;
}
.footer {
    display: none;
}
.boxMsg {
    width: 400px;
    background-color: #000;
    color: #FFF;
    position:fixed;
    top: 0px;
    left: 50%;
    margin-left: -200px;
    padding: 1em;
    z-index: 100;
    text-align: center;
    filter:alpha(opacity=75);
    opacity:0.75;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    -khtml-border-radius: 0px 0px 10px 10px;
    -opera-border-radius: 0px 0px 10px 10px;
    min-height: 60px;
}
.boxMsg .titulo {
    display: block;
    clear: both;
    font-size: 200%;
    margin-bottom: .2em;
}
.btn {
    display:inline-block;
    background:none;
    margin:0;
    padding:3px 0;
    border-width:0;
    overflow:visible;
    font:1em Arial,Sans-serif;
    text-decoration:none;
    color:#333;
    height: 23px;
}
.btn span {
    background:#ddd url(/img/bg-button.gif) repeat-x 0 0;
    margin:0;
    padding:3px 0;
    border-left:1px solid #bbb;
    border-right:1px solid #aaa;
}
.btn span span {
    position:relative;
    padding:3px .4em;
    border-width:0;
    border-top:1px solid #bbb;
    border-bottom:1px solid #aaa;
}
button.pill-l span {
    border-right-width:0;
}
button.pill-l span span {
    border-right:1px solid #bbb;
}
button.pill-c span {
    border-right-style:none;
    border-left-color:#fff;
}
button.pill-c span span {
    border-right:1px solid #bbb;
}
button.pill-r span {
    border-left-color:#fff;
}
.btn:hover {
    cursor:pointer;
    border-color:#ccc !important;
    color:#000;
}
.btn:active span {
    background-position:0 -400px;
    outline:none;
}
.portifolio {
    display: block;
    -moz-column-count:2;
    -moz-column-gap:10px;
    -webkit-column-count:2;
    -webkit-column-gap:10px;
    column-count:2;
    column-gap:10px;
}
.portifolio span {
    width: 300px;
    height: 180px;
    display: block;
    font-size: 72%;
    margin: 5px;
    margin-bottom: 1em;
}
.portifolio span img {
    border: 4px solid #CCC;
    background-color: #FFF;
    clear: both;
    width: 290px;
    height: 147px;
}
.posts p {
    clear: both;
    margin-bottom: 1em;
    min-height: 3em;
}
.posts p .texto {
    width: 505px;
    display: block;
    float: right;
}
.posts p .data {
    display: block;
    float: left;
    width: 100px;
}
.posts p .data .dia {
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}
.posts p .data .hora {
    font-size: 10px;
    clear: both;
    display: block;
    text-align: center;
}
.textos a {
    display: block;
    clear: both;
}
.contato {
    width: 450px;
    display: block;
    padding: 10px;
    margin: 0 auto 0 auto;
    top: 60px;
    left: 30px;
}
.contato label {
    display: none;
}
.contato input[type="text"] {
    width: 420px;
    background-color:#D0D0D0;
    border-style: none;
    overflow:hidden;
    clear: both;
    margin-bottom: .2em;
    padding: 5px 5px 5px 20px;
    color: #7B7B7B;
    font-family:Tahoma, "Courier New", monospace;
}
.contato textarea {
    padding: 5px 5px 5px 50px;
    font-family:Tahoma, "Courier New", monospace;
    color: #7B7B7B;
    width: 390px;
    height: 10em;
    background: #D0D0D0 url(/img/f_text.png) no-repeat 0px 0px;
    border-style: none;
    margin-bottom: .5em;
}
.contato input#ContatoNome {
    background: #D0D0D0 url(/img/f_name.png) no-repeat 2px 5px;
}
.contato input#ContatoEmail {
    background: #D0D0D0 url(/img/f_mail.png) no-repeat 2px 5px;
}
.contato button {
    float: right;
    margin-right: 5px;
    padding-bottom: 5px;
}
.links {
    -moz-column-count:2;
    -moz-column-gap:10px;
    -webkit-column-count:2;
    -webkit-column-gap:10px;
    column-count:2;
    column-gap:10px;
}
.links a {
    display: block;
    margin-bottom: .3em;
    display: block;
}
.network {
    display: block;
    clear: both;
    text-align: center;
    top: 80px;
    left: 10px;
}
.network a {
    display: inline-block;
    background-color: transparent;
    text-align: center;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: bottom center;
    margin: 10px;
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 55px;
    min-width: 50px
}
.network a.youtube {
    background-image: url('/img/icons/big_youtube.png');
}
.network a.facebook {
    background-image: url('/img/icons/big_facebook.png');
}
.network a.twitter {
    background-image: url('/img/icons/big_twitter.png');
}
.network a.delicious {
    background-image: url('/img/icons/big_delicious.png');
}
.network a.stumbleupon {
    background-image: url('/img/icons/big_stumbleupon.png');
}
.network a.greader {
    background-image: url('/img/icons/big_g_reader.png');
}
.network a.picasa {
    background-image: url('/img/icons/big_picasa.png');
}
.network a.wordpress {
    background-image: url('/img/icons/big_wordpress.png');
}
.network a.rss {
    background-image: url('/img/icons/big_rss.png');
}
.network a.digg {
    background-image: url('/img/icons/big_digg.png');
}
.network a.flickr {
    background-image: url('/img/icons/big_flickr.png');
}
.network a.linkedin {
    background-image: url('/img/icons/big_linkedin.png');
}
.network a.slideshare {
    background-image: url('/img/icons/big_slideshare.gif');
}
.albuns {
    text-align: center;
}
.albuns a {
    display: inline-block;
    z-index:10;
}
.albuns a img {
    background-color: #FFFFFF;
    padding: 4px;
    border: 1px solid #C0C0C0;
    display: block;
}
.albuns a:hover{
    position:relative;
    z-index:11;
}
.albuns a span{
    display:none;
}
.albuns a:hover span{
    display:block;
    position:absolute;
    float:left;
    top:0px;
    left:0;
    background:#FFF;
    color: #000;
    padding:.5em;
    z-index:10;
    width: 150px;
    height: 150px;
    text-align: center;
    font: 150% Georgia, "Times New Roman", Times, serif;
    font-style:italic;
    filter:alpha(opacity=50);
    opacity:0.5;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -opera-border-radius: 6px;
}
.curriculo {
    text-align: justify;
}
.curriculo ul {
    margin:0 0 10px 0;
    display: block;
    clear: both;
}
.curriculo h3,
.curriculo h4,
.curriculo h5 {
    font-size: 1.1em;
    width:15%;
    display:block;
    float:left;
    margin:0;
    color:#000;
}
.curriculo a {
    text-decoration:none;
    color:#000;
}