/* research.css */

h2#research-header {
	margin-bottom: 20px;
}

.category-research {
	display: inline-block;
}

.research-post,
.category-research {
	padding-bottom: .5em;
	border-bottom: 2px solid #B2B2B2;
}

.research-post .title,
.category-research .title {
	margin: .5em 0;
}

.research-post .title a,
.category-research .title {
	color: #000000;
	text-decoration: none;
}

.category-research:after { /* pseudo-clearfix a dynamic element */
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.category-research ul li {
	margin-left: 250px;
}

.research-post  .title a:hover {
	text-decoration: underline;
}

.research-post  .date,
.category-research .date {
	margin-bottom: 15px;
}

.research-post .research-entry img,
.category-research img {
	float: left;

	margin: 4px 15px 15px 0;
}

.research-post .research-entry p {
	margin-left: 115px;
	margin-bottom: 0;
}

.research-post .research-entry a.research-link {
	float: none;
	display: block;
}

.research-post .research-entry a.research-link:after { /* pseudo-clearfix a dynamic element */
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.attachment {
	display: block;
	clear: both;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #B2B2B2;
}

.attachment-label {
	float: left;
	margin-bottom: 0.5em;
}

.attachment-items {
	float:left;
}

.pdf-link {
	height: 16px;
	display: block;
	background: #FFFFFF url(../_images/pdf.gif) no-repeat top left;
	margin-left: 10px;
	margin-bottom: .5em;
	padding-left: 20px;
}

.pdf-link a {
	color: #000000;
}

.navigation a:hover {
	text-decoration: underline;
}
