/* 
    Use this stylesheet to modify the layout of your
    conference.
*/

/* ----------- Global Styles ----------- */

body, .conf, .confTitle, #outer li a, .menuConfTitle a, .conference-title-link, .datePlace, .confSubTitleContent {
    font-family: Helvetica, Arial, sans-serif;
}

/* ----------- Styles for the conference header ----------- */

@font-face {
    font-family: 'Georgia';
    font-weight: normal;
    font-style: normal;
}

.conf {
    max-width: 1010px;
    border: none;
    margin: auto;
    margin-top: 10px;
    padding: 0 0 30px 0;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.5), inset 0px 3px 2px rgba(100, 100, 100, 0.1);
}

.confheader {
    background: none;
}

.confTitleBox {
    min-height: 90px;
    border-top: none;
    border-bottom: none;
}

.confTitle {
    width: 100%;
    margin: 0;
}

.confLogoBox {
    float: left;
    padding-right: 0px;
}

.confLogoBox img {
    width: 100%;
}

.conference-title-link {
    padding: 0;
}

.conference-title-link span[itemprop="title"] {
    padding-left: 30px;
    margin-bottom: 10px;
    display: block;
    color: black;
    font-weight: bold; /* Added to make the title bold */
}

.confSubTitleBox {
    min-height: 30px;
    width: 100%;
    padding: 0.5rem 0 1rem 0;
}

.confSubTitleContent {
    margin: 0 auto;
    font-size: 2em;
    color: #BBBBBB;
    vertical-align: middle;
}

.confSubTitle a {
    font-size: 11pt;
}

.datePlace {
    font-size: inherit;
    margin-top: 15px;
    margin-bottom: 15px;
    color: black; /* Changed to make the date black */
}

.datePlace * {
    margin-right: 0.5em;
    float: left;
    clear: both;
}

.datePlace .timezone {
    display: none;
}

.datePlace .place {
    font-style: normal;
    color: #808080;
    margin-top: 5px;
}

.confSearchBox {
    float: right;
    background: transparent url("../../images/conf/sprites_blue.png") no-repeat 0 0;
}

.confSearchBox .searchButton {
    color: white;
}

.confSearchBox .searchField {
    color: black;
}

.nowHappening .nowHappeningText {
    margin-right: 5px;
    float: left;
}

.simpleTextAnnouncement {
    background: #F5FAFF url(../../images/conf/sprites_blue.png) repeat-x scroll 0 -400px;
    border-top: 1px solid #c2d6e7;
    font-weight: bold;
    font-size: 10pt;
    text-align: center;
    color: #0f283d;
}

/* ----------- Styles for the main content ----------- */

#confSectionsBox {
    width: 950px;
    margin: 0 auto;
}

.mainContent h1 {
    font-size: 1.6em;
}

/* ----------- Styles for the menu ----------- */

.conf_leftMenu {
    float: left;
    width: 200px;
} 

#outer {
    background: rgba(170, 170, 170, 0.1);
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: inset 0px 0px 3px rgba(150, 150, 150, 0.3);
}

#outer li a {
    font-size: 1.1em;
}

#outer li a:hover {
    background: #e0e0e0;
}  

.menuConfTitle {
    text-align: left;
}

.menuConfTitle a {
    color: #275C86;
    padding: 7px 12px;
}

.menuConfTitle.selected > a, .menuConfMiddleCell.selected > a {
    color: #BD891A;
    background: #dadada;
    border-bottom: 1px solid #d0d0d0;
    border-top: 1px solid #d0d0d0;
}

li ul.inner li a { 
    padding: 3px 12px 3px 30px;
    background: transparent url(../../images/conf/left_menu_bullet.png) scroll no-repeat 15px center;
}

.support_box {
    background: #f6f6f6;
    border: 1px solid #ccc;
}

.support_box > h3 {
    color: #f3f3f3;
    background: #1a64a0;
}

/* ----------- Styles for the page content ----------- */

.confBodyBox {
    margin-left: 240px;
}

.ui-widget-content {
    background: none;
}

.ui-tabs li.ui-state-default {
    background: none !important;
}

.ui-tabs li.ui-state-default.ui-tabs-selected {
    background: #3E5D74 !important;
}

.ui-tabs li.ui-state-default.ui-tabs-selected a {
    color: #eee !important;
}

div.timetableHeader {
    color: #3d4f73;
    font-size: 2em;
    background: none;
}

#footer {
    border-top: 3px solid #007BD6;
    height: 45px;
    background: #eee;
    background-image: linear-gradient(to top, #fafafa, #ddd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa', EndColorStr='#dddddd');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa', EndColorStr='#dddddd')";
}

.eventHeaderButtonBar {
    box-shadow: 0 2px 6px rgba(255,255,255,0.4);
}

.infoline.info {
    background: none;
    border-style: dashed;
    border-width: 2px;
    border-color: #808080;
}

.infoline.info h3 {
    padding-top: 0.6em;
}

.infoline.info td {
    text-align: center;
}

/* Adjusted spacing for the conference title */
.confTitle h1 {
    margin-bottom: 10px !important;
}

/* Adjusted spacing for the date and place information */
.datePlace {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

/* Ensure vertical stacking and spacing of date and place elements */
.datePlace > div {
    display: block !important;
    margin-bottom: 5px !important;
}

/* Additional spacing for the location specifically */
.datePlace .place {
    margin-top: 5px !important;
}

/* Increase overall padding of the header area */
.confSubTitleBox {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}