/**
Staffer Plugin Styles
*** 
Do not edit this file. Your changes will be overriden with any updates. 
If you wish to customize this plugin's CSS, add your own CSS to the custom CSS
panel, and/or disable the default plugin stylesheet via the plugin options panel.
***
**/




#staffer-container {
    background: #fff;
	max-width: 100%;
	margin: 0 auto;
	}
.staff-content p {
	margin-bottom: 20px;
	line-height: 24px;
	}
.staffer-breadcrumbs {
	margin: 20px 0px;
	}
.staffer-navigation {
	text-align: right;
	margin: 20px;
	}
.staffer-archive-page-title {
	font-size: 2rem;
	margin: 10px;
	}
.staffer-staff-title {
	
	}
.staffer-staff-header {
	margin: 20px;
	}
.staffer-staff-social-links i {
	font-size: 2rem;
	padding: 15px;
	}
.staffer-staff-social-links span {
	font-size: 1rem;
	padding: 15px;
	}
.staffer-staff-social-links a.hide-link:hover {
	cursor: default;
	}
.staff-content {
	margin: 20px;
	}
.staffer-archive-grid {
	padding: 1px;
	}
.staffer-archive-grid li {
	list-style-type: none;
	width: 31%;
	display: inline-table;
	}
	
@media screen and (max-width: 800px) {
	.staffer-archive-grid li {
	width: 49%;
	}
	}
	
/* Staffer List Styles */

ul.staffer-archive-list {
	padding: 1px;
	list-style-type: none;
	}
.staffer-archive-list li {
	list-style-type: none;
	display: inline-block;
	}
        
        
        

#staffer_continer_wrapper {
    min-height: 800px;
}  
div.entry-content #staffer_continer_wrapper {
    min-height: 800px;
    width: 476px;
    margin: 0px auto;
}  


#staffer_continer_wrapper .staff_item {
    float: left;
  width: 150px;
  margin: 10px 4px 0 4px;
}
#staffer_continer_wrapper .staff_item div.text_area{
/*    background: #333;*/
    height: 40px;
}
    




        
.search_area {
	background-color: #221e00;
	border: 1px solid #333;
	padding: 6px 0;
        height: 150px;
        margin: 0px 0 10px; 
}

.search_area--left {
	float: left;
	width: 400px;
}

.search_area--left--ico {
	float: left;
	margin: 15px 0 0 15px;
}

.search_area--left form {
	position: relative;
	top: 0;
	left: 0;
	float: left;
}
.search_area--left form input[type*='text'] {
	outline: 0;
	border: 1px solid #D9D9D9;
	border-top: 1px solid #C0C0C0;
	width: 300px;
	padding: 5px;
}
.search_area--left form input[type*='submit'] {
	outline: 0;
	border: 0;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 6px;
	right: 6px;
	background-color: #fff;
	background-image: url("../images/loop_ico.png");
	background-position: center, center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.search_area--left .txt {
	color: #999;
	font-size: 11px;
	margin-top: 3px;
}

.search_area--right {
	float: left;
	width: 540px;
/*	border-left: 1px solid #DCDEDE;*/
	padding-bottom: 5px;
}

.search_area--right--title {
	color: #999;
	font-size: 12px;
	font-weight: bold;
	margin: 20px 0 0 50px;
}

.search_area--right--list {
	margin: 15px 10px 0 50px;
}

.search_area--right--list .item {
	float: left;
	color: #333;
}
.search_area--right--list .item a:hover { text-decoration: underline; }
.search_area--right--list .item a {
	text-decoration: none;
        color: #999;
/*	color: #2A2A2A;*/
	font-size: 13px;
	margin: 0 6px;
}

.item.do_not_active a {
	color: #666;
	cursor: default;
	text-decoration: none !important;
}


.about_area {
	margin: 15px 0 0 0;
}
.about_area .ico {
	float: left;
	width: 181px;
}
.about_area .text {
	float: left;
	width: 784px;
	margin-left: 34px;
	color: #464646;
	font-size: 14px;
	margin-top: 20px;
	line-height: 20px;
}        