@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Playfair+Display+SC:400,700,400italic,900italic,900,700italic); /* font-family: 'Playfair Display SC', serif; */ /* font x titolo */
@import url(https://fonts.googleapis.com/css?family=Crimson+Text:400,400italic,600,600italic,700,700italic); /* font-family: 'Crimson Text', serif; */  /* per i testi */
html {
	font-size: 100%; 
	height:100%;
}
body {
    width: 100%;
    height: 100%;
	font-size =1em                  /*    16px / 16px  = 1em              */
	line-height:1.125em; 
	padding: 0;
	margin: 0;
	background-color:#FFF;
	font-family: 'Crimson Text', serif;
	text-align:center;
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}

#menuicon {

	display:none;
	left:0;
	top:0;
	
}

.autorem {
	width:100%;
	font-size:1em;
	color:#000;
}

.dx {
	float:right;
	margin 5px 5px 5px 5px;
}

.sx {
	float:left;
	margin 5px 5px 5px 5px;
}

.mimg1 {
	width:100%; min-width:300px; height:auto;
	float:left;
}
#titolosu {
	width:100%;
	font-family: 'Playfair Display SC', serif;
	font-size:4em;
}
.t1 {
	text-transform:uppercase;
	color:#800000;
	font-size:2.8em;
}
.t2 {
	color:#000;
	text-transform:capitalize;
	font-size:1.5em;
}

.t1art {
	text-transform:uppercase;
	color:#800000;
	font-size:1em;
	margin-left:5px;
}

#menu {
	width:100%;
	text-align:center;
	display:block;
}

.linkmenu {
	font-size:16px;
	font-weight:700;
	color:#000;
	margin-left:5px;
	margin-right:5px;
	text-decoration:underline;
	
}

#stitolo {
	width:100%;
	font-size:0.45em;
}

#contenuto {
	width:90%;
	min-width:300px;
	display:inline-block;
	border-top:#000 1px double;
}

#contart {
	width:70%;
	min-width:300px;
	float:left;
}

#news {
	width:20%;
	float:right;
	display:block;
	text-align:left;
	margin-top:10px;
}


#boxnewstxt {
	width:100%;
	border-bottom:#CCC 1px dashed;
	border-top:#CCC 1px dashed;
	font-size:0.8em;
	margin-bottom:2px;
}

.titnews {
	font-size:1.3em;
	font-weight:700;

}
.testonews {
	font-size:1.2em;
	color:#000;
}

#menulat {
	width:300px;
	height:100%;
	border:#666 1px solid;
	background-color:#F9F9F9;
	left:0px;
	top:0px;
	margin-left:-300%;
	position:absolute;
	text-align:center;
	z-index:10;
	/*position:fixed;*/
	
	-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.75);
}

.titmenulat {
	font-size:1.2em;
	color:#800000;
	text-decoration:underline;
}

.cerca {
	font-size:0.8em;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.imigmain {
	width:auto;
	height:150px;
	
}

#articoli {
	width:3%;
	min-width:300px;
	height:350px;
	overflow:hidden;
	margin: 5px 5px 5px 5px;
	margin-bottom:10px;
	display:inline-block;
	text-align:justify;
}

#columns {
	width:3%;
	min-width:300px;
	height:250px;
	overflow:hidden;
	margin: 5px 5px 5px 5px;
	margin-bottom:10px;
	display:inline-block;
	border:#000 1px double;
	text-align:center;

}


.noimg {
	display:none;
}

.imgtest {
	width:auto;
	max-height:100px;
	float:left;
}

.imgtest2 {
	width:100%;
	max-width:300px;
	height:auto;
	float:left;
	margin: 5px 5px 5px 5px;
}

.imgtest3 {
	width:99%;
	height:auto;
}

.titart {
	color:#800000;
	text-align:left;
	
}

.catart {
	font-weight:700;
	text-decoration:underline;
}

.nero {
	color:#000;
	text-decoration:none;
}

#editoriale {
	display:block;
	width:100%;
	text-align:left;
	font-size:0.9em;
	border-top:#000 1px solid;
	margin-bottom:5px;
	width:90%;
	min-width:50%;
	display:inline-block;



}

#leggiart {
	width:100%;
	text-align:justify;
	color:#000;
}
@media screen and (min-width: 300px) and (max-width: 1023px) {
.t1 {
	text-transform:uppercase;
	color:#800000;
	font-size:1.3em;
}
.t2 {
	color:#000;
	text-transform:capitalize;
	font-size:0.8em;
}
#menu {
	width:100%;
	text-align:center;
	display:none;
}
#menuicon {
	display:block;
	position:absolute;
	top:0px;
	left:100%;
	margin-left:-44px;
	
}
#news {
	width:15%;

	min-width:280px;
	display:inline-block;
	float:right;
	display:none;
}

#contart {
	width:100%
}

#editoriale {
	display:none;
}

#stitolo {
	width:100%;
	font-size:0.23em;
}

}