body {
	/*background: url(/images/babel.jpg);
    background-attachment:fixed;
    background-repeat:no-repeat;    	*/
	margin: 0px;
	padding: 0px;
	font-family: georgia;
}

#backgroundImage {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: fixed;
    z-index: -5;
}

#searchResults {
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    right: 5px;
    width: 430px;
    top: 34px;
    border: 1px solid gray;
    border-top: 0px none;
    min-height: 100px;
    z-index: 100;
    
    box-shadow: -10px 10px 10px #888;
    
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
}


.boxTitle {
    text-shadow: black 0px 0px 2px;
    line-height: 0.70em;
    top: 10px;
    margin: 0px;
    padding: 0px;
    padding-top: 25px;
    color: white;
    font-weight: normal;
    font-size: 50px;
    text-transform: lowercase;
}

.auto_complete {
    position: absolute;
}

h1,h2,h3 {
    line-height: 1.1em;
    padding-bottom: 0px;
    margin-bottom: 0.25em;
}

#navigation {
    z-index: 20;
    position: fixed;
    left: 0px;
    right: 0px;
	background-image: url(/images/white_background_75p.png);
	padding: 5px;
	max-height:30px;
	border-bottom: 1px solid gray;
}

#body {
    margin: 5px;
}

#navigation #search_box {
    float: right;
    right: 0px;
}

.box {
    border: 1px solid #bbbbbb;    
	background-image: url(/images/white_background_75p.png);
	padding: 10px;
}

.contentBoxHeader {
    position: absolute; 
    left: -1px; 
    top: -1px; 
    right: -1px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;    
    border-radius: 20px; 
    border: 1px solid #bbbbbb; 
    border-bottom: 1px solid #999999;
    z-index: 10;
    background-color: rgba(128,128,0,0.8);
}

.contentBox {
    position: relative;
    margin-top: 40px;
    -webkit-border-radius: 10px;    
    -moz-border-radius: 10px;
    width: 450px;
    border: 1px solid #bbbbbb;
	background-image: url(/images/white_background_75p.png);
	padding: 10px;	
}

.offer {
	background-color: #eeeeee;
	background-image: url(/images/white_background_75p.png);
	padding: 10px;

}

.blur {
    color: #999999;
}

.documentationized {
    color: #999999;
}

.offwhite {
	background-image: url(/images/lightgrey_background_75p.png);
}

.darkened {
	background-image: url(/images/black_background_50p.png);
}

#map_div {
    opacity: 0.85;
    position: absolute;
    top: 34px;
    bottom: 0px;
    left: 0px;
    right: 340px;
	margin: 0px auto;
}

.edit_link {
    font-size: 60%;
}

.listings_box {
    margin: 5px;
}

.extended_listing {
	background-image: url(/images/black_background_75p.png);    
    margin-bottom: 10px;
}

.extended_listing .description {
    font-size: 80%;
}

.extended_listing img {
    max-width: 100px;
    max-height: 80px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 5px;
    border: 1px solid white;
}

.extended_listing .title {
    font-size: 120%;
}