/* This file is part of Indico.
 * Copyright (C) 2002 - 2015 European Organization for Nuclear Research (CERN).
 *
 * Indico is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License as
 * published by the Free Software Foundation; either version 3 of the
 * License, or (at your option) any later version.
 *
 * Indico is distributed in the hope that it will be useful, but
 * WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with Indico; if not, see <http://www.gnu.org/licenses/>.
 */

/* Definitions for lecture */

body {
    background: #424242;
}

.pageHeader {
    border-bottom: none;
}

div.lectureEventHeader {
    background: #1a64a0;
    color: white;
    font-size: 12pt;
    position: relative;

    min-height: 130px;
    margin: 0px;
    padding: 20px 30px;
    position: relative;
    border-radius: 10px 10px 0px 0px;
}

div.lectureEventHeader > h1 {
    margin-top:10px;
    text-shadow: 1px 1px 5px #000;
}

div.lectureEventHeader > h2 {
    font-style:normal;
    color: #BBB;
}

div.lectureEventHeader > div.details, div.lectureEventHeader a {
    color: #BBB;
    text-shadow: 1px 1px 1px #555;
}

div.lectureEventHeader a:hover {
    text-decoration: underline;
}

div.lectureEventHeader .iCal {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 10px 10px;
}

div.eventInfoBox {
    color: white;
    float: right;
    padding: 10px;
}

.eventWrapper h1 {
    font-size: 18pt;
    color: white;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 10px;
}

.eventWrapper h2 {
    font-size: 11pt;
    color: white;
    font-weight: normal;
    font-style: italic;
    margin-top: 5px;
}

div.lectureEventBody {
    background: white;
    font-size: 10pt;
    color: black;
    margin: 0;
    padding: 20px;
}

div.partList {
    background: #A0A0B0;
    padding-top: 5px;
    height: 20px;
}

div.materialList h3, div.partList h3{
    font-size: 11pt;
    color: black;
    margin-left: 10px;
    display: inline;
}

div.descriptionBox {
    margin: 0px;
    padding: 10px;
    overflow:auto;
}

div.lectureEventBody p {
    font-size: 10pt;
    color: black;
}

div.lectureEventBody pre {
    font-size: 10pt;
    color: black;
}

div.lectureExtraInfo {
    margin: 10px;
}

div.lectureCategory {
    color:#C79810;
}

.details .address {
    color: #aaa;
    font-size: 12px;
    text-shadow: none;
}
