/*
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 : 5/jun/2015, 23:46:33
    Author     : JoaoBispo
*/
/*
PALETTE
    blue  : #044F6E
    yellow: #FFF800
*/


html, body, p, li {
    margin:0px;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    /*font-size: medium;*/

}

body {
    /*    overflow: no-content;*/
}

h1 {
    text-transform: uppercase;
    font-size: 20px;
}

h2 {
    text-transform: uppercase;
    font-size: 16px;
    border-bottom: 1px solid;
    border-top: 1px solid;

    padding-top: 5px;
    padding-bottom: 5px;

}

p {
    padding-bottom: 10px;
}


a {
    color: #044F6E;
}

a:visited {
    color: #044F6E;
}

.parent {
    width: 100%;
}

#header_main {
    position:fixed;
    top:0;
    left:0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#header_parent {
    background-color: #044F6E;
    /*    overflow: hidden; */

}


#menu_parent {
    background-color: black;
    /*    overflow: hidden; */
}

#content_parent {
    margin-top: 240px;
    background-color: white;
    /*overflow-y: auto;*/
    /* For this to work, this value would need to be set using Javascript, to the height of the window */
    /*height: 600px; */

    /*    overflow: scroll; */
}

.main {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

#header {
    height: 200px;
}

/*
#logo {

}
*/

#logo_box {
    position:relative;
    border-radius: 50%;
    /*width:163px;
    height:163px;*/
    width:120px;
    height:120px;
    background-color: white;
    /*    top:20px;
    left:50px;*/
    top:40px;
    left:10px;

    float:left;

}

#logo_img {
    position: absolute;
    /*
    top:37px;
    left:15px;
    width:130px;
    */
    top:25px;
    left:10px;
    width:100px;
}

#header_title {
    position: relative;
    text-align: center;
    width:450px;
    margin-left: 250px;

    top: 50px;
}

#main_title {
    color: white;
    /*font-size: 36px;*/
    font-size: 32px;
}

#sub_title {
    color:  #FFF800;
    /*font-size: 24px;*/
    font-size: 20px;
}


#menu {
    height: 40px;
}

.menu_item_general {
    float: left;
    height: 40px;
    line-height: 40px;
    padding-left:20px;
    padding-right:20px;
}

.menu_item_selected {
    background-color: white;
    color: black;
}

.menu_item {
    color: white;
}

a.menu_link {
    text-decoration: none;
}

a:visited.menu_link {
    text-decoration: none;
}

a.menu_item  {
    color: white;
}

a:visited.menu_item  {
    color: white;
}

a.menu_item_selected  {
    color: black;
}

a:visited.menu_item_selected  {
    color: black;
}

#content {
    padding-top: 20px;
    padding-bottom: 10px;
    margin: auto;
    width: 900px;


    /*    height: 500px; */
}

#content_left{
    float:left;
    padding-left: 10px;
    padding-right: 50px;
    width: 330px;

    margin-bottom: 30px;

}

#content_right {
    margin-left: 390px;
    padding-right: 30px;
    width: 520px;

    margin-bottom: 30px;
}

#content_single {
    margin-left: auto;
    margin-right: auto;

    width: 600px;

    margin-bottom: 30px;
}

.keynote {
    width: 150px;

    margin-right: auto;
    float:right;
    margin-left: 15px;
    margin-top: 15px;
}

.emphasis {
    font-weight: bold;
}

.important {
    color: crimson;

}

#program_table {
    border-spacing: 10px;
}

td {
    line-height: 1.7;
    vertical-align: top;
}

th {
    text-align: left;
}

.program_time {
    width: 100px;
}
