/*
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 : May 28, 2015, 9:11:12 AM
    Author     : william
*/

div#mainContainer {
    max-width: 1000px; 
}


div#my_countdown {
    border-style: groove;
    border-width: medium;
    border-color: #333;
    /* padding: 2px; 
    width: auto; */
}

img.lateral-stacked-icon {
    margin-bottom: 1em;
}

.title3 {
    color: white;
    background-color: #713D0D;
    padding: 6px 0px 6px 6px;
    margin-bottom: 0;
}
.title3 > small {
    color: white;
}

.btn-read_more_less {
    color: #713D0D;
    font-weight: bold;
    text-align: center;
}
a.btn-read_more_less:hover {
    color: #713D0D;
}



.horizontal-line {  
    border-color: #713D0D;
    margin-top: 3px;
}

.videoPlaceHolder {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 12px;
	height: 0;	
}

.videoPlayer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* BIOGRAPHY STYLES */

.speaker_pic {
    float: left;
    width: 130px;
    margin-right: 10px;
    margin-bottom: 6px;
    margin-left: 10px;
}

.speaker_pic > img {
    width: 120px;
}

.speaker_biography {
    font-weight: normal;
    text-align: justify;
}

figcaption.speaker_name {
    font-size: small;
    font-weight: bold;
}

.unmarked_list{
    list-style-type: none;
}

.unmarked_list > li {
    margin-top: 2em;
}

.unmarked_list > li > h4 > small {
    color: #713D0D;
    font-weight: bold;
}

.unmarked_list > li abbr {
    font-weight: bolder;
    font-style: italic;
}

div.biography h5 {
    margin-bottom: 4px;
    font-weight: bolder;
}

div.biography p {
    font-size: smaller;
    font-style: italic;
}

div.biography hr {
    margin-top: 0;
    margin-bottom: 0;
    border-width: thin;
    border-color: #c0c0c0;
    border-style: solid;
}
/* Transparent background for slide captions */

.transparent-box {
    /* background-color: rgba(128, 128, 128, 0.7); */
    background: -webkit-radial-gradient(rgba(8, 8, 8, 0.3) 5%, rgba(0, 0, 0, 0)); /* For Safari 5.1 to 6.0 */
    background: -o-radial-gradient(rgba(8, 8, 8, 0.3) 5%, rgba(0, 0, 0, 0)); /* For Opera 11.1 to 12.0 */
    background: -moz-radial-gradient(rgba(8, 8, 8, 0.3) 5%, rgba(0, 0, 0, 0)); /* For Firefox 3.6 to 15 */
    background: radial-gradient(rgba(8, 8, 8, 0.3) 5%, rgba(0, 0, 0, 0));
    
    background-repeat: no-repeat;
}

div.faked_title_bar {
    /* background-color: #713D0D; */
    background: -webkit-linear-gradient(left, rgba(113,61,13,0.3), rgba(113, 61, 13, 1), rgba(113,61,13,0.3)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(113,61,13,0.3), rgba(113, 61, 13, 1), rgba(113,61,13,0.3)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right,rgba(113,61,13,0.3), rgba(113, 61, 13, 1), rgba(113,61,13,0.3)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(113,61,13,0.3), rgba(113, 61, 13, 1), rgba(113,61,13,0.3));
    
    padding: 3px 2px;
    margin-bottom: 1em;
    
    border-radius: 5px;
}
div.faked_title_bar > p {
    color: white;
    font-weight: bold;
    font-size: larger;
    margin: 0;
    text-align: center;
}

/* Custom Inline Dialog Box */

div.dlg {
    margin: 1em -15px;
    border-style: solid;
    border-width: medium;
    border-color: #713D0D;
    border-radius: 8px;
}

div.dlg-title-bar {
    background-color: #713D0D;
    color: white;
    padding: 4px 0 4px 18px;
    font-weight: bold;
    font-size: 120%;
}

div.dlg-content {
    display: table-row;
    color: #713D0D;
    text-shadow: 2px 2px #a0a0a0;
    width: 100%;
}

img.dlg-icon {
    display: table-cell;
    width: 90px;
    max-width: 90px;
    min-width: 90px;
    margin: 10px;
}

div.dlg-content-msg {
    display: table-cell;
    font-size: 20pt;
    font-weight: bold;
    padding: 8px;
    margin: 0 auto;
}