

/* @group View Location */


body.location_view .content h2.title{
	background: url(/images/icons/location_view_icon.png) 0 center no-repeat;
	padding-left: 50px;
}

body.location_view .sidebar{
	padding-top: 2em;
}
body.location_view .map_view{
	padding: 10px;
	width: 900px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

body.location_view .map_view .map{
	width: 590px;
	height: 400px;
	float: left;
}
body.location_view .map_view .sidebar{
	float: right;
	width: 290px;
	color: #EEE;
	padding: 0;
}


body.location_view .map_view dl.meta dt{
	width: 70px;
	text-transform: lowercase;
}
body.location_view .map_view dl.meta dd{
	width: 220px;
}
body.location_view .map_view .invite{
	font-size: 11px;
}
/* @group Details/Description */

body.location_view .map_view div.details{
	width: 590px;
	clear: left;
	padding-top: 1em;
	color: #CCC;
	font-size: 13px;
}

/* @end */

/* @group Tags */

/* @end */

/* @group RSVP */

body.location_view .map_view .rsvp label,
body.location_view .map_view .rsvp .loading{
	vertical-align: top;
	font-weight: normal;
}
body.location_view .map_view .rsvp div.selected label{
	font-weight: bold;
}

/* @end */

/* @group Host */

body.location_view .map_view .host{
	position:relative;
	min-height: 37px;
}
body.location_view .map_view .host .host_name{
	float: left;
	line-height: 37px;
	margin-left: 40px;
	font-weight: bold;
}
body.location_view .map_view .host .host_name span{
	color: #999;
	font-weight:normal;
}
body.location_view .map_view .host .person_menu{
	float: left;
}
body.location_view .map_view .host .person_menu:hover .avatar,
body.location_view .map_view .host .person_menu.open .avatar{
	border-color: #414141;
}
body.location_view .map_view .host .person_menu ul{
	border-color: #414141;
}

span.street-address, span.extended-address {
	display: block;
}

/* @end */

/* @end */
