/*
Theme Name:     Twenty Eleven Child with Sidebar Support
Theme URI:      http://futurewebblog.com/add-sidebar-support-posts-twenty-eleven-theme/
Description:    Child theme for the Twenty Eleven which includes support for sidebars on posts
Author:         Chris Aprea
Template:       twentyeleven
Version:        1.1
*/

/* We must first include the original css from the parent theme */
@import url("../twentyeleven/style.css");

footer.entry-meta {
	display: none !important;
}

.entry-content .fb-social-plugin {
	float: right;
	width: auto;
	margin-top: -88px;
	height: 62px;
	overflow: hidden;
}

.entry-header {
	position: relative;
}

.entry-header .comments-link a {
	top: auto;
	bottom: 29px;
	right: 60px;
}

.entry-content span.zoomHover {
	top: -10px;
	left: -10px;
}

.related-posts {
  list-style-type: none;
  margin: 0;
}
 
.related-posts li {
  padding: 0; margin: 0;
  float: left;
  margin-right: 10px;
}

	.related-posts li:last-child {
		margin-right: 0; 
	}

.related-post {
  position: relative;
  padding: 3px;
  background-color: white;
  border: 1px solid #ddd;
  width: 130px;
  overflow: hidden;
}
 
.related-post:hover {
  border: 1px solid #999;
}
 
.related-title {
  position: absolute;
  bottom: 3px;
  left: 3px;
  right: 3px;
  font-size: 0.8em;
  padding: 1px 2px 2px;
  text-align: center;
  line-height: 1.4;
  overflow: hidden;
  background-color:rgba(0,0,0,.5);
}
 
.related-title a {
  text-decoration: none;
  color: white;
}
 
.related-thumb {
  overflow: hidden;
}

	.related-thumb img {
		max-width: 100%;
		display: block;
	}
 
.related-thumb a {
  text-decoration: none;
}

.related-post .related-title {
	bottom: -100%;
	transition: bottom .5s;
	-moz-transition: bottom .5s;
	-webkit-transition: bottom .5s;
	-o-transition: bottom .5s;
}

	.related-post:hover .related-title {
		bottom: 3px;
	}

.yarpp-related>img {
	display: none;
}

img.size-full, img.size-large {
	width: 100%;
}

@media print {
	body {
		color: #000;
	}
	.yarpp, #comments, img {
		display: none !important;
	}
}