body{
    background: #f4e898 url(../images/blue/bg.jpg) repeat-x top left;
}

a {
    color:#02313C;
}

a:hover {
    color: #CEA606;
}

#header h1 a {
    color: #EFC007;
}

.desc {
    color: #6B5603;
}

.entrytitle h3 {
    color: #6F6F6F;
}

.entrytitle h1 a, .entrytitle h2 a{
    color: #00AAD4;
}

.entrytitle h1 a:hover, .entrytitle h2 a:hover {
    color: #FFCC00;
}

#sidebar h4 {
    background: url(../images/blue/bullet.png) no-repeat;
}

#nav a:hover, #nav li.current_page_item a:hover{
    background-color: #FFCC00;
}

#nav li.current_page_item a{
    background-color: #00AAD4;
}

.commentsblock h3 {
    color: #DFB407;
}

.gotop {
    background: url(../images/blue/gototop.png) no-repeat;
}

.search-form input {
    border: 2px solid #00CCFF;
}