/* =WordPress.com specific styles.
-------------------------------------------------------------- */

/*
 * Increase margins on the Blogs I Follow widget so double-digit list numbers don't get cut off
 */
.widget_jp_blogs_i_follow ol {
	margin-left: 2em;
}


/* =Compatibility with rtl in IE7.
-------------------------------------------------------------- */

.rtl #main {
	position: relative;
}
.rtl #comments,
.rtl .comment div {
	height: 100%;
}


/* =WordPress.com
-------------------------------------------------------------- */

/* Account for Photon */

#content .wp-caption img.size-large,
#content .wp-caption img.size-full {
	max-width: 622px; /* caption width - 10px */
}

.widget_authors li strong {
	font-weight: normal;
}
.widget_authors li .avatar-128 + strong {
	display: block;
	margin-left: -16px;
	padding-bottom: 2px;
}
.widget_authors li img {
	vertical-align: middle;
	margin-right: 8px;
	margin-left: -16px;
	padding-bottom: 2px;
}
.widget_authors li img.avatar-1 {
	margin-right: 0;
	margin-left: -18px;
}
.widget_authors li ul {
	margin-bottom: 6px;
}
.widget_authors a:hover {
	text-decoration: none;
}
.widget_authors a:hover strong {
	text-decoration: underline;
}
#recent-comments td,
td.recentcommentstextend,
td.recentcommentstexttop,
td.recentcommentsavatartop {
	vertical-align: middle;
	line-height: 1.4em;
}
#tag_cloud div {
	padding-top: 4px;
	line-height: 170%;
}
.wp_widget_tag_cloud ul {
	list-style-type: none;
	margin-left: 0 !important;
}
.wp_widget_tag_cloud ul li {
	display: inline-block;
}
.rtl #main .widget-area .wp_widget_tag_cloud ul,
.rtl .widget-area .wp_widget_tag_cloud ul {
	margin-right: 0;
}
.widget_rss_links p {
	margin-bottom: 0;
}
.widget_rss_links img {
	vertical-align: text-bottom;
	margin-right: 2px;
}
.adcode div, .adcode span, .adcode a {
	font-size: 16px !important;
}
#main .widget-area ul .widget_author_grid ul {
	margin: 3px 0 0;
}
.sharing {
	clear: both;
}
#flickr_badge_uber_wrapper {
	width: 200px !important;
}
.widget_flickr .flickr-size-small img {
	max-width: 200px;
	height: auto;
}
.widget_authors li {
	list-style: none;
}
#jp-post-flair {
    clear: both;
}

/* Social Icons widget */
.jetpack_widget_social_icons a:hover,
.widget_wpcom_social_media_icons_widget a:hover {
	text-decoration: none;
}

.jetpack_widget_social_icons a:visited,
.widget_wpcom_social_media_icons_widget a:visited {
	color: #0066cc;
}


/* =Style our added link to Theme Showcase.
-------------------------------------------------------------- */

#site-info {
	width: 550px;
}
#site-generator {
	text-align: right;
	width: 475px;
}
#site-generator a {
	background-image: none;
	padding-left: 0;
	padding-right: 0;
}
#site-generator a + a {
	background: url(images/wordpress.png) center left no-repeat;
	padding-left: 20px;
}
#site-generator a + a + a {
	background: none;
	padding: 0px;
}
