/******************************************************************************************************
Topics
******************************************************************************************************/

#staff_blog #main_body .blog-content { margin-bottom: 10%; }
#staff_blog #main_body .blog-content .title {
	line-height: 1.2em;
	border-left: solid 6px #b2d1c2;
	padding-left: 10px;
}
#staff_blog #main_body .blog-content a.title { color: #3366cc; border-left-color: #ccc; }
#staff_blog #main_body .blog-content a.title:hover { color: #ff9900; }
#staff_blog #main_body .blog-content .post-meta-date {
	color: #666;
	line-height: 1em;
	text-align: right;
	padding: 7px 15px;
	margin: 1.0% 0 2%;
	background: #eee;
}
#staff_blog #main_body .blog-content .main-photo a { position: relative; display: block; }
#staff_blog #main_body .blog-content .note > p { margin-top: 16px; margin-bottom: 16px; }
#staff_blog #main_body .blog-content .note > p:first-child { margin-top: 0 !important; }
#staff_blog #main_body .blog-content .note > p:last-child { margin-bottom: 0 !important; }
#staff_blog #main_body .blog-content .note > p:after {
	display: block;
	clear: both;
	height: 0px;
	line-height: 0px;
	visibility: hidden;
	content: ".";
}
#staff_blog #main_body .blog-content .note .wp_social_bookmarking_light { margin-top: 20px !important; }
#staff_blog #main_body .blog-content .category {
	color: #666;
	font-style: italic;
	margin-top: 5%;
	padding-top: 1.5%;
	border-top: dotted 1px #ccc;
}
#staff_blog #main_body .blog-content .category a { color: #3366cc; }
#staff_blog #main_body .blog-content .category a:hover { color: #ff9900; }

div.widget { font-size: 0.875em; padding-bottom: 30px; }
h3.widget_title {
	color: #999;
	font-size: 1.14em;
	border-bottom: solid 1px #999;
}
table#wp-calendar {
	width: 100%;
	text-align: center;
	border: none !important;
}
table#wp-calendar caption {
	color: #999;
	font-weight: bold;
	text-align: center;
}
table#wp-calendar thead th {
	color: #fff;
	font-weight: normal;
	line-height: 1em;
	text-align: center;
	background: #666;
	padding: 5px 0 !important;
}
table#wp-calendar tbody td {
	color: #888;
	line-height: 1em;
	padding: 10px 0 !important;
	width: 14.285%;
}
table#wp-calendar tbody td a { font-weight: bold; }
table#wp-calendar tbody td a:alink { color: #444; }
#wp-calendar tfoot tr { background: none !important; }
#wp-calendar tfoot tr > * { border-top: double 3px #ccc; }

.sidebar_editable ul { list-style: outside disc; margin-left: 20px; color: #333; }
.sidebar_editable ul li a:alink { color: #333; }
.sidebar_editable ul li, .sidebar_editable ol li { margin-top: 10px !important; line-height: inherit; }

@media screen and (min-width: 768px) {
	#staff_blog aside { margin-top: -20px; }
}
@media screen and (max-width: 767px) {
	div.widget { padding-top: 10px; padding-bottom: 10px; }
}
