
/* === BEGIN feeds CSS === */

/* General */
#content_container {
	width: 100%-40px;
	margin: 10px;
}

#feeds_wrapper {
	width: 100%-220px;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 32px;
	border: 1px dotted black;
	text-align: center;
}

#feeds_wrapper h3 {
	margin-top: 0px;
}

#feeds_wrapper a , #feeds_wrapper a:visited {
	text-decoration: none;
}

div.feeds_fcontainer {
	margin-right: 30px;
	margin-bottom: 10px;
	float: left;
}

div.feeds_listitem {
	margin: auto;
	margin-bottom: 10px;
	border: 1px dotted black;
}

div.feeds_listitem , div.feeds_listitem_links {
	width: 290px;
}

p.feeds_listitem_label {
	margin: 0px;
	padding: 3px;
	font: bold 14px/18px Palatino Linotype, Palatino, FreeSerif, serif;
}

p.feeds_listitem_desc {
	margin: 0px;
	padding: 4px;
	font: normal 14px/18px Palatino Linotype, Palatino, FreeSerif, serif;
}

div.feeds_listitem_links {
	height: 20px;
	border-top: 1px dotted black;
	font: normal 14px/18px Palatino Linotype, Palatino, FreeSerif, serif;
	overflow: hidden;
}

div.feeds_links_fpf {
	margin-top: 2px;
	margin-left: 3px;
	float: left;
}

div.feeds_links_remove {
	margin-top: 2px;
	margin-right: 3px;
	float: right;
}

/* === END feeds CSS == */
