/* Enter Your Custom CSS Here */

/**
@import url(http://fonts.googleapis.com/css?family=Oswald:700);
**/

#logo {
	padding-left: 120px;
	background-image: url('http://guillermofuentes.es/wp-content/uploads/2014/09/gfuentes_rounded_corners.png');
	background-image: url('http://guillermofuentes.es/wp-content/uploads/2014/10/gfuentes-vintage-rounded.png');
	background-repeat: no-repeat;
	background-size: contain;
}

#logo h1 {
	font-size: 30px;
  	font-weight: 600;
  	font-family: Arial, Helvetica, Geneva, sans-serif;
}

#logo h3 {
	font-size: 25px;
	font-family: "Terminal Dosis", Arial, Helvetica, Geneva, sans-serif;
	font-weight: 200;
}

/* Reducir ancho menú */

#menu ul li{
	padding: 11px 25px;
}

/* Reducir el ancho del contenedor los posts */
.container {
	max-width: 800px;
}



/* aumentar el tamaño de letra del contenido del post */
.post .content {
	font-size: 16px;
  	line-height: 1.4;
    font-weight: 200;
}

.content p, .content ul, .content ol, .content dl {
	/* Bliki de fowler con line-height: 1.4em;*/
	line-height: 1.5em;
}