/**
* @author  Thiago Paes <thiago@thiagopaes.com.br>
* @version 0.2
*/

/* --- Reset --- */
* { margin: 0; padding: 0; text-decoration: none; outline: none; }
code, kbd, samp, pre, tt, var, textarea, input, select, isindex, listing, xmp, plaintext { font: inherit; font-size: 1em; white-space: normal; }
dfn, i, cite, var, address, em { font-style: normal; }
th, b, strong, h1, h2, h3, h4, h5, h6 { font-weight: normal; }
a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet, table { border: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td, center { text-align: left; vertical-align: top; }
q { quotes: "" ""; }
ul, ol, dir, menu { list-style: none; }
sub, sup { vertical-align: baseline; }
a { color: inherit; font-weight:bold; text-decoration: none;}
hr { display: none; } /* we don't need a visual hr in layout */
font { color: inherit !important; font: inherit !important; color: inherit !important; } /* disables some nasty font attributes in standard browsers */
nobr { white-space: normal; }
body {
    font-family: Tahoma;
}
a {
    color: #003d4c;
    font-weight: bold;
}
a img {
    border:none;
}
h1 {
    color: #FFF;
}
h2 {
    color: #e32;
}
h3 {
    color: #993;
}
h4 {
    color: #993;
    font-weight: normal;
}

/* ----------------------------------------------------------------- Topo */
#topo_abada {
    display:block;
    width:100%;
    text-align: center;
    display:block;
    height: 159px;
    background: #ec3838 url('../img/abada_header.png') repeat-x top left;
    text-align: center;
    z-index: 0;
    position: relative;
    top:0;
    left:0;
}
#topo_abada h1 {
    font-weight: bold;
    font-size: 20px;
    font-family:"Times New Roman", Tahoma, Arial;
    background: transparent url('../img/abada_logoTopo.gif') no-repeat top left;
    margin: 0 auto 0 auto;
    padding-top: 60px;
    padding-left: 260px;
    padding-bottom: 60px;
    text-transform: uppercase;
    line-height: 25px;
    z-index: 1000;
    position: absolute;
    display:block;
    left:0;
}
#crossfade-container {
    display:inline-block;
    width: 330px;
    float: right;
    height: 159px;
    overflow: hidden;
    text-align:right;
    z-index: 1;
    position: relative;
}

/* ----------------------------------------------------------- Menu */
.menu {
    position:relative;
    z-index:100;
    background: #00923f url('../img/abada_bgmenu.png') repeat-x top left;
    color: #FFF;
    font-family: Verdana, Tahoma, Helvetica;
    font-weight: bold;
    height:46px;
    line-height:46px;
    clear: both;
    margin-bottom: 1em;
}
.menu ul {
    padding:0;
    margin:0;
    list-style-type:none;
}
.menu li {
    float:left;
    position:relative;
    margin-right: 15px;
}
.menu a,
.menu a:visited {
    display:block;
    font-size:16px;
    text-decoration:none;
    color:#fff;
    padding-left:10px;
    line-height:46px;
    font-weight:bold;
}
.menu a:hover {
    color:red;
}
.menu ul li:hover ul,
.menu ul a:hover ul {
    visibility:visible;
}
.menu ul ul {
    background: #003e09 none repeat top left;
    /* for IE */
    filter:alpha(opacity=90);
    /* CSS3 standard */
    opacity:0.9;
    visibility:hidden;
    position:absolute;
    top:46px;
    left:0;
}
.menu ul ul a,
.menu ul ul a:visited {
    color:#FFF;
    height:auto;
    line-height:1.2em;
    padding:5px 10px;
    display: block;
    clear: both;
    width: 220px;
}
.menu a.ultimo {
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    -khtml-border-radius: 0 0 6px 6px;
    -opera-border-radius: 0 0 6px 6px;
}

/* ----------------------------------------------------------------- Conteúdo */
div#conteudo {
    font-size: 12px;
    z-index:0;
    margin:0;
    padding:.4em;
    min-height:400px;
    height:auto !important;
    height:400px;
    background-color: #FFF;
    display: block;
    clear: both;
    text-align: left;
}
div#conteudo p {
    padding: 4px;
}

/* ----------------------------------------------------------------- graduação */
.graduacao b {
    border-bottom: 1px dotted #EE3322;
    width: 100%;
    display: block;
    clear: both;
    color:#EE3322;
    font-weight: bold;
}
.graduacao ul {
    margin:0;
    padding:0;
}
.graduacao ul li {
    margin:0;
    list-style-type:none;
    display:block;
    margin-bottom: 1em;
}
.graduacao .infantil li,
.graduacao .aluno li {
    width: 33%;
    float: left
}
.graduacao .graduado li,
.graduacao .instrutor li,
.graduacao .professor li {
    width: 49%;
    float: left;
    height: 170px;
}

/* ----------------------------------------------------------------- Calendário */
.calendario li {
    float:left;
    list-style-type:none;
    margin:0;
    padding:0;
    width:30%;
}
.calendario li h3 {
    font-weight:bold;
    text-transform:uppercase;
    color:#F00;
}

/* ----------------------------------------------------------------- Página do Professor */
.treinos .foto {
    border:1px solid #CCC;
    float:left;
    padding:4px;
    margin-right: 5px;
}
.treinos b {
    font-weight: bold;
}
.treinos p {
    float: left;
    background-color: #FFF;
    height: 15em;
    width: 30%;
}
/* ----------------------------------------------------------------- Contato */
.contato h2 {
    margin-left: 20px;
}
.contato form {
    width: 40%;
    padding: 1em;
}
.contato label {
    vertical-align: middle;
    clear: both;
    display: block;
}
.contato input[type="text"] {
    clear: right;
    padding: .4em;
    font-weight: bold;
    width: 100%;
    border: 1px solid #D0D0D0;
}
.contato textarea {
    padding: .4em;
    width: 100%;
    height: 10em;
    border: 1px solid #D0D0D0;
}
.contato br {
    display: none;
}

/* ----------------------------------------------------------- Home */
div.posts {
    width: 49%;
    float: left;
}
div.posts .destaque_0 {
    font-size: 18px !important;
}
div.posts .destaque_1 {
    font-size: 16px !important;
}
div.programacao {
    width: 49%;
    float: left;
    margin-left: 1%;
    overflow: hidden;
}

/* ----------------------------------------------------------------- Rodapé */
div#rodape {
    margin: 0 auto;
    background: #004109 url('../img/abada_bgmenu.png') repeat-x top left;
    border: none;
    clear: both;
    display:block;
    text-align:center;
    color:#FFF;
    padding:15px 0;
}

.boxMsg {
    width: 100%;
    background-color: #FFCECE;
    color: #404040;
    border: 1px solid #909090;
    border-top-style: none;
    position:fixed;
    top: 0px;
    left: 0px;
    padding: 1em;
    z-index: 100;
    text-align: center;
    /* for IE */
    filter:alpha(opacity=90);
    /* CSS3 standard */
    opacity:0.9;
}

.banner {
    width: 90%;
    margin: 0 auto 1em auto;
    background-color: #FFF79F;
    color: #404040;
    border: 1px solid #D0D0D0;
    padding: .5em;
    text-align: center;
    /* for IE */
    filter:alpha(opacity=90);
    /* CSS3 standard */
    opacity:0.9;
}

/** ficha de cadastro */
.cadastro {
    display: block;
    width: 500px;
}
.cadastro form input[type="text"] {
    border: 1px solid #CCC;
    display: block;
    width: 99%;
}
.cadastro table {
    margin-top: .5em;
}
.cadastro table thead th {
    font-size: 120%;
    font-weight: bold;
}
.cadastro table td {
    padding: 5px;
}
.cadastro td label {
    text-transform: capitalize;
}
.cadastro .termos{
    background-color: #f2F2F2;
}
.cadastro strong {
    font-size: 16px !important;
    font-weight: bold;
}

.calendario .up {
    background-color: #F1F1F1;
}
.calendario li {
    display: block;
    float: left;
    width: 33%;
    height: 17em;
    border: 1px solid #D0D0D0;
    border-collapse: collapse !important;
}
.calendario h3 {
    display: block;
    background-color: #A6A6A6;
    padding: .2em;
    text-align: center;
    color: #000 !important;
}
.calendario h3 {
    font-size: 16px !important;
    display: block;
    font-weight: bold;
    font-family: Verdana, Tahoma;
}