/**
* $Id: teachers.css 66 2011-03-28 14:01:41Z brandon $
*
* McKeel Academies
* Teachers v1.1
* Teachers styles
* Last Updated: $Date: 2011-03-28 10:01:41 -0400 (Mon, 28 Mar 2011) $
*
* @author			Brandon Davie
* @copyright	(c) 2009 McKeel Academies
* @package		Teachers
* @subpackage	CSS
* @link				http://mckeelacademy.com/
* @since			2008-05-13
* @version		$Rev: 66 $
* @author			$Author: brandon $
*/

/**
* TEACHERS STYLES
*/

.department_row {
	clear: both;
	overflow: hidden;
	width: 100%;
	margin: 8px;
}

.teacher_block,
.teacher_block_empty {
	float: left;
	margin-right: 0.9%;
	overflow: hidden;
	min-height: 70px;
	border: solid 1px #d2d7db;
	border-bottom: solid 5px #d2d7db;
}

.teacher_block_empty {
	border: 0px;
}

.teacher_block.row1,
.content.row1 {
	background-color: #f1f4f7;
}

.teacher_block.row2,
.content.row2 {
	background-color: #fafbfc;
}

.teacher_block img {
	float: left;
	border: solid 1px #d6dee6;
	margin: 5px 10px 5px 5px;
}

.teacher_snippet {
	margin: 5px 5px 5px 60px;
}

.read_more {
	font-weight: bold;
}

#teacher_aboutme {
	overflow: hidden;
}

#teacher_aboutme .teacher_photo {
	float: left;
	margin-right: 10px;
	border: solid 1px #d6dee6;
}

#teacher_aboutme .teacher_email {
	font-weight: bold;
	margin-left: 5px;
}

#teacher_aboutme .teacher_email_icon {
	float: left;
}

.teacher_header {
	margin-top: 15px;
}

.teacher_classes th {
	margin-top: 0px;
	border-top: 0px;
}

.teacher_classes {
	font-family: courier;
}

.content.teacher_ccontent {
	padding: 5px;
}

#teacher_docs li img {
	float: left;
	margin-right: 7px;
	margin-top: 5px;
}

#teacher_docs li .date {
	margin-left: 22px;
}
