/*
    Charcoal:   #0A0A05
    Blue:       #4680C2
    Red:        #CB202F
*/
html, body{
    height:100%;
    background-color: #0A0A05;
}
body {
    text-align:left;
    font-family:Arial, sans-serif;
    color: #4680C2;
}
h1{
    position:absolute;
    top:0;
    left:0;
    display:block;
    font-family: Georgia, Times New Roman, serif;
    font-weight:normal;
    font-size:44px;
    width:100%;
    text-align:center;
}
h2{
    display:block;
    font-family: Georgia, Times New Roman, serif;
    font-size:26px;
    font-style:italic;
}

h3{
    display:block;
    font-family: Tahoma, Verdana, sans-serif;
    font-size:40px;
    margin:0 0 8px;
}

#wrapper{
    position:relative;
    width:800px;
    height:670px;
    margin:0 auto;
    /*background-color: #2b6832;*/
    border-left: 160px solid transparent;
}

#sponsored-by{
    position:fixed;
    top:0;
    right:0;
    z-index:10;
    background-color:#999999;
    color:#000000;
    padding:8px;
    font-style:italic;
    -webkit-border-bottom-left-radius: 11px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
}
#sponsored-by a{
    text-decoration:none;
    font-weight:bold;
    color: #CB202F;
}
#sponsored-by a:hover{
    text-decoration:underline;
}
#headline{
    position:absolute;
    width:100%;
    top:580px;
    left:10px;
    z-index:5;
    text-align:center;
    height:120px;
    color:#fff;
}

#navigation{
    position:absolute;
    left:-160px;
    top:40px;
    z-index:905;
    width:150px;
}

#navigation li {
    position:relative;
    padding:3px;
    margin-bottom:5px;
    text-transform:uppercase;
}

#waiting{
    display:none;
}

#conference-name{
    position:relative;
    width:100%;
    top:0px;
    text-align:center;
}
#conference-name h3{
    width:864px;
    height:538px;
    overflow:hidden;
    text-align:left;
}
#copy{
}

#register{
    position:absolute;
    left:10px;
    bottom:50px;
    width:150px;
    height:65px;
    line-height:40px;
    text-align:left;
    font-size:28px;
    font-weight:bold;
}

#share{
    position:absolute;
    z-index:400;
    left:-160px;
    top:390px;
    width:150px;
    height:65px;
    line-height:40px;
    text-align:center;
    font-size:28px;
    font-weight:bold;
}
#share a img{
    opacity: .4; /* Standard: FF gt 1.5, Opera, Safari */
    filter: alpha(opacity=40); /* IE lt 8 */
    -ms-filter: "alpha(opacity=40)"; /* IE 8 */
    -khtml-opacity: .4; /* Safari 1.x */
    -moz-opacity: .4; /* FF lt 1.5, Netscape */
    border:none;
}
#share a:hover img{
    opacity: 1; /* Standard: FF gt 1.5, Opera, Safari */
    filter: alpha(opacity=100); /* IE lt 8 */
    -ms-filter: "alpha(opacity=100)"; /* IE 8 */
    -khtml-opacity: 1; /* Safari 1.x */
    -moz-opacity: 1; /* FF lt 1.5, Netscape */
}
#share img{
    margin:0 0 10px;
    width:55px;
    height:55px;
    vertical-align:middle;
}

#copyright{
    text-align:center;
    margin:150px 0 0 0;
}

.css3button{
    display:block;
    text-align:center;
    text-decoration:none !important;
    position:relative;
    height:20px;
    min-height:20px;
    height:auto !important;
    width:140px;
    max-width:140px;
    width:auto !important;
    padding:8px 0;
    margin: 4px 0;
    color: #fff;
    border:solid 2px #fff;
    font-size:18px;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #4680C2), color-stop(1, #0A0A05));
    background:-moz-linear-gradient( #4680C2, #0A0A05);
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    behavior: url(/PIE.htc);
}
.css3button:hover{
    background:#4680C2;
}
/*
    Charcoal:   #0A0A05
    Blue:       #4680C2
    Red:        #CB202F
*/

.transparent-50{
	opacity: .5; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=50); /* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	-khtml-opacity: .5; /* Safari 1.x */
	-moz-opacity: .5; /* FF lt 1.5, Netscape */
}
.transparent-80{
	opacity: .8; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=80); /* IE lt 8 */
	-ms-filter: "alpha(opacity=80)"; /* IE 8 */
	-khtml-opacity: .8; /* Safari 1.x */
	-moz-opacity: .8; /* FF lt 1.5, Netscape */
}

.lg{
    font-size:1.3em;
}

.i{font-style:italic;}
.b{font-weigth:bold;}
.clear{clear:both;}

/*VIDEO*/
#play-video{
    /* REMOVE THIS LINE TO SHOW VIDEO */display:none;
    color:#34666B;
    font-size:11px;
    text-decoration:none;
}
#play-video img{
    display:block;
    margin:10px 0 4px;
}
#video-container{
    display:none;
}
#video{
    position:relative;
    padding:5px;
    text-align:center;
}
.close-link{
    position:absolute;
    right:10px;
}
.normal{
    text-transform:none;
}
.center{
    text-align:center;
}
