@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	border:0;
	border-radius:0;
	outline:none;
}

html {
	background:#afcb08;
	font:15px/22px "Open Sans", Arial, sans-serif;
	color:#595959;
}

body {
	background:#fff;
}

h1, h2, h3, p, table {
	margin:0 0 20px;
}

h1,
.h1 {
	font-size:50px;
	line-height:60px;
	font-weight:400;
	color:#afcb08;
}

h2,
.h2 {
	font-size:40px;
	line-height:50px;
	font-weight:400;
	color:#afcb08;
}

.clear {
	display:block;
	clear:both;
	float:none;
}

.centered {
	width:1100px;
	max-width:100%;
	padding:0 10px;
	margin:auto;
}
/*
#top {
	border-bottom:50px solid #afcb08;
	font-size:18px;
	line-height:20px;
}

#top .centered {
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:20px 0;
}

#logo {
	flex-grow:2;
}

#logo a {
	display:block;
	width:225px;
	height:40px;
	background:url(../images/logo.png) center center no-repeat;
	background-size:contain;
}

#navi {
	margin:0;
	padding:0;
	flex-grow:3;
	list-style:none;
}

#navi li {
	display:inline-block;
}

#navi li a {
	display:inline-block;
	font-weight:300;
	color:#595959;
	padding:5px 10px;
	text-decoration:none;
	transition:100ms;
}

#navi li.selected a,
#navi li a:hover {
	color:#afcb08;
}

.user {
	margin:0;
	padding:0;
	flex-grow:1;
	list-style:none;
}

.user li {
	display:inline-block;
}

.user li a {
	display:inline-block;
	padding:7px 20px;
	border-radius:5px;
	background:#afcb08;
	color:#fff;
	border:1px solid #afcb08;
	text-decoration:none;
	transition:100ms;
}

.user li a:hover {
	background:#99b307;
	border:1px solid #99b307;
}

.user li:last-of-type a {
	background:#fff;
	color:#afcb08;
}

.user li:last-of-type a:hover {
	color:#99b307;
}

*/

body .forum-head{
	margin-top:100px;
	padding:0px 0 10px;
	background:#afcb08
}

body .forum-wrapper{
	
	text-align:left!important;
}

#middle {
	padding:30px 0;
	min-height:800px;
}

.bar-action {
	display:flex;
	justify-content:space-between;
	margin:0 0 50px;
}

#search {
	flex-grow:9;
	display:block;
}

#search input {
	width:40%;
	display:inline-block;
	padding:7px;
	border:1px solid #ccc;
	font:15px/24px "Open Sans", Arial, sans-serif;
	color:#333;
	margin:0 10px 0 0;
}

#search input[type=submit] {
	width:inherit;
	padding:7px 20px;
	border-radius:5px;
	border:1px solid #afcb08;
	color:#fff;
	background:#afcb08;
}

#search input[type=submit]:hover {
	background:#99b307;
	border:1px solid #99b307;
	cursor:pointer;
}

.bar-action .user {
	flex-grow:0.2;
}

.pager {
	margin:0;
	list-style:none;
	font-size:0;
	line-height:0;
}

.pager li {
	display:inline-block;
}

.pager li a {
	display:inline-block;
	padding:5px 10px;
	color:#888;
	font-size:15px;
	line-height:22px;
	background:#fafafa;
	border:1px solid #ccc;
	border-right:0;
	text-decoration:none;
}

.pager li:last-of-type a {
	border:1px solid #ccc;
}

.pager li a:hover {
	background:#fff;
	color:#595959;
}

.topics {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:stretch;
}

.topics p {
	flex-basis:30%;
	margin:0 0 80px;
	text-align:left;
}

.topics p > a {
	display:block;
	text-decoration:none;
	color:#595959;
	margin:0 0 10px;
	padding:0 0 10px;
	border-bottom:1px solid rgba(0,0,0,0.1);
}

.topics p a img {
	display:block;
	width:100%;
	height:auto;
	margin:0 0 10px;
	transition:100ms;
}

.topics p a:hover img {
	opacity:0.9;
}

.topics p a > strong {
	display:block;
	color:#afcb08;
	font-size:25px;
	line-height:30px;
	font-weight:300;
	margin:0 0 10px;
	transition:100ms;
}

.topics p a:hover > strong {
	color:#99b307;
}

.topics p a > span {
	display:block;
	font-weight:300;
	margin:0 0 10px;
}

.topics p small {
	display:block;
	line-height:20px;
}

.topics p small a {
	color:inherit;
	text-decoration:none;
}

.topics p small a:hover {
	color:#99b307;
	text-decoration:none;
}

.topics p small img {
	display:inline-block;
	width:35px;
	height:35px;
	border-radius:50px;
	margin:0 5px 0 0;
	float:left;	
}

.topics p small strong {
	display:block;
	color:#afcb08;
	font-size:15px;
	font-weight:400;
}

.topics p small span {
	display:block;
	font-size:11px;
}

.category {
	width:100%;
	border-collapse:collapse;
}

.category tr:nth-of-type(2n) {
	background:rgba(0,0,0,0.025);
}

.category td {
	padding:25px 10px;
}

.category p {
	margin:0;
}

.category small {
	display:block;
}

.category .title {
	display:inline-block;
}

.category .title a {
	color:inherit;
	font-size:18px;
	text-decoration:none;
	margin:0 10px 0 0;
}

.category .title a:hover {
	color:#afcb08;
}

.category .pages {
	display:inline-block;
	margin:0;
	padding:0;
	list-style:none;
}

.category .pages li {
	display:inline-block;
}

.category .pages li a {
	display:inline-block;
	padding:5px 10px;
	color:#888;
	font-size:15px;
	line-height:22px;
	background:rgba(0,0,0,0.05);
	text-decoration:none;
}

.category .pages li a:hover {
	background:rgba(0,0,0,0.1);
}

.category img {
	display:inline-block;
	float:left;
	width:35px;
	height:35px;
	border-radius:50px;
	margin:0 5px 0 0;
	transform:translateY(5px);
}

.category td:first-of-type small a {
	color:inherit;
	text-decoration:none;
}

.category td:first-of-type small a:hover {
	color:#99b307;
}

.category td:last-of-type a {
	color:inherit;
	text-decoration:none;
}

.category td:last-of-type a:hover {
	color:#99b307;
}

.entry {
	border-top:1px solid rgba(0,0,0,0.1);
	margin:10px 0;
	padding:10px 0;
	position:relative;
}

.entry .left {
	float:left;
	width:20%;
	padding:10px;
	box-sizing:border-box;
	text-align:center;
}

.entry .left img {
	display:block;
	width:80%;
	max-width:100px;
	height:auto;
	border-radius:500px;
	margin:0 auto 10px;
}

.entry .left strong {
	display:block;
	color:#afcb08;
}

.entry .left span {
	display:block;
}

.entry .left a {
	color:inherit;
	text-decoration:none;
}

.entry .left a:hover {
	color:#99b307;
}

.entry .right {
	float:right;
	width:80%;
	padding:10px;
	box-sizing:border-box;
}

.entry .right small {
	color:#ccc;
}

.entry .anker {
	position:absolute;
	top:10px;
	right:10px;
	color:#ccc;
	text-decoration:none;
}

.entry .anker:before {
	content:'#';
}

.entry .cite {
	padding:10px 20px;
	background:rgba(0,0,0,0.025);
}

.entry .cite small {
	display:block;
	margin:0 0 10px;
}

.entry .cite span {
	display:block;
	margin:0 0 10px;
}

.user-entry {
	background:rgba(0,0,0,0.05);
	text-align:right;
}

.user-entry p, .entry .left .user-wrapper {
	margin:0;
	display:flex;
	align-items:center;
	justify-content:center;
	width:100px;
	height:100px;
	position:relative;
	overflow:hidden;
	border-radius:100%;
	margin:0 auto;
}

.user-entry p img, .entry .left .user-wrapper img{
	display:block;
	min-width:100%;
	min-height:100%;
	max-width:100px;
	max-height:100px;
	width:auto;
	height:auto;
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	margin:auto;
}


.user-entry textarea {
	display:block;
	padding:20px;
	box-sizing:border-box;
	font:15px/22px "Open Sans", Arial, sans-serif;
	color:#595959;
	min-width:100%;
	width:100%;
	max-width:100%;
	min-height:150px;
	height:150px;
	max-height:300px;
	margin:0 0 10px;
}

.user-entry input {
	display:inline-block;
	padding:7px 20px;
	border-radius:5px;
	font-size:18px;
	line-height:20px;
	background:#afcb08;
	color:#fff;
	border:1px solid #afcb08;
	text-decoration:none;
	transition:100ms;
}

.user-entry input:hover {
	background:#99b307;
	border:1px solid #99b307;
	cursor:pointer;
}


#bottom {
	background:#afcb08;
	color:#fff;
	text-align:center;
	padding:50px 0;
}

#bottom ul {
	margin:0;
	list-style:none;
}

#bottom ul li {
	display:inline-block;
}

#bottom ul li a {
	display:inline-block;
	padding:5px 10px;
	color:#fff;
	text-decoration:underline;
}

#bottom ul li a:hover {
	text-decoration:none;
}

.backbtn{
		background: #afcb08 none repeat scroll 0 0;
    border: 1px solid #afcb08;
    border-radius: 5px;
    color: #fff;
    padding: 4px 20px;
    width: inherit;
    font-size:16px;
    font-weight:100;
	margin:0 10px 0 0;
	}
	
.thmbtn{
		background: #afcb08 none repeat scroll 0 0;
    border: 1px solid #afcb08;
    border-radius: 5px;
    color: #fff;
    padding: 4px 10px;
    font-size:16px;
    font-weight:100;

	}
.category, .entry .right{
	text-align:left;
}

.bar-action p{
	margin:0;
}

.category, .category tbody{
	display:block;
	width:100%;
}

.category tr{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	width:100%;
}

.category tr td:nth-of-type(1), .category tr td:nth-of-type(3){
	display:block;
	width:50%;
	padding-bottom:0;
}

.category tr td:nth-of-type(2){
	display:block;
	width:100%;
	order:3;
	padding-top:0;
}

.category tr td:nth-of-type(2) br{
	display:none;
}

.search-entry a{
	display:block;
	width:100%;
	padding:10px 20px;
	background:#f4f4f4;
	color:#484848;
	border:1px solid #ccc;
	border-radius:3px;
	text-decoration:none;
	margin:0 0 10px;
}

.search-entry a:hover{
	background:#fff;
	color:#afcb08;
}

@media only screen and (max-width:1000px){
	h1, .h1, h2, .h2{
		font-size:24px;
		line-height:34px;
	}
	
	.topics p a > strong{
		font-size:16px;
		line-height:24px;
	}
	
	.topics p a > span{
		font-size:14px;
		line-height:16px;
	}
}

@media only screen and (max-width:720px){
	.topics{
		display:block;
	}
	
	.topics p{
		width:100%;
		margin:0 0 20px;
	}
	
	#search input{
		width:100%;
		margin:0 0 20px;
	}
	
	.category tr td:nth-of-type(1){
		width:100%;
		order:2;
		padding-top:0;
	}
	
	.category tr td:nth-of-type(2){
		order:3;
		padding-bottom:20px;
	}
	
	.category tr td:nth-of-type(3){
		width:100%;
		order:1;
		padding-top:20px;
		padding-bottom:0;
	}
	
	#middle{
		min-height:0;
	}
	
	.bar-action{
		display:block;
		text-align:center;
	}
	
	.backbtn{
		margin:0 0 20px;
	}
	
	body .forum-wrapper{
		margin-top:30px;
	}
	
	.entry .left, .entry .right{
		float:none;
		width:100%;
	}
	
	.user-entry p, .entry .left .user-wrapper{
		width:30px;
		height:30px;
		margin:0;
	}
	
	.user-entry p img, .entry .left .user-wrapper img{
		max-width:30px;
		max-height:30px;
	}
	
	.entry .left p{
		display:flex;
		justify-content:space-between;
		align-items:center;
		padding:20px 0 0;
		margin:0;
	}
	
	.entry.user-entry{
		display:flex;
		justify-content:space-between;
	}
	
	.entry.user-entry .left{
		width:auto;
	}
}