/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0; 	padding: 0;
	font: normal .72em/1.5em 'Trebuchet MS', sans-serif;
	color: #404040;
	background: #fff;
	text-align: center;	
	height: 100%;
	/*background: url('../img/bg_mano_home.jpg') 65% 100% no-repeat;*/
}
#body_container{
	margin: 0 auto;
	text-align:center;
	width:710px;
}

/* links */
a { background: #fff; color: #404040; text-decoration: underline; }
a:hover { background: #fff; color: #006699; text-decoration: none; }

#content-wrap a { background: #FFF4CB; color: #404040; text-decoration: none; }
#content-wrap a:hover { background: #FFF4CB; color: #404040; text-decoration: underline;}

#content-wrap div#box a { background: #FFFFFF; color: #FFFFFF; text-decoration: none; }
#content-wrap div#box a:hover { background: #FFFFFF; color: #FFFFFF; text-decoration: none;}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #333;
}

.paragrafo h2  { font-size: 1em; padding:0; margin:0;}
.paragrafo p  { padding: 5px 0px 5px 0px;}

h1 { font-size: 1.4em;}
h2 { font-size: 1.2em; text-transform: uppercase;}
h3 { font-size: 1.2em; }

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
	color: #993333;	
}
ul span, ol span {
	color: #333;
}


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; */
  border: 1px solid #eee;    
}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

blockquote {
	margin: 15px; 	padding: 0 0 0 20px;  	
  		border: 1px solid #eee; 
	font: bold 1.2em/1.5em 'Trebuchet MS', Tahoma, sans-serif; 
	color: #666666;	
}

/* form elements */
form {
	margin:0; padding: 10px 25px;
	border: 1px dashed #ccc; 
	background-color: #eee; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #ccc;
	font: normal 1em 'Trebuchet MS', verdana, sans-serif;
	color:#777;
}
textarea {
	width:320px;
	padding:2px;
	font: normal 1em 'Trebuchet MS', verdana, sans-serif;
	border:1px solid #ccc;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 20px auto; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #999;
	background: #ddd; 
	padding: 5px 3px; 
	color: #333;
	display: block;
	width:100px;	
	
}
form p  { 
	margin: 10px; 
	font-size: 11px;
}

.warning { 
	margin: 0;
	padding: 0; 
	font-size: 12px;
	color: #ff0000;
	font-weight: bold;

}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 0;	
}

.searchform p { margin: 10px; padding: 0; }

.searchform input.textbox { 
	width: 130px;
	color: #333; 
	height: 20px;
	padding: 2px;	
	vertical-align: top;
}

.searchform input.button { 
	font: bold 12px Arial, Sans-serif; 
	color: #333;	
	width: 60px;
	height: 26px;
	border: none;
	padding: 3px 5px;	
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/
.attach {
text-align:right;
border-top: 1px solid #ccc;
}

#wrap {
	width: 770px;
	margin: 0 auto;
	background: #FFF;
		/*border-top: 6px solid #ff7f00;*/
}

#header-content, #content {
	width: 740px;	
}


/* header */
#header {
	position: relative;
	height: 70px;
	text-align: left;		
	/*margin: 0; padding: 0;	*/
	margin-bottom:5px;
	border-bottom:1px solid #ccc;
	margin-left:30px; 
	margin-right: 30px;		
}
#header_img{
	position:relative;
	width: 770px;
	height:105px;
	text-align: center;
	/*margin-left:245px;*/
	margin-bottom:25px;
}
#language {
	position:relative;
	width:710px;
	height:25px;
	text-align: right;
	right:-30px;
	padding-top:3px;
	padding-bottom:3px;	
	margin-bottom:0px;	
	border-bottom:1px solid #ccc;
	line-height: 21px;
}
#language a {
	width:25px;
	height:25px;
	display: inline-block;
	padding-left:0px;
	padding-right:12px;
	padding-top:3px;
	padding-bottom:3px;	
	font-weight: bold;
	font-size: 16px;
	color: #874113;	
	text-decoration: none;
	text-align:center;
	line-height: 21px;
}
#language a:hover {
	width:25px;
	height:25px;
	padding-left:0px;
	padding-right:12px;
	padding-top:3px;
	padding-bottom:3px;	
	text-align:center;
	color: #ffffff;
	line-height: 21px;
}
#language #en{
	background: url("../img/en.gif") no-repeat;
	/*cursor:default;*/
}

#language #en:hover{
	background: url("../img/en-on.gif") no-repeat;
}

#language #it{
	background: url("../img/it.gif") no-repeat;
}
#language #it:hover{
	background: url("../img/it-on.gif") no-repeat;
}
#currentIt  {
	background: url("../img/it-on.gif") no-repeat;
}
#currentEn  {
	background: url("../img/en-on.gif") no-repeat;
}
#currentIt:hover  {
	background: url("../img/it-on.gif") no-repeat;
}
#currentEn:hover  {
	background: url("../img/en-on.gif") no-repeat;
}



#header .headerphoto {
	position: absolute;
	right: 0px; top: 30px;
}
#header #logo-box {
	position: absolute;
	right: 0px top: 15px;
}
#logo-box #logo {
	position: absolute;	
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the logo */
	top: 10px; left: 10px;
}


/* menu */

#angolo_sx{
	width:16px;
	height:57px;
	background: url("../img/angoloSx.jpg");
	float:left;
}
#angolo_dx{
	position:absolute;
	width:16px;
	height:57px;
	margin-top:0px;
	right:0px;
	background: url("../img/angoloDx.jpg");
}
div#navigation{
	width: 351px;
	margin-top: 12px;
	background-color: #fff;
	float:right;
	font-size:12px;
	font-weight: bold;
	text-align: center;
}
div#navigation img{
	position:absolute;
	margin-top:13px; 
	margin-left:-5px; 
	margin-right:10px;

}
/*div#navigation img#last_separetor{
	position:absolute; 
	margin-top:18px; 
	right:6px;
	float:right;
}*/
#last_separetor{
	position:absolute; 
	margin-top:6px; 
	right:12px;
	float:right;
	
}
div#navigation ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div#navigation li{
	float: left;
	margin: 0;
	padding:0;
    background: url("../img/bgMenuOn.jpg");
}
div#navigation a{
	height:47px;
	display: block;
	padding:5px 5px 0px 5px; 
	line-height: 45px;
	text-decoration: none;
    background: url("../img/bgMenu.jpg");
    color: #fff;
}
div#navigation a:hover{
	background-image: none;
	color: #ffffff;
}
div#navigation li#activelink a,div#navigation li#activelink a:hover{
	/*margin-top:-26px;*/
    background: url("../img/bgMenuOn.jpg");
	color: #ffffff;
}
div#navigation li#activelink img#arrow{
	margin-top:38px;
	text-align: center;
}
/*#arrow{
	margin-top:-38px;
	margin:0 auto;
	text-align: center;
}*/
#titoloSec{
	font-size:15px;
	position:absolute;
	margin-top:-87px;
	margin-left:13px;
}

/* header menu */
#menu {	
	clear: both;
	margin: 0; 
	padding: 0 0 10px 0;		
	float: right;
}
#menu ul {
	font: bolder 14px 'Trebuchet MS', sans-serif;
	color: #666; 	
	margin: 0 0px;
	padding: 0;
	display: inline;
	border-bottom: 6px solid #FFF;
	float: left;
}
#menu li {
	float: left;
	list-style: none;
}
#menu li a {
	display: block;
	padding: 5px 10px;
	color: #666;
	text-decoration: none;
	border-left:1px solid #ccc;
	background-image: url(../img/bgMenu.jpg);
	background-repeat: repeat-x;
}
#menu li a:hover {
	color: #f90;
}
#menu li a#current  {
	color: #f90;
}


/* sub menu */
#coldx    {text-align: left; position: absolute; top:0; right:0; width: 286px; background: url('../img/background_dx.gif') 0% 0% repeat-y; margin:0; padding:0;  }



#submenu {	
padding-left:50px; padding-top: 20px; 		
}

#submenu h2 {	
  color:#d45000; 
  font-size:12px; 
  border-bottom: 1px solid #d6d6d6; 
  padding-bottom: 5px; 
}

#submenu ul {
 	list-style:none; /* elimino i punti elenco */
	margin:0; padding:0	
}

#submenu li {
	list-style: none;
}

#submenu li a {
	display: block;
	padding: 5px 10px;	
	color: #666;	
	text-decoration: none;
	border-bottom:1px solid #ccc;
	background-color:#FFFFFF;
}

#submenu li a:hover {
	color: #666;
	background-color:#FFF6D3;
	/*font-weight:bold;*/
	text-decoration: none;
}
#submenu li a#current  {
	background-color:#FFF6D3;
	color: #f90;
}


/* content */
.immagine   {
border:1px solid #ccc;
padding: 0 20px 20px 0;

} 

#content-wrap {
	width:770px;
	min-height: 350px;
	height: auto !important;
	height: 350px;
	/*margin: 0 auto;*/
	background: url(img/bg_home.jpg) 0% 0% no-repeat;
}
#content-wrap p{
padding-bottom: 15px;
} 
#content {
	clear: both;
	text-align: left;	
	padding: 0;
	margin: 0 auto;			
}


.box1 {padding:0; margin:0; float: left; width:260px; padding-left: 25px; text-align: left; padding-top:40px;}
.box1 p  {padding:0; margin:0; padding-left:15px; padding-right:15px;}
.box1 h1  {font-size:16px; padding:0; margin:0; padding-left:15px; padding-top:15px; padding-bottom:6px;}

.box2 {padding:0; margin:0; float: left; width:235px;  padding-left: 4px;  text-align: left; padding-top:40px;}
.box2 p  {padding:0; margin:0; padding-left:4px; padding-right:10px;}
.box2 h1  {font-size:16px; padding:0; margin:0; padding-left:4px; padding-top:15px; padding-bottom:6px;}


.box3 {padding:0; margin:0; float: left; width:209px;  padding-left: 4px; text-align: left; padding-top:40px;}
.box3 p  {padding:0; margin:0; padding-left:4px; padding-right:10px;}
.box3 h1  {font-size:16px; padding:0; margin:0; padding-left:4px; padding-top:15px; padding-bottom:6px;}




/* main */
#main {
	margin: 0 0 10px 0; padding: 0;	
}
#main h1 {
	padding: 10px 0 5px 5px;
	margin: 0 0 0 10px;
	border-bottom: 1px dashed #D5D5D5; 	
}

.post {
	margin: 0; padding: 0;	
}
.post .post-footer {
	background-color: #fafafa;
	padding: 5px; margin-top: 20px;
	font-size: 95%;
	border: 1px solid #eee;
}
.post .post-footer .date {
	background: url('clock.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .comments {
	background: url('comment.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .readmore {
	background: url('page.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* footer */
#footer {
	clear: both;
	padding: 12px 0 0 0;
	font: normal .92em/1.5em 'Trebuchet MS', Tahoma, Arial, sans-serif;
	height: 45px;
	text-align: center;
	width: 770px;
	margin: 0 auto;
	border-top: 6px solid #ff7f00;
}
#footer p {
	margin: 0; padding: 0;
}
#footer a {
	text-decoration: inderline;
	color: #444;
}
#footer a:hover {
	text-decoration: none;
	color: #006699;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }



