/* WordPress.com Functionality  */
/* Authors */
.widget_authors ul,
.widget_author_grid ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget_authors img {
	display: inline-block;
	padding-right: 10px;
}
.widget_authors a strong {
	display: inline-block;
}
.widget_authors li {
	display: block;
	margin-bottom: 10px;
}
.widget_authors li:before,
.widget_authors li:after {
	content: "";
	display: table;
}
.widget_authors li:after {
	clear: both;
}

/* Flickr */
#flickr_badge_wrapper {
	background: transparent !important;
	border: 0 !important;
}
#flickr_badge_wrapper a {
	display: inline-block !important;
}
#flickr_badge_uber_wrapper {
	margin: 0 auto !important;
}
#flickr_badge_uber_wrapper a {
	color: #ff706c !important;
}
#flickr_badge_uber_wrapper td {
	border: 0 !important;
}
.widget_flickr #flickr_badge_uber_wrapper a {
	-webkit-transition: all 0.2s ease-in-out !important;
	 -moz-transition: all 0.2s ease-in-out !important;
	 -ms-transition: all 0.2s ease-in-out !important;
	 -o-transition: all 0.2s ease-in-out !important;
	 transition: all 0.2s ease-in-out !important;
}
#flickr_badge_uber_wrapper a img {
	background-color: rgba(255,255,255,0.1) !important;
	display: block !important;
	padding: 5px !important;
}
#flickr_badge_uber_wrapper a:hover img,
#flickr_badge_uber_wrapper a:active img,
#flickr_badge_uber_wrapper a:focus img {
	background-color: #ff706c !important;
}

/* Goodreads */
.widget_goodreads div {
	padding: 2px 0;
}

/* Milestone */
.milestone-header {
	background-color: rgba(255,255,255,0.7) !important;
	color: #555 !important;
}

/* My Community */
.widgets-multi-column-grid li a {
	display: inline-block;
}
.widgets-multi-column-grid ul li {
	padding: 0 8px 6px 0 !important;
}

/* Sharedaddy Rate This */
.pd-rating {
	line-height: 1;
}
.sd-rating {
	margin-bottom: 1em;
}

.blog .format-quote .sharedaddy .sd-title,
.archive .format-quote .sharedaddy .sd-title {
	color: #fff;
}

/* Reblogging */
.reblogger-note-content blockquote {
	background-color: #fff;
}

/* Recent comments */
.widget_recent_comments td {
	border: 0;
	padding: 5px 5px 10px 5px;
	vertical-align: top;
}

/* Stats smiley :) */
#wpstats {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}