/* Competition */
.act-toplist-col {
	margin-left: 20px;
}

/* News */
ul.news{
	height:1%;
	padding:0 14px 10px 10px;
	margin:-14px 0 10px;
	list-style:none;
	overflow:hidden;
}
ul.news li{
	float:left;
	width:585px;
	padding:8px 0 0 25px;
	border-top:1px solid #e8e8e8;
	margin:-1px 0 0;
	vertical-align:top;
	background:url(http://www.wopi.se/ServiceMedia/img/icons/newspaper.png) no-repeat 3px 8px;
}
ul.news li strong{
	font-style:italic;
	color:#000;
}
ul.news li strong a{color:#000;}
ul.news li p{
	padding:0 0 8px;
	margin: 0 !important;
}


/* Latest active photos */
ul.photos{
	margin:5px 22px 0 17px;
	padding:3px 0 0 3px;
	width: 100%;
	list-style:none;
	overflow:hidden;
}
ul.photos li{
	float:left;
	padding:0 5px 0 0;
}
ul.photos li a,
ul.photos li a img{float:left;}


/* Poll */
#poll_border {
	width: 232px;
	padding: 10px;
	border: 1px solid #DDD;
	overflow: hidden;
	float: right;
	margin-top: 39px;
}
#poll_border h2 {
	font-size: 13px;
	color: #FF66C2;
}

.voted_item {
	height: 12px;
	font-size: 10px;
	color: #8B8B8B;
	margin-bottom: 5px;
}
.voted_item div {
	background: #FCB7D9;
	margin: 2px 5px 2px 0;
	height: 8px;
	float: left;
}


/* Chatterbox */
.cb_pic {
	width: 50px; height: 60px; border: 1px solid #F7B8B8; float: left; margin-right: 10px; margin-bottom: 4px;
}
#cb .hr {
	border: 0;
	border-top: 1px dashed #CCC;
	margin: 10px 0;
}
#cb .p {
	padding: 0 20px;
}
#cb .p strong {
	display: block;
	margin-bottom: 3px;
}
#cb .p em {
	font-weight: 400;
	font-size: 10px;
	color: #CCC;
}

#new_thread #name, #new_thread #category {
	width: 350px;
}
#new_thread textarea {
	width: 99%;
	height: 250px;
}