
/*
* Team Module CSS
* 
*/


/* Team List Page */

#team-wrapper {  }
#team-wrapper a .team_item { margin:0 1px 10px 0; padding:7px; display: inline-block; vertical-align: top; width: 135px; min-height: 180px; background: #F1F4F4; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
#team-wrapper a:hover .team_item { background: #EBEDED; }
#team-wrapper a .team_item .team_image {  }
#team-wrapper a .team_item .team_name { padding-top:5px; color: #A21FC9; font-size: 14px; font-weight: bold; text-align: center; }
#team-wrapper a .team_item .team_intro { text-align: center; color: #7C7D7D; }


/* Team Members Page */

#member-wrapper { padding:10px; background: #F1F4F4; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
#member-wrapper .member_image { margin-right:10px; display: inline-block; vertical-align: top; width: 134px; }
#member-wrapper .member_intro { display: inline-block; width:440px;}

section.team ul li { margin-left: 20px; }