.widget {
	padding: 10px 0;
	font: normal 13px Arial, Helvetica, sans-serif;
}

.widget p {
	padding: 0 0 10px 0;
}

.widget ul {
	list-style: none;
	overflow: hidden;
}

.widget ul li {
	overflow: hidden;
	line-height: 20px;
	padding-left: 20px;
	font: normal 13px/22px Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	background-position: 0 5px;
}

#footer .widget ul li {
	background-repeat: no-repeat;
	background-position: 0 4px;
	text-shadow: none;
}


.widget ul ul {
	margin: 0; border: 0;
}
















/* 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 img, .widget-comments img {
	float: left;
	margin: 2px 10px 0 0; padding: 4px;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
}

.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;
	background-repeat: no-repeat;
	background-position: 0 4px;
}

.widget-posts .comments, .widget-comments .author {
	display: inline-block;
	padding: 0 0 0 16px;
	background-repeat: no-repeat;
	background-position: 0 6px;
}


/* Twitter Widget */

.widget-tweets {
	padding-bottom: 60px;
	background-repeat: no-repeat;
	background-position: bottom right;
}


/* 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;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
	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;
}


/* Calendar Widget */

#calendar_wrap {
	width: 240px;
	margin: 10px 0; padding: 0;
}

#wp-calendar {
	width: 240px;
}

#wp-calendar caption {
	height: 20px;
	font-weight: bold;
}

thead>tr>th {
	width: 20px; height: 20px;
	margin: 0; padding: 0;
	text-align: center;

	/* php */
	background: #cccccc;
	border: 1px solid #cccccc;
}

tbody>tr>td {
	width: 20px; height: 20px;
	margin: 0; padding: 0;
	text-align: center;

	/* php */
	background: #e2e2e2;
	border: 1px solid #cccccc;
}

table#wp-calendar>tbody>tr>td>a {
	margin: 0; padding: 0;
	text-decoration: none;

	/* php */
	color: #ffffff;
}

table#wp-calendar>tbody>tr>td>a:hover {

	/* php */
	color: #000000;
}

#wp-calendar #today {
	font-weight: bold;

	/* php */
	color: #ffffff;
	background: #0858b8;
}

tfoot>tr>td>a, tfoot>tr>td>a:link, tfoot>tr>td>a:visited, tfoot>tr>td>a:active {
	margin: 0; padding: 0 5px 0 5px;
	text-decoration: none;

	/* php */
	color: #000000;
}

tfoot>tr>td>a:hover {
	text-decoration: underline;
}

#prev { text-align: left; }
#next { text-align: right; }