/* custom stylesheet */

body {
    background-color: #eeeeee;
}

div.container {
    background-color: white;
    padding-left: 4px;
    padding-right: 4px;
}

div#header {
    position: relative; /* helps positioning the locale selector */
    margin-bottom: 4px;
}

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

div#banner {
    background-color: #51FD6A;
    height: 2em;
    line-height: 2em;
    margin-bottom: 4px;
    color: white;
    overflow: hidden;
    white-space: nowrap;
}

ul.menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.menu li {
    background-color: #0E871F;
    margin-bottom: 1px;
    padding-left: 6px;
}

ul.menu li a {
    color: white;
    display: block;
    font-weight: normal;
    height: auto; /*2em;*/
    /*line-height: 2em;*/ /* use the same as height, so the text stays vertically centered */
    /*overflow: hidden;*/
    text-decoration: none;
    /*white-space: nowrap;*/
    width: 100%;
}

ul.menu li:hover {
    background-color: #6D6D6D;
}

ul.menu li:hover a {
    color: white;
}

/* currently selected menu item */
ul.menu li.current {
    background-color: #eeeeee;
}

ul.menu li.current a {
    color: white;
}


/* locale selector */
select.locale {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

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#content {
    text-align: justify;
}

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: 3 em;
    margin-bottom: 1em;
    clear: left;
    vertical-align: middle;
}

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

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

/* Locale Selector - start */

ul.locale-selector {
    list-style: none;
    position: absolute;
    top: 2px;
    right: 2px;
}

ul.locale-selector li {
    display: block;
    float: left;
}

ul.locale-selector li a {
    display: block;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    color: transparent;
    font-size: 0px;
    margin-right: 2px;
}

ul.locale-selector li.pt a {
    background-image: url("/img/flags/24/br.png");
}

ul.locale-selector li.en a {
    background-image: url("/img/flags/24/us.png");
}

/* Locale Selector - end */
