/*
 Theme Name:   John Doe Blog Child
 Theme URI:    http://hercules-design.com
 Description:  John Doe Blog Child Theme
 Author:       John Doe
 Author URI:   http://hercules-design.com
 Template:     JOHNDOEBLOG-theme
 Version:      1.6
 Tags:         awesome, beautiful, blog, design, facebook, flickr, instagram, minimalist, personal, responsive, clean, simple, twitter, visual, widget, wordpress
 Text Domain:  JOHNDOEBLOG-theme-child
*/

@import url("../JOHNDOEBLOG-theme/style.css");

.book-author {
	font-weight: 300;
	font-size: 0.9em;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
}

.book-cover {
	box-shadow: 1px 1px 5px #ccc;
}

.justified-gallery {
	margin-bottom: 20px;
}

.nav-previous a, .nav-next a {
	float: left;
	padding: 8px 16px;
	line-height: 20px;
	text-decoration: none;
	background-color: #ffffff;
	border: 0px solid #dddddd;
	border-left-width: 0;
	margin: 1px;
}

.nav-previous a:hover, .nav-next a:hover {
	background-color: #f7f7f7;
}

.nav-next {
	float: right;
}

#obt_ga_banner { font-family: 'Open Sans', sans-serif; padding: 10px 20px 20px; background-color: #555; width: 100%; box-sizing: border-box; }
	#obt_ga_contenido h2 { font-size: 1.2em; margin: 0; padding: 0; }
	#obt_ga_boton { background-color: #f3f3f3; color: #333; padding: 4px 6px; border-radius: 3px; font-weight: normal; text-transform: uppercase; font-size: 0.85em; }

.post-author_gravatar { width: 100px; height: 100px; border-radius: 100%; overflow: hidden; background-size: cover; background-position: center center; }
	.post-author_gravatar img { max-width: 100%; height: auto !important; max-height: 100%; border-radius: 0; }