/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }



body {
	background: #f3ebe0 url(/images/bg.gif) repeat-x;
	font: 12px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #666666; 
	text-align: center;	
}

fieldset {
width:570px;
-moz-border-radius: 8px; 
 border-radius: px; 
}

/* links */
a, a:visited {	
	color: #306495;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #666666;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-weight: Bold; 	
	padding: 10px;		
	color: #444;	
}
h1 {
	font-size: 2.2em;		
}
h2 {
	font-size: 2em;
	color: #115280;
}
h3 {
	font-size: 1.4em;
	font-weight: normal;	
	padding: 16px 10px 4px 10px;
}

/* Paragraph */
p { padding: 12px 10px;	}

/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;	
}
ul { list-style: none; }

dl { padding: 10px; margin: 0; }

dt {
  font-weight: bold;
  color: #79A62E;
}
dd {
  padding-left: 25px; 
}

/* images */
.imgagenosfondo {
	background: none;
    border: 0px ;
	padding: 3px 1px 5px 5px;
	margin-bottom: 30px;
	margin-left: 60px;
	height: 28px;

}
img {
	background: #fafafa;
   border: 1px solid #dcdcdc;
	padding: 7px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #E6E6FA; 
	background: #F5F5F9; 
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 10px;
 	padding: 5px 7px 5px 40px;  	
   font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;		
	color: #80614D;	
	border: 1px solid #E6E6FA; 
	background: #F5F5F9 url(/images/quote.gif) no-repeat 7px 10px;
}

/* start - table */

.table_login2 {
   border: 0px solid #ccc;
   text-align: left;
   margin-right: -27px;
   margin-top: -30px;
   overflow: hidden;
   float: right ;
   background : none;
}
.table_login {
   border: 0px solid #ccc;
   text-align: left;
   margin-right: -27px;
   margin-top: -39px;
   overflow: hidden;
   float: right ;
   background : none;
}
.table2 {
   width: 560px;
   border: 0px solid #ccc;
   text-align: left;
   margin: 0px 0px 20px 20px;
   height: auto;
   overflow: hidden;
}
.tr2 {
   border: 0px solid #ccc;
   clear: both;
   background: none;
 }
.td_left {
   width: 50%;
   float: left;
   
}
.td_right {
   width: 50%;
   float: left;
}

.td_max {
   width: 30%;
   float: left;
}
.td_for {
   text-indent:5px;
   width: 137px;
   float: left;
}
.td_two {
   width: 70px;
   float: left;
}



table {

	border-collapse: collapse;
	margin: 0px 5px;	
	background-color:white;
}
th {
	height: 10px;
	padding-left: 12px;
	padding-right: 12px;
	color:#666666;
	text-align: left;
}
tr {
	border-top:1px solid #E5E5E5;
	height: 60px;
	margin-top:2px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
}	
/* end - table */

/* form elements */
form {
	margin-top:-50px;
	padding: 0px 0px 0px 0px;
	background: none; 	
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #895F30;
}
input, textarea, select {
	font: normal 11px Verdana, sans-serif;
}
textarea {
	width: 400px;	
	height: 100px;
	display: block;	
}


/*input form login*/

.button {
	font: bold 12px Arial, Sans-serif; 
	height: 18px;
	font-size: 10px;
	color: #fff;
	background: #008FD5;
	text-align: top;
	border-width: 1px;
  	border-style: solid;
  	border-color: #008FD5;
	cursor: pointer;
	}
.button:hover {
	font: bold 12px Arial, Sans-serif; 
	height: 18px;
	font-size: 10px;
	color: #fff;
	background: #008FD5;
	text-align: top;
	border-width: 1px;
  	border-style: solid;
  	border-color: #008FD5;
}


/********************************************
   LAYOUT
********************************************/ 
#linkmargine{
	text-indent:12px;
}
#wrap {
	position: relative;
	width: 1024px;
	background: #ffffff;
	margin: 5px auto;
	text-align: left;	
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;	
	width: 1024px;	
	background: #ffffff ;	
}
#header {
	position: relative;
	width: 1024px;
	height: 160px;
	background: #ffffff url(/images/roundtop.gif) no-repeat;	
	color: #232323;	
	padding: 0;	
	
}
#header img {
margin-top: 10px;
margin-left:10px;
}
#header h1#logo-text a {
	position: absolute;
	margin: 46px 0px 0px -45px; padding: 0;
	font: bold 56px 'Arial';
	letter-spacing: -3px;
	text-decoration: none;
	color: #232323;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 40px; left: 55px;	
}
#header p#slogan {
	position: left;
	margin: 30px 0px 0px 14px;
	padding: 0;
	font: bold 15px 'Arial';
	color: #232323;
	letter-spacing: -0.5px;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 100px; left: 135px;		
}

/* header quick search */
#header form#quick-search {
	position: absolute;
	top: 75px; right: 55px;
	padding: 0; margin: 0;
	border: none;
	width: 223px; height: 33px;
	background: #82c7f4 url(/images/header-search.gif) no-repeat;	
	z-index: 999999;
}
#header form#quick-search p {
	margin: 0; padding: 0;		
}
#header form#quick-search input {
	border: none;
	background: transparent;
	color: #0e5792;
	float: left;
}
#header form#quick-search .tbox {
	margin: 5px 0 0 5px; 
	width: 170px;	
	display: inline;	
}
#search form#quick-search .btn{
	width: 25px; height: 25px;		
}
#header form#quick-search label {
	display: none;
}

/* Navigation */
#nav {border-bottom: 2px solid #2C84DC;}
#nav * {font-family:Arial,Verdana,sans-serif;}
#nav .n_left {float: left; padding: 2px 0 0 10px;}
#nav .n_left ul {margin:0; padding:0;}
#nav .n_left li {float: left; list-style: none;  }
#nav .n_left li a {
	display: block; height: 38px; background: url(/images/navbar-tab.png) no-repeat 0 0;
	margin-right: 1px; line-height: 38px; padding: 0 15px; color: #fff;  text-decoration: none; font-size: 13px; text-shadow: 1px 1px 2px #232323; float: left;}
#nav .n_left li a:hover {background-position: 0 -40px;}

/*language*/
.language{
  float: right;
  margin-right:10px;
  margin-top:10px;

  
}

.language img {
	float: none;
	border: 2px;
	padding: 1px;
}

/* Main Column */
#main {
	float: left;
	width: 600px;
	padding: 0; margin: 0 0 0 15px;
	display: inline;	
	
}
#main h2 {
	font: bold 2.25em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #11528; 
	padding: 10px 0 5px 5px; 	
	margin-left: 5px;		
	letter-spacing: -1px;
	border-bottom: 1px solid #E6E6FA;
}
#main h4 {
	font: bold 2.25em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif; 
	padding: 10px 0 5px 5px; 	
	margin-left: 5px;		
	letter-spacing: -1px;
}
#main h2 a {
	color: #115280;
	text-decoration: none;		
}

#main h3{ color: #666666; 
	font: normal 1.6em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	text-transform: none;
	padding: 10px 0 2px 0; 
	margin: 10px 0 0 10px; 
     text-align:  left;	}
	 
#main .link-text { color: #666666;	
	font-size: .9em;
	padding: 10px 0 2px 0; 
	margin: 10px 0 0 10px; 
	font: bold 16px/50px 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;	}

	
 .image-section {


	clear: both;
	display: block;
	margin: 10px 0 0 10px; 
	padding: 0;
	height: 20.2em;
}
.image-section img {
		background: #fafafa;
   height: 18em;
	padding: 12px;
	
}

.tags {
	padding: 10px 0 5px 5px;
	border-top: 1px solid #E6E6FA;
	border-bottom: 1px solid #E6E6FA;
}
.tags-border-top {
	padding: 10px 0 5px 5px;
	border-top: 1px solid #E6E6FA;
}
/* links */
.link  {	
	color: #232323;
	background: inherit;
	text-decoration: none;
}

.link :visited {	
	color: #232323;
	background: inherit;
	text-decoration: none;
}
.link :hover {
	color: #ffffff;
	background: inherit;
	text-decoration: underline;
}	


#main ul li {
	list-style-image: url(/images/bullet.gif);
}


/*div nascosti*/
#divnascosto  {
	visibility : Hidden;
}	
/*valdidazione form*/
#erroremessaggio {
	display: block;
	margin: 8px 0 5px 0;
	color: #FF0000;
	visibility : Hidden;
}	
#erroretitolo  {
	display: block;
	padding-left:4px;
	margin: 8px 4px 5px 0;
	color: #FF0000;
	visibility : Hidden;
}	
#errorecommento  {
	display: block;
	padding-left:4px;
	margin: 8px 4px 5px 0;
	color: #FF0000;
	visibility : Hidden;
}	

#errore_firstrname{
	float:left;
	position:relative;
	display: block;
	margin: 0px 10px 5px 10px;
	color: #FF0000;
	visibility : Hidden;
}	
#errore_lastname {
	float:left;
	position:relative;
	margin: 0px 10px 5px 10px;
	color: #FF0000;
	visibility : Hidden;
}	
#errore_state{
	float:left;
	position:relative;
	margin: 0px 10px 5px 10px;
	color: #FF0000;
	visibility : Hidden;
}	
#errore_homeNumber{
	float:left;
	position:relative;
	margin: 0px 10px 5px 10px;
	color: #FF0000;
	visibility : Hidden;
}	
#errore_officeNumber{
	float:left;
	position:relative;
	margin: 0px 10px 5px 10px;
	color: #FF0000;
	visibility : Hidden;
}	
#errore_ZipCap{
	float:left;
	position:relative;
	margin: 0px 10px 5px 10px;
	color: #FF0000;
	visibility : Hidden;
}	
#errore_fax{
	float:left;
	position:relative;
	margin: 0px 10px 5px 10px;
	color: #FF0000;
	visibility : Hidden;
}	
#errore_cell{
	float:left;
	position:relative;
	margin: 0px 10px 5px 10px;
	color: #FF0000;
	visibility : Hidden;
}	
#errore_mail{
	float:left;
	position:relative;
	margin: 0px 10px 5px 10px;
	color: #FF0000;
	visibility : Hidden;
}	
#errore_nick{
	float:left;
	position:relative;
	margin: 0px 10px 5px 10px;
	color: #FF0000;
	visibility : Hidden;
}	
#errore_password {
	float:left;
	position:relative;
	margin: 0px 10px 5px 10px;
	color: #FF0000;
	visibility : Hidden;
}	
#errore_password2 {
	float:left;
	position:relative;
	margin: 0px 10px 5px 10px;
	color: #FF0000;
	visibility : Hidden;
}	
#errore_address{
	float:left;
	position:relative;
	margin: 0px 10px 5px 10px;
	color: #FF0000;
	visibility : Hidden;
}	
#errore_password_notegual{
	float:left;
	position:relative;
	margin: 0px 10px 5px 10px;
	color: #FF0000;
	visibility : Hidden;
}	
#errore_civico {
	float:left;
	position:relative;
	display: block;
	margin: 0px 10px 5px 10px;
	color: #FF0000;
	visibility : Hidden;
}	
#errore_city{
	float:left;
	position:relative;
	display: block;
	margin: 0px 10px 5px 10px;
	color: #FF0000;
	visibility : Hidden;
}	
#errore_provincia {
	float:left;
	position:relative;
	display: block;
	margin: 0px 10px 5px 10px;
	color: #FF0000;
	visibility : Hidden;
}	
#errore_stato_civile{
	float:left;
	position:relative;
	display: block;
	margin: 0px 10px 5px 10px;
	color: #FF0000;
	visibility : Hidden;
}	
#errore_sesso{
	float:left;
	position:relative;
	display: block;
	margin: 0px 10px 5px 10px;
	color: #FF0000;
	visibility : Hidden;
}	
#errore_descrizione{
	float:left;
	position:relative;  
	display: block;
	margin: 0px 10px 5px 10px;
	color: #FF0000;
	visibility : Hidden;
}
#errore_job{
	float:left;
	position:relative;  
	display: block;
	margin: 0px 10px 5px 10px;
	color: #FF0000;
	visibility : Hidden;
}
#errore_des{
	float:left;
	position:relative;  
	display: block;
	margin: 0px 10px 5px 10px;
	color: #FF0000;
	visibility : Hidden;
}
#errore_data{
	float:left;
	position:relative;  
	display: block;
	margin: 0px 10px 5px 10px;
	color: #FF0000;
	visibility : Hidden;
}
#errore_foto{
	float:left;
	position:relative;  
	display: block;
	margin: 0px 10px 5px 10px;
	color: #FF0000;
	visibility : Hidden;
}
#errore_Informativa{
	margin: 0px 10px 5px 10px;
	color: #FF0000;
	visibility : Hidden;
	 text-align:  center;
}		
#errore_inchiaro{
	margin: 0px 0px 0px 0px;
	color: #666666;
	 text-align:  center;
}		

/* sidebar menu */

/******************/
/* SIDEBAR STYLES */
/******************/

#sidebar
{
	position:relative;
	float:left;
	left:35px;
	width:360px;
	border-left: 1px solid #ffffff;
}

#sidebar .column a:hover
{
	text-decoration: underline
}


#navigate h4
{
	display:inline;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	padding:0 20px 0 20px;
}

#navigate ul
{
	margin:0;
	padding:0;
	border:0;
	list-style:none;
	display:inline;
}

#navigate ul li
{
	display:inline;
}

#navigate div
{
	height:33px;
	line-height:33px;
}

#navigate div a
{
	font-size:11px;
	color:#fd6601;
}

#sidebar .column
{
	position:relative;
	float:left;
	width:180px;
	padding-bottom:20px;
	margin:0;
	border:0;
	font-family:Arial;
	font-size:0.95em;
	font-weight: none;
}

/* saibal */
#sidebar #sidebar_cathegories, #sidebar #sidebar_archives, #sidebar #sidebar_network, #sidebar #sidebar_suggested,
#sidebar #sidebar_tagcloud
{
	width:162px;
	font-family:Arial;
	font-size:0.95em;
	font-weight: none;
}

#sidebar #sidebar_spot, #sidebar #sidebar_most_recent, #sidebar #sidebar_most_commented, #sidebar #sidebar_poll
{
	width:172px;
}

.sidebartags
{
	padding-left: 4px;
}
/* saibal */

#sidebar .column a
{
text-decoration:underline;
font-weight: none;
}
#sidebar .column a:hover {color: #232323;}

#sidebar .column h4
{
	border:0;
	margin-left:-15px;

	color:#666666;
	font-weight:bold;
	font-size:11px;
	text-transform: uppercase;
	text-indent:15px;
	letter-spacing:-1px;
	line-height:30px;
	height:30px;
}

#sidebar h2
{
	border:0;
	margin-left:-10px;
}

#sidebar_spot
{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.column ul
{
	list-style-type: none;
	padding:0;
	border:0;
	margin:0;
}

.left_column, .right_column
{
	float:left;
	position:relative;
	width:175px;
	overflow:hidden;
}


div.archive-single-month {
	display:none;
	line-height:15px;

}


.right_column
{
	margin-left:5px;
}

.left_column li
{
	padding-left: 1em;
	padding-top: -30px;
	margin-left: -5px;
	margin-top:-6px;
	position:relative;
	width:100%;
	display:block;
	font-family:Arial;
	font-size:0.95em;
	text-decoration:underline;
	font-weight: none;

}

.right_column li
{
	padding-left: 1em;
	padding-top: -30px;
	margin-left: -5px;
	margin-top:-6px;
	line-height:18px;
	position:relative;
	width:100%;
	display:block;
	font-family:Arial;
	font-size:0.95em;
	text-decoration:underline;
	font-weight: none;
}

.center_column  li
{
	width:162px;
	padding-left: 1em;
	padding-top: -30px;
	margin-left: -5px;
	margin-top:-6px;
	line-height:18px;
	position:relative;
	width:100%;
	display:block;
	font-family:Arial;
	font-size:0.95em;
	text-decoration:underline;
	font-weight: none;
}

.rss_cat
{
	vertical-align: bottom;
}
/* footer */
#footer-wrap {
	clear: both;
	width: 1024px;
	text-align: left;
	padding: 0;	margin: 0;
	background: url(/images/roundbottom.gif) no-repeat left bottom;		
}
#footer-content {
	width: 1024px;
	background: ffffff;	
	padding: 30px 0 35px 0;
}

#footer-wrap p {
	padding:10px 0;
}
#footer-wrap h3 {
	color: #145F94; 
	margin: 0;
	padding: 5px 0 5px 10px; 
	text-transform: uppercase;
}
#footer-wrap a:hover { 
	color: #000; 
	text-decoration: none;
}

#footer-columns {
	color: #888;
	margin: 0 auto; 
	padding: 0;	
	width: 800px;		
}
#footer-columns ul {
	list-style: none;
	margin: 0; 
	padding: 0;	
	border-top: 1px solid #BFD286;
}
#footer-columns li {
	border-bottom: 1px solid #CCDA9E;		
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 8px 0 8px 10px;
	width: 96%;
	color: #666666;	
}

#footer-columns .col3, .col3-center {
	float: left;
	width: 32%;
}
#footer-columns .col3-center { 
	margin: 0 15px; 
}


/* comments list */
ol.commentlist {
	margin: 15px 10px; 
	padding: 0;
	border-style: solid;	
	border-color: #F0F0F0;	
	border-width: 1px 1px 0 1px;
}
.commentlist li {
	margin: 0;
	padding: 10px;
	list-style: none;
	border-bottom: 1px solid #F0F0F0; 
}
.commentlist li cite {
	display: block;
	font-style: normal;
	font-weight: bold;
	padding: 7px;	
}
.commentlist li cite img {
	float: left;
	margin-right: 10px;	
}
.commentlist li cite .comment-data {
	font-size: .8em;
	font-weight: normal;
}
.commentlist li .comment-text {
	clear: both;
	margin-top: -0px; padding: 2px 0 0 0;
}
.commentlist li.alt {
	background: #F8F8F8; 
}
.commentlist li.alt a{
	margin-left:-12px;
}
.commentlist li.alt2 {
	background: #f5f2f2; 
}
.commentlist li.alt2 a{
	margin-left:-12px;
}

.leablecomments {
	float:left; 
	position:relative;   
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
}
.commments {
margin-left:12px;
}
.commmentsButton  a {
background:url("/images/buttonBg.png") repeat-x scroll center bottom #FFFFFF;
border:1px solid #CCCCCC;
color:#000000;
display:inline-block;
font-size:10px;
height:15px;
margin:0;
min-width:50px;
max-width:100px;
max-height:15px;
min-height:15px;
padding:6px 6px 5px;
position:relative;
text-decoration:none;
text-shadow:0 -1px 1px rgba(0, 0, 0, 0.25);
text-transform:uppercase;
}
.commmentsButton a:hover {
background:#232323;
color:#ff2323;
}
.commmentsIcon{
background-image:url("/images/reply.png");
background-position:center top;
background-repeat:no-repeat;
display:inline-block;
height:16px;
margin-bottom:-5px;
margin-right:5px;
padding:0;
position:relative;
width:16px;
}
/* bottom */
#footer-bottom {
	clear: both;
	color: #555;	
	margin: 0 auto; 
	width: 1024px;
	padding: 15px 0 10px 0;
	text-align: center;	
	font-size: 0.95em;
}
#footer-bottom a { color: #306495; }

/* postmeta */
.post-footer {
	padding: 8px 5px; 
	margin: 5px 10px 10px 10px;	
	color: #666666;
	border: 1px solid #F5F5F9; 
	background: #F5F5F9;
}
.post-footer .date{ margin: 0 10px 0 5px; background: url('/images/clock.gif') no-repeat 0 center;	padding-left: 20px; margin: 0 10px 0 5px;	}
.post-footer a.comments { margin: 0 10px 0 5px;background: url('/images/comment.gif') no-repeat 0 center; padding-left: 20px; margin: 0 10px 0 5px;	}
.post-footer a.readmore {background: url('/images/page.gif') no-repeat 0 center; padding-left: 20px; margin: 0 10px 0 5px; margin: 0 10px 0 5px;	}
.post-footer a.stats {background: url('/images/stats.png') no-repeat 0 center; padding-left: 30px; margin: 0 10px 0 5px; margin: 0 10px 0 5px;	}

.post-info { font-size: .95em; padding: 0 10px; margin-left: 2px; color: #666666; }
.post-info a { color: #9E9E9E; }

.archivio {  text-indent:9px;font-size: .95em; padding: 0 0px; margin-left: 4px;  border-bottom: 1px solid #E6E6FA; }
.archivio a{ margin: 0px 0px 0px -4px;background: url('/images/comment.gif') no-repeat 0 center; padding-left: 20px;  border-bottom: none;	}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}
#top_info {color: #232323; margin:20px 30px 0px 0px;}
#top_info a{  color: #666666; }
#top_info a:hover{  color: #FF2323;}
.search { width: 170px; border: 1px solid #357994; background: #fff; color: #478F36; padding: 0px; margin: 0; font-weight: bold; font-size: 1.3em;  }
/* round blue login button */
#loginbutton a { text-decoration: none; width: 24px; padding: 7px 12px; margin: 0 0 0 8px; height: 28px; background: #fff url(/images/lb.gif) no-repeat; color: #000; }
#loginbutton a:hover{ background: #fff url(/images/lbhover.gif) no-repeat; color: #000;}
.categorie {border-bottom: 1px solid #E6E6FA;}
.categorieContainer{margin-bottom: 10px;}
.title	{ float:left; position:relative;   }

/*social scripk image*/
div.social { margin: 16px 0px 0px 12px; }

span.social_tagline { 	font: bold 12px Arial, Sans-serif; position: relative; }
span.social_tagline span { display: none; width: 14em; }
span.social_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.social span {
	display: block;
}
.social ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.social ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.social ul li:before { content: ""; }
.social img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.social-hover {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.social-hover:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
#socialbookmarks {
	font: bold 1.25em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #666666; 
	padding: 0px 5 px;

}



/*pop up*/

#PopupMessaggio {
	position:fixed ;
	background-color:#eeeeee;
	width:600px;
	height:300px;
	border: 2px solid #232323;
	z-index: 9002; /*ooveeerrrr nine thoussaaaannnd*/
}

#PopupRispondi {
	position:absolute;
	background-color:#eeeeee;
	width:600px;
	height:300px;
	border: 2px solid #232323;
	z-index: 9002; /*ooveeerrrr nine thoussaaaannnd*/
}

#oscurapagina {
   background-color:#111;
   opacity: 0.45;
   filter:alpha(opacity=45);
   position:absolute;
   z-index: 9001; /*ooveeerrrr nine thoussaaaannnd*/
   top:0px;
   left:0px;

   
}

#closepopup {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('/images/closebox.png') top left no-repeat;
	cursor: pointer;

}


#leftbutton{
display: block;
float: left;
background: url(/images/title_left.png) no-repeat;
width: 15px;
height: 35px;
}
#centerbutton{
display: block;
float: left;
background: url(/images/title_main.png) repeat-x;
height: 35px;
}
#rightbutton{
display: block;
float: left;
background: url(/images/title_right.png) no-repeat;
width: 25px;
height: 35px;
} 



#replybutton {
	position: absolute;
	bottom: -22px;
	left: 270px;
	cursor: pointer;
	color: #FFFFFF;
	line-height: 25px ;
	font: 'Lucida Grande', Verdana, Helvetica, sans-serif;

}

#testopopup {  
    width:600px;
	height:258px;
	overflow-x: auto;
	overflow-y: auto;

}
#titolopopup{  
   text-align: center;
	padding-bottom: 1px;
	font-weight: bold;	
	color: #0788C3;
}


#left_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	left: -19px; 
	background: transparent url('/images/left.png') no-repeat;
}

#right_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	right: -17px; 
	background: transparent url('/images/right.png') no-repeat;
}
/*paginazione*/
.pagination {
	float:left;
	padding: 3px;
	margin: 10px 0px 8px 0px;
	text-align:center;
	font-family:Lucida Grande,Arial,Sans-serif;
	font-size:14px;
	line-height:1.5em;
	width:590px;
}

.pagination a {
	float:left;
	padding: 2px 5px 2px 5px;
	margin: -2px 0px 0px 7px;
	border: 1px solid #EEE;
	text-decoration: none; /* no underline */
	color: #036CB4;
}

.pagination a:hover,
.pagination a:active {
	border: 1px solid #999;
	color: #666;
}
.pagination .current {
	float:left;
	padding: 2px 5px 2px 5px;
	margin: -2px 0px 0px 5px;
	border: 1px solid #036CB4;
	font-weight: bold;
	background-color: #036CB4;
	color: #FFF;
}
.pagination .leftpage a {
	float:left;
	padding: 2px 5px 2px 5px;
	margin: -2px 0px 0px 0px;
	border: 1px solid #EEE;
	text-decoration: none; /* no underline */
	color: #036CB4;
}

.pagination .leftpage a:hover,
.pagination .leftpage a:active {
		float:left;
	border: 1px solid #999;
	color: #666;
}

.pagination .rightpage a {
		float:right;
	padding: 2px 5px 2px 5px;
	margin: -2px 0px 0px 0px;
	border: 1px solid #EEE;
	text-decoration: none; /* no underline */
	color: #036CB4;
}

.pagination .rightpage a:hover,
.pagination .rightpage a:active {
		float:right;
	border: 1px solid #999;
	color: #666;
}

.pagination .disabledleft {
	float:left;
	padding: 2px 5px 2px 5px;
	margin: -2px 0px 0px 0px;
	border: 1px solid #EEE;
	color: #DDD;
}

.pagination .disabledright {
	float:right;
	padding: 2px 5px 2px 5px;
	margin: -2px 0px 0px 0px;
	border: 1px solid #EEE;
	color: #DDD;
}

/*adsense*/
.pubblictaadsenseup {
margin: 0px 0px 0px 0px;
}


/******************/
/* NETWORK STYLES */
/******************/

#network
{
	position:relative;
	float:left;
	width:1024px;
	clear: both;
	background: #fff  repeat-x top left;
	border-top: 1px solid #008FD5;
}

#network_title
{
	position:relative;
	float:left;
	width:1024px;
}

#network_title h3
{
	position:relative;
	float:right;
	right:33%;
	margin:0;
	height:70px;
	font-size:26px;
	font-weight:bold;
	line-height:70px;
	color:#232323;
}

#network_title h4
{
	position:relative;
	float:right;
	margin:0;
	font-size:10px;
	right:-100px;
  top:10px
}

#network_title h4 a
{
	color: #000;
}

.network_link
{
	position:relative;
	float:left;
	width:335px;
}

.network_link_all
{
	position:relative;
	float:left;
	width:450px;
}

.network_link ul li, .network_link_all ul li
{
	line-height:20px;
	width:100%;
	font-size:11px;
}

#arrow
{
color:#ff2323;
}

.network_link_all ul
{
	margin:0;
}

.network_link_all ul li
{
	width:92%;
}

.network_link_all li span
{
	font-size:10px;
}

.network_link a, .network_link_all a
{
	color:#4e4c4c;
	font-size:11px;
	text-decoration:none;
}
.network_link a:hover, .network_link_all a:hover { color:#232323; }

.thumbs{
margin: 10px 0px 0px 6px;
}

.gallery{
margin: 10px 0px 0px 10px;
}

.video{
margin: -10px 0px 0px 6px;
}
.linkReadmore{
margin: -10px 0px 0px 6px;
}
.searchform{
margin:12px 0px 0px 12px;
}

.post-footer2 { margin: 10px -5px 0px -10px;	}
.post-footer2 .date{ margin: 0 10px 0 5px; background: url('../images/clock.gif') no-repeat 0 center;	padding-left: 20px; margin: 0 10px 0 5px;	}
.post-footer2 a.comments { margin: 0 10px 0 5px;background: url('../images/comment.gif') no-repeat 0 center; padding-left: 20px; margin: 0 10px 0 5px;	}
.post-footer2 a.readmore {background: url('../images/page.gif') no-repeat 0 center; padding-left: 20px;  margin: 0 10px 0 5px;	}
.post-footer2 a.link {background: url('../images/link.gif') no-repeat 0 center; padding-left: 20px;  margin: 0 10px 0 5px;	}
.post-footer2 a.impostazioni {background: url('../images/impostazioni.gif') no-repeat 0 center; padding-left: 20px;  margin: 0 10px 0 5px;	}
.post-footer2 a.foto {background: url('../images/foto.gif') no-repeat 0 center; padding-left: 25px;  margin: 0 10px 0 5px;	}
.post-footer2 a.voti {background: url('../images/voti.gif') no-repeat 0 center; padding-left: 20px;  margin: 0 10px 0 5px;	}
.post-footer2 a.profilo {background: url('../images/profilo.gif') no-repeat 0 center; padding-left: 20px;  margin: 0 10px 0 5px;	}
.post-footer2 a.messaggi {background: url('../images/messaggi.gif') no-repeat 0 center; padding-left: 25px;  margin: 0 10px 0 5px;	}
.post-footer2 a.numeromessaggi {background: url('../images/nuvo.gif') no-repeat 0 center; padding-left: 25px;  margin: 0 10px 0 5px;	}
.post-footer2 a.cerca {background: url('../images/lente.gif') no-repeat 0 center; padding-left: 25px;  margin: 0 10px 0 5px;	}

#page-secondolivello {
    padding-left: 10px;
	margin: 0px 0px 0px 4px;
	background: #0788C3;	
	border: 1px solid #295177;	
	height: 20px;
	width: 577px;
	color: #ffffff;	
}
#page-secondolivello a {

	color: #ffffff;	
}
#page-secondolivelloright {
    padding-left: 0px;
    margin: 10px 8px 8px 8px; 
	background: #0788C3;	
	border: 1px solid #295177;	
	height: 150px;
	width: 260px;
	color: #ffffff;	
}
#page-secondolivelloright a {

	color: #ffffff;	
}
#page-secondolivelloright h2{
	margin-left:-0px;
	font: bold 22px Arial, Sans-serif;
	font-weight: normal; 
	color: #ffffff;	
}
#page-secondolivellologin {
    padding-left: 10px;
	margin: -1px 0px 0px 7px;
	height: 20px;
	color: #ffffff;	
}
#page-secondolivellologin  a{
	color: #ffffff;	
}

.allineamentoscheda {
margin-left: 40px;
}
.allineamentoscheda2 {
margin-left: -20px;
}
.allineamentoscheda3 {
margin-left: 50px;
}
.allineamentoscheda4 {
margin-left: 3px;
}
.allineamentoscheda5 {
margin-left: 3px;
}
.post-info2 { font-size: .95em; margin-top: -15x; color: #B0B0B0; float: left; width:100px;}
#datamess{

font-size: 10px ;
}
#menumessaggi{
color:#666666;
float:right;
font-weight:bold;
padding:2px 0;
direction:ltr;
font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
font-size:11px;
text-align:left;
}
#menumessaggi a{
color:#3B5998;
cursor:pointer;
text-decoration:none;
font-weight:normal;
}

/* messaggio form */

#messaggioform form {
	margin: 5px 0px; 
}
#messaggioform label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
}
#messaggioform  input, textarea, select {
	padding: 0px;
	font: normal 11px Verdana, sans-serif;
}
#messaggioform  textarea {
	width: 580px;	
	height: 140px;
	display: block;	
}
#messaggioform  input.button{
height:0px;
width:0px;
background: #eeeeee;
}

/* invitoform form */

#invitoform form {
	margin: 15px 20px; 
	padding: 5px 10px 20px 10px;
}
#invitoform label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
}
#invitoform  input, textarea, select {
	padding: 4px;
	font: normal 11px Verdana, sans-serif;
}
#invitoform  textarea {
	width: 400px;	
	height: 100px;
	display: block;	
}
#invitoform input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	
	border-width: 1px;
  	border-style: solid;
}

/* bottone form */

#bottone  {
background: #ffffff;
border: 0px solid #ffffff;
margin : 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

#bottone form {

background: #ffffff;
border: 0px solid #ffffff;
margin-left:20px;
padding: 0px 0px 0px 0px;
}
#bottone form p {
border-bottom: 1px solid #ffffff;
background: #ffffff;
border: 0px solid #ffffff;
}
#bottone label {
background: #ffffff;
border: 0px solid #ffffff;
}
#bottone input, select, textarea {
margin : 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

#avviso{
    margin-left: 20px;
	color: #FF0000;
}

/* bottone form */

#bottone  {
background: #ffffff;
border: 0px solid #ffffff;
margin : 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

#bottone form {

background: #ffffff;
border: 0px solid #ffffff;
margin-left:20px;
padding: 0px 0px 0px 0px;
}
#bottone form p {
border-bottom: 1px solid #ffffff;
background: #ffffff;
border: 0px solid #ffffff;
}
#bottone label {
background: #ffffff;
border: 0px solid #ffffff;
}
#bottone input, select, textarea {
margin : 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

#avviso{
    margin-left: 20px;
	color: #FF0000;
}

#survey{
margin-left: 13px;
}
