/* home-page specific css */

#main_content
{

}

div#message
{
	border: 2px solid #8c7942;
	margin: 10px 10px;
	padding: 10px;
	display:table;
	width:810px;
}

div#message p
{
/*	margin: 10px 20px	;*/
	font-size: 12px;
}

div#announcements
{
	width: 30%;
	min-height: 100px;
	float: left;
	margin-top: 6px;
	padding: 0 5px 0 5px;
	margin-left: 3%;
}

div#workshops
{
	width: 30%;
	min-height: 100px;
	float: left;
	margin-top: 6px;
	padding: 0 5px 0 5px;
}

div#calls
{
	width: 30%;
	min-height: 100px;
	float: left;
	margin-top: 6px;
	padding: 0 5px 0 5px;
}

#announcements p, #workshops p, #calls p
{
	margin: 0;
	padding: 0;
}

div.announcement, div.workshop, div.call
{
	margin: 6px;
	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;	
	background-color: #ededed;
	padding: 3px;
}

div.announcement:hover, div.workshop:hover, div.call:hover
{
	background-color: #f5f5f5;
}

.heading
{
	font-size: 130%;
	border-bottom: 3px double #736436;
	font-weight: bold;
}

#main_content .small_heading
{
	font-size: 100%;
	border-bottom: 1px solid #736436;
	font-weight: bold;
	text-align: left;
}

#main_content .small_heading a
{
	text-decoration: none;
}

.byline
{
	font-size: 80%;
	border-bottom: 1px solid #e5e5e5;
	text-align: left !important;
}

.topic, .body
{
	font-size: 85%;
	margin: 3px;
}

.topic a, .body a
{
	text-decoration: underline;
}



/* Trent Code Start Here */

#teacher_bio_pix 	  { width:177px; float:left; background:#333333; height:100px;}
#teacher_bio_contnet { width:600px; overflow:auto; height:500px; float:right; margin-right:10px; 	color: #352064;background:#99999;}
#teacher_bio_contnet2 {
		font-size: 130%;
		font-weight: bold;
		}

/* End of Trent Code Here */ 