/* = Styles for WordPress.com
----------------------------------------------- */

/* Milestone Widget */

.widget .milestone-header {
	background-color: #333;
	color: #fff;
	padding: .8em 36px;
}

.widget .milestone-countdown {
	background-color: transparent;
	border: 1px solid #333;
	color: inherit;
}

.milestone-message {
	font-weight: bold;
}

/* Good Reads */
.widget_goodreads div[class^="gr_custom_each_container"] {
	padding: 0.785em 0 0.857em;
}
div[class^="gr_custom_book_container"] {
	float: left;
	margin-right: 1em;
}

/* Author Grid Widget */
.widget_author_grid {
	overflow: hidden;
}

.widget_author_grid ul {
	margin: 0;
	list-style-type: none;
}

.widget_author_grid ul li {
	float: left;
	margin: 0 3px 3px 0;
}

.widget_author_grid ul li img {
	width: 64px;
	height: 64px;
}

/* Authors Widget */
.widget_authors ul {
	list-style-type: none;
	margin: 0;
}

.widget_authors img {
	width: 32px;
}

/* Contact Info */
.widget_contact_info #contact-map,
.widget_contact_info div[class*="confit-"] {
	margin-bottom: 1em;
}

/* Authors */
.widget_authors img {
	margin-right: 12px;
	vertical-align: middle;
}
.widget_authors li > ul {
	margin-left: 0;
}

/* Flickr */
.widget_flickr #flickr_badge_uber_wrapper,
.widget_flickr #flickr_badge_wrapper {
	background: transparent;
	border: 0;
	margin: 0;
}
.widget_flickr #flickr_badge_wrapper {
	margin: 0;
}
.widget_flickr br {
	display: none;
}
.widget_flickr td {
	border: 0;
	padding: 0;
}
.widget_flickr a,
.widget_flickr img {
	display: block;
}
.widget_flickr a {
	border-bottom: 0;
	float: left;
	height: 72px;
	margin: 0 4px 4px 0;
	overflow: hidden;
}
.widget_flickr a img {
	height: 100%;
}
.widget_flickr #flickr_badge_uber_wrapper td a:last-child {
	color: #e1122a;
	clear: both;
	display: block;
	float: none;
	height: auto;
	padding: 24px 0 0;
}
.widget_flickr #flickr_badge_uber_wrapper td a:last-child:after {
	content: "\2192";
	margin-left: 6px;
}

/* Social Media widget */
.widget_wpcom_social_media_icons_widget li {
	display: inline-block !important;
	margin: 0 1px 1px 0 !important;
	padding: 0 !important;
}
.widget_wpcom_social_media_icons_widget li a {
	background-color: #eee;
	color: #888;
	font-size: 20px;
	padding: 0.5em;
}
.widget_wpcom_social_media_icons_widget li a:hover {
	background: #888;
	color: #eee;
}

/* Ratings */
.pd-rating {
	line-height: 1;
	margin-bottom: 1em;
}

/* Jetpack subscription form */
.comment-subscription-form {
	margin: 0;
}
.comment-subscription-form label {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	margin-left: 5px;
	vertical-align: text-bottom;
}

/* Related posts */
.jp-relatedposts-post-a {
	border: none !important;
}

/* Stats */
#wpstats {
	display: none;
}
