root { 
    display: block;
}

body {
    margin:0px;    
    font-family: "wf_SegoeUI","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
}

.text-bold{
    font-weight:bold;
}


.grey-text{
    color:#7e7e7e;
}

.orange-text{
    color:#e17f00;
}

.quote{
    font-size:120%;
    color:#7e7e7e;
    font-family: "Agency FB", "wf_SegoeUI","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
    width:100%;
}

.quoter{
    font-size:120%;
    color:#7e7e7e;
    float:right;
    font-family: "Agency FB", "wf_SegoeUI","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
    width:100%;
    text-align: right;
}

.splitter{
    height:1px;
    width:1280px;
    background-color:#efefef;
    margin-top:25px;
    margin-bottom:25px;
    margin-left: auto;
    margin-right: auto; 
}

.section-blogger{
    height:auto;
    width:1040px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    color:#7e7e7e;
    
}

.blogger-header-left{
    height: 30px;
    font-size:90%;
}

.blogger-header-title{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size:130%;
    color:#688fff;
}
.blogger-content{
    margin-top: 10px;
    margin-bottom: 10px;    
}

#header{
    height:240px;
    width:100%;
}

#header-watermark{
    font-size:60pt;
    color:#ededed;
    font-family:Arial;
    padding-left:800px;
    line-height:110px
        
}

#header-block{
    height:120px;
    width:100%;
    background-color:#f1f1f1;
    position: absolute;
    z-index: -1;
}

#header-content{
    height:240px;
    width:1280px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#header-image{
    height:240px;
    width:409px;
    background-image: url('../images/ellie.jpg');
    background-repeat:no-repeat;
    background-position:bottom;
    float:left;
}

#header-logo{
    height:240px;
    width:409px;
    background-image: url('../images/logo.png');
    background-repeat:no-repeat;
    background-position:center;
    float:left;
}

#header-update{
    float:right;
    line-height:200px;
}

#header-right-content{
    float:left;
    background-color:red;
}

#header-navi{
    padding-left: 15px;
    position: absolute;
    top:90px;
    height:auto;
}

#header-info{
    padding-left: 15px;
    position: absolute;
    top:120px;
    height:auto;
    font-size:85%;
    font-weight: bold;
}

#header-title{
    padding-left: 15px;
    position: absolute;
    top:150px;
    height:auto;
    font-size:70%;
}

#header-location{
    padding-left: 15px;
    position: absolute;
    top:170px;
    height:auto;
    font-size:70%;
}

#section-one{
    height:80px;
    width:800px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    
}



#footer{
    width:1040px;
    height:200px;
    text-align: right;
    font-size:70%;
    margin-left: auto;
    margin-right: auto;
        color:#8e8e8e;
}
