/*
File:			custom.css
Description:		Groves Group Website - Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/


.custom h3 {
	color: #111111;
}

.custom #header {
	margin-bottom: 2em;
}

.custom #page {
	padding-top: 0;
}

.custom .wp-caption-text {
	color: #000000;
}

.custom a {
	text-decoration: none;
}

.custom a:hover {
	text-decoration: underline;
}

/* Details for the Wordpress search widget */
/* positions the search widget on the right hand side of the header */
.custom .widget_search {
	float: right;
	width: 200px;
	position: relative;
	z-index: 100;
}

/* formats the search input and button */
.custom .search_form .text_input {
	font-family: Arial, Helvetica, san-serif;
	font-size: 11px;
	padding: 5px;
	margin-top: 32px;
}
.custom .search_form #searchsubmit {
	font-family: Arial, Helvetica, san-serif;
	font-size: 11px;
	padding: 4px;
	background-color: #006633;
	border: 1px solid #003300;
	color: #ffffff;
}

.custom #groves_footer {
	margin-top: 2em;
	margin-left:auto;
	margin-right:auto;
	width:80%;
	font-size: 1.4em;
	font-family: Helvetica, Arial, san-serif;
}

.custom .person_table {
	width: 640px;
	padding: 0.2em 1em 0 0;
	border-style: none;
	border-spacing: 0;
	background-color: #cccccc;
	margin-bottom: 1em;
	border-radius: 15px;
}

.custom .person_photo {
	width: 200px;
}

.custom .person_photo img {
	border: 0.2em solid #069;
}

.custom .person_name_link {
	font-size: 1.2em;	
}

.custom .person_title {
	font-size: 0.9em;
	font-family: Helvetica, Arial, sans-serif;
	font-variant: small-caps;
}

.custom .person_table .person_statement {
	padding-top: 1em;
	font-size: 1em;
	line-height: 1.2em;	
}

.custom .alumni_table {
	width: 640px;
	padding: 0 1em 0 0.5em;
	border-style: none;
	border-spacing: 0;
	background-color: #0070a0;
	margin-bottom: 1em;
	border-radius: 15px;
}

.custom .alumni_table h3 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	color: #d4d4d4;
}
.custom .alumni_list li {
	list-style-type: none;
	margin-left:1em;
	text-indent:-1em;
	padding: 0.3em 0;
}

.custom .prev_next {
	color: #d4d4d4;
}

.custom #footer {
	text-align:left;
display:none;
}

.custom #footer a {
	color: #d4d4d4;
	border: none;
}

.custom #preheader {
	background-color: #999;
	border-radius: 5px;
	width: 100%;
	border-spacing: 0;
	padding: 0;
}

.custom .user-thumbnail {
	margin-bottom: 8em;
}

.custom .user-info {
	/* margin-top: 1em;
	margin-bottom: 2em; */
}

.custom .user-email {
	margin-top: 0.5em;
	margin-bottom: 1em;
}

.custom .user-bio {
	margin-top: 0.5em;
	margin-bottom: 2em;
	line-height: 1.2em;
	font-size: 0.9em;
	font-family: Helvetica, Arial, sans-serif;
}

.custom .user-lab-role {
	font-size: 0.8em;
	font-family: Helvetica, Arial, sans-serif;
	font-variant: small-caps;
}

.custom .pl-groves-pi .person {
	width: 640px;
	padding: 1em 1em 0.1em 1em;
	border-style: none;
	border-spacing: 0;
	background-color: #cccccc;
	margin-bottom: 1em;
	border-radius: 15px;
}

.custom .person {
	width: 640px;
	padding: 1em 1em 0.1em 1em;
	border-style: none;
	border-spacing: 0;
	background-color: #cccccc;
	margin-bottom: 1em;
	border-radius: 15px;
}

.custom img.avatar {
	padding: 0 1em 0 0;
}