/* @group Create Event */

#event_location_select{
	width: 40%;
}

/* @group New Location */

#event_location_search_results  .item_list li.location div.actions,
#event_location_search_results .search_result_group h2,
#event_location_search_results .item_list .photo{
	display: none;
}

#event_location_search_results  .item_list li.location input.choice{
	position: absolute;
	left: 20px;
	top: 10px;
}

#event_location_search_results  .item_list li.location .adr span{
	display: inline;
}

#event_location_search_results .item_list li{
	padding-left: 50px;
}

#event_location_search_results .item_list li:last-child{
	border: 0;
}
#event_location_search_results{
	display: none;
}

/* @end */
/* @end */

/* @group View Event */

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


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

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


body.event_view .map_view dl.meta dt{
	width: 70px;
	text-transform: lowercase;
}
body.event_view .map_view dl.meta dd{
	width: 220px;
}

body.event_view .sub_title{
	padding: 2em 0;
}

body.event_view .friends_only label{
	font-weight: normal;
	font-size: 11px;
}

/* @group Details/Description */

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

/* @end */

/* @group Tags */


/* @end */

/* @group RSVP */

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

/* @end */

/* @group Host */

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

/* @end */

/* @end */

/* @group Invite to Event */

#invite_friend_list{
	max-height: 500px;
	overflow: auto;
	margin-top: 1em;
}
#invite_friend_list .item_list{
	overflow: hidden;
}
.sdna #invite_friend_list .item_list label{
	font-size: 11px;
}

.sdna #invite_friend_list .item_list li{
	padding: 4px;
}

#invite_friend_list .item_list .user_choice.selected{
	background: #DBEFF7;
	border: 1px solid #B3E4F7;
}
#invite_friend_list .item_list .user_choice img{
	width: 24px;
	height: 24px;
}
.sdna #invite_friend_list ul.item_list li.user_choice{
	width: 45%;
	float: left;
}
.sdna .form .field .user_choice label{
	padding: 0;
}
.sdna .user_choice label .user{
	vertical-align: middle;
	font-weight: normal;
}

.invite_people .field .count{
	vertical-align: middle;
	position: absolute;
	right: 10px;
	top: 1.5em;
	font-weight: bold;
}

/* @end */
