@charset "UTF-8";
/* CSS Document */

/*threadlisthead*/
.threadlisthead {
	margin: 0;
	width: 100%;
	border: 1px solid #c4c4c4;
	background: #cfcfcf url(images/gradients/gradient-white-down.png) repeat-x  ;
	float: left;
	display:block;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-box-shadow: -2px 2px 2px #c8c8c8;
	-webkit-box-shadow: -2px 2px 2px #c8c8c8;
}

.threadlisthead div {
	border-top: 1px solid rgb(255,255,255);
	margin-left: 3px;
	margin-right: 3px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
}

.threadlisthead span.threadinfo, .threadlisthead span.threadinfo_withnotification, .threadlisthead span.threadstats, .threadlisthead span.threadreplies, .threadlisthead span.threadviews, .threadlisthead span.threadnotification, .threadlisthead span.threadlastpost {
	display:block;
	float: left;
	clear: right;
	padding: 5px 0;
	font-size: 12px;
	color: #6f6f6f;
	font-weight:bold;
}

.threadlisthead span.threadinfo {
	width: 59%;
}

.threadlisthead span.threadinfo_withnotification {
	width: 47%;
}

.threadlisthead span.threadinfo .threadtitle {
	padding-left: 10px;
}

.threadlisthead span.threadreplies {
	width: 6%;
	text-align:center;
}

.threadlisthead span.threadviews {
	width: 6%;
	text-align:center;
}

.threadlisthead span.threadstats, .threadlisthead span.threadnotification {
	width: 12%;
}

.threadlisthead span.threadnotification {
	text-align: center;
}

.threadlisthead span.threadlastpost {
	width: 26%;
	text-align:left;
	padding-left: 3%;
}

.threadlisthead a:hover {
	background: transparent;
}

.threadlisthead .threadimod {
	position: absolute;
	right: 5px;
	padding-top: 5px;
}

/*threadbit*/
.threadbit{
	padding:0;
	width:100%;
	display:block;
	clear:both;
	color: #4e4e4e;
	float: left;
	position: relative;
	-moz-box-shadow: -2px 2px 2px #c8c8c8;
	-webkit-box-shadow: -2px 2px 2px #c8c8c8;
}


.threadbit .threadtitle {
	margin-top: 5px;
	font-size: 14px;
}

.threadbit .threadtitle_unread {
	font-weight: bold;
}

.threadbit .threaddetails {
	float: right;
	clear: left;
	position: relative;
	right: 0;
	bottom:20px;
	margin-right: 10px;
	margin-bottom: -20px;
}

.threadbit .sticky{
	background: #F2F6F8 url(images/gradients/grey-up.png) repeat-x left bottom;
	border: 1px solid #c4c4c4;
	border-top: 1px solid rgb(255,255,255);
	width: 100%;
	float: left;
	display:block;
	clear:both;
	position: relative;
}

.threadbit .nonthread{
	background: #ffffff url(images/gradients/grey-up.png) repeat-x left bottom;
	border: 1px solid #c4c4c4;
	border-top: 1px solid rgb(255,255,255);
	width: 100%;
	float: left;
	display:block;
	clear:both;
	position: relative;
	padding: 5px 0 0;
	text-indent: 10px;
}

.threadbit .nonsticky, .threadbit .deleted, .threadbit .discussionrow, .threadbit .ignored {
	border: 1px solid #c4c4c4;
	border-top: 1px solid rgb(255,255,255);
	width:100%;
	float: left;
	display:block;
	clear:both;
	position: relative;
	margin-top: 0;
}

.threadbit .nonsticky, .threadbit .discussionrow {
	background: #ffffff url(images/gradients/grey-up.png) repeat-x left bottom;
}

.threadbit .deleted, .threadbit .ignored {
	background: #e5e5e5 url(images/gradients/gradient-black-down_sm.png) repeat-x  ;
}

.threadinfo .threaddesc {
	height:0;
	overflow:hidden;
	text-indent:-9999px;
}
.threadbit .threadmeta {
	font-size: 12px;
}

.threadbit .threadstatus {
	min-height: 47px;
}

.threadbit .threadstatus, .threadbit .threadinfo, .threadbit .threadinfo_withnotification, .threadbit .threadstats, .threadbit .threadlastpost, .threadbit .threaddeleted, .threadbit .threadnotification, .threadbit .nothreadstatus, .threadbit .threadthread {
	float: left;
	clear: right;
	display:inline-block;
}

.threadbit .threadinfo {
	width: 59%;
	min-width: 350px;
}

.threadbit .threadinfo_withnotification {
	width: 47%;
}

.threadbit .threadstats, .threadbit .threadnotification {
	width: 12%;
}

.threadbit .threadthread {
	width: 10%;
}

.threadbit .threadstats .replies, .threadbit .threadstats .views, .threadbit .threadstats .smallreplies {
	display: inline-block;
	float: left;
	clear: right;
	padding-top: 17.39px;
	text-align: center;
	font-size: 14px;
	min-height: 30px; /* size of status icon */
}

.threadstats .smallreplies {
	padding-bottom: 17.39px;
}
.threadbit .threadstats .replies, .threadbit .threadstats .views {
	width: 50%;
}

.threadbit .threadstats .smallreplies {
	width: 33.3%;
}

.threadbit .discussionrow .threadstats .views, .threadbit .ignored .threadstats .views {
	text-align:  center;
}

.threadbit .threadstats .replies a.understate:link {
	color: #4e4e4e;
}

.threadbit .threadlastpost {
	padding-left: 3%;
	width: 26%;
	padding-top: 5.24px;
	padding-bottom: 10.24px;
	float: left;
	clear: right;
	display:block;
	min-height: 30px;
	font-size: 12px;
}

.threadbit .alt {
	background: #f2f6f8 url(images/gradients/grey-up.png) repeat-x left bottom;
}

.threadbit .threaddeleted {
	width: 35%;
	padding-top: 5.24px;
	padding-bottom: 10.24px;
	float: left;
	clear: right;
	display: block;
	vertical-align: middle;
	min-height: 30px;
	padding-right:3%;
}

.threadbit .threadnotification {
	padding-top: 3.3333333333333px;
	font-size: 12px;
	text-align: center;
}

.threadbit .threadlastpost .username {
	font-size: 14px;
}

.threadbit .discussionrow .inner {
	margin-left: 10px;
}
span.searchdesc, .threadbit .discussionrow .inner span.searchdesc {
	font-size: 11px;
}
.threadbit .discussionrow .threadlastpost {
	padding-left: 3%;
}

.threadbit .threadimod {
	position:absolute;
	right: 3.3333333333333px;
	margin-top: 27px;
}

.threadbit .threadnotification + .threadimod {
	position:absolute;
	right: 5px;
	margin-top: 0;
}

.threadbit.imod_highlight .deleted,
.threadbit.imod_highlight .sticky,
.threadbit.imod_highlight .nonsticky,
.threadbit.imod_highlight .discussionrow,
.threadbit.imod_highlight .alt,
.threadbit.imod_highlight .ignored {
	background-color:#ffeb90;
}

/* threadbit status */
.threadbit .nonsticky a.threadstatus, .threadbit .sticky a.threadstatus {
	background-repeat: no-repeat;
	background-position: 10px 4px;
	position: relative;
	float: left;
	clear: right;
	width: 60px;
	display:block;
}

.threadbit .threadstatus { background-image: url(images/statusicon/thread_old-30.png); }
.threadbit.dot .threadstatus { background-image: url(images/statusicon/thread_dot-30.png); }
.threadbit.dot.hot .threadstatus { background-image: url(images/statusicon/thread_dot_hot-30.png); }
.threadbit.dot.hot.lock .threadstatus { background-image: url(images/statusicon/thread_dot_hot_lock-30.png); }
.threadbit.dot.hot.lock.new .threadstatus { background-image: url(images/statusicon/thread_dot_hot_lock_new-30.png); }
.threadbit.dot.hot.new .threadstatus { background-image: url(images/statusicon/thread_dot_hot_new-30.png); }
.threadbit.dot.lock .threadstatus { background-image: url(images/statusicon/thread_dot_lock-30.png); }
.threadbit.dot.lock.new .threadstatus { background-image: url(images/statusicon/thread_dot_lock_new-30.png); }
.threadbit.dot.new .threadstatus { background-image: url(images/statusicon/thread_dot_new-30.png); }
.threadbit.hot .threadstatus { background-image: url(images/statusicon/thread_hot-30.png); }
.threadbit.hot.lock .threadstatus { background-image: url(images/statusicon/thread_hot_lock-30.png); }
.threadbit.hot.lock.new .threadstatus { background-image: url(images/statusicon/thread_hot_lock_new-30.png); }
.threadbit.hot.new .threadstatus { background-image: url(images/statusicon/thread_hot_new-30.png); }
.threadbit.lock .threadstatus { background-image: url(images/statusicon/thread_lock-30.png); }
.threadbit.lock.new .threadstatus { background-image: url(images/statusicon/thread_lock_new-30.png); }
.threadbit.moved .threadstatus { background-image: url(images/statusicon/thread_moved-30.png); }
.threadbit.moved.new .threadstatus { background-image: url(images/statusicon/thread_moved_new-30.png); }
.new .threadstatus { background-image: url(images/statusicon/thread_new-30.png); }

.threadbit .deleted .threadstatus {
	background-image: url(images/statusicon/thread_deleted_30.png);
	background-repeat: no-repeat;
	background-position: 10px 4px;
	position: relative;
	float: left;
	clear: right;
	width: 60px;
	display:block;
}

/*threadbit ratings */
.threadbit .threadtitle {
	background:transparent none no-repeat right top;
	padding-left:0;
	margin-right: 10px;
}
.threadbit .rating1 .threadtitle { background-image:url(images/rating/rating-trans-15_1.png); padding-right:15px; }
.threadbit .rating2 .threadtitle { background-image:url(images/rating/rating-trans-15_2.png); padding-right:30px; }
.threadbit .rating3 .threadtitle { background-image:url(images/rating/rating-trans-15_3.png); padding-right:45px; }
.threadbit .rating4 .threadtitle { background-image:url(images/rating/rating-trans-15_4.png); padding-right:60px; }
.threadbit .rating5 .threadtitle { background-image:url(images/rating/rating-trans-15_5.png); padding-right:75px; }

/*threadbit icon*/
.threadbit .title {
	background:transparent none no-repeat left top;
	padding-left: 20px;
}

.threadbit .icon0  .title { background-image:none; padding-left:0; }
.threadbit .icon1  .title { background-image:url(images/icons/icon1.png);  }
.threadbit .icon2  .title { background-image:url(images/icons/icon2.png);  }
.threadbit .icon3  .title { background-image:url(images/icons/icon3.png);  }
.threadbit .icon4  .title { background-image:url(images/icons/icon4.png);  }
.threadbit .icon5  .title { background-image:url(images/icons/icon5.png);  }
.threadbit .icon6  .title { background-image:url(images/icons/icon6.png);  }
.threadbit .icon7  .title { background-image:url(images/icons/icon7.png);  }
.threadbit .icon8  .title { background-image:url(images/icons/icon8.png);  }
.threadbit .icon9  .title { background-image:url(images/icons/icon9.png);  }
.threadbit .icon10 .title { background-image:url(images/icons/icon10.png); }
.threadbit .icon11 .title { background-image:url(images/icons/icon11.png); }
.threadbit .icon12 .title { background-image:url(images/icons/icon12.png); }
.threadbit .icon13 .title { background-image:url(images/icons/icon13.png); }
.threadbit .icon14 .title { background-image:url(images/icons/icon14.png); }

.threadbit .pagination {
	position: relative;
	display: inline-block;
	margin-left: 5px;
}

.threadbit .pagination .pagelinks a {
	padding: 0 4px;
	-moz-border-radius: 2px;
	-webkit_border-radius: 2px;
	border:1px solid #eaeaea;
	color: #417394;
	font-size: 11px;
}

.threadbit .deleted .threadinfo {
	width: 59%
}

.threadbit .deleted .author {
	display: inline-block;
	float: left;
}

.threadbit .managethread {
	display: inline-block;
	float: left;
	clear: right;
}

.threadbit .managethread li {
	display: inline;
	margin-left: 10px;
}


/*************************************************/
/* ADS THREADS */
#ad_forum_below_threadlist {
        width:100%;
        padding:   ;
        text-align:left;
} 