/*
Author: Jarques Pretorius (www.07designs.com)
Description: Stylesheet for Digg.fx Wordpress plug-in.
*/
#df_wrap {
	width: 100%;
	border: thin solid #c7d6e6;
	background-color: #ffffff;
	background-image: url(img/top_wide.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: auto;
}
.df_stretcher {
	background: none !important;
	background: #fff;
}
.df_display {
	background: url(img/menu-back.gif) 0 100% repeat-x;
	cursor: pointer;
	font-size: 14px;
	margin-bottom: 3px;
	margin-top: 0px;
	border-bottom: thin solid #eee8dd;
	border-top: thin solid #eee8dd;
}
.df_display a:link, h3 a:visited {
	color: #105cb6;
	height: 16px;
	text-decoration: none;
}
.rss-item {
	padding: 3px;
	border-bottom:thin solid #eff2f5;
}
.rss-item:hover {
	border-left: solid thin #516d86;
	border-right: solid thin #516d86;
	padding-left: 2px;
}
.rss-box {
	width: 100%;
}
.rss-item a {
	color: #336598;
	text-decoration:none;
	font-size: 11px;
}
.rss-item a:hover {
	text-decoration:none;
	color: #000033;
}
#df_footer {
	text-align: center;
	font-size:9px;
	border-top:thin solid #eff2f5;
	background: #f4f6f8;
	padding-bottom:1px;
}
#df_footer a:link {
	color: #336598;
	text-decoration:none;
}
#df_footer a:visited {
	color: #336598;
	text-decoration:none;
}
#df_footer a:hover {
	color: #336598;
}
