@charset "UTF-8";

/***************ADAMS MORGAN MAP****************/

#map {
	height: 896px;
	width: 100%;
	background-image: url(images/adams-morgan-map.png);
	background-repeat: no-repeat;
	position: relative;
	float: left;
	margin-left: 20px;
	margin-right: -100px;
	margin-bottom: 15px;
	}

#map img {border: 3px solid #777777;}


.desc_container {
	height: 75px;
	position: absolute;
	text-decoration:  none;
	opacity: 0;
	-webkit-transition: opacity 350ms linear;
	}
.desc_icon {
	height: 30px;
	width: 30px;
	float: left;
	opacity: 0;
	cursor: pointer;
	background-image: url(images/blank.gif);
	}

.desc_container:hover {opacity: 1;}
.desc_container a .desc_icon {display: block;}

.desc {
	float: left;
	width: 259px;
	height: 259px;
	background-image: url(images/hostel-pin.png);
	background-repeat: no-repeat;
	display: none;
	padding: 5px 5px 10px 0px;
	margin: -16px 0 0 -9px;
	font-size: .9em;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.1em;
	text-decoration: none;
	opacity: 0;
	z-index: 10; 
	}

.desc_small {
	float: left;
	width: 259px;
	height: 219px;
	background-image: url(images/hostel-pin-small.png);
	background-repeat: no-repeat;
	display: none;
	padding: 5px 5px 10px 0px;
	margin: -16px 0 0 -9px;
	font-size: .9em;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.1em;
	text-decoration: none;
	opacity: 0;
	z-index: 10; 
	}


.desc_xsmall {
	float: left;
	width: 259px;
	height: 219px;
	background-image: url(images/hostel-pin-xsmall.png);
	background-repeat: no-repeat;
	display: none;
	padding: 5px 5px 10px 0px;
	margin: -16px 0 0 -9px;
	font-size: .9em;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.1em;
	text-decoration: none;
	opacity: 0;
	z-index: 10; 
	}

.desc_container a:hover .desc {display: block; text-decoration: none; opacity: 1; }
.desc_container a:hover .desc strong {font-size: 1.5em; line-height: 1.3em; text-decoration: none;}
.desc_container a:hover .desc_small {display: block; text-decoration: none; opacity: 1; }
.desc_container a:hover .desc_small strong {font-size: 1.5em; line-height: 1.3em; text-decoration: none;}
.desc_container a:hover .desc_xsmall {display: block; text-decoration: none; opacity: 1; }
.desc_container a:hover .desc_xsmall strong {font-size: 1.5em; line-height: 1.3em; text-decoration: none;}

.info {
	width: 200px; 
	float: left; 
	margin: 18px 0 0 43px; 
	color: #333333;
	font-size: .85em;
	font-family: Helvetica, Arial, sans-serif;
	z-index: 10;
	line-height: 1.1em;
	}

.adams-morgan {
	color: #f0f0f0;
	position: relative;
	top: -750px;
	left: 512px; 
	width: 264px;
	height: 120px; 
	font-family: Helvetica, Arial, sans-serif; 
	font-size: .85em;
	line-height: 1.1em;
	z-index: 0;
	}

