/* first reset styles */

.digg-widget div,
.digg-widget span,
.digg-widget h1,
.digg-widget h2,
.digg-widget h3,
.digg-widget p,
.digg-widget a,
.digg-widget em,
.digg-widget img,
.digg-widget strong,
.digg-widget ol,
.digg-widget ul,
.digg-widget li
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	line-height: 1;
}

.digg-widget *:focus {
	outline: 0;
}


/* widget styles */

.digg-widget {
	margin: 1em 0;
	border-style: solid;
	position: relative;
	font-family: Arial, sans-serif;
	font-size: 13px;
}

.digg-widget a {
	padding-top: 0 !important;
	padding-left: 0 !important;
	padding-bottom: 0 !important;
	border-style: none !important; 
	border-top: 0px !important
	border-right: 0px !important
	border-bottom: 0px !important
	border-left: 0px !important
	text-decoration: none;
	background: none !important;
}

.digg-widget .digg-widget-header {
	height: 23px;
	padding: 6px 7px;
	position: relative;
}

.digg-widget-header div a {
	display: block;
	position: absolute;
	right: 10px;
	top: 6px;
	float: right;
	width: 85px;
	height: 21px;
	white-space: nowrap;
	text-indent: -2000em;
	background: url(../img/get-widget.png) !important; 
} * html .digg-widget-header div a { background: url(../img/get-widget.gif) !important; }

.digg-widget h1 {
	font-size: 2px;
	text-indent: -2000em;
	margin: 0;
	padding: 0;
	position: relative;
	clear: none;
}

.digg-widget h1 a {
	display: block;
	width: 60px;
	height: 24px;
	background: url(http://digg.com/img/widget-logo.png) no-repeat !important;
	position: relative;
} * html .digg-widget h1 a { background-image: url(../img/widget-logo.gif) !important; }

.digg-widget .digg-widget-topic {
	padding: 2px 5px 4px 5px;
	font-size: 77%;
}

.digg-widget .digg-widget-footer {
	padding: 3px 5px;
	text-align: center;
	font-size: 77%;
}

.digg-widget ul, .digg-widget li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.digg-widget ul {
	overflow: auto;
	padding: 5px 8px !important;
	margin-bottom: 0 !important;
}

.digg-widget li {
    display: block !important;
    clear: left !important;	
    margin: 0;
    padding: 2px 0 !important;
    min-height: 30px;
    text-indent: 0px !important;
    clear: left !important;	
} * html .digg-widget li { height: 30px; }

.digg-widget li p {
	font-size: 85%;
	line-height: 1.3;
	margin: 0.2em 0 0 37px;
}

.no-digg-description li p {
	display: none;
}

.digg-widget .no-digg-count li h3, .digg-widget .no-digg-count li p {
	padding-left: 0;
	min-height: 1px;
	margin-left: 0;
}

.digg-widget .no-digg-count li a.digg-count {
	display: none;
}

.digg-widget li h3 {
    letter-spacing: normal;
    font-size: 100%;
    padding-top: 4px;
    margin-bottom: 0;
    line-height: 1;
    clear: none;
    margin-left: 37px;
}

.digg-widget ul a.digg-count {
    display: block;
    float: left;
    text-align: center;
    font-size: 85%;
    letter-spacing: 0em;
    line-height: 1em;
    color: #93883F !important;
    font-weight: bold;
    text-decoration: none;
    width: 30px;
    height: 21px;
    padding: 9px 0 0 0 !important;
    margin-top: 2px !important;
    border: 0 !important;
    background: url(../img/shade-com.png) no-repeat !important;
} * html .digg-widget ul a.digg-count { background-image: url(../img/shade-com.gif) !important; }

.digg-widget ul a.digg-count:hover {
	color: #2b2307;
}

.digg-widget li a.digg-count span {
	display: none;
}

/* Unstyled Theme */

.digg-widget-unstyled .digg-widget-header, .digg-widget-unstyled .digg-widget-topic, .digg-widget-unstyled .digg-widget-footer {
	display: none;
}

.digg-widget-unstyled .digg-count, .digg-widget-unstyled .digg-count *, .digg-widget-unstyled h3 a {
	display: inline;
	color: blue;
	font-size: inherit;
	background: none;
	text-decoration: underline;
	font-weight: normal;
}

.digg-widget-unstyled h3 {
	font-size: inherit;
	display: inline;
	font-weight: normal;
	
}

.digg-widget-unstyled .digg-count {
	margin-right: 0.5em;
}

/* Theme 1 */

.digg-widget-theme1 {
	border-color: #ddd;
}

.digg-widget-theme1 ul h3 a:link, .digg-widget-theme1 ul h3 a:visited, .digg-widget-theme1 ul h3 a:active {
	color: #497cac !important;
}

.digg-widget-theme1 ul h3 a:hover {
	color: #003 !important;
}

.digg-widget-theme1 .digg-widget-header, .digg-widget-theme1 .digg-widget-footer, .digg-widget-theme1 .digg-widget-topic {
	background: #1b5790;
}

.digg-widget-theme1 .digg-widget-footer a, .digg-widget-theme1 .digg-widget-topic {
	color: #fff;
}

.digg-widget-theme1 ul {
	background: #fff;
}

.digg-widget-theme1 li {
    color: #999;
}

/* Theme 2 */

.digg-widget-theme2 {
	border-color: #333;
}

.digg-widget-theme2 ul h3 a:link, .digg-widget-theme2 ul h3 a:visited, .digg-widget-theme2 ul h3 a:active {
	color: #ffef91 !important;
}

.digg-widget-theme2 ul h3 a:hover {
	color: #fff !important;
}

.digg-widget-theme2 .digg-widget-header, .digg-widget-theme2 .digg-widget-footer, .digg-widget-theme2 .digg-widget-topic {
	background: #666;
}

.digg-widget-theme2 .digg-widget-footer a, .digg-widget-theme2 .digg-widget-topic {
	color: #ddd;
}

.digg-widget-theme2 ul {
	background: #000;
}

.digg-widget-theme2 li {
    color: #666;
}

/* Theme 3 */

.digg-widget-theme3 {
	border-color: #ddd;
}

.digg-widget-theme3 ul h3 a:link, .digg-widget-theme3 ul h3 a:visited, .digg-widget-theme3 ul h3 a:active {
	color: #497cac !important;
}

.digg-widget-theme3 ul h3 a:hover {
	color: #000 !important;
}

.digg-widget-theme3 .digg-widget-header, .digg-widget-theme3 .digg-widget-footer, .digg-widget-theme3 .digg-widget-topic {
	background: #ccc;
}

.digg-widget-theme3 .digg-widget-footer a, .digg-widget-theme3 .digg-widget-topic {
	color: #666;
}

.digg-widget-theme3 ul {
	background: #fff;
}

.digg-widget-theme3 li {
    color: #666;
}

/* Theme 4 */

.digg-widget-theme4 {
	border-color: #666;
}

.digg-widget-theme4 ul h3 a:link, .digg-widget-theme4 ul h3 a:visited, .digg-widget-theme4 ul h3 a:active {
	color: #ddd !important; 
}

.digg-widget-theme4 ul h3 a:hover {
	color: #ddd !important;
}

.digg-widget-theme4 .digg-widget-header, .digg-widget-theme4 .digg-widget-footer, .digg-widget-theme4 .digg-widget-topic {
	background: #000;
}

.digg-widget-theme4 .digg-widget-footer a, .digg-widget-theme4 .digg-widget-topic {
	color: #666;
}

.digg-widget-theme4 ul {
	background: #222;
}

.digg-widget-theme4 li {
    color: #666;
}