﻿/* 
Theme Name: WiMAX theme
Theme URI: http://www.wimax-italia.it 
Description: Tema WiMAX
Version: 1 (WP2.8) 
Author: Stew 
*/

* { margin: 0; padding: 0; }  


html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,   
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }  


html, body {
	height:100%;

}



img.aligncenter {margin:10px;}

img.alignleft {float:left; margin-right:5px;
margin-top:5px;
margin-bottom:5px;
}
a img.alignleft {float:left; margin-right:5px;
margin-top:5px;
margin-bottom:5px;}
a img {border:0;}


img.alignright {float:right; margin-left:5px;
margin-top:5px;
margin-bottom:5px;
}
a img.alignright {float:right; margin-left:5px;
margin-top:5px;
margin-bottom:5px;}
a img {border:0;}


/* immagine nei post */
.right {
	width: 160px;
	float: left;
	/*padding: 10px;*/
	/*margin-right: 5px;
	margin-top: 5px;*/
	
}
/* immagine nei post end */


body { 
color: #666; /*MAIN WEBSITE TEXT COLOR*/
font-family: Verdana, Arial, Helvetica, sans-serif; /*SIZE OF TEXT 0.69EM = 11PX*/
font-size: 12px;
/*background-image: url(images/bg.png); /*OUR BACKGROUND IMAGE*/
background-repeat: repeat-x; /*REPEATS BACKGROUND HORIZONTALLY*/
background-color: #fff; /*SETS THE COLOR OF OUR BACKGROUND WHEN THE BACKGROUND IMAGE COMES TO AN END*/
} 

/* ----------CONTAINER STYLES---------- */
#container { 
width: 1020px; /*MAXIMUM WIDTH OF OUR LAYOUT*/
/*margin-top: 13px; /*ADDS A TOP MARGIN TO THE TOP OF OUR CONTAINER*/
background-color:transparent;
height:auto !important;
margin:0 auto 120px;
min-height:100%;
} 
.push {
height:1000px;
}


/* ----------HEADER STYLES---------- */

#header { 

float: left; /* SE c'è l'errore è QUI!!!!! */

height: 117px; /*ADDS A FIXED HEIGHT*/
width: 940px; /*ADDS A FIXED WIDTH, SHOULD BE SAME AS CONTAINER*/
background-image: url(images/header.png); /*OUR HEADER BACKGROUND IMAGE*/
background-repeat: no-repeat; /*STOPS HEADER BACKGROUND REPEATING */
} 

/* ----------Logo---------- */

#logo { 
float: left; /*FLOATS LOGO LEFT*/
margin-top: 5px; /*ADDS TOP MARGIN*/
margin-left: 80px;
} 
 
 /* ----------Search---------- */
#search { 
float: right; /*FLOATS SEARCH RIGHT*/
margin-top: 18px; /*ADDS TOP MARGIN*/
margin-right: 75px;
} 

/* ----------NAVIGATION STYLES---------- */
#menu {
	width: 841px;
	height: 48px;
	margin: 0 auto;
	background: #ffffff url(images/menu-bg.png) no-repeat;
	
}

#menu ul {
	margin: 0;
	padding: 10px 0 0 15px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 0 5px 0 11px;
	background: url(images/separator.png) no-repeat left center;
	height: 25px;
	
	
	
	
	
}

#menu li.first {
	background: none;
}

#menu a {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	
}

#menu a:hover {
	
	
	color: #666;
	text-shadow: 0px 0px 0px #fff;
}



/* RSS LINKS 
#rss {
	width: 230px;
	height: 21px;
	margin: 0 auto;
	position:absolute; top:10px;right:485px;
	background-image: url(images/rss.png);
	background-position: left;
	background-repeat: no-repeat;
	
}
#rss ul {
	margin: 0;
	list-style: none;
	line-height: normal;
	text-align:right;	
	
	}
#rss li {

	display: inline;
	
		}
		


#rss a {
	text-decoration: underline;
	font-size: 11px;
	color: #000;
}

#rss a:hover {
	color: #666;
	text-decoration: none;
}*/


/* RSS LINKS old */
#rss {
	width: 225px;
	height: 21px;
	margin-top:10px;
	margin-right:80px;
	float: right;	
	line-height: 15px;
	background-image: url(images/rss.png);
	background-position: left;
	background-repeat: no-repeat;
	
}
#rss ul {
	margin: 0;
	list-style: none;
	line-height: normal;
	text-align:right;	
	
	}
#rss li {
	display: inline;
		}
	#rss a {
	text-decoration: underline;
	font-size: 11px;
	color: #000;
}

#rss a:hover {
	color: #666;
	text-decoration: none;
}



/* ---------------Articoli in evidenza con immagini------------------ */

#featured-area { 
background-repeat: no-repeat; /*STOPS BACKGROUND REPEATING*/
/*background-image: url(images/featured.png); /*ADDS OUR CONTENT BACKGROUND IMAGE*/
float: left; /*ADDS A FIXED HEIGHT*/
width: 938px; /*ADDS A FIXED WIDTH*/
height: 260px;
margin-top: 6px; /*ADDS BOTTOM MARGIN*/
border: 1px solid  #dbdbdb;
} 


.featured-ads { 
float:right;
width: 312px; 
height: 255px; 

text-align:center;
padding-top:5px;

background-color: transparent;
} 

.featured-content { 
width: 606px;
height: 243px;
margin-left: 12px;
margin-bottom: 9px;
margin-top: 8px;
background-color: white;

} 




/* ----------LEFT CONTENT STYLES---------- */


#entry { 
float: left; /*ADDS A FIXED HEIGHT*/
width: 940px; /*ADDS A FIXED WIDTH*/
} 



.sticky { 
float: left; /*FLOATS LEFT CONTENT BOX LEFT*/
width: 595px; /*ADDS A FIXED WIDTH*/
/* -moz-border-radius: 15px; /*ADDS A BORDER RADIUS (applys to Mozilla/Firefox and Safari 3 users ONLY)*/
/* -webkit-border-radius: 15px; /*ADDS A BORDER RADIUS (applys to Mozilla/Firefox and Safari 3 users ONLY)*/
background-color: #e85656; /*LEFT CONTENT BACKGROUND COLOR*/
background-image: url(images/bg-sticky.png);
background-repeat: repeat-y;
border: 1px solid #db0000; /*LEFT CONTENT 1 PX BORDER AND BORDER COLOR*/
padding: 1px; /*ADDS PADDING ALL THE WAY AROUND*/
margin-top:11px;
padding-left: 22px;
padding-top: 10px;
color: #fff;
} 

.sticky h2 {
	font-size: 18px;
	} 

.sticky p {
	font-size: 12px;
	text-align:left;
	padding-right:5px;
	line-height: normal;
	
	} 
 

 .sticky p.info {
 	font-size:11px;
	margin-bottom:10px;
	
 }
 
  .sticky p.info a {
  	color:#fff;
	text-decoration: underline;
  }
  
  
  /* ----------RIGHT CONTENT STYLES---------- */
#sidebar { 
float: right; /*FLOATS RIGHT CONTENT BOX RIGHT*/
/*width: 313px; /*ADDS FIXED WIDTH*/
margin-top:11px;
/* -moz-border-radius: 15px; /*ADDS A BORDER RADIUS (applys to Mozilla/Firefox and Safari 3 users ONLY)*/
/* -webkit-border-radius: 15px; /*ADDS A BORDER RADIUS (applys to Mozilla/Firefox and Safari 3 users ONLY)*/
background-color: transparent;
/*border: 1px solid #eee; /*RIGHT CONTENT 1 PX BORDER AND BORDER COLOR*/
/*padding: 20px; /*ADDS PADDING ALL THE WAY AROUND*/
}


.side-bar-content { 
width: 260px; 
margin-left:20px;
text-align: center;

} 
.side-bar-ads { 
margin-left: 3px; 
margin-bottom: 3px; 

} 
 
 



/* codice nuovo css sidebar lista con immagine */


.arrowlistmenu{
/*float: right; /*FLOATS RIGHT CONTENT BOX RIGHT*/
/*width: 311px; /*ADDS FIXED WIDTH*/
width: 312px;
margin-bottom:31px;
/* -moz-border-radius: 15px; /*ADDS A BORDER RADIUS (applys to Mozilla/Firefox and Safari 3 users ONLY)*/
/* -webkit-border-radius: 15px; /*ADDS A BORDER RADIUS (applys to Mozilla/Firefox and Safari 3 users ONLY)*/

}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
text-align: right;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
background-image: url(images/head-sidebar.png);
background-repeat: no-repeat;
height: 31px;
padding: 4px 10px 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/

}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
margin:8px;
margin-right:20px;
}

.arrowlistmenu ul li a{
color: #333;
background: url(images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/

padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #eee;
font-size: 90%;
}



.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #2899c6;

}


/* lista commmenti in sidebar */
.lastcomments{
/*float: right; /*FLOATS RIGHT CONTENT BOX RIGHT*/
/*width: 311px; /*ADDS FIXED WIDTH*/
width: 312px;
margin-bottom:31px;
/* -moz-border-radius: 15px; /*ADDS A BORDER RADIUS (applys to Mozilla/Firefox and Safari 3 users ONLY)*/
/* -webkit-border-radius: 15px; /*ADDS A BORDER RADIUS (applys to Mozilla/Firefox and Safari 3 users ONLY)*/

}



.lastcomments .headerbar{
font: bold 14px Arial;
color: white;
text-align: right;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
background-image: url(images/head-sidebar.png);
background-repeat: no-repeat;
height: 31px;
padding: 4px 10px 4px 10px; /*header text is indented 10px*/
}

.lastcomments ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
border: 1px solid  #cccccc;
width: 290px;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}

.lastcomments ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
margin:8px;
margin-right:20px;
}

.lastcomments ul li a{
color: #333;
/*background: url(images/arrowbullet.png) no-repeat center left; custom bullet list image*/
padding: 2px 0;
/*padding-left: 19px; link text is indented 19px*/
font-weight: bold;
font-size: 90%;



}

.lastcomments ul li a:hover{ /*hover state CSS*/
color: #2899c6;
}




/* lista ultimi interventi twitter in sidebar */
.lastwit{
/*float: right; /*FLOATS RIGHT CONTENT BOX RIGHT*/
/*width: 311px; /*ADDS FIXED WIDTH*/
width: 312px;
margin-bottom:31px;
/* -moz-border-radius: 15px; /*ADDS A BORDER RADIUS (applys to Mozilla/Firefox and Safari 3 users ONLY)*/
/* -webkit-border-radius: 15px; /*ADDS A BORDER RADIUS (applys to Mozilla/Firefox and Safari 3 users ONLY)*/

}



.lastwit .headerbar{
font: bold 14px Arial;
color: white;
text-align: right;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
background-image: url(images/head-sidebar.png);
background-repeat: no-repeat;
height: 31px;
padding: 4px 10px 4px 10px; /*header text is indented 10px*/
}

.lastwit ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
border: 1px solid  #cccccc;
width: 290px;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}

.lastwit ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
margin:8px;
margin-right:20px;
}

.lastwit ul li a{
color: #333;
/*background: url(images/arrowbullet.png) no-repeat center left; custom bullet list image*/
padding: 2px 0;
/*padding-left: 19px; link text is indented 19px*/
text-decoration:underline;
font-size: 90%;



}

.lastwit ul li a:hover{ /*hover state CSS*/
color: #2899c6;
}








/* lista annunci sidebar */

.lastjob{
/*float: right; /*FLOATS RIGHT CONTENT BOX RIGHT*/
/*width: 311px; /*ADDS FIXED WIDTH*/
width: 312px;
margin-bottom:31px;
/* -moz-border-radius: 15px; /*ADDS A BORDER RADIUS (applys to Mozilla/Firefox and Safari 3 users ONLY)*/
/* -webkit-border-radius: 15px; /*ADDS A BORDER RADIUS (applys to Mozilla/Firefox and Safari 3 users ONLY)*/

}



.lastjob .headerbar{
font: bold 14px Arial;
color: white;
text-align: right;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
background-image: url(images/head-sidebar-job.png);
background-repeat: no-repeat;
height: 31px;
padding: 4px 10px 4px 10px; /*header text is indented 10px*/
}

.lastjob ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/

}

.lastjob ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
margin:8px;
margin-right:20px;
}

.lastjob ul li a{
color: #333;
/*background: url(images/arrowbullet.png) no-repeat center left; custom bullet list image*/
padding: 2px 0;
/*padding-left: 19px; link text is indented 19px*/
font-size: 90%;



}

.lastjob ul li a:hover{ /*hover state CSS*/
color: #2899c6;
}

/* list forum entry in sidebar */

.lastforum {
/*float: right; /*FLOATS RIGHT CONTENT BOX RIGHT*/
/*width: 311px; /*ADDS FIXED WIDTH*/
width: 311px;
margin-bottom:10px;
padding-bottom:10px;
/* -moz-border-radius: 15px; /*ADDS A BORDER RADIUS (applys to Mozilla/Firefox and Safari 3 users ONLY)*/
/* -webkit-border-radius: 15px; /*ADDS A BORDER RADIUS (applys to Mozilla/Firefox and Safari 3 users ONLY)*/

background-color: #36b5e7;

}

.lastforum .headerbar{
font: bold 14px Arial;
color: white;
text-align: right;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
background-image: url(images/forum-head.png);
background-repeat: no-repeat;
height: 41px;
border-top: 2px solid #ff5113;
padding: 4px 10px 4px 10px; /*header text is indented 10px*/
}

.lastforum ul{
list-style-type: none;

margin-bottom: 20px; /*bottom spacing between each UL and rest of content*/



}



.lastforum li a{
padding-bottom: 2px; /*bottom spacing between menu items*/
margin:8px;
/*margin-right:20px;*/
color: #fff;
background: url(images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-size: 90%;

}

.lastforum ul li a:hover{ /*hover state CSS*/
color: #2899c6;


}

.lastforum p a { /*hover state CSS*/
color: #fff;
}

.lastforum p a:hover{ /*hover state CSS*/
color: #2899c6;
}

/* Newsletter and rss sidebar */
.feedorange {
/*float: right; /*FLOATS RIGHT CONTENT BOX RIGHT*/
/*width: 311px; /*ADDS FIXED WIDTH*/
width: 311px;
/*margin-bottom:31px;*/
/* -moz-border-radius: 15px; /*ADDS A BORDER RADIUS (applys to Mozilla/Firefox and Safari 3 users ONLY)*/
/* -webkit-border-radius: 15px; /*ADDS A BORDER RADIUS (applys to Mozilla/Firefox and Safari 3 users ONLY)*/
background-color: #f47619;


}

.feedorange .headerbar{
font: bold 14px Arial;
color: white;
text-align: right;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
/*background-image: url(images/head-sidebar-rss.png);
background-repeat: no-repeat; */
/*height: 21px;*/
padding: 4px 10px 4px 10px; /*header text is indented 10px*/
}

.feedorange ul{
list-style-type: none;
padding:10px;
/*margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.feedorange ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
margin:8px;
margin-right:20px;

}

.feedorange ul li a{
color: #333;
/*background: url(images/arrowbullet.png) no-repeat center left; custom bullet list image*/

padding: 2px 0;
/*padding-left: 19px; link text is indented 19px*/
text-decoration: none;
font-style: oblique;
border-bottom: 1px solid #eee;
font-size: 90%;
}

.feedorange ul li a:hover{ /*hover state CSS*/
color: #2899c6;
}
#rssicon {color: #fff; width: 390px;  background: url(images/rss-sid.png) no-repeat center left; padding-left: 20px; display: block; margin-bottom: 5px;}


.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#fff;
font-weight:bold;
padding: 1px 2px;
/*background:url(media/formbg.gif) repeat-x left top;*/
}

/* Social icons */
.addthis_toolbox {
	margin: 0 0 0 0;
	text-align: center;
	}
.addthis_toolbox .custom_images a
{
    width: 32px;
    height: 32px;
    margin: 0 2px 0 2px;
    padding: 0;
}

.addthis_toolbox .custom_images a:hover img
{
    opacity: 1;
}

.addthis_toolbox .custom_images a img
{
    opacity: 0.75;
}

/* list last entry in sidebar */

.lastentry {
/*float: right; /*FLOATS RIGHT CONTENT BOX RIGHT*/
/*width: 311px; /*ADDS FIXED WIDTH*/
width: 312px;
margin-bottom:31px;
/* -moz-border-radius: 15px; /*ADDS A BORDER RADIUS (applys to Mozilla/Firefox and Safari 3 users ONLY)*/
/* -webkit-border-radius: 15px; /*ADDS A BORDER RADIUS (applys to Mozilla/Firefox and Safari 3 users ONLY)*/

}

.lastentry p {
font-size: 10px;
font-style: oblique;
}
.lastentry .headerbar{
font: bold 14px Arial;
color: white;
text-align: right;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
background-image: url(images/head-sidebar.png);
background-repeat: no-repeat;
height: 31px;
padding: 4px 10px 4px 10px; /*header text is indented 10px*/
}

.lastentry ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
border: 1px solid  #cccccc;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
width: 290px;
}

.lastentry ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
margin:8px;
margin-right:20px;
}

.lastentry ul li a{
color: #333;
/*background: url(images/arrowbullet.png) no-repeat center left; custom bullet list image*/

padding: 2px 0;
/*padding-left: 19px; link text is indented 19px*/
text-decoration: none;
/*border-bottom: 1px solid #eee;*/

}

.lastentry ul li a:hover{ /*hover state CSS*/
color: #2899c6;
}

/* fine codice nuovo css sidebar lista con immagine */











/* Banner google dentro i post singoli */
.sidebar-box-ads {
	height: 256px;
	width: 304px;
	background-color: #fff;
/*	margin-bottom:10px;*/
	padding-left:5px;
	padding-top:5px;
	border-top: 1px solid #dbdbdb; 
border-left: 1px solid #dbdbdb; 	
border-right: 1px solid #dbdbdb; 
}
 

.sidebar-vert-ads {
	height: 604px;
	width: 304px;
	/*background-color: #333;*/
	padding-left:5px;
	padding-top:5px;
	border-top: 1px solid #dbdbdb; 
	border-left: 1px solid #dbdbdb; 	
border-right: 1px solid #dbdbdb; 
border-bottom: 1px solid #dbdbdb; 
	margin-bottom:10px;
text-align: center;

}
  
 
 
/* post normali index */

.post-entry { 
float: left; /*FLOATS LEFT CONTENT BOX LEFT*/
width: 595px; /*ADDS A FIXED WIDTH*/

/* -moz-border-radius: 15px; /*ADDS A BORDER RADIUS (applys to Mozilla/Firefox and Safari 3 users ONLY)*/
/* -webkit-border-radius: 15px; /*ADDS A BORDER RADIUS (applys to Mozilla/Firefox and Safari 3 users ONLY)*/
background-color: #fff; /*LEFT CONTENT BACKGROUND COLOR*/
background-image: url(images/bg-post.png);
background-repeat: no-repeat;
background-position: top;
border: 1px solid #dbdbdb; /*LEFT CONTENT 1 PX BORDER AND BORDER COLOR*/

padding: 1px; /*ADDS PADDING ALL THE WAY AROUND*/
margin-top:11px;

padding-left: 22px;

padding-top: 10px;
color: #000;
} 

.post-entry img {border:1px solid #eee; padding:6px;}

.post-entry li {
margin-left:30px;


} 

.post-entry ol {
margin-left:30px;
list-style: decimal;

} 

.post-entry h2  {
	
	font-size: 20px;
/*	font-family: Georgia, serif;*/
margin-right:22px;
			} 

	.post-entry h2 a
	{
	color:#333;
	text-decoration:none;
		} 
		
		.post-entry h2 a:hover
	{
	color:#333;
	text-decoration:underline;
		} 
		
.post-entry p {
	font-size: 12px;	
	text-align: justify;
	margin-right: 22px;
	line-height: normal;
	margin-bottom: 10px
	
	} 
 

 .post-entry p.info {
 	font-size:11px;
	margin-bottom:10px;
	
 }
 
  .post-entry p.info a {
  	color:#666;
	text-decoration: underline;
  }


/* fine post normali index */ 





/* ----------LEFT CONTENT STYLES---------- */



/* Inizio post in single page */

.post-single img.aligncenter {margin:10px;}

.post-singleimg.alignleft {float:left; margin-right:5px;
margin-top:10px;
margin-bottom:5px;
}
.post-single a img.alignleft {float:left; margin-right:5px;
margin-top:10px;
margin-bottom:5px;}
.post-single a img {border:0;}


.post-single img.alignright {float:right; margin-left:5px;
margin-top:10px;
margin-bottom:5px;
}
.post-single a img.alignright {float:right; margin-left:5px;
margin-top:10px;
margin-bottom:5px;}
.post-single a img {border:0;}


.post-single { 
float: left; /*FLOATS LEFT CONTENT BOX LEFT*/
width: 573px; /*ADDS A FIXED WIDTH*/
/*height:180px;*/
/* -moz-border-radius: 15px; /*ADDS A BORDER RADIUS (applys to Mozilla/Firefox and Safari 3 users ONLY)*/
/* -webkit-border-radius: 15px; /*ADDS A BORDER RADIUS (applys to Mozilla/Firefox and Safari 3 users ONLY)*/
background-color: #fff; /*LEFT CONTENT BACKGROUND COLOR*/
background-image: url(images/bg-post.png);
background-repeat: no-repeat;
border: 1px solid #dbdbdb;  /*LEFT CONTENT 1 PX BORDER AND BORDER COLOR*/

padding: 1px; /*ADDS PADDING ALL THE WAY AROUND*/
margin-top:11px;
padding-left: 22px;
padding-right: 22px;
padding-top: 10px;
padding-bottom: 10px;
color: #000;
} 


/* Singole pagine template custom */
.post-single-custom { 
float: left; /*FLOATS LEFT CONTENT BOX LEFT*/
width: 895px;
 /*ADDS A FIXED WIDTH*/
/*height:180px;*/
/* -moz-border-radius: 15px; /*ADDS A BORDER RADIUS (applys to Mozilla/Firefox and Safari 3 users ONLY)*/
/* -webkit-border-radius: 15px; /*ADDS A BORDER RADIUS (applys to Mozilla/Firefox and Safari 3 users ONLY)*/
background-color: #fff; /*LEFT CONTENT BACKGROUND COLOR*/

border: 1px solid #dbdbdb;  /*LEFT CONTENT 1 PX BORDER AND BORDER COLOR*/

padding: 1px; /*ADDS PADDING ALL THE WAY AROUND*/
margin-top:11px;
padding-left: 22px;
padding-right: 22px;
padding-top: 10px;
padding-bottom: 10px;
color: #000;
} 


.post-single-custom h2  {
	font-size: 20px;	
	/*font-family: Georgia, serif;*/
	margin-right: 5px;
	border-bottom: 1px solid #ddd

			} 

	.post-single-custom h2 a
	{
	color:#333;
	text-decoration:none;
		} 
		
		.post-single-custom h2 a:hover
	{
	color:#333;
	text-decoration:underline;
		} 
		






/* End Singole pagine template custom */

.post-single h2  {
	font-size: 20px;	
	/*font-family: Georgia, serif;*/
	margin-right: 5px;
	border-bottom: 1px solid #ddd

			} 

	.post-single h2 a
	{
	color:#333;
	text-decoration:none;
		} 
		
		.post-single h2 a:hover
	{
	color:#333;
	text-decoration:underline;
		} 


.post-single img {border:1px solid #eee; padding:6px;
background-color:#CCCCCC;}

.post-single li {
margin-left:30px;


} 

.post-single ol {
margin-left:30px;
list-style: decimal;

} 

.post-single h2 {
	font-size: 18px;
	
	} 

.post-single p {
	font-size: 12px;
	text-align: justify;
	padding-right:5px;
	line-height: normal;
	margin-bottom:10px;
	
	} 
 

 .post-single p.info {
 	font-size:11px;
	margin-bottom:10px;
	
 }
 
  .post-single p.info a {
  	color:#666;
	text-decoration: underline;
  }


  #single-opt {   
  width: 621px;
    }
  
 .post-single-ads {
/*	border-left: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;*/
 	float:left;
	margin-bottom:10px;
	margin-top:10px;	
	margin-right:2px;
	
	
	 }
	 
	 
	 .post-single-related {	
 	float:right;
	height:280px;
	width: 280px;
	font-size:11px;
	background-image: url(images/bg-related.png);
	background-repeat: no-repeat;
	margin-top:10px;
	

	 } 
	 
	  .post-single-related h1 {
	  font-size: 14px;
	  margin-top: 5px;
	  margin-left: 5px;
	  margin-bottom: 10px;
	  color:#fff;
	  	
	  }
	  
	   .post-single-related ol {
	    color:#fff;	    	
	    	margin-left:25px;
	    	margin-right:5px;
	  	
	  }
	 
	  .post-single-related ul {
	  	
		list-style-type:none;

	  }
	  
	    .post-single-related a {
	  	text-decoration: none;
		color: #fff;
	  }
	  	    .post-single-related a:hover {
	  	
		color: #fff;
		text-decoration: underline;
	  }
	  
	  
	  /* Start tag */
	  
	    .post-single-tags {
	  	float:left;
	width: 591px;
	font-size:12px;
	text-align:left;
	padding:4px;
	padding-left: 22px;
	margin-top:10px;
	padding-bottom:15px;
	  }
	  
	  .post-single-tags a {
	   color:#2899c7;
	   text-decoration: none;
	  
	 
	  
	          }

	          	  .post-single-tags a:hover {
	  color:#666;
	   
	  
	  
	          }
	  
	   /* End tags */
	  
	  
	 

/* Fine post in single page */







/* Share button in single post */

div.sociable { margin: 16px 0;}

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0 !important;
	padding: 1px !important;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}




 
/*Template commenti */
#comments-box {
	float: left;
	width: 618px;
}

ol.commentlist { list-style:none; margin:0; padding:0; }  
ol.commentlist li { border:1px solid #d5d5d5; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; margin:0 0 10px; padding:5px 7px 5px 64px; position:relative; }  
ol.commentlist li.pingback comment-author { padding:0 170px 0 0; }  
ol.commentlist li div.vcard { font-weight:bold; font-size: 14px; line-height: 16px; font-family: helvetica,arial,sans-serif; }  
ol.commentlist li div.vcard cite.fn { font-style:normal; font-size: 11px; }  
ol.commentlist li div.vcard cite.fn a.url { color:#cc0000; text-decoration:none; }  
ol.commentlist li div.vcard cite.fn a.url:hover { color:#000; }  
ol.commentlist li div.vcard img.avatar { background: #fff; border:1px solid #aaa; padding: 5px; left:7px; position:absolute; top:7px; }  
ol.commentlist li div.comment-meta { font-weight:bold; font-size: 10px; line-height: 16px; font-family: helvetica,arial,sans-serif; position:absolute; right:10px; text-align:right; top:5px; }  
ol.commentlist li div.comment-meta a { color:#666; text-decoration:none; }  
ol.commentlist li p { font-weight:normal; font-size: 12px; line-height: 16px; font-family: helvetica,arial,sans-serif; margin:5px 0 12px; }  
ol.commentlist li ul { font-weight:normal; font-size: 12px; line-height: 16px; font-family: helvetica,arial,sans-serif; list-style:square; margin:0 0 12px; padding:0; }  
ol.commentlist li div.reply { background:#999; border:1px solid #666; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; color:#fff; font:bold 9px/1 helvetica,arial,sans-serif; padding:6px 5px 4px;  text-align:center; width:36px; }  
ol.commentlist li div.reply:hover { background:#cc0000; border:1px solid #cc0000; }  
ol.commentlist li div.reply a { color:#fff; text-decoration:none; text-transform:uppercase; }  
ol.commentlist li ul.children { list-style:none; margin:12px 0 0; text-indent:0; }  
ol.commentlist li ul.children li.depth-2 { margin:0 0 3px; }  
ol.commentlist li ul.children li.depth-3 { margin:0 0 3px; }  
ol.commentlist li ul.children li.depth-4 { margin:0 0 3px; }  
ol.commentlist li ul.children li.depth-5 { margin:0 0 3px; }  
ol.commentlist ul.children li.odd { background:#fff; }  
ol.commentlist ul.children li.even { background:#f6f6f6; }  
ol.commentlist li.pingback div.vcard { padding:0 170px 0 0; }  

.nocomments {
font-size:14px;
margin-top:20px;}

#comments {
	padding:5px;
	border: 1px solid #fff;
	margin-bottom:15px;	
	margin-top:15px;
	background-color: #45bfee;
	color:#fff;
}


#commentform {width:500px; text-align:left; padding:35px 5px; background-color: #fff; color:#666; font-size:14px; font-family:Arial, Helvetica, sans-serif }
#author, #email, #url {width:200px; height:20px; line-height:20px; border:1px solid #ddd; background-color:#fff;; font-size:14px; padding:2px; margin-bottom:10px;}

#submit { border: 1px solid #1e83ab;background:#2899c6;margin-top:10px;margin-bottom:10px;color:#fff;}
#submit:hover {
    border: 1px solid #f00;
    background: #e71515;
}    

#comment  {width:350px; height:200px; border:1px solid #ddd; margin-bottom:10px;}

 
 /* Fine  Template commenti */
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
/* Commenti e red more in index nella tab sticky */
.post-options-sticky {
	height: 35px;
	padding: 6px 5px 0 5px;
	margin-top: 10px;
	}

	.post-options-sticky p.comments 
	{
		text-align: center;
		float: left;
		}
	
	.post-options-sticky p.comments a {
	font-weight:bold;
	color: #fff;
	font-size:10px;		
	text-decoration: none;
	

	}
	
	.post-options-sticky p.read-more a {
		color:#fff;
		font-size:10px;
		font-weight:bold;
		float: right;
		padding-left:12px;
		padding-top: 5px;		
		background-image: url(images/readmore.png);
		background-repeat: no-repeat;
		height: 29px;
		width: 101px;
			text-decoration: none;
	}
 
 
 
 /* Commenti e red more in index nella tab post-entry */
.post-options-entry {
	height: 35px;
	padding: 6px 5px 0 5px;
	margin-top: 10px;
	}

	.post-options-entry p.comments 
	{
		text-align: center;
		float: left;
		margin-top:7px;
			background-image: url(images/com.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 16px;
	width: 115px;
		}
	
	.post-options-entry p.comments a {
	font-weight:bold;
	color: #000;
	font-size:10px;		
	text-decoration: none;
	}
	
	.post-options-entry p.comments a:hover {
		text-decoration: underline;
	}
	
	.post-options-entry p.read-more a:hover {
		text-decoration: underline;
	}
	
	.post-options-entry p.read-more a {
		color:#fff;
		font-size:10px;
		font-weight:bold;
		float: right;
		padding-left:12px;
		padding-top: 6px;		
		background-image: url(images/readmore.png);
		background-repeat: no-repeat;
		height: 29px;
		width: 101px;
			text-decoration: none;
	}
 

/* links nei post singoli  */.banner-post {	width: 180px;	float: left;	padding: 5px;	background-color: #ffffff;	margin-right: 5px;	margin-top: 1px;        border: solid 1px #eee;	}/* links nei post singoli end */	
 
 /* Navigation footer */
 
 #navi {

	width: 591px;
	font-size:12px;
	text-align:left;
	padding:4px;
	padding-left: 22px;
	margin-top:10px;
 	font-size: 12px;
	float: left;
	
 }
 
  /* End Navigation footer */
 
 
 
/* foooter */ 
 #footer{
 	
float: left; /* SE c'è l'errore è QUI!!!!! */
height: 110px; /*ADDS A FIXED HEIGHT*/
width: 940px; /*ADDS A FIXED WIDTH, SHOULD BE SAME AS CONTAINER*/
background-image: url(images/footer.png); /*OUR HEADER BACKGROUND IMAGE*/
background-repeat: no-repeat; /*STOPS HEADER BACKGROUND REPEATING */
margin-top: 15px;


  
 
}

.logo-footer {
	float: right;
	margin-top:47px;
	margin-right: 20px;
}

.copy-footer p {
float: left;
font-size:11px;
color: #fff;
margin-top:55px;
margin-left:20px;
	
}

.copy-footer p a {
	color: #fff;
	}
	.copy-footer p a:hover {
	color: #fff;
	text-decoration:none;
}

/* stile tabelle nei post */

#mytable {
	margin-top:30px;
	
}

th {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: bold 11px;
	color: #6D929B;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: none;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}
th.spec {	
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: 11px Verdana, Arial, Helvetica,sans-serif;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: 11px Verdana, Arial, Helvetica,sans-serif;
	color: #B4AA9D;
}
td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #6D929B;
}
  td a {
	   color:#2899c7;
	   text-decoration: underline;
	  
	 
	  
	          }

	          	  td a:hover {
	  color:#666;
	  text-decoration: none;
	   
	  
	  
	          }

td.alt {
	background: #F5FAFA;
	color: #B4AA9D;
}
/* end stile tabelle nei post */




/* css button */
.awesome, .awesome:visited {
	background: #222 url(http://zurb.com/images/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	margin-left: 13px;
}
 
	.awesome:hover							{ background-color: #111; color: #fff; }
	.awesome:active							{ top: 1px; }
	.small.awesome, .small.awesome:visited 			{ font-size: 11px; padding: ; }
	.awesome, .awesome:visited,
	.medium.awesome, .medium.awesome:visited 		{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
	.large.awesome, .large.awesome:visited 			{ font-size: 14px; padding: 8px 14px 9px; }
	
	.green.awesome, .green.awesome:visited		{ background-color: #91bd09; }
	.green.awesome:hover						{ background-color: #749a02; }
	.blue.awesome, .blue.awesome:visited		{ background-color: #2daebf; }
	.blue.awesome:hover							{ background-color: #007d9a; }
	.red.awesome, .red.awesome:visited			{ background-color: #e33100; }
	.red.awesome:hover							{ background-color: #872300; }
	.magenta.awesome, .magenta.awesome:visited		{ background-color: #a9014b; }
	.magenta.awesome:hover							{ background-color: #630030; }
	.orange.awesome, .orange.awesome:visited		{ background-color: #ff5c00; }
	.orange.awesome:hover							{ background-color: #d45500; }
	.yellow.awesome, .yellow.awesome:visited		{ background-color: #ffb515; }
	.yellow.awesome:hover	
	