/*
	File            : /[sitename]/styles/site-styles.css
	Description     : Styles available for use across the web site.
*/

table.houcollab td, th {
	border: thin solid lightgrey;
}


#inset-box {
	font: normal .9em Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 10px 25px;
	padding: 0 0 10px 0;
	float: right;
	height: auto;
	width: 180px;
}
#inset-box h2 {
	padding: 2px;
	display: block;
	font-weight: bold;
	color: white;
/*	color: #fff; */
	background: #6b1424;
	text-align: center;
}
#inset-box p {
	padding: 0;
}
.home-img {
 float:left;
 margin: 5px 20px 5px 5px;
}
.caption {
	font-size: .8em; 
	font-weight: bold; 
	color: #1e2d54;
	text-align: center;
	line-height: 1.1em;
	margin-top: 5px;
}
img {
	border: 1px solid #333;
}
img.right {
	float:right; 
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #333;
}
img.left {
	float:left; 
	margin-right: 10px; 
	border: 1px solid #333;
}
img.title {
	margin-bottom: -15px;
	padding: 0;
}
#content {
	margin-right: 10px;
}
#content .bio img {
	margin: 5px 10px 0 0;
	float: left;
	padding: 0px;
}
#content h1 { 
	margin:-5px 0 10px 0; font-size: 1.4em;
}
#content h2 { 
	margin:15px 0 10px 0; font-size: 1.2em;
}
#content h3 { 
	margin:15px 0 10px 0; font-size: 1.1em;
}
#content h4 { 
	margin:15px 0 10px 0; font-size: .9em;
}
#content li { 
	margin-bottom: .5em;
}
#content ol li {
	margin: 15px 0;
}
#content table {
	width: 95%;
	border:1px solid #333;
	border:border-collapse; 
}
#content th.heading {
	color: #fff; 
	background-color: #6b1424; 
	text-align:center;
}
#content th.heading1 {
	padding: 0 3px; 
	font-size: .9em; 
	color: #fff; 
	background-color: #6b1424; 
	text-align:center;
}
#content tr {
	vertical-align:top;
}
#content p.indent {
	margin-left: 25px;
}
.odd {
	background-color:#e5e8f0;
}
#profile ul {
	margin-top: -0.5em;
}