a {
    color: #1d829b;
    text-decoration: none;
}

a:visited {
    color: #06586d;
}

a img {
    border: 0px;
}

body, div {
    margin: 0px;
    padding: 0px;
}

body {
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
    overflow: hidden;
}

#hd {
    background-color: #5a5d66;
    border-top: 1px solid #333;
    padding: 4px 0px;
}

#hd h1 {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

#hd a {
    color: white;
    font-weight: bold;
    margin: 2px 4px;
}

#hd a.current {
    border-bottom: 2px solid white;
}

#bd {
    padding: 0px 4px;
}

#ft {
    border-top: 1px solid #ccc;
}

#ft, #ft .meta a {
    color: #666;
}

#ft {
    padding-top: 2px;
    text-align: center;
}

form {
    padding-left: 20px;
}

label {
    font-size: small;
}

form > div {
    margin: 6px 0px;
}

.clear {
    clear: both;
}

#place-static-map {
    margin: 0px auto;
    height: 80px;
    width: 232px;
}

ol.plain {
    list-style-type: none;
    padding: 0px;
}

#flash {
    margin: 0px;
    padding: 0px;
}

.flash-success, .flash-error {
    color: black;
    margin: 4px 0px;
    padding: 2px 4px;
}

.flash-success {
    background-color: #c5ffa2;
    border: 1px solid #3a7b1a;
}

.flash-error {
    background-color: #ffc9c9;
    border: 1px solid #d42323;
}

/* Listings */

.list {
    width: 100%;
}

.list-item > td {
    border-top: 1px solid #f0f0f0;
    padding: 8px 0px;
}

.list-item:last-child > td {
    border-bottom: 1px solid #f0f0f0;
}

.list .page-nav > td {
    border-bottom: none;
}

.item-image, .item-info {
    vertical-align: top;
}

.list-item > .item-image {
    padding-right: 8px;
}

.list-item .address {
    color: #666;
}

/* Navigation */
.page-nav {
    text-align: center;
}

/* Nearby people/places */
.distance {
    color: #1356d0;
    float: right;
}


.cell, .user-cell, .thread-listing-cell, .message-cell {
    border-bottom: 1px solid #999;
    padding: 4px 12px 4px 4px;
}

.cell > .image, .cell > .content, .user-cell > .image, .user-cell > .content {
    float: left;
}

.cell > .content, .user-cell > .content, #flash {
    padding-left: 4px;
}

.profile-header {
    margin-left: 4px;
}

.profile-header > img, .profile-header > .meta {
    float: left;
}

.profile-header > img {
    display: block;
}

.profile-header > .meta, .message-cell > .meta {
    font-size: smaller;
    margin-left: 4px;
}

.message-cell > .meta {
    color: #666;
}

.table {
    border-top: 1px solid #999;
    margin: 8px 0px;
}

.full-image {
    margin-left: 4px;
}

.with-subtitle {
    margin-bottom: 0px;
}

.subtitle {
    color: #767676;
}

