/* fix clashes with foundation classes */
.forum-sticky-topics .sticky {
	position: static !important;	
}
.showing {
	display: block !important;	
}

/**
 * Styling for the default SilverStripe Forum 
 */

.clear {
	clear:both;
	height:0;
}

/* Header */
.forum-header {
}
.forum-header-forms {
	float:right;
	width:300px;
	border: 1px solid #ccc;
	background-color: #f5f5f5;
	padding: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}
@media all and (max-width: 649px) {
	.forum-header-forms {
		float: none;
		width: auto;
		margin-left: 0;
	}
}
.forumStats {
	margin-top: 1em;
	margin-bottom: 0;	
}
.forum-header-forms form {
	margin:0;
}
.forum-jump {
}
.forum-jump label {
	display:none;
}
.forum-search {
}
.forum-search label {
	display:none;
}

/* Search Results */
.forum-pagination .page-numbers {
	text-align: center;
}
.forum-pagination ul li {
	display: inline;
}


/* Content */
.forum-message-admin {}
.forum-message-suspended {}

.forum-topics {
	width:100%;
	margin:0;
}
.forum-topics tr {
	border:1px solid #ccc;	
	border-bottom:none;
}
.forum-topics tr:nth-child(2n+1) {
	background-color:#f5f5f5;
}
.forum-topics tr:last-child {
	border:1px solid #ccc;	
}
.forum-topics tr.category,
.forum-sticky-topics tr.category {
	background:#777;
	color:#FFF;
	text-align:left;
	font-weight: bold;
}
.forum-topics tr.author {
	background:#EDEDED;
}

.forum-topics .highlight {
	background-color:yellow;
}

.forum-topics .hidden {
	display:none;
}

.forum-topics th, .forum-topics td {
	padding:8px 10px;
	margin:0;
	text-align:left;
}


.forum-topics tr.category a {
	background-color:#fff;
	padding:2px 5px;
	text-decoration:none;
	border-radius:3px;
}
.forum-topics tr.category a:hover {
	background-color:#f5f5f5;
}

.forum-post {
	padding:10px;
	border:1px solid #ccc;
}
.forum-post:nth-child(2n) {
	background-color:#f5f5f5;
}
.post-date {
	color:#A79999;
	font-size:0.9em;
	margin:0;
}
.author-link {
	font-size:1.1em;
}
.forum-post .user-info {
	float:left;
	width:150px;
	text-align:left;
}
.forum-post .user-content {
	margin-left:190px;
	padding:8px 0;
}
.forum-post .avatar {
	border:5px solid #ccc;
	margin:10px 0;
}
.forum-post .forum-rank {
	background:#FDF8DA;
	color:#E1AD09;
	font-size:0.9em;
	padding:2px 5px;
}
.forum-post .post-modifiers {
	margin:10px 0;
}
.forum-post .post-modifiers a {
	color:#b22222;
	margin-right:.5em;
}
.forum-post .post-type {
	margin:10px 0;
}


/* Footer */
.forum-admin-features {
	margin:20px 0;
}
.forum-footer {
	border-top: 4px solid #ccc;
	border-bottom: 4px solid #ccc;
	background-color:#f5f5f5;
	margin:40px 0 0 0;
	padding: 20px;
}
.forum-footer p:last-child {
	margin:0;
}
.forum-footer p strong {
}

/* ASC */
/* Forum Lists */
table.forum-topics {
	border-spacing: 0;
	border: 1px solid #ccc;	
	border-collapse: collapse;
}
table.forum-topics th,
table.forum-topics td {
	border: 1px solid #ccc;	
}
table.forum-topics .topic-title,
table.forum-sticky-topics .topic-title {
	font-size: 20px;	
}
table.forum-topics th {
	background-color: #ccc;
	font-weight: normal;
	color: #000;
}
.forum-topics tr.category td,
.forum-sticky-topics tr.category td {
	font-size: 20px;	
}
.forum-topics tr.category td.page-numbers,
.forum-topics tr.category td.gotoButtonEnd,
.forum-topics tr.category td.gotoButtonTop,
.forum-topics tr.category td.replyButton {
	font-size: 12px;	
}
table.forum-topics .summary p {
	margin: 0;	
}

/* reply */
ul#Posts {
	list-style: none;
	margin-left: 0;
	margin-right: 0;
	margin-top: 1em;
	padding: 0;	
}
ul#Posts li:nth-child(even) {
	background-color:#f5f5f5;
}


/* search box */
#search-text {
	width: 100%;
}
form.forum-search {
	margin-bottom: 1em;	
}

/* admin features */
.forum-admin-features {
	background-color: #ccc;
	border: 2px solid #666;
	padding: 10px;
	color: #000 !important;
}
.forum-admin-features * {
	color: #000 !important;
}

/* user profile */
#UserProfile #ForumProfileNickname,
#UserProfile #ForumProfilePosts,
#UserProfile #ForumProfileRank,
#UserProfile #ForumProfileAvatar {
	clear: both;	
}

/* Posting */
#Form_PostMessageForm {
	margin-bottom: 3.5em;	
}
#Form_PostMessageForm_Content {
	height: 160px;
}
.BBCodeHint {
	clear: both;	
}