body {
    background: url('/media/img/background.png?b4f41c869ba2');
    background-repeat: no-repeat;
    background-color: white;
    background-attachment: fixed;
    background-position: right bottom;
    background-size: 1000px 427px;
    padding-bottom: 50px;
    font-family: Arial,Helvetica;
    font-size: 12px;
}

.clear {
    clear: both;
}

a:link, a:visited {
    color: #2C8020;
    text-decoration: none;
}

img {
    border: 0;
}

ul.nav,
ul.nav ul,
form ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer ul.nav li {
    display: inline-block;
}

#nav {
    border-top: 3px solid black;
    border-bottom: 3px solid black;
    padding-top: 3px;
}

#nav > ul > li {
    float: left;
    padding: 5px 15px;
}
#nav ul.children {
    display: none;
    position: absolute;
    z-index: 6000;
    background-color: white;
    border: 1px solid black;
    border-top: 0;
    margin-top: 5px;
    min-width: 125px;
}
#nav ul.children li {
    float: none;
    padding: 10px;
}
#nav ul.children li:hover {
    background: #BDBDBD;
}
#nav ul.children a {
    color: black;
}

#breadcrumbs {
    font-size: 12px;
    padding-bottom: 15px;
    padding-top: 5px;
}
#breadcrumbs ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#breadcrumbs ul li {
    float: left;
    padding-right: 5px;
}

.subnav {
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}
.subnav li {
    display: inline-block;
}

#outer {
    width: 959px;
    margin-left: auto;
    margin-right: auto;
    background-image: url('/media/img/opacity_80_bg.png?4f3bab7fc5a0');
}

#top a#logo {
    width: 400px; 
    height: 100px; 
    display: block;
    float: left;
}
#top a#logo div {
    background-image: url('/media/img/logo.png?337721d382b5'); 
    width: 400px; 
    height: 100px;
}

#main {
    padding: 5px;
}
#main #sidebar {
    float: right;
    width: 299px;
    border-left: 1px solid black;
    padding-left: 5px;
    padding-bottom: 100px;
}

#main #content.with-sidebar {
    margin-right: 300px;
    padding-right: 10px;
}
#content #side {
    padding-left: 5px;
}

#footer {
    font-size: 12px;
    text-align: center;
    border-top: 1px solid black;
    padding: 10px;
}

.olControlAttribution {
    bottom: 3px !important;
    font-size: 9px !important;
    background: #CCC;
    padding: 3px;
}

.olControlZoomPanel {
    top: 14px !important;
    left: 14px !important;
}
.olControlZoomPanel div {
    background-image: url('/media/img/zoom-panel.png?618c42167b0c') !important;
}

.olControlLoadingPanel {
    background-image: url('/media/img/loading_map.gif?aa61ede9902a');
    width: 128px;
    height: 15px;
    top: 10px;
    left: 40px;
}

.olControlPanel {
    right: 0;
}

.olPopup {
    border-radius: 10px;
    -moz-border-radius: 10px;
    border: 1px solid black !important;
    z-index: 1040 !important;
}
.olPopupContent {
    overflow: hidden !important;
}
.olPopupCloseBox {
    background-image: url('/media/img/close.gif?618c42167b0c') !important;
}

#map_page #map_container {
    width:60%;
    float:left;
}

#map_page #side {
    width: 35%;
    float: left;
}
#map_overlay, .helpmodal {
    background: white;
    display: none;
    position: absolute;
}
#map_overlay {
    padding: 10px;
    background: white;
    font-size: 20px;
    z-index: 4000;
    border: 1px solid black;
    border-radius: 15px;

    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}
#map_overlay .close-graphic {
    position: absolute;
    right: 10px;
    top: 10px;
}

#map_page #map {
    width: 100%; 
    height: 500px;
}

#map_page #streetview {
    width: 100%;
    height: 200px;
    display: none;
}

#streetview-error {
    display: none;
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px;
}

#map_inner {
    position: relative;
}
#map_buttons {
    position: absolute;
    font-size: 10px;
    right: 30px;
    top: 10px;
    z-index: 1030;
}

#map_buttons ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#map_buttons .map_button {
    background: white;
    border: 1px solid black;
    padding: 2px;
    float: right;
    margin-left: 10px;
    cursor: pointer;
    text-align: center;
}

#map_buttons .map_button.expanded .label {
    margin-bottom: 5px;
    border-bottom: 1px solid gray;
}

#map_buttons .dropdown {
    display: none;
    text-align: left;
}

#searchbar {
    margin-top: 5px;
}
#searchbar form {
    display: inline-block;
}
#searchbar .loading {
    display: none;
}

.filters.top {
    font-size: 14px;
}
.filters.bottom {
    margin-top: 5px;
}
.filters ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.filters ul li {
    margin-bottom: 5px;
}
.filters .label {
    display: inline-block;
    width: 50%;
}
.filters .range {
    font-weight: bold;
    display: inline-block;
    text-align: right;
    width: 30px;
}
.filters #area_slider {
    display: inline-block;
    width: 42%;
}
.filters select {
    width: 42%;
}


.popup_loading {
    background-image: url('/media/img/loading_large.gif?b4f41c869ba2');
    background-repeat: no-repeat;
    background-position: center center;
    width: 300px;
    height: 300px;
}

.highlight_box {
    display: none;
    z-index: 4000;
    font-size: 14px;
    position: absolute;
    background: white;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid black;
    max-width: 300px;
}

.highlight_box .recent_change {
    border-top: 1px solid black;
}

.lot-popup {
    height: 100%;
    width: 100%;
}
.lot-popup .lot-link-container {
    padding-left: 5px;
}
.lot-popup h1 {
    margin-top: 5px;
    margin-bottom: 1px;
    font-size: 14px;
}
.lot-popup h1 .fns-button {
    padding: 2px;
    margin-left: 15px;
}

div.tabs {
    font-size: 12px;
}
div.tabs #organize ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
div.tabs #organize ul li {
    border-bottom: 1px solid black;
}
div.tabs #organize ul li.last {
    border-bottom: 0;
}

.lot-popup.organized .lot-link-container {
    height: 70px;
}
.lot-popup .lot-link-container {
    height: 55px;
}

.minimal-tabs.ui-tabs {
    border: 0;
}
#lot-group-details.ui-tabs {
    border: 1px solid black;
}
.minimal-tabs.ui-tabs .ui-tabs-nav {
    border: 0;
    border-bottom: 1px solid black;
    background: white;
}
.minimal-tabs.ui-tabs .ui-tabs-nav li a {
    padding-bottom: 0;
}
#lot-group-details.ui-tabs .ui-tabs-nav li a {
    padding-bottom: 3px;
}
.lot-popup .ui-tabs .ui-tabs-nav {
    height: 30px;
}
#lot-group-details.ui-tabs .ui-tabs-nav {
    height: 18px;
}
.lot-popup .ui-tabs-panel {
    padding: 0;
    height: 200px;
    width: 98%;
    overflow-y: auto;
}
.lot-popup.organized .ui-tabs-panel {
    height: 185px;
}

.ui-widget-content a {
    color: #2C8020 !important;
}

form > table th {
    text-align: left;
}
form > table > tbody > tr > td {
    width: 35%;
    padding: 10px 0;
}
form > table td input[type=text] {
    width: 90%;
}

.helptext {
    font-style: italic;   
}

.errorlist {
    list-style: none;
    margin: 0;
    padding: 0;
    color: red;
}

#lot-details {
    margin-right: 217px;
    padding-right: 10px;
}
#lot-details .section {
}
#lot-details .section table,
#lot-details .section tr {
    table-layout: fixed;
    width: 100%;
}
#lot-details .section th {
    text-align: left;
}
#lot-details .section td {
    width: 70%;

    /* Break long URLs */
    hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    word-wrap: break-word;
}
#lot-details h1 {
    margin-top: 0;
}
#lot-details h2 {
    margin-bottom: 0;
    margin-top: 5px;
}
#lot-details #organize ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#organize .organizer {
    border-bottom: 1px solid black;
}
#organize .organizer.last {
    margin-bottom: 20px;
}
#organize .organizer .actions {
    float: right;
    margin-top: 3px;
    margin-right: 3px;
}

.reviewable-lot.reviewed {
    text-decoration: line-through;
}

.facebook-photo {
    padding: 5px;
}
.facebook-photo a {
    margin: 0 auto; 
    display: block;
}

.facebook-photo.loading {
    background-image: url('/media/img/loading_large.gif?b4f41c869ba2');
    background-repeat: no-repeat;
    background-position: center center;
    width: 128px;
    height: 128px;
}
.facebook-photo.loading a {
    display: none;
}


.blog .leftcol {
    width: 100%;
    float: left;
}
.blog.sidebar h1 {
    font-size: 12px;
}
.blog .entry {
    border-bottom: 1px solid lightGray;
    padding-bottom: 25px;
    padding-top: 5px;
}
.blog .entry.last {
    border-bottom: 0;
}
.blog .entry .title {
    margin: 0;
}
.blog .entry .meta {
    font-size: 10px;
    margin-bottom: 10px;
}

.recent-entries ul {
    padding: 0;
    margin: 0;
}
.recent-entries li {
    list-style: none;
}
.recent-entries .entry .meta {
    margin-bottom: 0;
}
.recent-entries .entry .text p {
    display: inline-block;
}

.prefix {
    font-size: 14px;
}
form > table td input.prefixed {
    width: 50%;
}

a.fns-button {
    font-size: 14px;
    font-weight: bold;
    background-color: #EFFFEB;
    border: 1px solid #49A739;
    border-radius: 5px;
    -webkit-border-radius: 5px;    
    -moz-border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    padding: 5px;
    text-align: left;
    display: inline-block;
    margin-bottom: 3px;
    cursor: pointer;
}
a.fns-button:hover {
    background-color: #D7FFCC;
    border: 1px solid #49A739;
}
a.fns-button:active {
    position: relative;
    top: 1px;
}
a.fns-button img {
    vertical-align: top;
}

ul.notes {
    list-style: none;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    font-size: 14px;
}
.notes li {
    border-bottom: 1px solid lightGray;
    padding: 3px;
    padding-bottom: 10px;
}
.note.odd {
}
.note.even {
}
.note .head {
    display: block;
    font-style: italic;
}

.lot-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.lot-list .lot.hovered {
    font-weight: bold;
}

ul.pictures {
    list-style: none;
    margin: 10px 0;
    padding: 0;
}
ul.pictures li {
    display: inline;
}

ul.albums {
    list-style: none;
    margin: 10px 0;
    padding: 0;
}
ul.albums li {
    float: left;
    height: 225px;
    padding-right: 3px;
    width: 150px;
}

#jquery-overlay {
    z-index: 2000 !important;
}
#jquery-lightbox {
    z-index: 2001 !important;
}

.map-legend ul {
    list-style: none;
    padding: 0;
}
.map-legend img {
    vertical-align: bottom;
}

.tally ul {
    margin-top: 5px;
    margin-left: 5px;
}
.tally .count {
    font-weight: bold;
}

.tally .loader {
    background: url('/media/img/loading_large.gif?b4f41c869ba2');
    display: none;
    float: right;
    height: 64px;
    width: 64px;
}

.tally.loading ul {
    opacity: .5;
}
.tally.loading .loader {
    display: block;
}

ul.events {
    list-style: none;
    margin: 0;
    padding: 0;
}

.event .day,
.event .start,
.event .end,
.event .location {
    font-weight: bold;
}
.event .title {
    margin: 0;
}

#event-details.event .when {
    margin-bottom: 10px;
}

#event-details.event .where {
    margin-bottom: 10px;
}

#side .entry,
.events .event {
    border-bottom: 1px solid lightGray;
    padding-bottom: 5px;
    padding-top: 5px;
}

#side h2 {
    margin-bottom: 5px;
    margin-top: 5px;
}
#side .section {
    border-bottom: 1px solid black;
}

.collaborators {
    list-style: none;
    padding: 0;
    margin: 0;
}
.collaborators li {
    float: left;
}

.press .column:first-child {
    margin-left: 0;
}
.press .column {
    float: left;
    margin-left: 30px;
    width: 175px;
}
.press .article {
    margin: 20px 0;
}
.press .article .publication {
    font-weight: bold;
}
.press .article .title {

}
.press .article .date {

}

.newsletter {
    float: right;
    width: 300px;
}

.newsletter-excerpt {
}
.newsletter-excerpt .title {
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
}

.sidebar-section {
    padding: 10px 0;
}

.expander {
    cursor: pointer;
}
.expander .icon {
    background: url('/media/img/sq_plus.png?b1023ab0028e');
    width: 16px;
    height: 16px;
    display: inline-block;
}
.expander.expanded .icon {
    background: url('/media/img/sq_minus.png?b1023ab0028e');
}
.expandee {
    display: none;
}

.compare-link.selected {
    font-weight: bold;
}
.compare-text {
    background-color: white;
    border: 1px solid gray;
    display: none;
    margin-left: 15px;
    margin-top: -15px;
    padding: 15px;
    position: absolute;
    z-index: 1001;
}

ul.nearby-lots {
    list-style: none;
    padding: 0;
}

.messages {
    border: 1px solid #2C8020;
    font-weight: bold;
    list-style: none;
    padding: 10px;
}

.activity-stream-container {
    height: 150px;
    overflow-y: scroll;
    width: 100%;
}

.activity-stream-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.activity-stream-list-item {
    border-bottom: 1px solid lightGray;
    list-style: none;
    padding: 10px;
    padding-left: 0;
}
.activity-stream-list-item .meta {
    font-size: 10px;
}


.language-chooser {
    float: left;
    margin-left: 50px;
    margin-top: 7px;
}
