/**
* Layout 
* 
* @author Thiago Paes <thiago@thiagopaes.com.br>
*/
* {
    margin:0;
    padding:0;
}
html {
    height: 99%;
    font-size: 62.5%
}
body {
    height: 99%;
    text-align: center;
    font: 1.2em Verdana, Arial, Helvetica, sans-serif;
    height: auto;
    min-height: 99%;
    background-color: #000;
}
h1 {
    width: 450px;
    height: 190px;
    background: #000 url(../img/logo.png) no-repeat top left;
    display: block;
    padding-left: -200px;
    overflow: hidden;
    color: #000;
    font-size:1px;
    float: left;
}
h1 a,
h1 a:link,
h1 a:visited {
    text-decoration: none;
    color: #000;
}
h2 {
    font: 160% Georgia, "Times New Roman", Times, serif;
    color: #D0D0D0;
    margin-bottom: 15px;
    padding-bottom: 3px;
    font-weight:bold;
    text-align: right;
    padding-right: 10px;
}
p {
    line-height: 1.7em;
    font-size: 1.5em;
    padding: 0.5em;
    clear: both;
    color: #FFF;
    text-align: justify;
}
a:link,
a:visited {
    color: #F2F2F2;
    text-decoration: underline;
    font-weight: bolder;
}
a:hover {
    text-decoration: none;
}

/* --- Pseudo-classes */
.up {
    background-color: #121212;
}
.boxMsg {
    width: 900px;
    background-color: #D0D0D0;
    color: #404040;
    border: 1px solid #909090;
    border-top-style: none;
    position:fixed;
    top: 0px;
    left: -450px;
    margin-left: 50%;
    padding: 1em;
    z-index: 100;
    text-align: center;
    filter:alpha(opacity=95);
    opacity:0.95;
    -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;
}
.boxMsg .titulo {
    font-size: 130%;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-bottom: .5em;
}
.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;
}
* html button.btn {
    padding-bottom:1px;
}
html:not([lang*=""]) button.btn {
    margin:0 -5px 5px -5px;
}
.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;
}
* html .btn span {
    padding-top:0;
}
.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;
}

#header,
#content {
    width: 950px;
    margin: .5em auto .5em auto;
}
#header {
    text-align: left;
    display: block;
    clear: both;
}
#header form {
    width: 395px;
    float: right;
}
#header form label {
    display: none;
}
#header form input[type="text"] {
    padding: .4em;
    width: 180px;
    border-style:none;
    float: left;
    display: block;
    color: #494949;
    margin-right: 5px;
    background-color: #121212;
}
#header form textarea {
    padding: .4em;
    margin-top: 5px;
    width: 375px;
    height: 75px;
    border-style: none;
    clear: both;
    background-color: #121212;
    color: #494949;
    overflow: auto;
}
#header form button {
    float: right;
    margin: 10px;
}
#content {
    clear: both;
    text-align: left;
    padding-bottom: 1.5em;
}
#content #posts {
    width: 475px;
    display: inline-block;
    float: left;
    margin-right: 2%;
    font-size: 9px;
    margin-left: 30px;
}
#content #video {
    display: inline-block;
    float:left;
    height: 315px;
    width: 420px;
}
#footer {
    width: 960px;
    line-height: 2.5em;
    position: relative;
    height: 2.5em;
    clear:both;
    margin: -2.5em auto 0px auto;
    text-align: center;
    color: #DEDEDE;
    font-size: 75%;
    padding: 1em;
}
#footer a {
    color: #FFFFFF;
    font-weight: normal;
}

