.widget {
	padding: 10px 0;
	clear: both;
}

.widget ul {
	overflow: hidden;
}

.widget ul li {
	overflow: hidden;
	padding-left: 20px;
}

#footer .widget ul li {
	text-shadow: none;
}









/* Misc! */

.loading {
	width: 32px; height: 32px;
	background: transparent url(../images/loader.gif) no-repeat left top;
}

#style0 #footer .loading { background-image: url(../images/loader-dark.gif); }

.ajaxloading {
	width: auto;
	padding: 4px 0 0 35px;
	line-height: 24px;
}

.ajaxresponse {
	display: none;
}

form span.note {
	margin: 5px 0 0 10px;
}







/* Custom Widgets Global */

.widget_posts ul, .widget_comments ul, .widget_tweets ul, .widget_follow ul { overflow: hidden; }
#side .widget_posts ul li, #side .widget_comments ul li, #side .widget_tweets ul li, #footer .widget_posts ul li, #footer .widget_comments ul li, #footer .widget_tweets ul li {
	overflow: hidden;
	padding: 10px 0;
	line-height: 22px;
	background: none;
}
#side .widget_tweets ul li, #footer .widget_tweets ul li { line-height: 22px; }
#side .widget_follow ul li, #footer .widget_follow ul li { border: 0; padding: 0; background: none; }

.widget_posts .title, .widget_comments .title {
	display: block;
}

.widget_posts .date, .widget_comments .date {
	display: inline-block;
	margin: 0 15px 0 0; padding: 0 0 0 17px;
}

.widget_posts .comments, .widget_comments .author {
	display: inline-block;
	padding: 0 0 0 16px;
}


/* Twitter Widget */

.widget_tweets {
	padding-bottom: 60px;
}


/* Follow Us */

.widget_follow li {
	float: left;
	margin: 0 12px 12px 0;
}

.widget_follow a.delicious		{ background-image: url(../images/bookmarks/delicious-x.png);	}
.widget_follow a.digg			{ background-image: url(../images/bookmarks/digg-x.png);		}
.widget_follow a.facebook		{ background-image: url(../images/bookmarks/facebook-x.png);	}
.widget_follow a.feedburner		{ background-image: url(../images/bookmarks/feedburner-x.png);	}
.widget_follow a.flickr			{ background-image: url(../images/bookmarks/flickr-x.png);		}
.widget_follow a.stumbleupon	{ background-image: url(../images/bookmarks/stumbleupon-x.png);	}
.widget_follow a.twitter		{ background-image: url(../images/bookmarks/twitter-x.png);		}
.widget_follow a.yahoo			{ background-image: url(../images/bookmarks/yahoo-x.png);		}
.widget_follow a.youtube		{ background-image: url(../images/bookmarks/youtube-x.png);		}

.widget_follow a {
	float: left; display: block;
	padding: 4px;
	width: 26px; height: 26px;
	text-indent: -999999px;
	background-repeat: no-repeat;
	background-position: center;
}

/**********************************************************************************************************************/
/* Ad Blocks */

.adbox.ad-side {
	width: 300px;
	margin: 0 0 0 -40px; padding: 0 0 15px 0;
}
.adbox.ad-side a.more {
	display: inline-block;
	width: 263px; height: 30px;
	margin: 0 0 0 15px; padding: 0;
	font: bold 11px Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
	line-height: 30px;
	background-repeat: repeat-x;
	background-position: top left;
}

.adbox.ad-side a.more:hover {}

.adbox.ad-side img {
	float: left;
	margin: 0 0 15px 15px;
	border: 0;
}