/* Blogger kit Autunno Home Penelope iltelaiodipenelope.it */    
body {
	background-image: url('/template/blogger/autunno/images/penelope_sfondo_wool_arancio.jpg');
	background-attachment: fixed;
	text-align:center;
}
@font-face {
    font-family: "Georgia";
    src: url('/font/Georgia.ttf') format('truetype'),
         url('/font/georgia-webfont.woff2') format('woff2'),
         url('/font/georgia-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
h3{font-size: 14px; color: #c9722f; font-family: 'Georgia';}

.template {
    box-sizing: border-box;
    width: 1100px;
    margin: 0 auto;
    justify-content: center;

    border: 15px solid #abb3c2;
    background-color: #eaecee;
    -moz-box-shadow:  5px  5px 10px #776d65;
    -webkit-box-shadow:  5px  5px 10px #776d65;
    box-shadow: 5px  5px 10px #776d65;

    display: grid;
    grid-template-columns: 730px 32%;
    grid-template-areas:
        "header header"
        "contenuti colonna"
        "footer footer";
}

.header {
    grid-area: header;
    text-align: center;
}

.header img {
    display: block;
    margin: 0 auto;
}

.titolo-blog h1 {
    margin: 10px 0 4px;
	font-family: "Georgia", serif; 
	font-size: 20px; 
	color : #c9722f;
}

.barra-menu {
    margin: 20px 25px 15px;
    padding: 2px 2px;
    background-color: #e6e8ea;
    border: 1px solid #d9e0ec;
	text-align: left;
}

.barra-menu a {
    display: inline-block;
    padding: 8px 15px;
    text-decoration: none;
    border: 1px solid #e6e8ea;
}

.barra-menu a:hover {
    border: 1px solid #ffffff;
    background-image: linear-gradient(
		to bottom,
		#f3f5f8,
		#d7dde4
	);
}
a.menu:link{
    color : #bb711c; 
    font-size : 18px;
}
a.menu:hover{
    color: #9599a0;
    font-size : 18px;
}
.contenuti {
    grid-area: contenuti;
}

.post {
    padding: 25px;
    text-align: left;
}

.data-post {
	font-family: "Georgia", serif; 
	color : #a2acbe;
    font-size: 14px;
    margin-bottom: 8px;
}

.post h2 {
    margin: 0 0 18px;
	font-family: "Georgia", serif; 
	color : #c9722f; 
	font-size : 18px;
}

.testo-post {
	font-family: "Georgia", serif; 
	color : #b1bacc; 
	font-size : 14px;
    line-height: 1.5;
}

.testo-post p {
    margin: 0 0 15px;
}

.info-post {
    margin-top: 20px;
    padding: 30px 8px 8px;
    background-color: #e6e8ea; 
	border-bottom:1px solid #abb3c2;
    font-family : "Georgia"; 
	color : #a5b1c9; 
	font-size : 14px;
}

.info-template {
    text-align: center;
    margin: 25px;
    font-family: "Georgia", serif; 
	color : #a2abbe;
    font-size: 14px;
	line-height: 1.5;
}

.colonna {
    grid-area: colonna;
    padding: 15px;
	border-left:1px dotted #abb3c2;
}

.profilo {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.profilo img {
    flex: 0 0 88px;
}

.profilo-testo {
    text-align: left;
    font-family: "Georgia", serif; 
	color : #a2acbe;
    font-size: 14px;
	line-height: 1.5;
}

.gadget {
    margin-top: 20px;
    text-align: left;
	font-family: "Georgia", serif; 
	color : #b1bacc;
    font-size: 14px;
}

.gadget-centro {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-family: "Georgia", serif; 
	color : #b1bacc;
    font-size: 14px;
}

.footer {
    grid-area: footer;
    padding: 30px;
    text-align: center;
    font-family: "Georgia", serif; 
	color : #b1bacc;
    font-size: 14px;
}
a:link { 
	text-decoration: none; 
	cursor:nw-resize;
	font-family: 'Georgia'; 
	font-size: 14px;
	color:#bb711c; 
}
a:visited { 
	text-decoration:none; 
	cursor:nw-resize;
	font-family: 'Georgia'; 
	font-size: 14px;
	color:#aa5d06; 
}
a:hover {
	text-decoration: underline; 
	color: #82868d;
}
a:active { 
	font-family: 'Georgia'; 
	font-size: 14px; 
	color: #849766; 
}