
/* ### -- -- -- -- -- Special Burning Board 3 Styles -- -- -- -- -- ### */

/* 

File: burningBoard.css 
Copyright 2006 by WoltLab GmbH. 

*/

/* ### -- -- -- -- -- Miscellaneous -- -- -- -- -- ### */

.hot {
	font-weight: bold;
}

.interesting a {
	font-style: italic;
}

.threadStarter {
	font-style: italic;
}

.topicQuickEdit {
	display: none;
	width: 50%;
}

.prefix strong {
	font-weight: normal;
}

.headlineContainer h1 .prefix {
	font-size: 1.2em;
}

.smallPages {
	float: right;
	height: 24px;
}

.goToNewPost {
	margin-right: 3px;
	float: left;
}

.topic input, .headlineContainer h1 input  {
	width: 70%;
}

.threadSort:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}

.breadCrumbs .prefix {
	text-decoration: none;
}

/* ### -- -- -- -- -- Quick Jump -- -- -- -- -- ### */

.quickJump {
	white-space: nowrap;
	width: auto;
}

.quickJump select {
	width: auto;
}

/* ### -- -- -- -- -- Page Options -- -- -- -- -- ### */

.pageOptions {
	float: right;
}

.pageOptions form, .pageOptions div {
	display: inline;
}

.pageOptions a, .pageOptions form {
	text-decoration: none;
	margin-left: 10px;
}

.pageOptions a span {
	text-decoration: underline;
}

.pageOptions a:hover span {
	text-decoration: none;
}

/* ### -- -- -- -- -- Board List -- -- -- -- -- ### */

#boardlist, #boardlist ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#boardlist {
	margin-bottom: 20px;
}

#boardlist .boardlistInner {
	min-height: 16px;
}

#boardlist .container-1, #boardlist .container-2  {
	background-repeat: no-repeat;
	background-position: left center;
}

#boardlist li ul .boardlistInner {
	padding-left: 30px;
}

#boardlist li ul li ul .boardlistInner {
	padding-left: 60px;
}

#boardlist li ul li ul li ul .boardlistInner {
	padding-left: 90px;
}

#boardlist li {
	min-height: 0;
}

#boardlist .containerContent:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}

#boardlist .container-1, #boardlist .container-2 {
	padding: 4px;
}

.boardlistLastPost {
	margin: -1.5em 3em 0 3em;
	float: right;
	width: 40%;
	overflow: hidden;
}

#boardlist .boardTitle {
	width: 45%;
}

#boardlist .containerHead .boardTitle {
	width: 99.5%;
}

#boardlist .boardlistSubboards {
	margin: 3px 0 0 0;
	padding: 0;
	min-height: 0;
}

#boardlist .boardlistSubboards {
	margin: 3px 0 0 0;
}

#boardlist .boardlistSubboards h4, #boardlist .boardlistSubboards h5, #boardlist .boardlistSubboards h6 {
	display: inline;
}

.boardlistUserOnline, .moderators {
	margin-top: 3px;
}

.boardlistDescription {
	margin-bottom: 3px;
}

.boardlistCounter {
	margin-bottom: 3px;
}

/* ### -- -- -- Thread List -- -- -- ###*/

.tableList .columnLastPost {
	width: 30%;
}

.tableList .columnLastPost p {
	text-align: center;
}

.tableList .columnLastPost .containerContentSmall p {
	text-align: left;
}

.tableList .columnTopic {
	width: 70%;
}

.tableList .columnTopic div.topic {
	overflow: hidden;
}

.tableList .columnViews, .tableList .columnReplies {
	text-align: center;
}

.tableList .columnRating, .tableList .columnLastActivity {
	white-space: nowrap;
}

/* todo: find a better solution, because this makes problems, when more than 
only one image is in that td, e.g. delete and enable action
-> maybe apply this via javascript, as it is only needed for drop down menus
 */
.tableList td.columnIcon img {
	display: block;
}

/* ### -- -- -- Similar Threads -- -- -- ###*/

.similarThreads {
	list-style: none;
	margin-top: 10px;
	padding: 0;
}

.similarThreads li {
	min-height: 0;
}

.similarThreads .breadCrumbs {
	margin: 0;
}

/* ### -- -- -- Moderation Overview -- -- -- ###*/

.moderationOverview {
	list-style: none;
	margin: 15px 0 5px 0 !important;
	padding: 0;
}

.moderationOverview:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}

.moderationOverview ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.moderationOverview img {
	margin-right: 5px;
	float: left;
}

.moderationOverview li {
	margin: 0 5% 10px 0;
	float: left;
	width: 40%;
	min-height: 48px;
}

.moderationOverview li ul li {
	margin: 3px 0 3px 0;
	float: none;
	width: auto;
	min-height: 0;
}

/* ### -- -- -- -- -- Delete Post -- -- -- -- -- ### */

.deletePost input[type="submit"] {
	float: right;
}

.deletePost .formField {
	float: left;
}

.deletePost:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}

/* ### -- -- -- -- -- EOF -- -- -- -- -- ### */
