@charset "utf-8";
/* CSS Document */

body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background:url(/images/trama_body.png);
	margin:0px;
	padding:0px;
}

h1, h2, h3, h4, h5, h6, table, td, tr, p, div, img{
	margin:0px;
	padding:0px;
}

img{
	border:none;
}

.post_text img{
 display:none;
}

.cleared{
	clear:both;
}

#header{
	background:url(/images/bg_header.jpg) repeat-x;
	height:40px;
}

#header h1, #header h2 {
	font-size:10px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	line-height:40px;
}

#container{
	width:1000px;
	margin:0px auto;
}

#main{
background:url(/images/sfondo_corpo_centrale.png) top center no-repeat;
min-height:500px;
}

#content_top{
	width:1000px;
	margin:0px auto;
	background:url(/images/sfondo_foglio_up.png) no-repeat top;
	padding-top:15px;
}

#content_corpo{
	
	background:url(/images/sfondo_foglio.png) repeat-y;
	min-height:400px;
	padding-bottom:10px;
}

#content_footer{
	background:url(/images/sfondo_foglio_bot.png) no-repeat 0px -7px;
	height:23px;
}

#footer{
	background:url(/images/bg_footer.jpg) repeat-x;
	height:10px;
	font-size:10px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
}


#footer li:first-child{
	margin-left:20px;
}

#footer li{
	list-style:none;
	float:left;
	padding:0px 5px;
}

#footer ul{
	width:600px;
	margin:0px auto;
	padding:0px;
}

#footer a{
	color:#FFF;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}

/********************************GALLERY******************************/

.menu_container {
	width: 950px;
	margin: 0 auto;
}

/*--Main Image Preview--*/
.main_image {
	width: 650px; height: 265px;
	float: left;
	background: #333;
	position: relative;
	overflow: hidden;
	color: #fff;
}
.main_image h2 {
	font-size: 14px;
	font-weight: normal;
	margin: 0px;	
	padding: 10px 0px 10px 10px;
	color:#CCC;
}
.main_image p {
	font-size: 1.2em;
	padding: 10px;	margin: 0;
	line-height: 1.6em;
}
.block small { 
	padding: 0 0 0 20px; 
	background: url(icon_calendar.gif) no-repeat 0 center; 
	font-size: 1em; 
}
.main_image .block small {margin-left: 10px;}
.main_image .desc{
	position: absolute;
	bottom: 0;	left: 0;
	width: 100%;
	display: none;
}
.main_image .block{
	width: 100%;
	background: #111;
	border-top: 1px solid #000;
}
.main_image a.collapse {
	background: url(btn_collapse.gif) no-repeat left top;
	height: 27px; width: 93px;
	text-indent: -99999px;
	position: absolute; 
	top: -27px; right: 20px; 
}
.main_image a.show {background-position: left bottom;} 


.image_thumb {
	float: left;
	width: 299px;
	background: #f0f0f0;
	border-right: 1px solid #fff;
	border-top: 1px solid #ccc;
}
.image_thumb img {
	border: 1px solid #ccc; 
	padding: 5px; 
	background: #fff; 
	float: left;
	height:50px;
	width:50px;
}
.image_thumb ul {
	margin: 0; padding: 0;
	list-style: none;
}
.image_thumb ul li{
	margin: 0; padding: 12px 10px;
	background: #f0f0f0 url(nav_a.gif) repeat-x;
	width: 279px;
	float: left;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
}
.image_thumb ul li.hover {
	background: #ddd;
	cursor: pointer;
}
.image_thumb ul li.active {
	background: #fff;
	cursor: default;
}
html .image_thumb ul li h2 {
	font-size: 14px; 
	margin: 5px 0; 
	padding: 0;
	line-height:25px;
	color:#666;
	height:50px;
	overflow:hidden;
}
.image_thumb ul li .block {
	float: left; 
	margin-left: 10px;
	padding: 0;
}	
.image_thumb ul li p{display: none;}



/********************************MENU******************************/

#content_menu_top{
	width:950px;
	background:url(../images/bg_top_menu.png) no-repeat;
	height:20px;
	margin:0px auto;
}

#content_menu_main{
	background:url(../images/bg_corpo_menu.png) repeat-y;
	height:120px;
	margin:0px auto;
	width:950px;
}

#content_menu_main #logo{
	float:left;
}


#content_menu_main #menu{
	float:right;
	width:749px;
}

#content_menu_main #logo img{
	margin-top:5px;	
}

#content_menu_main #menu li{
	float:left;
	list-style:none;
	padding:0px 6px;
}

#content_menu_main #menu a{
	background:url(/images/home.png) no-repeat center;
	width:100px;
	height:100px;
	display:inline-block;
	line-height:165px;
	text-decoration:none;
	color:#FFF;
	text-align:center;
	font-weight:bold;
}

#content_menu_main #menu a:hover{
	height:80px;
	color:#8b96d5;
}

#content_menu_main #menu a.home{
	background:url(/images/home.png) no-repeat center;
}

#content_menu_main #menu a.servizi{
	background:url(/images/servizi.png) no-repeat center;
}

#content_menu_main #menu a.portfolio{
	background:url(/images/portfolio.png) no-repeat center;
}
#content_menu_main #menu a.profilo{
	background:url(/images/profilo.png) no-repeat center;
}
#content_menu_main #menu a.blog{
	background:url(/images/blog.png) no-repeat center;
}
#content_menu_main #menu a.contatti{
	background:url(/images/contatti.png) no-repeat center;
}

#coldx{
	float:right;
	width:300px;
	margin-right:25px;
	
}

#colsx{
	float:left;
	width:675px;
}

#news_blog, #tag{
	margin-top:18px;
	background:#f0f0f0;
	border:1px solid #ccc;
	display:block;
}

#tag{
	min-height:110px !important;
}

.title_tag {
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	color:#666;;
	height:20px;
	padding: 0px 0px 4px 10px;
}

#htmltagcloud{
	line-height:2.4em; word-spacing:normal; letter-spacing:normal; text-transform:none; text-align:justify;text-indent:0;
	font-size: 30%;
	width: 280px;		/* auto or fixed width, e.g. 500px   */
	font-family:'lucida grande','trebuchet ms',arial,helvetica,sans-serif,verdana;
	padding:10px;
}
#htmltagcloud a{
	margin-bottom:5px !important;
}
#htmltagcloud a:link{text-decoration:none}#htmltagcloud a:visited{text-decoration:none}#htmltagcloud a:hover{color:white;background-color:#333;}#htmltagcloud a:active{color:white;background-color:#03d}.wrd a{text-decoration:none}.tagcloud0{font-size:1.0em;color:#ACC1F3;z-index:10}.tagcloud0 a{color:#ACC1F3}.tagcloud1{font-size:1.4em;color:#ACC1F3;z-index:9}.tagcloud1 a{color:#ACC1F3}.tagcloud2{font-size:1.8em;color:#86A0DC;z-index:8}.tagcloud2 a{color:#86A0DC}.tagcloud3{font-size:2.2em;color:#86A0DC;z-index:7}.tagcloud3 a{color:#86A0DC}.tagcloud4{font-size:2.6em;color:#607EC5;z-index:6}.tagcloud4 a{color:#607EC5}.tagcloud5{font-size:3.0em;color:#607EC5;z-index:5}.tagcloud5 a{color:#607EC5}.tagcloud6{font-size:3.3em;color:#4C6DB9;z-index:4}.tagcloud6 a{color:#4C6DB9}.tagcloud7{font-size:3.6em;color:#395CAE;z-index:3}.tagcloud7 a{color:#395CAE}.tagcloud8{font-size:3.9em;color:#264CA2;z-index:2; /*PAOLO MODIFICA*/margin-bottom:5px!important; /*FINE*/}.tagcloud8 a{color:#264CA2; margin-bottom:5px!important;}.tagcloud9{font-size:4.2em;color:#133B97;z-index:1}.tagcloud9 a{color:#133B97}.tagcloud10{font-size:4.5em;color:#002A8B;z-index:0}.tagcloud10 a{color:#002A8B}.freq{font-size:10pt !important;color:#bbb}#credit{text-align:center;color:#333;margin-bottom:0.6em;font:0.7em 'lucida grande',trebuchet,'trebuchet ms',verdana,arial,helvetica,sans-serif}#credit a:link{color:#777;text-decoration:none}#credit a:visited{color:#777;text-decoration:none}#credit a:hover{color:white;background-color:#05f}#credit a:active{text-decoration:underline}
#htmltagcloud span {
	margin-right: 5px !important;
}
/*.wrd{position:relative}*/


.box{
	margin:18px 0px 0px 26px;
	display:block;
	width:300px;
	min-height:180px;
	float:left;
	display:inline-block;
}
.title_box {
	background-color:#f0f0f0;
	border:1px solid #ccc;
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	color:#666;;
	height:20px;
	padding: 4px 0 0 10px;
}
.text_box {
	font-family:verdana;
	font-size:11px;
	color:#333;
	padding:20px 10px 5px 10px;
	text-align:left;
}
#sponsor, #share{
	margin:0px 0px 0px 26px;
	border-top:1px solid #ccc;
	padding-top:10px;
	display:block;
	width:628px;
	min-height:40px;
	float:left;
	display:inline-block;
}

#share{
	margin-top:10px;
}

#share h3{
	margin-left:10px;
	color:#666;
	font-size:12px;
	vertical-align:middle;
}

#news_blog
{
	padding:5px;
}

#tag{
	padding:5px 0px;
}

#news_blog h2{
	margin-bottom:12px;
}

#ajax_blog{
	padding-right:8px;
}

#content{
	min-height:400px;
}

/*********************************
CHI SIAMO
*/

.tit{
	width:630px !important;
}

/*********************************
CONTATTI
*/

#colsx fieldset{
	margin-top:20px;
}

#colsx fieldset,
#colsx input,
#colsx input[type=checkbox],#colsx input[type="checkbox"],
#colsx textarea{
	padding:5px;
	border:1px solid #69F;
}

.tit img{
	margin-left:165px;
	margin-top:10px;
}

#colsx input{
	width:200px;
}




/*********************************
SERVIZI
*/
#wrapper {
    width: 630px;
    margin: 10px 0px 0px 0px;
}

#slider {
    width: 620px;
    margin: 0px;
    position: relative;
}

.scroll {
    height: 275px;
    width: 620px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #FFFFFF url(/images/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
    padding: 10px;
    height: 275px;
    width: 610px;
}

#shade {
    background: #EDEDEC url(/images/shade.jpg) no-repeat 0 0;
    height: 50px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
	background-color:#f0f0f0;
	border:1px solid #cccccc;
	height:26px;
	width:626px;
}

ul.navigation li {
    display: inline;
    margin-right: 2px;
}

ul.navigation a {
    padding:  6px 6px 6px 6px;
    color: #264CA2;
    text-decoration: none;
	line-height:26px;
}

ul.navigation a:hover {
    background-color: #62678b;
	color:#fff;
}

ul.navigation a.selected {
    background-color: #2C3C7A;
	color:#fff;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    dispay:none;
}

.scrollButtons.left {
   display:none;
}

.scrollButtons.right {
    display:none;
}

.hide {
    display: none;
}

.title_slide {
	margin:0px 0px 5px 0px;
	color:#666;
	font-size:12px;
	font-weight:bold;
}

.testo_slide {
	margin:0px;
	color:#666;
	font-size:11px;
}

.for_cont{
	color:#333;
}

/* PAGINA PORTFOLIO*/
.container_portfolio {
	width:630px !important;
	height:165px;
	margin:15px 0px 5px 0px;
	clear:both;
}

.container_portfolio a {
	color:#006;
}

.img_portfolio_sx {
	width:210px;
	float:left;
	height:165px;
}

.desc_portfolio_sx {
	float:right;
	padding:10px 10px 10px 10px;
	height:145px;
	width:398px;
	text-align:left;
}

.thumb_portfolio_sx img {
	float:left;
	border:1px solid #cccccc;
	width:70px;
	margin-right:10px !important;
}

.desc_portfolio_sx h4 {
	font-size:11px;
	color:#003;
	margin: 0px 0px 10px 0px;
}

.desc_portfolio_sx p {
	font-size:11px;
	color:#333;
	margin: 0px 0px 15px 0px;
}

.img_portfolio_dx {
	width:210px;
	float:right;
	height:165px;
}

.desc_portfolio_dx {
	float:left;
	padding:10px 10px 10px 10px;
	height:145px;
	width:398px;
	text-align:right;
}

.container_portfolio img
{
	margin:0px;
}

.thumb_portfolio_dx img {
	border:1px solid #cccccc;
	width:70px;
	margin-left:10px !important;
}

.desc_portfolio_dx h4 {
	font-size:11px;
	color:#003;
	margin: 0px 0px 10px 0px;
}

.desc_portfolio_dx p {
	font-size:11px;
	color:#333;
	margin: 0px 0px 15px 0px;
}