/*
 * One can change theme colors here.
 */

body{
    color: #333;
}
a:link, a:visited{
    color: #217199;
}
header{
    border-top-color: #333;
    border-bottom-color: #e8e8e8;
}

#hello-header .title{
    color: #828282;
}
#hello-header .icons li a{
    color: #217199;
    border-color: #217199;
}
#hello-header .icons li a:hover{
    background: #217199;
}
#hello-header img{
}

.timeline .timeline-li,
.timeline .timeline-li:before{
    border-color: #D3895F;
}
.timeline .timeline-li .text {
    color: #828282;
}
.timeline .timeline-li .text .title{
    color: #333;
}

pre{
    border-color: #e0d6be;
    background-color: #f7f5ef;
}
code{
    background: rgba(130,130,130, 0.1);
    color: #000;
}
pre.highlight{
    background: #f7f5ef;
}

#imagebox{
    background: rgba(180,180,180, 0.9);
}
#imagebox .box img{
    border-color: rgba(0,0,0, 0.1);
}
