﻿@charset "utf-8";
/* CSS Document */

#leftrail.khe h1 {font-size: 56px; letter-spacing: -0.02em; color: #F25804; margin-top: 15px;}
#leftrail.khe h2 {font-size: 36px;  color: #F25804; }
#leftrail.khe h3 {font-size: 26px; line-height: 30px; margin-bottom: 15px; font-weight: normal; }
.forum td {
	padding: 12px 5px; 
	vertical-align: top;
	}
.forum td a{
	font-weight: bold;
	}	
.forum td img{
	margin-left:5px;
	}	
.forum th {
	padding: 20px 5px; 
	vertical-align: top;
	border-bottom: solid 3px #000;
	border-top: solid 1px #000;
	text-align: center;
	}
.forum tr:nth-child(even) {background: #fff; }
.forum tr:nth-child(odd) {background: #f7f7f7;}
	
.forum_default td{padding:5px;}

#urgent a {color:#ff0000;}

.khe .topics {
	border: solid 1px #bbdbef; 
	background: #e8f3f9;
	padding: 20px;
	text-align: center;
	border-radius: 8px;
}
.khe .topics ul{
	text-align: center;
}

.khe .topics li{
	display:-moz-inline-stack;
display:inline-block;
zoom:1;
*display:inline;
	padding: 3px 7px;
	margin: 5px;
	background: #FFFFFF;
	border: solid 1px #bbdbef;
	border-radius: 5px;
	
}
.khe .topics a{
	color: #0078C3;
	font-size: 13px;
	font-weight: bold;
}

.khe .topics a:hover{
	color: #F25804;
	text-decoration: none;
}
.slidebar-joblist {width: 130px; float: right; font-size: 12px;}
.slidebar-joblist li{margin-bottom: 6px;}

.kherightnav ul {margin-bottom:20px;}
.kherightnav ul li a {padding:5px;display:block;border-bottom:1px solid #cccccc;color:#333333;}
.kherightnav ul li span {float:right;}
.kherightnav ul li a:hover {background-color:#eeeeee;color:#666666;}
.kherightnav h3 {line-height:25px;}

#question {
	padding:10px;
	margin:10px 5px;
		border-radius:9px;
	}
#answers {
	padding: 20px 0px 0px 0px;
	}	

#question:hover {
   -moz-box-shadow:     0 0px 6px #000;
	-webkit-box-shadow: 0 0px 6px #000;
	box-shadow:         0 0px 6px #000;
	transition: box-shadow 0.3s ease-in;	
	-moz-transition: box-shadow 0.3s ease-in;	
	-ms-transition: box-shadow 0.3s ease-in;	
	-webkit-transition: box-shadow 0.3s ease-in;
			
}
#question .meta{
	clear: both; 
	padding: 10px 0;
	overflow: hidden; 
	margin-bottom: 15px;
	font-size: 12px;
	font-weight: bold;
	border-top:solid 4px #333;

}	
#question .arrow-down {
		border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #333;
}
.meta{
	clear: both; 
	padding: 10px 0;
	overflow: hidden; 
	margin-bottom: 15px;
	font-size: 12px;
	font-weight: bold;
	border-top:solid 5px #ccc;

}
.arrow-down {
	margin: -10px 0 10px 20px;
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #ccc;
}
.meta span.bytime{
	float: left;
	display: block;
}
.meta span.points{
	float: right;
	display: block;
}
.answer-stream li {
	padding: 15px 10px;
	margin:10px 5px;
	border-radius:9px;
}
.answer-stream li:hover {
   -moz-box-shadow:     0 0px 6px #ccc;
	-webkit-box-shadow: 0 0px 6px #ccc;
	box-shadow:         0 0px 6px #ccc;
	transition: box-shadow 0.3s ease-in;	
	-moz-transition: box-shadow 0.3s ease-in;	
	-ms-transition: box-shadow 0.3s ease-in;	
	-webkit-transition: box-shadow 0.3s ease-in;
			
}
.answer-stream li.acceptedpost {
	background:#d7f9b7;
}
.answer-stream li.acceptedpost .arrow-down{
	margin: -10px 0 10px 20px;
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #009933;
}
.answer-stream li.acceptedpost .meta{
	border-top:solid 5px #009933;
}
.badge {
    color: #FFFFFF;
    padding: 0px 4px;
	border-radius: 4px;
	display: block;
	float: right; 
	font-size: 10px;
}
.user-controls{display:block;overflow:hidden;text-align:right;}
.author {
	background: #f25804;
}
.member {
	background: #ccc;
}
.moderator {
	background: #ff0000;
}
.accepted {
	background: #009933;
}
.comment-content{line-height:20px;}

.admin-controls{color:#999;font-size:12px;border-top:1px solid #999;padding:5px;margin-top:25px;float:right;}
.admin-controls a{color:#999;font-size:12px;}
.admin-controls a:hover{color:#666;}

.accept-answers{margin:30px 20px;text-align:center;padding:20px;border-top:1px dashed #666;border-bottom:1px dashed #666;}
.accept-answers input{display:block;margin:auto;margin-top:20px;}

.post-comment{padding:20px 5px;margin-top:30px;}

.post-comment textarea {
	width:600px;
	height:100px;
	border:1px solid #ccc;
	padding:6px;
	font-family:Arial;
	font-size:13px;
	border-radius: 6px;
	box-shadow: inset 1px 2px 2px #e7e7e7;}
	
.faqanswers{margin-top:40px;}	