/* borrowed from stackoverflow.com */

.loading {
	text-align: center;
	font-size:200%;
	padding: 40px;
	background: #ccc;
}
#installation-questions {
	margin: 0 0 20px 0;
}
#stack-question {
	margin: 10px 0;
	overflow: hidden;
}
#askquestion {
	color: white;
	font-size: 16px;
	display: block;
	font-weight: bold;
	padding: 6px 12px;
	text-decoration: none;
	background: #777;
	display: inline-block;	
	width: 120px;
	text-align: center;
}
#askquestion:hover {
	background: #F90;
}


.question-summary {
	border-bottom: 1px dotted #999;
	float: left;
	overflow: hidden;
	padding: 11px 0px;
	width: 700px;
	line-height: 1;
}
.question-summary a {
	color: #07C;
	cursor: pointer;
	text-decoration: none;
}
.question-summary a:hover {
	text-decoration:underline;
}
.question-summary .statscontainer {
	float: left;
	margin-right: 8px;
	width: 86px;
}
.question-summary .statsarrow {
	background-position: 0px -435px;
	float: right;
	height: 13px;
	margin-top: 12px;
	width: 7px;
}
.question-summary .stats {
	background: #EEE;
	margin: 0px 0px 0px 7px;
	padding: 4px 7px 6px;
	width: 58px;
}
.question-summary .vote {
	text-align: center;
}
.question-summary .votes {
	color: #555;
	padding: 0px 0px 7px;
	text-align: center;
}
.question-summary .vote span {
	color: #808185;
	display: block;
	font-weight: bold;
}
.question-summary .vote-count-post {
	display: block;
	font-size: 240%;
}
.question-summary .status {
	margin-top: -3px;
	padding: 4px 0px;
	text-align: center;
}
.question-summary .status strong {
	color: white;
	display: block;
	font-size: 140%;
}
.question-summary .answered {
	background: #75845C;
	color: white;
}
.question-summary .answered-accepted {
	background: #75845C;
	color: #E1E818;
}
.question-summary .answered-accepted strong {
	color: #E1E818;
}
.question-summary .unanswered {
	background: #9A4444;
	color: white;
}
.question-summary .views {
	color: #999;
	padding-top: 4px;
	text-align: center;
}
.question-summary .summary {
	float: left;
	width: 605px;
}
.question-summary .summary h3 {
	font-size: 130%;
	font-family: 'Trebuchet MS', 'Liberation Sans', 'DejaVu Sans', sans-serif;
	font-weight: bold;
	margin-bottom: 5px;
}
.question-summary .summary a:hover {
	text-decoration:underline;
}
.question-summary .excerpt {
	line-height: 1.2;
	margin: 0px;
	padding-bottom: 5px;
	padding: 0px 0px 5px;
}
.question-summary .tags {
	float: left;
	line-height: 18px;
}

.question-summary .post-tag, .post-text .post-tag {
	background-color: #E0EAF1;
	border-bottom: 1px solid #3E6D8E;
	border-right: 1px solid #7F9FB6;
	color: #3E6D8E;
	font-size: 90%;
	line-height: 2.4;
	margin: 2px 2px 2px 0px;
	padding: 3px 4px;
	text-decoration: none;
	white-space: nowrap;
}
.fr {
	float: right;
}
.question-summary .started {
	color: #999;
	float: right;
	line-height: 18px;
	width: 185px;
}
.question-summary .user-info {
	height: 35px;
	width: 185px;
}
.question-summary .user-info .user-action-time {
	margin-bottom: 4px;
	margin-top: 2px;
}
.question-summary .relativetime {
	font-weight: bold;
	text-decoration: none;
}
.question-summary .user-info .user-gravatar32 {
	float: left;
	height: 32px;
	width: 32px;
}
.question-summary .user-info .user-details {
	float: left;
	margin-left: 5px;
	overflow: hidden;
	white-space: nowrap;
	width: 145px;
}
.question-summary .user-details {
	color: #888;
	line-height: 17px;
}
.question-summary .reputation-score {
	color: #444;
	font-size: 120%;
	font-weight: bold;
	margin-right: 2px;
}