/**
 * WP.com stylesheet for Twenty Twelve.
 */

/* Hide allowed HTML in comments message to match Highlander and Minileven. */
.form-allowed-tags {
	display: none;
}

/* Plugins */
#infinite-handle span {
	line-height: 3;
}
.entry-content .tiled-gallery {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Widgets */
.widget_flickr #flickr_badge_wrapper {
	background-color: transparent;
	border: none;
}
#flickr_badge_uber_wrapper {
	width: auto;
}
td.recentcommentstextend,
td.recentcommentstexttop,
td.recentcommentsavatartop {
	line-height: 1.428571429;
	vertical-align: middle;
}
.widget_recent_comments {
	font-size: 13px;
	font-size: 0.928571429rem;
}
.widget-area .widget_akismet_widget.widget a,
.widget-area .widget_akismet_widget.widget a:hover,
.widget-area .widget_akismet_widget.widget a:visited {
	color: #cfea93;
}
.widget_gravatar img.avatar,
.widget-grofile img.grofile-thumbnail {
	max-width: 100% !important; /* override inline styles */
	height: auto;
}

.widget-area .widget_image .wp-caption,
.widget-area .widget_image .wp-caption-text {
	margin: 0;
	padding: 0;
}

.widget_image img {
	height: auto;
}

/* Corrects line number misalignemnt in GitHub Gist embeds */
.gist .gist-file .gist-data .line_numbers span {
	line-height: 1.714285714;
}

/* Tag cloud */
.wp_widget_tag_cloud ul {
	list-style-type: none;
}

.wp_widget_tag_cloud ul li {
	display: inline-block;
}

.widget-area .widget.wp_widget_tag_cloud li {
	line-height: 1;
}
.template-front-page .widget-area .widget.wp_widget_tag_cloud li {
	margin: 0;
}

/* =Print
----------------------------------------------- */

@media print {
	.comment-likes,
	.sharedaddy {
		display: none !important;
	}
}