#shell .content {
	width:100%;
}

.content .items {
	margin-bottom:30px;
}

.content .items h2 {
	text-shadow:none;
	margin-bottom:12px;
	font-size:22px;
	line-height:normal;
}

.content .memberList {
	border-top:5px solid #dedede;
	margin-bottom:45px;
}

.content .memberList:last-child {
	margin:0;
}

.content .mL-member {
	padding:20px 0 16px;
	border-bottom:1px solid #dedede;
}

/* =memberList Items
---------------------------------------------------------------------
*/
.content .member-item {
	position:relative;
	display:inline;
	margin:0;
	padding:0;
	font-family:proxima-nova-1,proxima-nova-2,sans-serif;
	line-height:0;
	vertical-align:baseline;
}

.content .mL-member h3,.content .mL-member h3 a {
	font-size:18px;
	line-height:0;
	text-decoration:none;
	margin:0;
	font-weight:700;
}

.content .mL-member span {
	font-size:12px;
}

.content .mL-member .mL-position {
	font-size:12px;
	font-weight:700;
}

.content .mL-member .mL-social a {
	display:inline-block;
	vertical-align:middle;
	width:23px;
	height:23px;
	text-indent:-9999px;
	margin-right:5px;
}

.content .mL-member .mL-social a:last-child {
	margin:0;
}

.content .mL-member .mL-social a.mL-facebook {
	background:url(/_assets/img/members-facebook.png) no-repeat 0 top;
}

.content .mL-member .mL-social a.mL-facebook:hover {
	background-position:0 bottom;
}

.content .mL-member .mL-social a.mL-twitter {
	background:url(/_assets/img/members-twitter.png) no-repeat 0 top;
}

.content .mL-member .mL-social a.mL-twitter:hover {
	background-position:0 bottom;
}

.content .mL-member .mL-sep {
	top:-1px;
	padding:0 10px;
	color:#e2e2e2;
}

.content .memberList p.results {
	margin:20px 0;
}

.content .memberList p.results span {
	font-weight:700;
}

/* =Filters
---------------------------------------------------------------------
*/
/* Filter */
.filters {
	margin-top:10px;
	margin-bottom:40px;
	overflow:hidden;
	background:#f1f1f1;
	padding:15px 20px 10px;
	border-radius:3px;
	-moz-border-radius:3px;
	border:#e5e5e5 solid 1px;
	position:relative;
	z-index:1000;
}

.filters h6 {
	float:left;
	margin-right:20px;
	margin-bottom:0;
	padding-top:6px;
	color:#999;
	font-size:1.6em;
	font-weight:400;
}

.filters #group-search {
	float:right;
}

/* Search */
form#group-search {
	border:0;
	width:150px;
}

form#group-search fieldset {
	border:0;
	width:138px;
  height:37px;
	padding:5px;
	background:#fff;
	border:1px solid #f1f1f1;
	overflow:hidden;
}

form#group-search #group-search-term {
	float:left;
	width:118px;
	height:36px;
	line-height:18px;
	color:#999;
	border:0;
	padding:0;
	background:none;
}

form#group-search #group-search-submit {
	float:right;
  margin-top:9px;
	width:17px;
	height:36px;
	border:0;
	background:url(/_assets/img/article_search_go.png);
/*img replace hack*/
  background-repeat:no-repeat;
	display:block;
	text-indent:-9999px;
}

/* @group Select Menus */
.content select.sorter {
	float:right;
}

.ui-selectmenu {
	display:block;
	float:right;
	position:relative;
	height:2.4em;
	width:150px;
	text-decoration:none;
	overflow:hidden;
	margin-right:5px;
	background:#dedede url(/_assets/img/article_selectmenu_icon.png) no-repeat 95% 50%;
	padding:5px 0;
	margin-right:12px;
}

#content a.ui-selectmenu:hover {
	text-decoration:none;
}

.ui-selectmenu-icon {
	position:absolute;
	right:6px;
	margin-top:-8px;
	top:26%;
}

.ui-selectmenu-menu {
	padding:0;
	margin:0;
	list-style:none;
	position:absolute;
	z-index:1001;
	top:0;
	visibility:hidden;
	overflow:auto;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background:#f1f1f1;
	height:200px;
	width:200px!important;
}

.ui-selectmenu-open {
	visibility:visible;
}

.ui-selectmenu-menu-popup {
	margin-top:-1px;
}

.ui-selectmenu-menu-dropdown {
}

.ui-selectmenu-menu li {
	padding:0;
	margin:0;
	display:block;
	border-top:1px dotted transparent;
	border-bottom:1px dotted transparent;
	border-right-width:0!important;
	border-left-width:0!important;
	font-weight:400!important;
}

.ui-selectmenu-menu li a,.ui-selectmenu-status {
	line-height:1.4em;
	display:block;
  padding: 0.7em 1.5em .3em 1em;
	outline:none;
	text-decoration:none;
	color:#363636;
	font-size:11px;
}

.ui-selectmenu-menu li.ui-selectmenu-hasIcon a,.ui-selectmenu-hasIcon .ui-selectmenu-status {
	padding-left:20px;
	position:relative;
	margin-left:5px;
}

.ui-selectmenu-menu li .ui-icon,.ui-selectmenu-status .ui-icon {
	position:absolute;
	top:1em;
	margin-top:-8px;
	left:0;
}

.ui-selectmenu-status {
	line-height:16px;
	height:16px;
	overflow:hidden;
	color:#999;
	font-size:15px;
	font-weight:700;
}

.ui-selectmenu-open li.ui-selectmenu-item-focus a {
	background:#ebebeb;
}

.ui-selectmenu-open li.ui-selectmenu-item-selected {
}

.ui-selectmenu-menu li span,.ui-selectmenu-status span {
	display:block;
	margin-bottom:.2em;
}

.ui-selectmenu-menu li .ui-selectmenu-item-header {
	font-weight:700;
}

.ui-selectmenu-menu li .ui-selectmenu-item-content {
}

.ui-selectmenu-menu li .ui-selectmenu-item-footer {
	opacity:.8;
}

/*for optgroups*/
.ui-selectmenu-menu .ui-selectmenu-group {
	font-size:1em;
}

.ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label {
	line-height:1.4em;
	display:block;
	padding:.6em .5em 0;
	font-weight:700;
}

.ui-selectmenu-menu .ui-selectmenu-group ul {
	margin:0;
	padding:0;
}

/* =Member detail
---------------------------------------------------------------------
*/
.content #memberDetail {
	position:relative;
	width:100%;
	margin:10px auto;
}

.content #memberDetail .mD-top {
	margin-bottom:35px;
}

.content #memberDetail .mL-member {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	float:none;
	display:block;
	border:none;
	padding:0;
}

.content #memberDetail .member-item {
	display:block;
	vertical-align:baseline;
	line-height:normal;
	margin-bottom:7px;
}

.content #memberDetail .mD-image {
	float:left;
	/*border:2px solid #e9e9e9;*/
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	/*-webkit-box-shadow:0 2px 5px 1px rgba(0,0,0,.1);
	box-shadow:0 2px 5px 1px rgba(0,0,0,.1);*/
	width:33.333%;
}

.content #memberDetail h3 {
	margin-top:20%;
	font-size:26px;
}

.content #memberDetail .mD-image img {
	display:block;
	max-width:100%;
	min-width:100%;
	height:auto;
}

.content #memberDetail .mD-info {
	float:left;
	margin-left:30px;
	text-align:left;
}

.content #memberDetail .mD-bottom {
	color:#555;
}

.content #memberDetail #mD-back {
	padding:8px 15px;
	display:block;
	position:absolute;
	top:0;
	right:0;
	color:#999;
	font-weight:700;
	font-size:12px;
	text-decoration:none;
	border:1px solid #F1F1F1;
	background:#F1F1F1;
}

.content #memberDetail #mD-back:hover {
	border:1px solid #ededed;
	background:#f9f9f9;
}

.content #memberDetail .mL-social {
	margin:0;
}

/* =Fading
---------------------------------------------------------------------
*/
.content .memberList .mL-member {
	opacity:0;
}

/* =Custom styles
---------------------------------------------------------------------
*/
/*
.content h1 {
	font-family:proxima-nova-1,proxima-nova-2,sans-serif;
	font-size:26px;
	font-weight:700;
	margin-bottom:20px;
	color:#555;
	text-shadow:none;
}

.content .items h2 {
	color:#999;
}

.content .member-item {
	color:#999;
}

.content #memberDetail h3 {
	color:#5d7b9d;
} */

.content #memberDetail,.content #memberDetail .mL-member {
	max-width:825px;
	width: 100%;
}


@media (max-width: 600px){

.content #memberDetail .mD-image {

    width: 100%;
}
}
