@charset "utf-8";



/* File per la condivisione dei commeni ecc ecc */
.shrcmt
{
	clear:both;
	margin-top:41px;
	
}


.shrcmt ul
{
	list-style:none;

}


.shrcmt ul li
{
	float:left;
	padding-right:10px;


}

/* Rss */

.rss
{
	float:left;
	cursor:pointer;
	padding-left:22px;
	padding-bottom:10px;
	background-image: url(../images/shrcmt/rss_black.png);
	background-repeat: no-repeat;
	background-position: left center;

}

.rss:hover
{
	background-image: url(../images/shrcmt/rss_color.png);
	color:#6e6659;
}



/* Social Bookmarks + invia ad un amico */


#socialbookmarks_click
{
	padding-left:0px;
	cursor:pointer;
	/*
	background-image: url(../images/shrcmt/share_black.png);
	background-repeat: no-repeat;
	background-position: left center;
	*/

}
#socialbookmarks_click:hover
{
	/*
	background-image: url(../images/shrcmt/share_color.png);
	*/
	color:#6e6659;
}



#socialbookmarks
{
	font-size:11px;
	clear:both;
	width:100%;

}

#socialbookmarks ul
{
	
	margin:0px;
	padding-top:15px;
	list-style:none;
}

#socialbookmarks ul li
{
	
	display:inline;
	padding-left:15px;
	margin-left:8px;
	
}

.socialbookmarks_facebook
{
	
	background-image: url(../images/shrcmt/facebook.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


.socialbookmarks_live
{
	background-image: url(../images/shrcmt/windows_live.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.socialbookmarks_google
{
	background-image: url(../images/shrcmt/google_bmarks.gif);
	background-repeat: no-repeat;
	background-position: left center;
}



.socialbookmarks_digg
{
	background-image: url(../images/shrcmt/digg.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.socialbookmarks_send_friend
{
	cursor:pointer;
	background-image: url(../images/shrcmt/send_friend.png);
	background-repeat: no-repeat;
	background-position: left center;
}


/* Commenti   */

#cmt_click
{

	padding-left:22px;
	background-image: url(../images/shrcmt/comments_black.png);
	background-repeat: no-repeat;
	background-position: left center;
	cursor:pointer;
}

#cmt_click:hover
{
	background-image: url(../images/shrcmt/comments_color.png);
	color:#6e6659;

}




/* Commenti  Inserzione */

#cmt
{
	margin-top:25px;
	margin-left:0px;
	margin-right:0px;
	padding-bottom:2px;
	padding-top:10px;
	font-size:11px;
	clear:both;
}


#cmt #form_ins
{
	clear:both;
	padding:0px;


}

#cmt #form_ins h3
{
	color:#958e81;
}


#cmt #form_ins p
{

}

#cmt #form_ins p .input_cmt
{
	width:287px;
	background-color:#4c443c;
	border:1px solid #56524a;
	color:#ccc2b1;
}



#cmt #form_ins p .resizebleTextarea
{
	width:92%;
	height:100px;
	padding:0px;
	background-color:#4c443c;
	border:1px solid #56524a;
	color:#ccc2b1;
}



#cmt  #form_ins p .resizehandle {
	background:transparent url("http://www.jquery.info/images/resizer.png") no-repeat scroll 45%;
	cursor:s-resize;
	font-size:0.1em;
	height:16px;
	width:100%;
}

/* Commenti Visualizzazione */

#cmt  #visual h3
{
	color:#958e81;
}



#cmt  #visual .row
{
	margin-top:10px;
	margin-bottom:10px;
	font-size:11px;

}

#cmt  #visual .one
{
	background-color:#4c443c;
	padding-left:15px;
	padding-right:15px;
	border:none;
}


#cmt  #visual .two
{
	background-color:none;
	padding-left:15px;
	padding-right:15px;
	border:none;

}



#cmt  #visual .row .people
{
	float:left;
	margin-top:13px;


	width:25px;
	height:16px;
	background-image: url(../images/shrcmt/people-cmt.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display:none;
}

#cmt  #visual .row .name
{
	color:#d7d4cf;

}

#cmt  #visual .row .comment
{
	color:#c4bbaa;
}


#cmt  #visual.row .date
{
	color:#666;
	font-size:10px;
}


/* Invia ad un amico */

#send_friend
{
	width:620;
	clear:both;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	padding:10px;
	padding-bottom:0px;
	font-size:11px;
	background-image: url(../images/background/news-home.gif);
	background-repeat:no-repeat;
	background-position: left top;



}

#send_friend h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#245699;
}

#send_friend p .input_friend
{
	width:243px;
}

/* Stampa la pagina eccetera eccettera */

#otherversion
{
	clear:both;
	float:left;
	font-size:11px;
	margin-bottom:0px;
	margin-top:35px;
	display:none;



}

#otherversion ul
{
	margin-left:0px;
	padding-top:0px;
	list-style:none;


}

#otherversion ul li
{
	display:inline;
	padding-left:0px;
	padding-right:8px;
	padding-top:2px;
	padding-bottom:2px;
}

#otherversion .printer
{
	padding-left:18px;
	background-image: url(../images/shrcmt/printer_black.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#otherversion .printer:hover
{
	background-image: url(../images/shrcmt/printer_color.png);
}



#otherversion .pdf
{
	display:none;
	padding-left:18px;
	background-image: url(../images/shrcmt/pdf_black.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#otherversion .pdf:hover
{
	background-image: url(../images/shrcmt/pdf_color.png);
}
