/* --------------- sIFR ------------------*/
@media screen {
	#contrib_intro h2 {
	}
	.sIFR-active #contrib_intro h2 + h3 {
		float: left; /* needed only for sIFR */
		padding-bottom: 10px;
	}
	.sIFR-active #contrib_intro h2 {
		font-family: "Arial Black", Arial, Helvetica, sans-serif;
/*		visibility: hidden; */
		color: #000000;
		width: 462px;
		float: left; /* needed only for sIFR */
		margin-bottom: 0;
	}
	.sIFR-active #contrib_intro h3 a {
		font-family: Georgia, "New Century Schoolbook", "Nimbus Roman No9 L", serif;
/*		visibility: hidden; */
		color: #666666;
		font-weight: bold;
		width: 450px;
	}
}

.hide_til_ready {
	display: none;
}
.notloggedin {
	text-transform: none;
	color: #595959;
	font-size: 11px;
}
.notloggedin a, .notloggedin a:visited {
	color: #e01122;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}
#topic_header .alone {
	margin-top: 0px;
}
.column .authoractions,
.column .topicactions {
	visibility: visible;
}
.profile #contrib_intro table {
	display: block;
	width: 400px;
	height: 70px;
}
.contrib_blocks .newrow {
	clear: both;
}
.curate {
	visibility: hidden;
}
.editmode-on .curate {
	visibility: visible;
}
.followinfo {
	opacity: 0.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);					
}
.follow-showing {
	opacity: 1.0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);					
}
#login ul {
	list-style-type: none;
}
.contrib abbr {
	border-bottom: none;
}
.post-thumb-caption {
	display: none;
}

/* internal status page */
.internal_status .status_good {
	background-color: #0f0;
}
.internal_status .status_warn {
	background-color: yellow;
}
.internal_status .status_bad {
	background-color: #f00;
	font-weight: bold;
}
.mini_activity_window {
	width: 600px;
	height: 280px;
	overflow-y: auto;
	overflow-x: hidden;
}
.mini_activity {
	clear: both;
	width: 570px;
	height: 40px;
}
.mini_activity .when {
	width: 45px;
	float: right;
	height: 30px;
	font-size: 10px;
	padding-left: 3px;
}
.mini_activity .who {
	width: 250px;
	height: 40px;
}
.mini_activity .what {
	width: 290px;
	height: 30px;
	float: right;
}
.internal_status h1 + h2 {
	float: right;
	color: #FF6666;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
}
.internal_status .reload_link {
	float: right;
	font-size: 10px;
}
div.hit_chart_hourlyspark {
	float: right;
	margin-top: 30px;
}
.inside_topics h3 {
        font-family: Arial, Helvetica, sans-serif;
        color: #666;
        font-weight: normal;
}


