/*
 * Made by Fabio Paoleri
 * Febbraio 2009
 * Navigazione, Form, Twitter e Blog
*/
/* --------------------------- Navigazione ---------------------------------- */
.nav {
	position: absolute;
	top: 42px;
	right: 70px;
	width: 310px;
	background: transparent url(../images/home_nav.png) no-repeat;
	height: 45px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.nav li, .nav a {height:45px; display:block; text-indent:-9999px;}
.nav li {
   float:left;
   list-style:none;
   display:inline;
}
.nav .one {width: 81px;}
.nav .two {width: 109px;}
.nav .three {width: 110px;}
.nav .one a:hover { background:url(../images/home_nav.png) 0 -45px no-repeat;}
.nav .two a:hover {background:url(../images/home_nav.png) -81px -45px no-repeat;}
.nav .three a:hover {background:url(../images/home_nav.png) -190px -45px no-repeat;}
#contatti .nav { background: transparent url(../images/about_nav.png) no-repeat;}
#contatti .nav .one a:hover{ background:url(../images/about_nav.png) 0 -45px no-repeat;}
#contatti .nav .two a:hover {background:url(../images/about_nav.png) -81px -45px no-repeat;}
#contatti .nav .three a:hover {background:url(../images/about_nav.png) -190px -45px no-repeat;}
#portfolio .nav { background: transparent url(../images/portfolio_nav.png) no-repeat;}
#portfolio .nav .one a:hover{ background:url(../images/portfolio_nav.png) 0 -45px no-repeat;}
#portfolio .nav .two a:hover {background:url(../images/portfolio_nav.png) -81px -45px no-repeat;}
#portfolio .nav .three a:hover {background:url(../images/portfolio_nav.png) -190px -45px no-repeat;}

/* ----------------------------- Form -------------------------------------- */
/* 
*	CSSG Collections: Forms
*	designed and coded by Alen Grakalic (http://cssglobe.com)
*	brought to you by Templatica (http://templatica.com)
*/
#form3{
	margin:1em 0 0 100px;
	background:url(../images/form3/form_bg.jpg) no-repeat 0 0;
	width:590px;
	height:320px; /* fixed size (envelope graphic) */
	overflow:hidden;
}
#form3 h3{display:none;}	
#form3 fieldset{
	margin:0;
	padding:0;
	border:none;	
	float:left;
	display:inline;
	width:200px;
	margin: 75px 12px 0 26px;
}	
#form3 fieldset.last{
	width:254px;
	margin-left:-14px;
}				
#form3 legend{display:none;}	
#form3 p{margin:.5em 0;}	
#form3 label{display:block; font-size: 13px; color: Navy;}	
#form3 input, #form3 textarea{		
	width:160px;
	border:1px solid #ddd;
	background:#fff url(../images/form3/form_input.gif) repeat-x;
	padding:3px;
}		
#form3 textarea{
	width:230px;
	height:176px;
	overflow:auto;
}					
#form3 p.submit{
	margin:0 34px;
	clear:both;
	position:relative;
}	
#form3 select{ width:170px; overflow:auto;}		
#form3 button{
	position:relative;
	left:0;
	top:-3.5em;
	width:95px;
	height:36px;
	padding:0;
	text-indent:-9999px;
	overflow:hidden;
	border:none;
	background:url(../images/form3/form_button.png) no-repeat 0 0;
	color:#fff;
	cursor:pointer;
}				
/* --------------------------- Messaggio form inviato ---------------------------------- */
#thanknote{
   background:url(../images/form3/form_bg.jpg) no-repeat 0 0;
	width:505px;
	height:320px;
   margin: 0 auto;
   position: relative;
   top: 120px;
   color: Black;
}
h2#title{
   padding-top: 80px;
   margin-left: 40px;
   font-size: 22px;
   color: #4a6db2;
}
#thankyou{
   margin-top: 30px;
   margin-left: 72px;
   font-size: 16px;
}
#thankyou a#back{
  float: left;
  font-size: 0.8em;
  margin-top: 36px;
  margin-left: -52px;
}
#thankyou em{
  float: right;
  font-size: 0.7em;
  margin-top: 48px;
  margin-right: 45px;
}
/* --------------------------- Twitter ---------------------------------- */
#twitter{
   position: absolute;
	left: 530px;
	top: 143px;
	background:url(../images/twitter_bg.png) no-repeat 0 0;
	width: 406px;
	height: 106px;
	color: White;
}
#twitter_div ul li {
   list-style-type:none;
	padding-left: 43px;
	margin-top: -34px;
}
#twitter h4{
   background:url(../images/twitter_h4.png) no-repeat 0 0;
	width: 131px;
	height: 46px;
	position: relative;
	left: 58px;
	top: -15px;
	text-indent: -9999px;
}
#home .bottom a.twitter {
   position: absolute;
	display: block;
	left: 783px;
	top: 93px;
	width: 75px;
	height: 96px;
}
#home .tweet .tweet_list li a {color: Yellow;}
p.loading {font-size: 24px; margin-left: 130px; margin-top: -25px;}

/* --------------------------- Blog ---------------------------------- */
#blog{
   background:url(../images/blog_bg.png) no-repeat;
   position: absolute;
	top: 44px;
	left: 740px;
	width: 406px;
	height: 106px;
	color: White;
}
#blog h4{
   background:url(../images/blog_h4.png) no-repeat;
	position: relative;
	top: -15px;
	left: 63px;
	width: 148px;
	height: 42px;
	text-indent: -9999px;
}
#blog h5{
   font-size: 1.6em;
	color: Yellow;
	position: relative;
	top: -50px;
	left: 72px;
	width: 330px;
}
#home p.read a{
   font-size: 1.1em;
	position: relative;
	top: -96px;
	left: 325px;
	color: White;
	text-decoration: none;
}
#home p.read a:hover {
   color: Yellow;
	background-color: Black;
}