/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; }



body {
	background: #EAEADF url("../img/body_bg.jpg") repeat-x center top;
	font: 94%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #333; 
	text-align: left;
}


/* links */
a, a:visited {
	text-decoration: none;
	color: #4F82CB; 
	background: inherit;
}
a:hover {
	color: #4EBF37;
	background: inherit;
	text-decoration:underline;
}

a:visited {
	color: #000; 
}

/* headers */
h1, h2, h3 {
	font-family: Tahoma, Verdana, Trebuchet MS, 'Sans-serif';
	font-weight: normal; 		
}
h1 {
	font-size: 155%;	
}
h2 {
	font-size: 110%;
	text-transform: uppercase;
	color: #88ac0b;
}
h3 {
	font-size: 110%;
	color: #666666; 
}


/* images */


h1, h2, h3, p {
	margin: 0;
	color: #333; 
}

h4 {
	padding: 4px 0 0 10px;
	color: #666666;
	font-size: 12px; 
}
.clear{clear:both;width:100%}
.none{display:none};
.floatleft{float:left}
.floatright{float:right}

.Tleft{text-align:left}
.Tright{text-align:right}
.Tcenter{text-align:center}
.margintop10{margin-top:10px}
.Tsmall{font: normal 80% 'Trebuchet MS', Arial, Sans-serif;}
.width10{width:10%}
.border{border:1px solid #CCC;margin-top:10px}

hr{
	clear:both;
	background-color:#CCC;
	margin:10px;
	border:none;
	}
ul,ol {
	list-style-type:square;
	margin:20px;
	
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(../img/quote.gif) no-repeat 5px 5px;    
}

/* form elements */
form {
	margin:10px; padding: 0 3px;
	border: 1px solid #CCC; 
	background-color: #F6F7F1; 
}

input {
	padding:2px;
	border:1px solid blue;
	font: normal 1em Verdana, sans-serif;
	color:#000;
}

input:focus {
	padding:2px;
	border:1px solid #000;
	font: normal 1em Verdana, sans-serif;
	color:#000;
}


textarea  {
	border:1px solid blue;
	width:400px;
	padding:2px;
	font-family: Verdana, sans-serif;
	border:1px solid blue;
	height:100px;
	display:block;
	color:#777;
}


textarea.focus {
	border:1px solid #000;
	font: normal 1em Verdana, sans-serif;
	color:#000;
}


input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid red; 
	padding: 2px 3px; 
	background: #FFF;
	color: #88ac0b;
}

/* search */
form.search {
	position: absolute;
	top: 35px; right: 25px;
	background: transparent;
	border: none;	
}	
form.search input.textbox {
	margin: 0; padding: 1px 2px;
	width: 120px;
	background: #FFF;
	color: #333; 
}
form.search input.button {
	background: #CCC url(../img/headerbg.gif) repeat-x;
	color: #333;
	border: none;	
	width: 70px; height: 21px;
}

li, TD {
color: #333; 
}

IMG {
    border: 0;
    }
/********************************************
   LAYOUT
********************************************/ 
.wrap {
	width: 1000px;
	background: #7a766a url("../img/content.gif") repeat-y center top;
	margin: 10px auto 0 auto;
	text-align: left;
}


.header{
		background: #FFF url("../img/content.wrap.top.gif") repeat-x top center;
		width:100%;
		margin: 0px;
		
	
		
}

.header .headerleft{
background: transparent url("../img/content.corner.top.left.gif") no-repeat top left;
height:15px;	
}

.header .headerright{
background: transparent url("../img/content.corner.top.right.gif") no-repeat top right;
height:15px;	
}


.banner{
background: transparent url("../img/banner_studio_tecnico_geometra.jpg") no-repeat top right;
width:600px;
height:120px;
float:left;
font: normal 0% Verdana, Trebuchet MS, 'Sans-serif';
}

.case{
background: transparent url("../img/studio_tecnico_home.jpg") no-repeat top right;
width:393px;
height:120px;
float:left;
font: normal 0% Verdana, Trebuchet MS, 'Sans-serif';
}



#menu {
	text-align: right;
	clear: both;	
	margin: 0; 
	font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;
	height: 1px;
	color:#000;
}

#menu a {
	font-weight: normal;
	background: none;
	color: white;
}

#menu a:hover {
	color: orange;
}

#menu ul {
	float: right;
	list-style: none;
	margin:0!important;
	padding: 0;

}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 8px;
	color: #FFF;	
	text-decoration: none;
}
#menu ul li a:hover {
	background-color: #ECECEC;
	color: #333;	
}
#menu ul li#current a {	
	background-color: #FFF;
	color: #333;
}

/* Main Column */
#main {
	float: left;
	width: 77%;
	padding: 5px; margin: 0px;
	min-height: 400px;
	background:#FFF;
	
	
}

#main-admin {

	width: 770px;
	padding: 0; margin: 15px;
	min-height: 1000px;
}

#main-admin form {
	margin: 0px;
	
}

#main h1, #main-admin h1 {
	margin-top: 10px;
	font: normal 155% Verdana, Trebuchet MS, 'Sans-serif';
	color: #000;
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(../img/square-green.png) no-repeat 3px 50%;	
}



.post-footer {
	background-color: #CCC;
	padding: 5px; margin: 20px 10px 0 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(../img/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(../img/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(../img/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* Sidebar */	

#sidebar {
	float: left;
	width: 200px;
	padding: 0; 
	margin-left: 10px;	
	
}	

#sidebar-admin {
	float: right;
	width: 200px;
	padding: 5px; 
	margin: 0;	
	border-left:1px solid #333; 
	
	
}

#sidebar h1, #sidebar-admin h1 {
	margin-top: 10px;
	padding: 5px 0 0px 10px; 
	font: bold 1.0em Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	
}

#sidebar .left-box {
	margin: 0;
	padding: 0;	
}


#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 10px; 
	padding: 0;
	text-decoration: none;		
	width: 160px;
	
}

#sidebar ul.sidemenu li  {
	padding: 2px 0 2px 7px;
	margin: 0 2px;	
}



#sidebar-admin ul {
	margin-left: 0;
	list-style: none;
	padding-left: 2px;
	width: 180px;
}

#sidebar ul li, #sidebar-admin ul li {
	font-weight: bold;
}

#sidebar ul li A, #sidebar-admin ul li A {
	font-weight: bold;
}

#sidebar ul ul {
	width: 100px;
	margin-left: 0px;
}


#sidebar ul ul li {
	margin-left: 0px;
}

#sidebar-admin ul ul li {
	font-weight: normal;
	margin-left: 10px;
}

#sidebar ul ul li A, #sidebar-admin ul ul li A {
	font-weight: normal;
}

#sidebar ul.sidemenuprivate, #sidebar ul.sidemenuprivate {
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0; padding: 0;
	text-decoration: none;		
}
#sidebar ul.sidemenuprivate li, #sidebar ul.sidemenuprivate li {
	border-bottom: 1px solid #EFF0F1;
	/* background: url(../img/go.gif) no-repeat 5px 5px;	*/
	padding: 2px 0 2px 5px;
	margin: 0 2px;	
}
#sidebar ul.sidemenuprivate a, #sidebar ul.sidemenuprivate a {
	font-weight: normal;
	text-decoration: none;	
	background-image: none;	
}

#sidebar #rss {
	width: 100%;
	height: 20px;
	text-align: center;
	padding: 5px 0 5px 0;
}

.rss {
	width: 555px;
	background: url(../img/rss/bg_rss.gif) 0px no-repeat top;
	margin: 3px 30px 0px 10px;
	padding: 8px 0px 0 0;
}

.rss img {
	padding-top: 10px;
	padding-right: 15px;
	
	float: right;
}

.rss-bottom {
	background: white url(../img/rss/bg_rss_bottom.gif) no-repeat top;
	height: 9px;
	width: 555px;
	margin-left: 7px;
}


/* Footer */	

#footermenu {
	color: #666666;
	clear: both;
	width: 1000px;
	text-align: center;	
	font-size: 92%;
	padding:50px 0 5px 0;
	
}


#footerday {
	color: #666666;
	clear: both;
	text-align: left;	
	padding-left:30px;
}


.footer{
		background: #FFF url("../img/content.wrap.bottom.gif") repeat-x top center;
		width:100%;
		margin: 0px;
		
	
		
}

.footer .footerleft{
background: transparent url("../img/content.corner.bottom.left.gif") no-repeat top left;
height:15px;	
}

.footer .footerright{
background: transparent url("../img/content.corner.bottom.right.gif") no-repeat top right;
height:15px;	
}

#footer a ,p{padding:0; text-decoration: none; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.gray { color: #CCC; }
.darkgray { color: #AAE; }


#smallbox {
	margin:0 10px 10px 0;
	padding:10px;
	color:#505050;
	border:1px solid #c0c0c0;
background-color:#fafbfc;
	line-height:1.5em;
	font-size:0.8em;
	visibility: hidden;
	position: absolute;
	width: 190px;
}

.color_1 {
	/*border-bottom: 1px solid #EEE;
	border-left: 4px solid #EEE;*/
	margin: 5px 0 5px;
	width: 500px
}

.color_0 {
	/* border-bottom: 1px solid #EEE;
	border-left: 4px solid #EEE; */
	margin: 5px 0 5px;
}

.smaller {
	width: 10px;
}


#menu5 {
	float:right;
	margin-top:5px;
	width: 100%;
	border-style: none solid none solid;
	border:none;
	
	
	}
#menu5	ul {
	width: 100%;
	list-style: none;
	background-color:#F5F6F1;
	margin:0;
	}
	
#menu5 li{
	border:1px solid #CCC;
	color:#000;
	padding:5px;
}	
#menu5 a{color:#000;display:block;
			}	

#menu5 li:hover
	{
	cursor:pointer;
	background-color:#FFF;
	display: block;
	border-bottom:1px solid #c00;
	}
	
	
	

	
.pagine {
width:95%;
text-align:left;
margin:20px 0 20px 0;

}

.pagine p {
float:left;
line-height:20px;
padding:0;
width:50px;
}


.pagine ol li {
float:left;
text-align:right;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

.pagine ol li {
font-size:15px;
}

#content .pagine a{
text-decoration:none;
background:#FFF;
margin:0;
padding-left:5px;
}

.blu{
	color:blue;
	padding:5px 0 5px 0;

}




#login{
	border:1px solid #CCC;
	background-color:#f5f6f1;
	margin: 0 auto!important;
	padding-top: 5px!important;	
	width: 80%!important;
	padding: 0!important; 
	clear:both!important;
	float:left!important;
	text-align:left!important;
	width:99%!important;
	}

#login form{margin:0;border:none;background:none;text-align:left!important;}
#login label{width:100px;text align:left;font-size:10px;text-align:left!important;}
#login input{border:1px solid #CCC;background:#F6F7F1;text-align:left!important;}
#login a{font-size:10px;text-align:left!important;}


 div.split2 div{
    float: left;
    width: 45%;
    width: 49%;
    width: 45%;
    padding: 0 2%
    }

div.clearer{
    float: none; clear: left
    }
    
    
    .SmallBoxe{
font:14px/18px Arial, Helvetica, "serif";
margin:5px 0;
width:160px;
float:right;
padding:0;
}

.SmallBoxe .pointer {
cursor:pointer;
}


.SmallBoxeTitle {
background:transparent url(../img/wrap_leftbox.gif) no-repeat center top;
background-repeat:repeat-x;
height:0.8em;
width:100%;
height:10px;
}


.SmallBoxe .Left {
background-image:url(../img/small.box.top.left.gif);
background-position:left top;
background-repeat:no-repeat;
height:10px;
width:100%;
}


.SmallBoxe .Right {
background-image:url(../img/small.box.top.right.gif);
background-position:right top;
background-repeat:no-repeat;
height:100%;
width:100%;
}

.SmallBoxe .entry {
	border-top: 1px dotted #333;
	padding:0;
	min-height:180px;
}


.SmallBoxe .locali{
	margin:auto;
	border-top: 1px dotted #333;
	padding:0;
	min-height:120px;
}

.SmallBoxe .entry p {
	font:normal 12px Arial, Helvetica, "sans-serif";
	color: #aeaeae;
	line-height: 150%;
}

				
				
				
.SmallBoxe a{
	color: blue;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
}	




.SmallBoxe h1{
	font:bold 12px/18px Trebuchet MS, "Arial", Helvetica, sans-serif;
	text-transform:uppercase; 
	color:#000;
	padding:5px;
	text-decoration:none;
	}

	


.SmallBoxe .wrap{
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	margin:-5px 0;
	padding:0 5px 0 5px;
}
	

.SmallBoxe .bottom {
background-image:url(../img/small.box.bottom.gif);
background-position:center bottom;
background-repeat:repeat-x;
	height:10px;
	margin:0;
	width:100%;
}

.SmallBoxe .bottomleft {
background-image:url(../img/small.box.bottom.left.gif);
background-position:left bottom;
background-repeat:no-repeat;
	width:100%;
	height:10px;
}

.SmallBoxe .bottomright {
background-image:url(../img/small.box.bottom.right.gif);
background-position:right bottom;
background-repeat:no-repeat;
	width:100%;
	height:10px;
}
    

marquee table{margin:0;padding:0; width:0;height:0;}

marquee {
	float:left;
		width:250px;
		text-align:left; 
		background:#FFF;
		padding: 60px 5px 5px 5px;
		border:1px dotted #000;
		background:#FFF url(../img/news.png) no-repeat center top;
}

marquee a{
		text-align:center;
		color:#052b82;
		font:bold 10px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-decoration:none;
}
marquee a:hover{
	color: #4EBF37;
	}
	
	.text1 {
background:transparent url(../img/frecciagiu.gif) no-repeat scroll left center;
padding-left:23px;
}

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 200%;
}

.list1 a {
	padding-left: 15px;
	background: url(../img/piu.gif) no-repeat left center;
}

.list1 li{float:left;width:45%;margin:3px;} 

.text2 {
	margin-bottom: 2px;
	padding:2px 2px 2px 5px;
	margin-left:0;
	font-size: 11px;
	font-weight: bold;
	color: #728594;
	background-color:#ddd;
}

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.link2 {
		padding: 0 0 0 5px;
		font-weight: bold;
		padding-bottom:0px;

}

.boxhome{
float: left; 
margin-left: 20px; 
width: 47%; 
height: 180px;
}

/* NUovo ---------------------- */

a.back:link, 
		a.back:visited, 
		a.back:hover, 
		a.back:active {	color:#003366;
							font-weight:normal;
							background: #FFF url("../img/back.gif") no-repeat center left;
							padding:25px 0px 5px 50px;
							text-decoration:none;
							}
		a.back:hover {text-decoration:underline}
		
		
		
        
div#whitebox-padding {
padding-bottom:0;
padding-right:2px;
padding-top:1px;
        }
        
div.modulebox-white {
background:#F7F7F7 url(../img/box_r.png) repeat-y scroll 100% 0;
}

div.modulebox-white div.bx1 {
  background:transparent url(../img/box_l.png) repeat-y scroll 0 0;
}



div.modulebox-white div.bx2 {
background:transparent url(../img/box_br.png) no-repeat scroll 100% 100%;
}
div.modulebox-white div.bx3 {
        background:transparent url(../img/box_bl.png) no-repeat scroll 0 100%;
}

div.modulebox-white div.bx4 {
background:transparent url(../img/box_tr.png) no-repeat scroll 100% 0;
}

div.modulebox-white div.bx5 {
background:transparent url(../img/box_tl.png) no-repeat scroll 0 0;
margin:0;
padding:5px;
}

.dateblog{
		float: left; 
		line-height: 12px; 
		font-size: 12px;
		padding-top: 15px; 
		margin: 5px 10px 0px 5px; 
		width: 45px; 
		height: 45px; 
		text-align:center; 
		background:transparent url(../img/date.gif) no-repeat;
}

.pnews{width:90%;float:left;}

a.morelink:link, 
		a.morelink:visited, 
		a.morelink:hover, 
		a.morelink:active {	
							font-weight:normal;
							background: #f6f6f6 url("../img/more.gif") no-repeat center left;
							padding-left:15px;
							text-decoration:none;
							}
		a.morelink:hover {text-decoration:underline}
		
.thumbnail {
				margin: 2px;
				position:relative;
				z-index:9999;
				border: 1px solid #ccc;
				float:left;
				width:90%;
				background:#f5f6f1;
				padding:5px;
				text-align:center;
				}

.thumbnail img {border: 2px solid #ccc}

.width50{width:48%;
		float:left;
		margin:2px;padding:2px}
