/**
 * Author: Dennis Robinson
 * Date: November 20, 2009
 * Copyright: Mergenta (c) 2009
 *
 * Styles for the show_word page
 *
 */

.clearfix {
	clear: both;
}

/* Twitter category image */
img.category.twitter {
	float: left;
	margin: 16px 10px;
}

/* Blog category image */
img.category.blog {
	float: left;
	margin: 16px 10px;
}

/* Survey category image */
img.category.survey {
	float: left;
	margin: 16px 8px;
}

/* Profile image */
img.profile_image {
	float: left;
	margin-right: 10px;
}

/* Post content */
div.post {
	float: left;
	width: 80%;
	min-height: 50px;
	margin-bottom: 10px;
	padding-bottom: 5px;

	border-bottom: 1px solid #999999;
}

/* Highlighted words */
span.highlight {
	background-color: #ECF37C;
}
