/*
	*	Colori:	
	*	-	White:	Testo
	*	-	Sienna:	Sfondo	principale,	sfondo	messaggi_odd
	*	-	Peru:	Sfondo	container,	sidebar,	link	hover
	*	-	Wheat:	Sfondo	messaggi	
	*	-	BurlyWood:	Bordi,	link	visitati
*	*/

body {
    margin: 0px;
    font-family: 'Helvetica';
    font-size: 100%;
    color: White;
    background-color: Sienna;
    text-align: center;
}

div.main {
    margin-left: auto;
    margin-right: auto;
    min-height: 400px;
    min-width: 400px;
    text-align: left;
    width: 1000px;
}

a {
    color: WhiteSmoke;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    background-color: Sienna;
    cursor: pointer;
}

a:visited {
    color: BurlyWood;
}

a img {
    border: 0;
}

div.sidebar {
    background-color: Peru;
    width: 170px;
    height: inherit;
    float: left;
    color: White;
    padding: 7px;
    margin-left: 7px;
    height: auto;
    border: 3px solid BurlyWood;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

div.content {
    margin: 0px 0px 0px 200px;
    border: 3px solid BurlyWood;
    padding: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    background-color: Peru;
}

div.titleBig {
    text-align: center;
    font-size: 160%;
    color: inherit;
    font-weight: bold;
}

div.titleSmall {
    text-align: center;
    font-size: 100%;
    color: inherit;
    font-weight: bold;
}

div.title {
    text-align: center;
    font-size: 120%;
    color: inherit;
}

div.city {
    padding: 7px;
    font-size: 120%;
    color: Wheat;
    font-weight: bold;
    text-indent: 20px;
}

div.dayTitle {
    padding: 5px;
    font-size: 120%;
    color: WhiteSmoke
}

div.day {
    color: WhiteSmoke;
    border-bottom: 5px dotted Wheat;
    padding-bottom: 5px;
    margin-bottom: 5px;
    text-align: justify;
}

div.commenti {
    padding: 10px 5px 5px 15px;
}

div.messaggi {
    margin-top: 10px;
    color: Black;
    background-color: BurlyWood;
    padding: 10px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

div.messaggio_even {
    padding: 5px;
    font-family: 'DejaVu Sans';
    font-size: 90%
}

div.messaggio_odd {
    background-color: Sienna;
    padding: 5px;
    -moz-border-radius: 7px 7px 0px 0px;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    font-family: 'DejaVu Sans';
    font-size: 90%;
}

div.messaggio_header {
    padding: 5px;
}

div.messaggio_body {
    padding: 7px 5px 7px 20px;
    font-size: 90%;
}

p {
    margin-left: 10px;
}


p.commenti {
    color: WhiteSmoke;
    margin: 0px;
    font-weight: bold
}

a.bbcTag {
    color: Black;
    background-color: WhiteSmoke;
    border: outset White 1px;
    font-family: 'monospace';
    padding: 1px 5px;
}

div.commento {
    border: 2px solid Peru;
    padding: 5px;
    margin-top: 10px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

div.anteprima {
    background-color: Gainsboro;
    padding: 5px;
    margin: 10px 0px;
    display: none;
    border: 1px dashed;
}

span.errore {
    color: red;
    margin: 0px 5px;
    display: none
}

div.footer {
    margin: 10px;
}
