.tx-gcgluteusfeed-pi1 {
	overflow: hidden;
}

#news-list { position: relative; }

#news-list, li.news-list-item {
	margin: 0;
	padding: 0;
	list-style: none;
}

#news-list .news-list-item {
	float: left;
	margin: 0 15px;
}
#news-list .news-list-item:last-child { margin-right: 30px; }

#news-list .news-list-item a:hover	 {
	text-decoration: none;
}

#news-list .news-list-item .heading {
	padding: 0;
	font-size: 40px;
	font-style: italic;
}

#news-list .news-list-item .date {
	margin: 0 0 10px 0;
	display: block;
	font-style: italic;
}

.scrollableArea { padding: 0 0 0 15px; }

/* news */
.buttoncontainer a, .buttoncontainer a:hover {
	margin: 5px;
	padding: 5px 10px;
	background: #333333;
	text-decoration: none;
}
.buttoncontainer a:hover {
	background: #555555;
}

.buttoncontainer a.new, .buttoncontainer a.new:hover {
	display: inline-block;
	margin: 0 0 10px 34px;
	text-decoration: none;
}

#gc_gluteusfeed_newPost, #gc_gluteusfeed_editPost {
	width: 400px;
	margin: 0 auto;
}
#gc_gluteusfeed_newPost td, #gc_gluteusfeed_editPost td {
	padding: 10px;
}
#gc_gluteusfeed_newPost input[type="text"], #gc_gluteusfeed_newPost input[type="file"], #gc_gluteusfeed_newPost input[type="date"],
#gc_gluteusfeed_editPost input[type="text"], #gc_gluteusfeed_editPost input[type="file"], #gc_gluteusfeed_editPost input[type="date"] {
	width: 250px;
	line-height: 25px;
}
#gc_gluteusfeed_newPost input[type="text"], #gc_gluteusfeed_editPost input[type="text"] {
	border: 1px solid #555555;
}