/* Authors Widget */
.widget_authors img {
	margin-right: 10px;
}
.rtl .widget_authors img {
	margin-left: 10px;
	margin-right: auto;
}

/* Blogs I follow widget*/
.widget_jp_blogs_i_follow ol {
	list-style-position: inside;
}

/* Contact Info Widget */
.widget_contact_info #contact-info-map-canvas {
	height: 270px;
}
.widget_contact_info #contact-map,
.widget_contact_info div[class*="confit-"] {
	margin-bottom: 24px;
}
.widget_contact_info div:last-child {
	margin-bottom: 0;
}
.sidebar-widget-area .widget_contact_info #contact-map,
.sidebar-widget-area .widget_contact_info div[class*="confit-"] {
	margin-bottom: 18px;
}
.sidebar-widget-area .widget_contact_info div:last-child {
	margin-bottom: 0;
}

/* Flickr Widget (WP.com) */
.widget_flickr #flickr_badge_uber_wrapper a:link,
.widget_flickr #flickr_badge_uber_wrapper a:active,
.widget_flickr #flickr_badge_uber_wrapper a:visited {
	color: #434a43;
}
.widget_flickr #flickr_badge_uber_wrapper a:hover {
	color: #13b813;
}
.widget_flickr #flickr_badge_wrapper {
	background-color: transparent;
	border: none;
}
.footer-widget-area .widget_flickr #flickr_badge_uber_wrapper a:link,
.footer-widget-area .widget_flickr #flickr_badge_uber_wrapper a:active,
.footer-widget-area .widget_flickr #flickr_badge_uber_wrapper a:visited {
	color: #d7d9d7;
}
.footer-widget-area .widget_flickr #flickr_badge_uber_wrapper a:hover {
	color: #fff;
}

/* Milestone Widget */
.widget-area .milestone-widget .milestone-content {
	max-width: 100%;
}
.widget-area .milestone-header {
	border-bottom: 0;
}
.widget-area .milestone-countdown,
.widget-area .milestone-message {
	border-top: 0;
}
.widget-area .milestone-header,
.widget-area .milestone-countdown,
.widget-area .milestone-message {
	background-color: #050705;
	color: #fff;
}
.widget-area .milestone-countdown {
	background-color: #1f251f;
	border-color: #1f251f;
}
.widget-area .milestone-widget {
	margin-bottom: 72px;
}
.widget-area .milestone-content {
	margin-top: 0;
}
.sidebar-widget-area .milestone-widget {
	margin-bottom: 3px;
}
.footer-widget-area .milestone-countdown {
	border-color: #434a43;
}

/* My Community */
.widget-area .widgets-multi-column-grid ul li,
.sidebar-widget-area .widgets-multi-column-grid ul li {
	padding: 0 8px 6px 0;
}
.rtl .widget-area .widgets-multi-column-grid ul li,
.rtl .sidebar-widget-area .widgets-multi-column-grid ul li {
	padding: 0 0 6px 8px;
}

/* Recent Comments Widget (WP.com) */
.widget_recent_comments .avatar {
	max-width: none;
}
.widget_recent_comments td.recentcommentsavatartop,
.widget_recent_comments td.recentcommentsavatarend {
	padding: 6px 0px 6px;
}
.widget_recent_comments td.recentcommentstexttop,
.widget_recent_comments td.recentcommentstextend {
	vertical-align: middle;
}
.footer-widget-area .widget_recent_comments td {
	font-weight: 300;
}

/* Tag Cloud Widget (WP.com) */
.wp_widget_tag_cloud div {
 	word-wrap: break-word;
}

/* Twitter Widget (old) */
.widget_twitter li a {
	word-wrap: break-word;
}
.widget_twitter iframe {
	margin-top: 12px;
}
.sidebar-widget-area .widget_twitter iframe {
	margin-top: 18px;
}

/* Jetpack Comments */
.form-submit input[type="submit"] {
	text-transform: none;
}

/* Gist Shortcode */
.entry-content .gist table,
.entry-summary .gist table {
	margin-bottom: 0;
}

/* Poll shortcode */
.entry-content .PDS_Poll,
.entry-summary .PDS_Poll {
	margin-bottom: 24px;
}

/* Rating */
.pd-rating {
	color: #848984;
	font-size: 13px;
	line-height: 1.2307692307;
	padding: 4px 0;
}
.sd-rating {
	padding-bottom: 10px;
}
.sd-rating h3.sd-title {
	color: #848984;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 400;
	margin-top: 6px;
	text-align: left;
	text-transform: uppercase;
}
.rtl .sd-rating h3.sd-title {
	text-align: right;
}

.testimonial-entry-content .sd-rating {
	display: none;
}

/* Related posts */
.hentry #jp-relatedposts {
	padding-top: 0;
}

.entry-content div.jp-relatedposts {
	font-family: "Open Sans", sans-serif;
	margin: 0;
}

.hentry div#jp-relatedposts .jp-relatedposts-headline em {
	color: #848984;
	font-weight: normal;
	text-transform: uppercase;
}

div.jp-relatedposts .jp-relatedposts-headline em:after {
	content: ":";
}
