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

img.latex {
	margin-top: 0;
}
.sharing {
	clear: both;
}
.featured-post .sharing {
	display: none;
}
.singular #content .wpl-likebox {
	margin: 0 auto !important;
	width: 68.9%;
}
.singular.content #content .wpl-likebox {
	width: 100%;
}
.video-player {
	max-width: 97.5% !important;
}
.videopress-placeholder,
.video-player img {
	max-width: 100% !important;
	height: auto !important;
}
.syntaxhighlighter {
	overflow: auto;
}
.widget_rss_links img,
.widget_rss_links a:hover img,
.widget_rss_links a:focus img,
.widget_rss_links a:active img {
	background: transparent;
	border: none;
	padding: 0;
}
.widget_flickr #flickr_badge_wrapper {
	background-color: transparent;
	border: none;
}

/* Post Formats */
.single-post .entry-header .entry-format {
	left: 13.275em;
	top: 7em;
}
.entry-header .entry-format a {
	color: #666;
}

/* Video Post Format */
.indexed.format-video .entry-header {
	min-height: 61px; /* Prevent the comment icon from colliding with the image when there is no title */
}
.indexed.format-video .entry-content {
	padding-top: 0.5em;
}
.indexed.format-video .entry-content p {
	margin: 1em 0;
}
.indexed.format-video .entry-content p:first-child {
	display: block;
	margin: 0;
}
.indexed.format-video .entry-content .wp-caption .wp-caption-text {
	margin: 0;
	padding-bottom: 1em;
}
.indexed.format-video footer.entry-meta {
	background: #ddd;
	overflow: hidden;
	padding: 4%;
	max-width: 96%;
}
.indexed.format-video div.entry-meta {
	display: inline-block;
	float: left;
	width: 35%;
}
.indexed.format-video div.entry-meta + div.entry-meta {
	float: none;
	width: 65%;
}
.indexed.format-video .entry-meta span.cat-links,
.indexed.format-video .entry-meta span.tag-links,
.indexed.format-video .entry-meta span.comments-link {
	display: block;
}
.indexed.format-video footer.entry-meta a {
	color: #444;
}
.indexed.format-video footer.entry-meta a:hover {
	color: #fff;
}
#content .indexed.format-video img {
	border: none;
	max-width: 100%;
	padding: 0;
}
.indexed.format-video [class^="embed-"] {
	line-height: 0;
}

/* WP.com comment form */
#comments #respond {
	max-width: 75%;
	margin: 0 auto 15px;
}
.content #comments #respond,
#comments .commentlist #respond,
.page-template-sidebar-page-php #comments #respond {
	max-width: 100%;
}
#respond textarea {
	text-indent: 0;
}

/* Corrects line number misalignemnt in GitHub Gist embeds */
.gist .gist-file .gist-data .line_numbers span {
	font-size: 13px;
	line-height: 1.5;
}

/* Recent Comments */
.widget_recent_comments td.recentcommentstexttop,
.widget_recent_comments td.recentcommentstextend {
	vertical-align: top;
}
.widget table.recentcommentsavatar img.avatar {
	max-width: none;
}

/* Reblogs */
.commentlist > li.reblog {
	border: 1px solid #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}
.commentlist .reblog .comment-meta {
	display: none;
}
.commentlist .reblog p:first-child {
	color: #999;
	font-size: 13px;
}
.commentlist .reblog p:first-child a {
	font-weight: bold;
}
.commentlist > li.reblog:before {
	content: '';
}

/* Social Icons Widget */
.jetpack_widget_social_icons a:focus,
.jetpack_widget_social_icons a:hover {
	color: inherit;
}

/* MailChimp modal */
.mc-modal {
	z-index: 10000 !important;
}

/* Tablet-ish size viewports layout fixes. */
@media (max-width: 800px) {
	.singular #content .wpl-likebox {
		width: 100%;
	}
	#comments #respond {
		max-width: 100%;
	}
}

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

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

/* Mobile-ish size viewports layout fixes. */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	#respond .form-submit {
		float: none;
	}
}