/* ----------------- sidebar  ----------------- */
#content {
	margin: 0px;
}

#rightcontainer {
	display: none;
}

/* index page */
.cats {
	border: 1px solid #C4860F;
	margin-bottom: 10px;
}

#newentries {
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 1000;
	width: 100%;
	text-align: center;
	border-top: 2px solid orange;
	background-color: #fff;
	display: none;
	padding: 4px;
	vertical-align: text-bottom;
}

#newentries img {
	vertical-align: text-bottom;
}

#content .ubbimg {
	max-width: 350px;
	border: 0px solid #000 !important;
	box-shadow: 2px 2px 2px #AAAAAA;
	-moz-box-shadow: 2px 2px 2px #AAAAAA;
	-webkit-box-shadow: 2px 2px 2px #AAAAAA;
	padding: 0px;
}

/* ----------------- index  ----------------- */
/*category collection on index page*/
.iCats { /*border: 1px solid #EEBC5C;*/
	float: left;
	margin: 0 0 8px 0;
	padding: 0;
	width: 100%;
	line-height: 1.8em;
}

.iCats .tijd {
	width: 54px;
	color: #aaa;
}

.iCats .topicname {
	margin: 0 10px 0 55px;
}

.iInnerCat {
	padding: 5px 0px;
	margin: 0;
}

.iInnerCat b a,b.test a {
	display: block;
	text-align: right;
	/*
	color: #cd0067;
	border-bottom: 1px solid #EFEFEF;
	*/
	clear: both;
}

.iInnerCat img {
	vertical-align: text-top;
}

.iInnerCat span { /*
	font-size: 0.9em;*/
	line-height: 0.9em;
}

.lichtje {
	border: 1px solid #efefef;
	margin-bottom: 10px;
}

.lichtje:hover {
	background-image: url('/trans2.png');
}

.iList .iTopicName a {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	width: 136px;
	overflow: hidden;
}
.iList {
	font-size: 0.9em;
}

.iList .iTopicName { /*
	margin: 0 23px 0 45px;*/
	
}

.iList .iTijd {
	width: 40px;
	display: block;
	float: left;
}

.iList .iReplies {
	display: block;
	float: right;
	color: #aaa;
	padding-left: 2px;
}

/* index rechts*/
#iRight .iTijd {
	font-size: 80%;
	color: #aaa;
}

#iRight form {
	margin-top: 15px;
}

.zoekklein {
	border-radius: 2px;
	background-color: #f3f3f3;
	border: 1px solid orange;
	text-align: center;
	box-shadow: 2px 2px 2px #dedede;
}

.zoekklein input {
	font-size: 90%;
	margin: 0 0 10px 0;
	padding: 2px 10px;
	border: 1px solid #orange;
}

#iRight,#cRight {
	width: 210px;
	float: right;
}

#content #iRight h2,#content #cRight h2 {
	border-bottom: 2px dashed #ddd;
	text-align: right;
	padding-right: 7px;
}

#iRight .iList {
	border-bottom: 2px dashed #ddd;
	margin: 14px 0px 30px 0;
}

#iLeft,#cLeft {
	width: 705px;
	width: 726px;
	/*width: 660px;*/
	float: left;
}

.catDesc {
	margin: 0 9px;
}

/* ----------------- categorie  ----------------- */
.cTop {
	padding-top: 20px;
	border-top: 1px solid #EEBC5C;
	font-weight: bold;
	color: #991C00
}

.cTop .cTopReacties {
	width: 9em%;
	display: block;
	float: right;
}

.cTop .cTopDatum {
	width: 21%;
	display: block;
	float: left;
	padding-left: 6px;
}

.cZoeken {
	margin-top:6px;
	display: inline;
	float: right;
}

.catContainer {
	border: 1px solid #EEBC5C;
}

.catCat {
	clear: both;
	border-bottom: 1px solid #efefef;
	padding: 8px 0px;
}

.catCat:hover {
	background-color: #fff;
}

.catCat img {
	margin-right: 4px;
	vertical-align: text-top;
}

.tijd {
	width: 154px;
	display: block;
	float: left;
	font-size: 80%;
	color: #aaa;
	padding-left: 6px;
}

.nreplies {
	display: block;
	float: right;
	color: #aaa;
	font-size: 80%;
	padding-right: 6px;
}

.topicname {
	margin: 0 10px 0 155px;
}

.topichover:hover {
	background-color: #fff;
}

.topichover {
	padding: 0 9px;
}

.topicname .forumklein {
	font-size: 0.8em;
}

.headerklein {
	font-size: 0.8em;
	line-height: 1.6em;
	margin-bottom: 0.2em;
}

/* ----------------- collect  ----------------- */
.geefdoggies, .geefdoggies a{
	color:orange;
}
#cRight {
	width: 180px;
	float: right;
}

#cRight .zoekklein input {
	margin: 6px 0 10px 6px;
	padding: 2px 10px;
	border: 1px solid #orange;
}

#cLeft {
	width: 705px;
	width: 776px;
	/*width: 660px;*/
	float: left;
}

#content .forumimg img {
	border: 0px solid #000 !important;
	box-shadow: 2px 2px 2px #AAAAAA;
	-moz-box-shadow: 2px 2px 2px #AAAAAA;
	-webkit-box-shadow: 2px 2px 2px #AAAAAA;
	padding: 0px;
}

.cReply {
	border: 1px solid #EEBC5C;
	margin-bottom: 10px;
	display: block;
	*display: inline-block;
}

.cReply:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.forumimg {
	float: right;
	margin: 10px;
}

#content .cReply  .cHeader {
	
}

#content .cReply  .cHeader h2 {
	margin: 0px;
	padding: 2px;
	padding: 12px 12px 0px 12px;
}

#content .cReply  .cHeader .footer {
	margin: 0px;
	padding: 2px;
	padding: 4px 12px 4px 12px;
	border-bottom: 1px solid #efefef;
}

#content .cReply h2  img {
	text-align: middle;
	vertical-align: text-bottom;
	padding-right: 10px;
}

#content h2 span {
	display: block;
	color: #ccc;
	float: right;
	font-szie: 80%;
	font-weight: normal;
}

.footer {
	clear: right;
	font-size: 0.8em;
	padding: 2px 5px;
}

.footer,#content .footer a {
	color: #991C00;
}

/* ----------------- global  ----------------- */
.g { /*background-image: url('/images/opacity_white_1x1.png');*/
	border: 1px solid #C4860F;
	margin-bottom: 10px;
}

#content h2 {
	padding: 0px 5px 0px 5px;
	font-size: 130%;
}

#content .i {
	margin: 5px;
}

#content .r a:visited {
	color: #991B00;
}

/* acties */
.quote {
	border: 1px solid #EEBC5C;
	margin: 5px;
	background-image: url("/trans2.png");
	box-shadow: 2px 2px 2px #AAAAAA;
	-moz-box-shadow: 2px 2px 2px #AAAAAA;
	-webkit-box-shadow: 2px 2px 2px #AAAAAA;
	float: left;
	max-width: 540px;
}

.quotetext {
	padding: 5px;
}

.quoteuser {
	padding: 2px 5px;
	font-size: 0.9em;
	background-color: #FFF;
}

.red a,.red {
	color: red;
}

.yellow a,.yellow {
	color: #a6ed3b;
}

.orange a,.orange {
	color: orange;
}

.green a,.green {
	color: #538C61;
}

.purple a,.purple {
	color: #6700d3;
}

.forumentry .forumklein,.topicname .forumklein,.forumklein {
	font-size: 0.8em;
}}