/* CSS per resettare la pagina - non avrai mai bisogno di toccarlo */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}
/*fonts.css*/body{font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}pre, code {font:115% monospace;*font-size:100%;}body * {line-height:1.33em;}

::selection {background: #880044; color: #F3F3F3;}
::-moz-selection {background: #880044; color: #F3F3F3;} 

body {padding:0; margin:0; background: #F8C7DA url(https://i.imgur.com/LwWYJ.png) repeat-y top center; color: #111111; font-family: 'Cabin', Arial, sans-serif; font-size: 13px;}

#princi {width: 950px; text-align: center; margin: 0 auto;}
#colonna {background: transparent; float: left; width: 650px; text-align: justify;}
#sidebar {background: transparent; float: right; width: 300px; text-align: left;}
.interno {padding: 10px;}

a {text-decoration: none;}
a:hover {text-decoration: underline;}

#sidebar a {color: #FBD4E3;}
#colonna a {color: #BF0952;}

h2 {font-family: 'Dancing Script', Georgia, serif; color: #BF0952; font-weight: bold; text-transform: lowercase; padding-left: 5px; font-size: 36px;}
h3 {font-family: 'Dancing Script', Georgia, serif; color: #BF0952; font-weight: bold; text-transform: lowercase; font-size: 24px;}
h2 a {font-family: 'Dancing Script', Georgia, serif; color: #BF0952 !important; font-weight: bold; text-transform: lowercase; font-size: 30px; -webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out;}
h2 a:hover {-webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; color: #FFFFFF; padding-left: 5px; border-left: 10px solid #FFFFFF; text-decoration: none !important;}



#sidebar ul, #sidebar li, #sidebar ul li {list-style: none; margin: 0; padding: 0;}

#colonna img {max-width: 600px;}
a img, img a {border: 0;}

.meta, .meta a {}

.boxino {margin-bottom: 25px; padding: 2px;}

/* CSS robo La Morte */
#titolo {
color: #950210;
font-weight: bold;
font-style: italic;
font-size: 25pt;
}


/* CSS della paginazione - numeri di pagina */
#paginazione {
text-align: center;
margin-top: 30px;
margin-bottom: 15px;
}

ul#pages {
display: inline;
list-style: none;
padding: 0;
margin: 0;
}

ul#pages li {
display: inline;
margin: 0 3px;
}

ul#pages li a:link, ul#pages li a:active, ul#pages li a:visited {
display: inline;
color: #5A140A;
font-weight: bold;
padding: 3px 6px;
border: 1px solid #5A140A;
text-decoration: none;
}

ul#pages li a:hover {
background-color: #5A140A;
color: #EEEEEE;
text-decoration: none !important;
}

ul#pages li.pgEmpty {
background-color: #000000;
color: #EEEEEE;
padding: 3px 6px;
border: 1px solid #887777;
}

ul#pages li.pgCurrent {
color: #222;
font-weight: bold;
}




/* CSS dello script che chiama On Air che puoi cambiare */
.rss-box {
width: 625px;
background-color: #000000;
margin: 0;
padding: 0;
}

.rss-item a:link, .rss-item a:visited, .rss-item a:active {color: #950210; text-decoration: none;
}

.rss-item a:hover {
color: #993648; font-weight: bold;
}

.rss-date {
font-size: x-small;
color: #5A140A;
}

.rss-item img {
max-width: 550px;
width:expression(this.width > 560 ? "550px" : true );
}




/* CSS dello script che chiama On Air da non cambiare */
.rss-items {
list-style:none;
margin:0;
padding:0;}

li.rss-item {
margin-bottom: 25px;
}

.rss-title, rss_title a, .ljuser img {
display: none;
}



/* CSS di classi interne - al 99,9% non dovresti aver bisogno di cambiarlo */
.active {
font-weight:bold
}

.introduzione {
text-align: justify;
}

h3#comment {
margin: 20px 3px 0;
}