/*
Theme Name: Artepollino
Description: Tema minimale ("naked") per artepollino.ideama.com, in attesa del design definitivo.
Author: Ideama
Version: 0.1
Text Domain: artepollino
*/

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
	line-height: 1.5;
	color: #222;
	background: #fff;
}

a {
	color: inherit;
}

img {
	max-width: 100%;
	height: auto;
}

.site-header,
.site-footer {
	padding: 1.5rem;
	border-bottom: 1px solid #ddd;
}

.site-footer {
	border-bottom: none;
	border-top: 1px solid #ddd;
	margin-top: 3rem;
	font-size: 0.875rem;
	color: #666;
}

.site-content {
	max-width: 960px;
	margin: 0 auto;
	padding: 1.5rem;
}

.entry {
	margin-bottom: 3rem;
}

.entry-title a {
	text-decoration: none;
}
