/*--------------------------------- two_column Structure --------------------------------------*/
#basis {
	background: transparent url(../images/structure/content_main_bg.png) repeat-y 50% 0;
}
#content {
	position: relative;
	clear: both;
	padding: 5px;
	width: 960px;
	background: transparent url(../images/structure/content-inner.gif) no-repeat;
}

#content .addthis_toolbox {
	position: absolute;
	top: 20px;
	left: 500px;
}

#content-inner {
	float: left;
	padding: 30px;
	width: 610px;
}

/*--------------------------------- faculty page --------------------------------------*/
.faculty-block {
	margin-bottom: 10px;
	padding: 5px 10px;
	background: #F0EBD3;
	border-bottom: 1px solid #D5C7A9;
}
.faculty-block p em {
	color: #222;
	font-weight: bold;
}
.faculty-block div.faculty-details p em {
	color: #333;
	font-weight: normal;
	overflow: hidden;
	o\verflow: visible;
	zoom: 1;
}

/*--------------------------------- blog --------------------------------------*/
dt a {
	font: 24px Georgia, "Times New Roman", Times, serif;
	color: #1b4669;
	text-decoration: none;
}
#blog_entries h3 {
	font-size: 16px;
	color: #444;
	margin-bottom: 5px;
}
#blog_entries ul li { 
	background: none;
	padding-left: 0;
	list-style-type: disc;
}
.blog-date {
	font-size: 14px;
	color: #918442;
}
.author {
	font-size: 12px;
	margin-bottom: 5px;
}
.profile-link { font-weight: normal;}