#header_mondiali{
	width: 100%;
	background: white;
	color: orange;
	font-weight: bold;
	font-size: 1.5em;
	height:60px;
	text-align: center;
	vertical-align: middle;
}
#header_mondiali a{
	color: orange;
	font-weight: bold;
}

.mondiali{
	border: 1px solid #DBD8D8;
	margin-top:5px;
	margin-left:20px;
	padding: 0 10px;
	background-color: #F3F3F3;
}

#foto_arbitro{
	float:left; 
	border:1px solid black; 
	padding:10px; 
	margin:5px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	box-shadow: 5px 5px 7px #333;
	-moz-box-shadow: 5px 5px 7px #333;
	-webkit-box-shadow: 5px 5px 7px #333; 
	
}

#titolo {
	background-image: url("{T_THEME_PATH}/images/sfondo_verde_sfumato.gif");
	height: 80px;
	position:relative;
    border-bottom: 5px solid #f8ac00;
/*	margin-bottom: 6px; */
}


#pallone{
	background: url("{T_THEME_PATH}/images/pallone.png") no-repeat scroll center top transparent;
	position: absolute;
	top:0;
	height:600px;
	width:100%;
	margin: -450px 0 0;
	/* for IE */
  	filter:alpha(opacity=50);
  	/* CSS3 standard */
	opacity:0.50;
	z-index:50;
	
	-webkit-animation-name: ballRotation;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-webkit-animation-duration: 500s;
}
@-webkit-keyframes ballRotation {
from {
	-webkit-transform: rotate(0deg);
	}
to {
	-webkit-transform: rotate(360deg);
	}
}

img.bgimg {
	/* regole per riempire la pagina con lo sfondo prescelto */
	min-height: 100%;
	min-width: 990px;
	
	/* regole per ridimensionare l'immagine proporzionalmente */
	width: 100%;
	height: auto;
	
	/* posizonamento dello sfondo */
	position: fixed;
	top: 0;
	left: 0;
	/* for IE */
  	filter:alpha(opacity=30);
  	/* CSS3 standard */
	opacity:0.3;
}

@media screen and (max-width: 1024px){
	img.bgimg {
		left: 50%;
		margin-left: -512px; }
}

div#content {
	/* regola importante per mostrare il contenuto sopra lo sfondo */
	position: relative; 
	
	
	/* formattazione del div, non ha effetti sullo sfondo */
	width: 100%;
	margin: 0 auto;
}
      


#login-links {
	position:absolute;
	top:10px;
	right:5px; 
	color: yellow;
	font-weight: bold;
	text-align: right;
}
#login-links a:link,#login-links a:visited,#login-links a:hover{
	color: yellow;
	font-weight: bold;
	text-align: right;
}

#share-box {
    color: #FFFFFF;
    position: relative;
    margin-top: 30px;
    margin-right: 5px;
    display: block;
    float: right;
    text-align: right;
    white-space: nowrap; /* For Opera */
}
table.table1 td.mia_classifica {
	color: blue;
	font-weight: bolder;
	
}
table.table1 td.giusto {
	color: green;
	font-weight: bold;
	
}
table.table1 td.sbagliato {
	color: red;
	
}
table.table1 td.in_attesa {
	font-style: italic;
}

.titoletto{
	font-size: 12px;
}

h2.big{
	font-size: 2.5em;
	line-height: 1.2em;
	margin-top: 0;
}

a.link_black_underlined{
	font-style: normal;
	text-decoration: none;
	color: black;
	}
	
a.link_black_underlined:hover{
	font-style: normal;
	text-decoration: underline;
	color: black;
	}
	
dl.classic{width:450px;background: #E1EAFE;
    border:solid #CCC;border-width:0 1px 1px}
dl.classic dt{font-weight:bold;border-top:1px solid #CCC;
    padding: 10px 10px 0}
dl.classic dd{margin:0;padding: 0 10px 10px} 

ul.flashnews li{
	list-style-type: none;
	font-size: 14px;
}
ul.flashnews li dt{
	font-weight: bold;
	padding: 5px 0;
}

ul.listaTitoloGrande li, ul.listaTitoloGrande li a {
	list-style-type: disc;
	list-style-position: inside;
	color: orange;
	font-size: 14px;
	line-height: 25px;
}

table.orange{
	background-color: rgb(255,66,14);
	background-color: rgba(255,66,14,0.8);
}

.right_col{
   float: left; 
   width: 73%; 
   padding-left: 15px;
   border-left: 2px dotted #F8AC00;
   position: relative;
}

.box_grande{
    border-bottom: 2px dotted #F8AC00; 
    margin: 0 50px 150px 0;
    width: 400px;
    height: 170px;
    font-size: 18px; 
    padding:0 2px 2px 2px;
    float:left;
    position:relative;
}
.box_grande h1{
    margin-top:0;
    color: #F8AC00;
    width:100%;
    font-size: 20px;
}
.box_grande p{
    margin-bottom:0;
    font-size: 18px;
}                        

.footer_grande{
    width:100%;
    text-align: center;
    font-weight: bold;     
    position: absolute;
    bottom:5px;
    font-size: 18px; 
}


.divisorio{
    border-bottom: 2px dotted #F8AC00;
    margin: 10px 0;
}


.counter
{
    /* background:url(images/counter_bg.png) no-repeat scroll center 57px; */
    width:350px;
    text-align:center;
    position:absolute;
    top:5px;
    left:255px; 
    z-index:900;

    
}
.counter h3, .counter h3 a:link, .counter h3 a:visited
{
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:12px;
    color:#e5e5e5;
    font-style:normal;
    font-variant:normal;
    font-weight:lighter;
    letter-spacing:1px;
    margin-top:2px;

}
.counter h3 a:hover
{        
    text-decoration:none;
    color: #F8AC00;
}

#defaultCountdown { 
    width: 350px; 
    height: 60px; 
    color: #F8AC00; 
    font-weight:bold; 
    font-size: 12px; }   

#dieci_domande{
    float:left;
    border: 1px solid black;  
    background-color: ;
    font-size: 14px;
    background-color: ThreeDLightShadow;
    color: black;
       padding:5px;
}     
.colonna{
    float:left; 
    width:45%;
    
    margin:10px;
    font-size: 15px;
}
.colonna ol{
    list-style-position: outside;
    
}
.colonna li{
    margin-bottom: 15px;
    padding-bottom:15px;
    border-bottom: 2px dotted #F8AC00;  
}
#dieci_domande h1{      
    color: white;
    background-color: red;
    padding: 5px;
    margin-top:0;
    margin-bottom:5px;
    border: 3px solid white;
}

/*bottone add this */
div.atclear {
    display: none;
}   
.addthis_counter a.atc_s {
    background-color: #3B5998 !important;
}   
.addthis_counter.addthis_pill_style {
    background-color: #3B5998 !important;
}   
.addthis_button_expanded {
    cursor: default !important;
}
