/*
 Theme Name:   Comiendo Tierra
 Theme URI:    https://blogs.publico.es/
 Description:  Plantilla para el blog de Monedero (Comiendo Tierra).
 Author:       Empírikanet
 Author URI:   http://empirikanet.com/
 Template:     publico
 Version:      1.0.0
 Text Domain:  publico-comiendo-tierra
*/

@import url("../publico/style.css");


#main > .blog-list-header > .entry-author,
#main > article > .entry-header > .entry-author{
    background-size: cover;
    background: url(img/bg-header.jpg) center top  no-repeat;
    padding-right: 25px;
    padding-top: 25px;
    text-align: right;
}
.home .entry-author .blog-title > a,
.entry-author .blog-title > a{
	font-size: 20px;
	line-height: 25px;
}
.blog-list-header .entry-author a,
.entry-header .entry-author a{
	color: #fff;
    text-shadow: 2px 2px 2px #000;
    -webkit-text-shadow: 2px 2px 2px #000;
}