/*
Theme Name: Faculty Bio
Theme URI: http://facultybio.haas.berkeley.edu/
Author: Hong Wang - Haas MarCom
Author URI: http://haas.berkeley.edu/
Description: A custom theme created for Haas facultybio site
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: faculty-bio
Tags: two-column, responsive 

Design adapted from Drupal based facultybio site 
and http://asiabusiness.haas.berkeley.edu/programs/2008-conference.html
and http://ewmba.haas.berkeley.edu/academics/mpar.html
*/


/* ==============================================================================
@import url('http://haas.berkeley.edu/css/responsive.min.css?v2');

@import url('style_local.css');
@import url('http://dev-facultybio2.pantheon.berkeley.edu/wp-content/themes/facultybio/css/style_local.css');
@import url('/wp-content/themes/facultybio/css/style_local.css');
   ============================================================================== */
@import url('css/style_local.css');



/* ==============================================================================
   For Facultybio site added by Hong Wang
   ============================================================================== */

.header-nav li ul {
	width: 324px;
}
.header-nav li:hover ul{max-height:500px}

#center-col p {
    margin: 0px;
}
      
/* -- Faculty Photos --*/
#center-col ul.alphalisting {
	list-style: none;
	margin: 24px 0 40px;
}

#center-col ul.alphalisting li {
	border-right: 1px solid #3D79B5;
	float: left;
	margin: 0;
}

#center-col ul.alphalisting li:last-child {
	border-right: none;
}

#center-col ul.alphalisting a {
	display: block;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
	margin: 0 7px;
}

#center-col ul.alphalisting li:first-child a {
	margin-left: 0;
}

.faculty-block {
	margin-bottom: 45px;
}

.faculty-block h2 {
	color: #2f2f2f;
	font-size: 22px;
	margin-bottom: 19px;
	margin-top: 0;
}

.faculty-block div {
	float: left;
	height: 200px;
	margin-bottom: 10px;
	margin-right: 21px;
	width: 118px;
}

.faculty-block img {
	display: block;
	height: 175px;
	margin-bottom: 5px;
	width: 118px;
}



@media screen and (max-width:650px) {
	.mobile-hide  {
		display:none;
	}

	.subpage .content .header-block h1 {
		margin: 35px 0px 0px;
	}


	#center-col ul.alphalisting li {
		border-right: 0px solid #3D79B5;
	}

	#center-col ul.alphalisting li:first-child a {
		margin: 0 7px;
	}

	/* 
	*/
	#center-col ul.alphalisting a {
		font-size: 20px;
		line-height: 40px;
		margin: 0 8px;
		font-weight: 500;
	}


	.faculty-block h2 {
		font-weight: 500;
	}
	
}


