/* -*- mode: css; coding: utf-8 -*- */

* {
    margin: 0; padding: 0; border: 0;
}

HTML, BODY { background: #fff; height: 100%; }

#search { display: none; }

#left {
    float: left;
}

#results {
    background: #aaa;
    width: 240px;
    height: 400px; /* FIXME: update via JS */
}

#results ul {
    xlist-style-type: none;
}

#results .odd, #results .even {
    border-bottom: 1px solid black;
}

#results a {
    display: block;
    padding: 0.3ex 0.5em;
    text-decoration: none;
}    

#results a:hover {
    background: #aaa;
}

#results .odd {
    background: #f4f4ff;
}

#results .even {
    background: #ececff;
}

#hist {
    background: #f00;
    width: 204px;
    height: 100px;
}

#map {
    position: absolute;
    left: 0; right: 0; top: 0; bottom: 0;
}

.pub {
    font: small "Lucida Grande", Verdana, Arial, sans-serif;
    border: 0; margin: 0; padding: 0;
}
.pub_header { width: auto; border-bottom: 1px solid black; }
.pub_score { float: right; margin-right: 1em; margin-left: 0.5em; }
.pub_name { font-weight: bold; }
.pub_isclosed { float: right; color: red; margin-left: 0.5em; }
.pub DT { font-weight: bold; }
.pub DD { margin-left: 1em; }
.pub A { text-decoration: none; color: #00c; }
.pub A:hover, .pub A:visited:hover { text-decoration: underline; color: red; }
.pub A:visited { text-decoration: none; color: #f0f; }
