/*
    Charcoal:   #0A0A05
    Blue:       #4680C2
    Red:        #CB202F
*/

html, body {
    height: 100%;
    background-color: #0A0A05;
}
body {
    text-align:left;
    color:#0A0A05;
}
h1{
    position:absolute;
    padding:20px 0 0;
    font-family:Georgia,Times,serif;
    font-size:55px;
    color: #4680C2;
    text-align:center;
}
h1 .norm{font-weight:normal;letter-spacing:1px;font-size:58px;}
h2{
    position:absolute;
    top:35px;
    right:-10px;
    font-family:Georgia,Times,serif;
    font-size:24px;
    color: #4680C2;
    text-align:center;
    font-style:italic;
}
h3{
    font-size:30px;
    margin-bottom:16px;
}
h4{
    font-size:26px;
    margin-bottom:14px;
    border-bottom:solid 3px #4680C2;
}
p{
    margin-bottom:.8em;
}


#container{
    width:100%;
    height:100%;
    margin:0 auto;
}
#header{
    position:relative;
    z-index:880;
    height:235px;
    background-color:#0A0A05;
}
#header-content, #content-body{
    padding:8px 0;
}
#header-content{
    position:relative;
    width:980px;
    height:164px;
    margin:0 auto;
}

#wrapper{
    position:relative;
    z-index:900;
    width:960px;
    height:100%;
    margin:-5px auto 0;
    background-repeat: repeat;
    background-position: left;
}
#wrapper a{
    color: #CB202F;
    border-bottom:solid 1px #CB202F;
    text-decoration:none;
}
#wrapper a:hover{
    text-decoration:none;
    border-bottom:solid 5px #CB202F;
}

#headline{
    position:absolute;
    width:480px;
    top:20px;
    left:40px;
    color:#4680C2;
    text-align:center;
    text-shadow: 3px 3px 6px rgba(255,255,255,.5);
}

#navigation{
    position:absolute;
    top:-45px;
    width:100%;
    z-index:890;
    text-align:left;
    /*border-bottom:solid 3px #53A2AC;*/
    margin:0;
}
#navigation ul{
    position:relative;
    left:20px;
    width:960px;
    margin:0 auto;
    padding:0;
}
#navigation li {
    position:relative;
    float:left;
    display:inline;
    margin:0;
    padding:0;
}
#navigation a{
    text-transform:uppercase;
    font-family:'Trebuchet MS', Arial, Verdana, sans-serif;
    font-size:20px;
    color:#4680C2;
    text-decoration:none;
    padding:3px 18px 5px;
    margin:0;
    border:none;
}
#navigation a:hover{
    color:#fff;
    background-color:transparent;
    outline:none;
    border:none;
    border-bottom:solid 5px #CB202F;
}    
#navigation a.active{
    color:#0A0A05;
    outline:none;
    border:none;
    background-color:#fff;
}
#navigation a:active{
    outline:none;
}

#content{
    position:relative;
    top:-15px;
    margin:0 auto;
    padding:30px;
    background:#fff;
    border-bottom:solid 10px #4680C2;
}

#logo{float:left;}

#copyright{
    position:relative;
    left:0;
    text-align:center;
    width:100%;
    padding:4px 0;
    margin:20px 0;
}

.schedule .css3button{
    margin-top:10px;
}

#summary{
    padding-bottom:20px;
}
#summary ul{
    margin-left:10px;
}
#summary li{
    margin:5px 0 0 30px;
    list-style-type:disc;
}

#outline{
    margin-bottom:28px;
}
#outline ol{
    margin-left:10px;
}
#outline ol li{
    font-weight:bold;
    margin: 5px 0 0 30px;
    list-style-type:upper-roman;
}
#outline ol ol li{
    font-weight:normal;
    list-style-type:decimal;
}
#outline ol ul li{
    list-style:square;
}

#schedule ul {
    font-size:20px;
}
#schedule ul ul{
    font-size:17px;
}
#schedule ul li{
    list-style:none;
    margin: 0 0 32px 0;
}
#schedule ul ul li{
    margin:10px 0 0 150px;
    clear:both;
}
#schedule .day{
    position:relative;
    padding:3px 40px;
    background-color:#4680C2;
    color:#fff;
    text-align:center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
    box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
    behavior:url(/PIE.htc);
}
#schedule .date{
    text-align:center;
    color:#0A0A05;
}
#schedule .time{
    position:relative;
    float:left;
    font-weight:bold;
    width:160px;
    text-align:right;
    margin-right:10px;
}

#speaker{
}
#harold-bullock{
    float:right;
    margin:10px 10px 40px;
}

#faq{
    position:relative;
}
#faq .answer{
    border-top:solid 1px #0d1c33;
    margin:0 10px 0 0;
}
#faq p{
    padding:0 12px 12px;
}
#faq ul.questions{
    margin:20px 0 30px;
}
#faq ul.questions li{
    list-style:disc none outside !important;
    margin:0 0 10px 40px;
    font-size:18px;
}
#faq .faq-head{
    display:block;
    font-weight:bold;
    font-size:14px;
    padding-top:12px;
}
#faq #travel{
    margin-right:10px;
}
#faq #travel ul li{
    list-style-type:disc;
    margin-left:10px;
}
#go-to-top{
    position:relative;
    background-color:#fff;
    float:right;
    text-align:right;
    left:80px;
    padding:10px;
}
#go-to-top-sticky {
    background-color:#fff;
    position:fixed;
    top:0;
    visibility:hidden;
    z-index:1000;
    padding:10px;
}
.highlight{
    border:solid 1px #4680C2 !important;
}
.highlight .faq-head{
    font-size:18px !important;
}

#testimonials p{
    font-family:Georgia,Times New Roman,serif;
    margin:0 20px 0 10px;
    padding-left:50px;
    font-size:20px;
    background-image:url(/images/quote-left.png);
    background-repeat:no-repeat;
    background-position:top left;
}
#testimonials p.attribution{
    padding:25px 55px 0 0;
    font-family:Arial,sans-serif;
    font-size:14px;
    text-align:right;
    margin:-20px 45px 30px 20px;
    background-image:url(/images/quote-right.png);
    background-position:bottom right;
}

#about p{
    margin:8px 0 0;
}
#about ul{margin:0 0 10px;padding:0;}
#about ul li{
    list-style:disc;
    margin-left:30px;
    line-height:1.5em;
}
#about ul ul li{
    list-style:circle;
}
#about .headline{
    font-size:1.4em;
}
#about .pdf-list li{
    position:relative;
    list-style-image:url(http://hopeglobalnetwork.com/sites/hopeglobalnetwork.com/files/pdf_icon.gif);
    left:30px;
    margin:0 0 4px 0;
}
#article .quote{
    position:relative;
    width:60%;
    margin-left:40px;
    padding:1em;
    border:solid 1px #ffffaa;
    font-size:16px;
    line-height:1.5em;
    background-color:#ffffcc;
}
#article .attribution{
    font-size:12px;
    position:absolute;
    right:16px;
    bottom:5px;
    text-align:right;
    font-style:italic;
}

/*
    #0d1c33 - DARKEST BLUE - BACKGROUND
    #17373c - DARK BLUE-GREEN - WRAPPER BOTTOM BORDER
    #2b6832 - MED BLUE-GREEN - WRAPPER BG
    #4f9300 - GREEN - BOTTOM OF BUTTON GRADIENT
    #a1d700 - LIGHT YELLOW-GREEN - MAIN FONT COLOR

    NEW COLORS    
    #AAF4FF - Highlight color
    #53A2AC - Darker blue
    #34666B - Very dark blue/green
*/
/*CSS3 STUFF*/
.rounded{
    -moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	behavior: url(/PIE.htc);
}
.shadow{
	-webkit-box-shadow: 2px 4px 10px #000;
	-moz-box-shadow: 2px 4px 10px #000;
	box-shadow: 2px 4px 10px #000;
	behavior: url(/PIE.htc);
}
.shadow-shallow{
	-webkit-box-shadow: 0px 1px 10px #000;
	-moz-box-shadow: 0px 1px 10px #000;
	box-shadow: 0px 1px 10px #000;
	behavior: url(/PIE.htc);
}
.background{
    background:-webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #4680C2),
        color-stop(0.8, #0A0A05)
    );
    background:-moz-linear-gradient(
        center top,
        #4680C2 0%,
        #0A0A05 80%
    );
    behavior:url(/PIE.htc);
}


.alt{
    font-style:italic;
    text-align:center;
}
.alt.abs{
    position:absolute;
    bottom:-30px;
    width:100%;
}
.alt.stc{
    position:relative;
}
.center{text-align:center;}

.lg{
    font-size:1.3em;
}

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

/* CSS3 */
#wrapper a.css3button, #wrapper a.css3button:hover{
    border:none;
    color:#fff;
}
.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);
    -pie-background:linear-gradient( #4680C2, #0A0A05);
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    behavior: url(/PIE.htc);
}
.css3button:hover{
    background:#4680C2;
}

