#header {
    border-bottom: 3px double  #cacaca;
}
h1 a,
#landmarks li.here a,
#landmarks li a:hover

{
    color: rgb(176, 196, 222);
}
h1 a:hover
{
    color: rgb(207, 228, 255);
}

.entry-published {
    border-bottom: 1px solid #cacaca;
}
a:hover {
    color: #cacaca;
}
.tags li a {
    color: white;
    background-color: #999;
}
.tags li a:hover {
    color: white;
    background-color: #cacaca;
}
select,
input {
    border: 1px solid #cacaca;
}
input.checkbox {
    border: none;
}
#sidebar a.year {
    display: block;
    border-bottom: 1px solid #cacaca;
}

#footer {
    border-top: 1px solid #999;
}