/* ----------------------------------------------------------------------------------------------------
Public pages layout - start
---------------------------------------------------------------------------------------------------- */
body {
    background-color: #eeeeee;
}

body * {
    font-family: "Trebuchet MS",sans-serif;
}

div#header {
    margin-bottom: 4px;
    position: relative;
}

div#banner {
    background-color: #007BC1;
    height: 24px;
    color: white;
    margin-bottom: 4px;
    line-height: 24px;
}

div#banner p {
    margin: 0px;
    padding: 0px 0.5em 0px 0.5em;
}

div#menu {
    background-color: #1B277B;
    margin-right: 4px;
    /* trick the browser to have a 100% height column */
    margin-bottom: -10000px;
    padding-bottom: 10000px;
}

div#menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

div#menu ul li {
    width: 100%;
    display: block;
    padding: 0;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    height: 2em;
    border-bottom: 1px dotted #BA9C60;
}

div#menu ul li a {
    width: 100%;
    height: 100%;
    line-height: 2em;
    display: block;
    text-decoration: none;
    color: white;
    font-weight: normal;
    padding-left: 0.5em;
}

div#menu ul li a:hover {
    background-color: rgb(214, 86, 21);
}


/* ----------------------------------------------------------------------------------------------------
Public pages layout - end
---------------------------------------------------------------------------------------------------- */

/* Standard Event Site Stylesheet */

h1 {
    font-weight: bolder;
    font-size: 170%;
    margin-bottom: 10px;
}

h2 {
    font-weight: bolder;
    font-size: 130%;
    margin-bottom: 5px;
}

h3 {
    font-weight: bolder;
    font-size: 110%;
    margin-top: 1em;
    margin-bottom: 5px;
}

div.container {
    background-color: white;
    padding-left: 4px;
    padding-right: 4px;
    overflow: hidden; /* trick the browser to have a 100% height column */    
    width: 790px;
}

#header_right {
    position: absolute;
    top: 0px;
    right: 0px;
}

div#content {
    text-align: justify;
    width: 635px;
}

div.conjunto {
    clear: left;
    margin-bottom: 3em;
}

div.atividade {
    clear: left;
    margin-top: 2em;
    height: 180px;
}

.atividade .horario {
    margin-top: 0.5em;
}

.atividade h3 {
    margin-top: 0px;
}

.atividade h3,
.atividade .sinopse,
.atividade .horario,
.atividade .local,
.atividade .apresentador {
    margin-left: 135px;
}

.atividade .horario label,
.atividade .local label {
    font-weight: bolder;
    width: 5em;
    float: left;
}

.atividade .apresentador {
    margin-top: 0.5em;
}

img.apresentador_foto {
    display: block;
    float: left;
    border: 1px solid gray;
    margin-right: 1em;
}

div.grupo_apoios {
    overflow: auto;
    zoom: 1; /* makes overflow:auto work correctly on IE */    
    margin-right: 1em;
    margin-bottom: 1em;
    clear: left;
    vertical-align: middle;
}

div.grupo_apoios h2 {
    font-size: 100%;
}

div.grupo_apoios a.apoio {
    margin-right: 8px;
    margin-bottom: 4px;
    text-decoration: none;
    display: block;
    float: left;
    width: auto;
    height: auto;
}


/* Area de conteudo principal */
div#principal {
    background-color: rgb(242, 242, 230);
    padding: 0.5em 1em 0.5em 0.5em;
    text-align: justify;
}

#atendimento {
    display: block;
    margin-left: 5px;
    margin-top: 3px;
}