@font-face 
{
	font-family: 'cac';
	src: url('font/cac-moose/cac-moose-webfont.eot');
	src: url('font/cac-moose/cac-moose-webfont.eot?#iefix') format('embedded-opentype'),
	url('font/cac-moose/cac-moose-webfont.woff') format('woff'),
	url('font/cac-moose/cac-moose-webfont.ttf') format('truetype'),
	url('font/cac-moose/cac-moose-webfont.svg#cac') format('svg');
	font-weight: normal;
	font-style: normal;
}
 
@font-face 
{
	font-family: 'battle';
	src: url('font/battle_beasts/battle_beasts-webfont.eot');
	src: url('font/battle_beasts/battle_beasts-webfont.eot?#iefix') format('embedded-opentype'),
	url('font/battle_beasts/battle_beasts-webfont.woff') format('woff'),
	url('font/battle_beasts/battle_beasts-webfont.ttf') format('truetype'),
	url('font/battle_beasts/battle_beasts-webfont.svg#cac') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face 
{
	font-family: 'akaju';
	src: url('font/akaju/akaju-webfont.eot');
	src: url('font/akaju/akaju-webfont.eot?#iefix') format('embedded-opentype'),
	url('font/akaju/akaju-webfont.woff') format('woff'),
	url('font/akaju/akaju-webfont.ttf') format('truetype'),
	url('font/akaju/akaju-webfont.svg#cac') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face 
{
	font-family: 'itc';
	src: url('font/itc/itc.eot');
	src: url('font/itc/itc.eot?#iefix') format('embedded-opentype'),
	url('font/itc/itc.woff') format('woff'),
	url('font/itc/itc.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face 
{
	font-family: 'ich';
	src: url('font/ich/ich.eot');
	src: url('font/ich/ich.eot?#iefix') format('embedded-opentype'),
	url('font/ich/ich.woff') format('woff'),
	url('font/ich/ich.ttf') format('truetype'),
	url('font/ich/ich.svg#ich') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*div per fix spazio*/
#spazio
{
	height:20px;
}

/*------------------------font---------------------------*/

html 
{ 
    height:100%;
}

body 
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color:black;
	font-size:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	overflow:auto;
	background-size: 100% 200%;         /* Generic*/
}

ul 
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

hr
{
	color:yellow;
}

img
{
	border-radius: 20px;
  	-moz-border-radius: 20px; 
  	-webkit-border-radius: 20px;
  	overflow:hidden;
}

a
{
	text-decoration:none;
	font-family:"ich";
	font-size:25px;
	color:#F9D71C;
}

a:visited
{
	color:yellow;
}

#contiene 
{
	float:left;
	width:100%;
	height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
	min-height: 100%;
	margin: 0 auto -0px; /*pueblo*/
}

#contiene2 
{
	float:left;
	width:100%;
	height: auto !important;
	margin: 0 auto -0px; /*pueblo*/
}

#destra
{
	float:left;
	width:25%;
	text-align:center;
}

#centro 
{
	float:left;
	width:50%;
	background:black;
	background-repeat: repeat;
	text-align:center;
}

#sinistra
{
	float:left;
	width:25%;
	text-align:center;
}

.sinistra
{
	float:right;
	width:95%;
	background:black;
	text-align:center;
	border-radius: 20px;
  	-moz-border-radius: 20px; 
  	-webkit-border-radius: 20px;
}

#notizie
{
	margin-left: auto;
	margin-right: auto;
	width:60%;
	background:transparent;
	text-align:center;
	overflow:hidden;
}

#notizie p
{
	margin-left: auto;
	margin-right: auto;
	padding:5px;
	background-color:#000;
	text-decoration:none;
	font-size:1.2vw;
	color:#F9D71C;
	font-family:'akaju';
	overflow:hidden;
	height:100%;
	border-radius: 10px;
  	-moz-border-radius: 10px; 
  	-webkit-border-radius: 10px;
	
	-moz-animation: marquee 20s linear infinite;
	-webkit-animation: marquee 20s linear infinite;
	animation: marquee 20s linear infinite;
}

#notizie p:hover 
{
	animation-play-state: paused;
}

@-moz-keyframes marquee 
{
	0% 
	{
		transform: translateX(100%);
	}
	100% 
	{
		transform: translateX(-100%);
	}
}
@-webkit-keyframes marquee 
{
	0% 
	{
		transform: translateX(100%);
	}
	100% 
	{
		transform: translateX(-100%);
	}
}
@keyframes marquee 
{
	0% 
	{
		-moz-transform: translateX(100%);
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
	100% 
	{
		-moz-transform: translateX(-100%);
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

#testa
{
	margin-left:auto;
	margin-right:auto;
	width:90%;
	text-align:center;
	height:400px;		
	background-repeat:no-repeat;
	background:url("../img/logo/logo 1.jpg");
	background-color:black;
	background-size:100% 100%;
	background-position: center;
	border-radius: 20px;
  	-moz-border-radius: 20px; /* firefox */
  	-webkit-border-radius: 20px; /* safari, chrome */
	border:1px solid black;
}

#destra2
{
	float:left;
	width:12%;
	text-align:center;
	
}

.destra2
{
	width:96.5%;
	text-align:center;
	background:transparent;
}

#sinistra2
{
	float:right;
	width:12%;
	text-align:center;
	background:transparent;
}


#slide
{
	margin-left: auto;
	margin-right: auto;
	width:60%;
	text-align:center;
	background:black;
}

#ad
{

	height: 100px;
	width:100%;
	text-align:center;
	background:transparent;
	margin-bottom:10px;
	margin-top:10px;
}

#basso
{
	
	margin: auto;
	padding-bottom: 10px;
	color: red;
	font-size:4vw;
	font-family:itc;
	width:100%;
	height: 100px;/*pueblo*/
	background:black;
	text-align:center;
	bottom:0%;
}

/*-------------------------------post-------------------------------*/

.post
{
	width:90%;
	background:#000;
	margin-left: auto;
	margin-right: auto;
	overflow:hidden;
	border-radius: 20px;
  	-moz-border-radius: 20px; 
  	-webkit-border-radius: 20px;
	min-height:20%;			
}

.postSingolo
{
	width:100%;		
}

.postSingolo:hover
{
	background:#292929;
	border-radius: 20px;
  	-moz-border-radius: 20px; 
  	-webkit-border-radius: 20px;				
}

.post a
{
	color:#FFD700;
}

.post a:hover
{
	color:red;
}

.post a:active
{
	color:white;
}

.post h2
{
	font-family: "itc";	
}

.b{
	font-family: "itc";
	font-size:25px;	
	color:yellow;
}

.postesto2
{
	width:100%;
	word-wrap:break-word;
	font-size:1.5vw;
	color:#F9D71C;
}

.postesto2 img
{
	min-height:50%;
}

.post:hover
{
	background:#121212;	
}

.post img
{
	max-width:100%;
	min-height:50%;
}

.postesto1
{
	font-size:3.5vw;
	color:#F9D71C;
	word-wrap:break-word;
	font-family: "cac";		
}

.bottone 
{
	margin-top: 20px;
}

.postImmagine 
{
    width: 90%;
    height: 100%;
}

/*-------------------------------progetti-------------------------------*/

#contiene #pagina
{
	background: black;
}

/*-------------------------------menu-------------------------------*/

#menu
{
	margin-left: auto;
	margin-right: auto;
	width:60vw;
	text-align:center;
	background-color:black;
	overflow:hidden;
	
	border-bottom:10px solid #F9D71C;	
	border-radius: 20px;
  	-moz-border-radius: 20px; 
  	-webkit-border-radius: 20px;
}

#menu:hover
{
	border-bottom:10px solid yellow;
	border-radius: 20px;
  	-moz-border-radius: 20px; 
  	-webkit-border-radius: 20px;
	overflow:hidden;
}

#menu ul 
{
	list-style: none;
	border-bottom: 20px;
	border-bottom-color: grey;
	display: inline-block; 
	overflow:hidden;
}

#menu li 
{
	font-size: 2vw;
	float:left; 
	background:transparent;
	background-size: 100% 100%;
	border-left:5px solid black;
	padding:5px; 
	margin-right:10px;
	overflow:hidden;
	border-radius: 5px;
	border: 1px solid #FFD700;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

#menu li:hover 
{
	font-size: 2.1vw;
	float:left; 
	overflow:hidden;
	background:#1a1a1a;
	border: 1px solid yellow;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	box-shadow: 1px 1px 1px #FFF;
	color:red;
}

#menu li a
{
	color:#FFD700;
	font-size:1.2vw;
}

#menu li a:hover
{
	color:yellow;
}

#menu li:active 
{
	font-size: 2.1vw;
	float:left; 
	overflow:hidden;
	background:#DAA520;
	border-left:5px solid black;
	border-radius: 5px;
  	-moz-border-radius: 5px; 
  	-webkit-border-radius: 5px;
}

/*-------------------------------sfondo-------------------------------*/

#sfondoA
{
	position:fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	bottom: 0px;
}


#sfondoB
{
	position:absolute;
	width: 100%;
	height: -100%;
	background:transparent;
	top: 0px;
	bottom: 0px;	
}

#colonnadx
{
	float:right;
	width: 15%;
	height:100%;
	background:white;
	background-size:100% 200%;
	background-image:url("dx.jpg");
}

#colonnasx
{
	float:left;
	width: 15%;
	height: 100%;
	background:white;
	background-image:url("sx.jpg");
	background-size:100% 200%;
}

#spaziodx
{

	float:right;
	width: 5%;
	height: 100%;
}

#spaziosx
{

	float:left;
	width: 5%;
	height: 100%;
}

/*-------------------------------bordi-------------------------------*/

#bordiA
{
	width:100%;
	height:100%;
	background:url("../img/bordi/bordo2.jpg"),url("../img/bordi/bordo2.jpg"),url("../img/bordi/bordo.jpg"),url("../img/bordi/bordo.jpg");
	background-position: left top, right top, bottom, top;
	background-repeat: repeat-y, repeat-y, repeat-x, repeat-x;
	overflow: hidden;
}

#altoangolosx
{
	position: top;
	float:left;
	width:40px;
	height:40px;
	background:url("../img/bordi/altoangolosx.png") no-repeat;
	background-position:-2px 0px;
	background-size:42px 42px;
	overflow:hidden;
	background-color:black;
}

#altoangolodx
{
	position: top;
	float:right;
	width:40px;
	height:40px;	
	background:url("../img/bordi/altoangolodx.png") no-repeat;
	background-position:-2px -2px;
	background-size:42px 42px;
	overflow:hidden;
	background-color:black;
}

#bassoangolosx
{
	position: bottom;
	float:left;
	width:40px;
	height:40px;
	background:yellow;
	margin-top:-40px;		
	background:url("../img/bordi/bassoangolosx.png") no-repeat;
	background-position:-2px 0px;
	background-size:42px 42px;
	overflow:hidden;
	background-color:black;
}

#bassoangolodx
{
	position: bottom;
	float:right;
	width:40px;
	height:40px;
	background:yellow;
	margin-top:-40px;	
	background:url("../img/bordi/bassoangolodx.png") no-repeat;
	background-position:0px 0px;
	background-size:42px 42px;
	overflow:hidden;
	background-color:black;
}

/*-------------------------------laterale-------------------------------*/

.destra
{
	width:96%;
	text-align:center;
}

.blocco 
{
	clear: both;
}

.laterale 
{
	position: -webkit-sticky; 
	position: sticky;
	top: 70px; 
}

.laterale .link 
{
	background-color: black;
	background: url("../img/laterale.jpg");
	background-size:100% 100%;
	font-weight: bold;
	text-align:center;
	padding:5px;	
	border-radius: 20px;
  	-moz-border-radius: 20px; /* firefox */
  	-webkit-border-radius: 20px; /* safari, chrome */
  	overflow:hidden;
	border-bottom:1px solid black;
}

.laterale .link:hover 
{
	background-color: #FFFF66;
	padding: 6px;
	text-align:center;
	margin:5px;
}

.laterale .link a 
{
	text-decoration:none;
	color:black;
  	padding:5px;
    	font-size: 1.2vw;

}

.laterale .link a:hover 
{
	text-decoration:none;
	color:white;
  	padding:3px;
}

.laterale .link a:active 
{
	text-decoration:none;
	color:#FF0000;
  	padding:3px;
}

.header
{
	height:2vh;
}

/*-------------------------------pagina secondaria-------------------------------*/

#pagina
{
	width:90%;
	margin:auto;
	background:transparent;
	background-repeat: repeat;
	text-align:center;		
	border-radius: 20px;
  	-moz-border-radius: 20px; 
  	-webkit-border-radius: 20px;	
}

#paginaB
{
	margin-left: auto;
	margin-right: auto;
	width:65%;
	text-align:center;
}

#postesto
{
	width:100%;
	word-wrap:break-word;
	font-size:2vw;
	color:red;
}

#contenuto
{
	background:black;
	margin-left: auto;
	margin-right: auto;
	overflow:hidden;
	border:2px solid yellow;
	border-radius: 20px;
  	-moz-border-radius: 20px; 
  	-webkit-border-radius: 20px;
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 5%;
	padding-left: 5%;		
}

#serie
{
	width:100%;
	word-wrap:break-word;
	font-size:5vw;
	color:red;
	font-family:'cac', Arial;
}
 
#serie2
{
	width:100%;
	word-wrap:break-word;
	font-size:1.5vw;
	color:red;
	font-family:'itc';
}

#contenuto i
{
	font-size:2vw;
	color:#FFD700;
	font-family:'akaju';
}

#contenuto b
{
	font-size:1.6vw;
	color:#eee515;

}

#contenuto td
{
	font-size:2vw;
	color:#FFD700;
	text-align:center;
	vertical-align:top;
	height:20%;
}

#contenuto table
{
	width:100%;
	background:#FFA500;
	border-radius: 20px;
  	-moz-border-radius: 20px; 
  	-webkit-border-radius: 20px;
	table-layout: fixed;
}

#contenuto tr
{
	font-size:2vw;
	color:#FF0000;

}

#contenuto th
{
	font-family:'battle';
	font-size:4vw;
}

#tag
{
	background:#D2691E;
	width:75%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
  	-moz-border-radius: 20px; 
  	-webkit-border-radius: 20px;
  	border:3px solid #ff9852;
	padding-top: 1%;
	padding-right: 5%;
	padding-bottom: 1%;
	padding-left: 5%;
	word-wrap:break-word;
}

#tag:hover
{
	border:5px solid #ADFF2F;
}

#tag:hover i
{
	color:#FF0000;
}

#tag:hover strong
{
	text-decoration:underline;
}

#contenuto a
{
	font-size:1.2vw;
	color:black;
	background:#FFD700;
	padding:1px;
	border-radius: 5px;
  	-moz-border-radius: 5px; 
  	-webkit-border-radius: 5px;
}

#contenuto a:hover
{
	font-size:1.2vw;
	color:#FF6347;
	background:#A0522D;
	border:1px solid black;	
}

#contenuto a:active
{
	color:#FF0000;
}

#contenuto strong {
    font-size: 1.6vw;
    color: #eee515;
}

#destraP
{
	margin-top:1%;
	float:left;
	width:25%;
	text-align:center;
	background:transparent;
}

.destraP
{
	margin-left: auto;
	margin-right: auto;
	width:96%;
	background:black;
	text-align:center;
	border-radius: 20px;
  	-moz-border-radius: 20px; 
  	-webkit-border-radius: 20px;
}

.dona
{
	padding:5px;
	background: black;
	color:yellow;
	text-decoration:none;
	border:yellow 1px solid;
	border-radius: 20px;
  	-moz-border-radius: 20px; 
  	-webkit-border-radius: 20px;
}

.dona:onclick
{
	background: yellow
	color:black;
}

.pagination li 
{
    display: inline-block;
    margin-right: 20px;
}

/*______________________________experimental__________________________*/

.fissa 
{
  	position: fixed;
  	top: 0px;
	margin-left: auto;
	margin-right: auto;
}