/* START ARTICLE STUFF */
.wf-article {
	margin-bottom: 10px;
}
.wf-article .body {
	margin-left: 90px; /* used to disable wrapping under picture, set to picture width+padding */
}
/* defines little area under picture if using no-wrap method */
.wf-article .extra {
	float: left;
	clear: left;
}
.wf-article h2.title {
	margin-bottom: 5px;
	font-size: 16pt;
}
.wf-article img.main-pic {
	float: left;
	padding: 30px 5px 5px 0;
}
.wf-article-gallery img {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	display: block;
	float: left;
}
.wf-article-gallery img.first {
	padding-left: 0;
}
.wf-article-gallery img.last {
	padding-right: 0;
}
.wf-article-gallery h3 {
	text-align: center;
	margin: 0 0 15px 0;
	font-size: 18px;
	font-weight: normal;
}
.wf-article-gallery-tool-tip {
	text-align: center;
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
	margin: 5px 0 5px 0;
}
.tool-tip-text {
	display: none;
}
li.file-download {
	list-style-image: url(../wfCorePlugin/images/icons/bullet_disk.png);
}
/* END ARTICLE STUFF */
