/*
Theme Name: Minimal Marrone
Theme URI: https://guadagna-con-noi.com/info-prodotti
Author: Silvia Lago
Author URI: https://guadagna-con-noi.com
Description: Tema semplice con header, footer e body con immagini, sfondo uniforme, contenuto a due colonne, 3/4 pagina e 1/4 sidebar
Version: 1.0
*/

body {
    background-color: #E39A6F; 
    margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	text-align: justify;
	line-height:150%;
}

 a:link,
 a:visited,
 a:active {
    color: #990000;
    text-decoration: none;
}

 a:hover {
    color: #000000;
    text-decoration: none;
}

#page {
    width: 865px;
    margin: 0 auto;
    background-color: transparent;
}

#header {
    width: 865px;
    height: 248px; /* altezza header naturale */
    background: url('images/header.png') no-repeat center top;
}

#content-area {
    width: 865px;
    display: flex;
    min-height: 400px;
    background: url('images/body.png') repeat-y top center; /* ripete verticalmente */
}

#main {
	padding: 0 0 0 41px;
	margin: 15px 0 0 0;
	width: 550px;
}

#sidebar {
	width: 190px;
	margin: 15px 0 0 0;
	padding: 0 0 0 25px;
}

#footer {
    width: 865px;
    height: 80px; /* altezza footer naturale */
    background: url('images/footer.png') no-repeat center top;
    margin: 0 auto;
    display: flex;
    justify-content: center;  /* centro orizzontale */
    align-items: center;      /* centro verticale */
    text-align: center;
	line-height:110%;
}

.footer { 
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
    font-size: 0.8em; 
    text-align: center;
    font-weight: bold;
}

.black a:link, 
.black a:visited { 
    color: #000000;
    text-decoration: none; 
}

.black a:hover { 
    color: #990000;
    text-decoration: none; 
}

h3 {
	font-size: 1.4em;
	}

