/* IMAGES: border styling */
.oio-img-border {
	border: 2px solid #C0C0C0;
	text-align: center;
}

/* IMAGES: position styling */
.oio-img-position, .oio-img-border img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

/* BADGE: styling */
.oio-badge {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* LINKS: sidebar styling */
.oio-link-sidebar {

}

/* LINKS: footer styling */
.oio-link-footer {
	text-align: center;
}

/* LINKS: single page styling */
.oio-link-single {
	text-align: center;
	margin-bottom: 15px;
}

/* INLINE: position styling */
.oio-inline-position {
	float: right; /* LEFT = float:left; */
	margin-top: 10px;
	margin-left: 10px; /* LEFT = margin-right: 10px; */
}

/* BANNERS: position styling */
.oio-zone-position {
	position: relative;
	margin: auto;
}

/* POSTLINKS: styling */
.oio-postlinks {
	margin-top: 15px;
}

/* OPENSLOTS: styling */
.oio-openslots {

}

/* RSS INLINE: styling */
#myrss_feed {
	padding: 10px;
	border: 1px dashed black;
}
.rsscontainer {
	margin-bottom: 1em;
	text-align: left;
}