/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 8, 2015, 5:24:55 PM
    Author     : marden
*/

html, body {
    height: 100%;
    padding: 0;
    margin: 0;
}

body {
    background: #fffcf8;
    font-family: 'Open Sans Condensed', sans-serif;
    line-height: 1.6;
}

.container {
    border-left: 1px solid #63432c;
    border-right: 1px solid #63432c;
    background: #fff8ee url(/imgs/noise.png);
    margin: auto;
    width: 980px;
    padding: 5px 5px 0px 5px;
    height: 100%;
}

.logo {
    margin: auto;
    width: 410px;
    float: left;
}

.banner {
    /*margin: auto;*/
    /*width: 570px;*/
    float: right;
    /*height: 140px;*/
    padding: 30px 30px 30px 90px;
}

.incafe {
    width: 100%;
    font-size: 40px;
    border-top: 1px #63462c solid;
}

.claro {
    color: #d98719;
    font-weight: bold;
    padding-left: 196px;
}

.escuro {
    color: #210c01;
}

.medio {
    color: #63432c;
    font-weight: bold;
}

.clear {
    clear:both;
}

.action {
    width: 100%;
}

.menu {
    padding: 0;
    width: 40%;
    float: left;
}

ul.aform {
    /*background-color: #63432c;*/
    background: #fff url(/imgs/noise.png);
    float: left;
    list-style: none;
    margin: 10px 10px 0 40px;
    padding: 0;
    width: 100%;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.3);
    font-size: 24px;
}

ul.seletor {
    /*background-color: #63432c;*/
    background: linear-gradient(#a52a2a,#63432c);
    float: left;
    list-style: none;
    margin: 10px 10px 0 40px;
    padding: 0;
    width: 100%;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.3);
    font-size: 24px;
}

.icon {
    color: #fff1d6;
    display: block;
    font-size: 0.9em;
    /*font-weight:bold;*/
    padding: 5px;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0,0,0,0.9);
    border-bottom: 1px solid rgba(0,0,0,0.3);
    border-top: 1px solid rgba(255,255,255,0.3);
}

.icon.sobre {
    border-top: none;
}

.icon.user {
    border-top: none;
    background: linear-gradient(#a52a2a,#63432c);
}

.icon.contato {
    border-bottom: none;
}

.icon:hover {
    background-color: rgba(0,0,0,0.2);
}

.login {
    margin: 0 60px 10px 0;
    padding: 0 25px 10px 10px;
    width: 40%;
    height: 100%;
    font-size: 24px;
    float: right;
}

label {
    display: inline-block;
    font-size: 0.9em;
    width: 90px;
    margin-left: 5px;
}

input {
    display: inline-block;
    width: 200px;
    border: 1px solid #ccc;
    box-shadow: inset 2px 2px 2px #eee;
    padding: 2px 5px;
}

input.submit {
    width: 100px;
    box-shadow: 5px 5px 5px #eee;
    background: linear-gradient(#d98719,#a52a2a);
    margin: 10px 10px 20px 0;
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,0.3);
    font-size: 0.8em;
    font-weight: bold;
    color: #fffaf0;
    text-shadow: 0 1px 2px rgba(0,0,0,0.7);
}

input.submit:hover {
    background: linear-gradient(#a52a2a,#d98719);
}

.footer {
    display: block;
    position: absolute;
    bottom: 0;
    width: 968px;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    background-color: #63432c;
    background: linear-gradient(#a52a2a,#63432c);
    color: #fff1d6;
    padding: 5px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.9);
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.3);
}