/* 
    Document   : style
    Created on : 1.1.2012, 20:06:50
    Author     : Domagalsky T.
    Description:
        CSS for 10th Pan-European Voice Conference Prague 2013
*/

/* Main */
body{
    background: #393974 url("http://www.pevoc.cz/themes/pevoc_redesign/style-images/bg1.png");
    background-repeat: repeat-x;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #333333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #7a43b6;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #7a43b6;
}

.violet-text {
  color: #92278F;
}
.light-green-text {
  color: #35B372;
}

.light-red-text {
  color: #CC2738;
}

.light-blue-text {
  color: #448CCB;
}

.container {
    width: 1000px;
}

/* Header */
#pageHeader {
    height: 200px;
    background: url("http://www.pevoc.cz/themes/pevoc_redesign/style-images/header.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    color: #FFFFFF;
}

/* Main Page */
#pageMain {
    background: #F9FAFB;
}

#pageContent {
    float: left;
    width: 690px;
    padding: 5px 20px 30px 35px;
    text-align: justify;
}

#pageContentFull {
    float: left;
    width: 960px;
    padding: 10px 20px 30px 20px;
    text-align: justify;
}

#sidebar {
    float: right;
    width: 200px;
    padding: 5px 35px 30px 20px;
}

#pageFooter {
    clear: both;
    background: url('http://www.pevoc.cz/themes/pevoc_redesign/style-images/footer.png');
    background-repeat: no-repeat;
    height: 40px;
    padding-top: 160px;
    padding-left: 570px;
    color: #BEBFBF;
}

/* Main Page Typography */
/* Navigation */
#mainNavigation .nav-tabs .nav-selected .nav-selected {
    background-color: #AEAFAF;
}
#mainNavigation .nav-tabs .nav-path-selected .nav-path-selected {
    background-color: #BEBFBF;
}
.nav-tabs > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}


.program-table p {
    margin-bottom: 0;
}

.popover {
    font-weight: normal;
    color: #121212;
    max-width:800px;
    width: auto;
}

.popover p {
    margin: 0 0 10px;
}

.popover-title {
    color: #131313;
    font-weight: bold;
}

.popover-title-medicine {
    color: #327BA5;
}

.popover-title-voice-pedagogy {
    color: #DA5662;
}

.popover-title-voice-therapy {
    color: #45BE61;
}

.popover-title-basic-science {
    color: #EDA84D;
}

.program-medicine {
    background: #8EACD9;
    color: #FEFEFE;
}

.program-voice-pedagogy {
    background: #EE939B;
    color: #FEFEFE;
}

.program-voice-therapy {
    background: #7DD185;
    color: #FEFEFE;
}

.program-basic-science {
    background: #F0BC78;
    color: #FEFEFE;
}

.program-other {
    background: #E7E7E7;
    color: #171717;
    vertical-align: middle;
}

.program-anchor {
    display: block; 
}

.program-anchor:hover {
    text-decoration: none; 
}

.program-td-author {
    margin-top: 4px;
    color: #FEFEFE;
}

.program-lecture {
    font-weight: bold;
    color: #443344;
}

.program-author {
    font-style: italic;
    color: #FFFFFF;
}

.video-js-box {
    display: block;
    margin: 0 auto;
}

table.poster-session tbody th {
    text-align: center;
    vertical-align: middle;
} 