/******************/
/*  CSS Document  */
/* papaweb | 2008 */
/******************/

/************ GENERALE ************/
* {
  color:#666;
  font-family: 'Trebuchet MS',Verdana, Arial;
}
h1, h2, h3, h4, h5, h6 {
}
body {
	margin-top:0;
}
h2 {
	font-family: 'Pacifico', serif;
	font-size:28px;	
	font-weight:normal;
}
h2#sottotitolo {
	background:url(images/bg_h2_sottotitolo.jpg) left top no-repeat;
	height:90px;
	padding-left:80px;
	text-indent:-9999px;	
}
div {
	border-radius:7px;
}
.webfont {
	font-family: 'Pacifico', serif;
}
/************ WRAPPER ************/
#wrapper {
  	margin:0 auto;
	padding-top:0;
  	width:960px;
}
#wrapper h1 {
	background:url(images/logo.jpg) 10px center no-repeat;
	float:left;
	height:115px;
	text-indent:-9999px;
	width:290px;
}
#wrapper h2 {
	margin-left:12px;
}
#wrapper h3 {
	font-size:18px;
}
#wrapper div {
	  margin:5px;
	  margin-bottom:30px;
	  margin-top:0px;
	  padding:10px;
	  width:900px;
}
#wrapper ul {
	  list-style:none;
	  margin-left:0;
	  padding-left:0;
}
/************ INTESTAZIONI H2 / DIV ************/
#wrapper #header {
	clear:both;
	overflow:auto;
	margin-bottom:0;
	padding-top:0;
}
img#postit {
	display:inline;
	float:right;
	text-indent:-9999px;
}


#h2_chi {
	/*background:url(images/bg_h2_chi.gif) left bottom no-repeat;*/
	color:#06c;
	height:42px;
	margin-bottom:0px;
	padding:0;
	/*text-indent:-9999px;*/
}
#h2_servizi {
	/*background:url(images/bg_h2_servizi.gif) left bottom no-repeat;*/
	color:#06c;
	height:42px;
	margin-bottom:0px;
	padding:0;
	/*text-indent:-9999px;*/
}
#h2_portfolio {
	/*background:url(images/bg_h2_portfolio.gif) left bottom no-repeat;*/
	color:#666;
	height:42px;
	margin-bottom:0px;
	padding:0;
	/*text-indent:-9999px;*/
}
#h2_contatti {
	/*background:url(images/bg_h2_contatti.gif) left bottom no-repeat;*/
	color:#666;
	height:42px;
	margin-bottom:0px;
	padding:0;
	/*text-indent:-9999px;*/
}
#wrapper div#social {
	/*background:#fff url(images/bg_social.jpg) left -10px no-repeat;*/
	background:#f3f3f3;
	border-radius:0px 0px 10px 10px;
	border:1px solid #e1e1e1;
	float:right;
	height:150px;
	margin:0;
	overflow:hidden;
	padding-bottom:0;
	width:220px;
}
#wrapper div#social p {
	font-size:26px;
	font-weight:normal;
	margin-top:0;
}
#wrapper div#social img {
	margin-right:6px;	
	margin-left:8px;
}

/************ CHI ************/
#wrapper #chi {
	background:#EAF4FF;
	border:1px solid #B7D9FF;
	float:left;
	height:1300px;
	width:440px;
}
#chi h2 {
	color:#06c;
}
#chi p {
	line-height:24px;
	padding:10px 25px 10px 25px;
	text-align:justify;
}
#chi #par_validate {
	background:#fff;
	border:1px solid #9cf;
	margin-left:30px;
	padding:12px;
	width:75%;
}
#chi #par_validate a:link, #chi #par_validate a:visited {
	color:#f60;
}
#chi #par_validate a:hover {
	color:#06c;
}
/************ PORTFOLIO ************/
#wrapper #portfolio {
	background:#e9e9e9;
	border:1px solid #D0D0D0;
	float:left;
	height:1300px;
	overflow:hidden;
	width:430px;
}
#portfolio h2 {
	color:#666;
}
#portfolio img {
	border:3px solid #ccc;
	display:block;
	margin-bottom:24px;
	margin-top:8px;
}
#portfolio table {
	margin-top:30px;
}
#portfolio ul {
	padding-left:5px;
	padding-right:5px;
}
#portfolio ul li {
	font-size:14px;
}
#portfolio ul a:link,
#portfolio ul a:visited {
	text-decoration:none;
}
#portfolio ul a:hover {
	color:#06c;
	text-decoration:underline;
}

#portfolio #clear_fix {
	clear:both;
	height:5px;
}
#portfolio a.site_name {
	float:right;
}
/************ SERVIZI ************/
#wrapper #servizi {
	background:#FFE0CC;
	border:1px solid #FFC199;	
	clear:both;
}
#servizi h2 {
	color:#f60;
}
#servizi ul li {
	font-size:16px;
	margin-bottom:8px;
	padding-left:18px;
}
#servizi ul li ul {
	margin-left:25px;
}
#servizi ul li ul li {
	background:url(images/bg_servizi_li.gif) left top no-repeat;
	font-size:16px;
	margin-bottom:8px;
	padding-left:28px;
}

#servizi ul li h2 {
	background:url(images/bg_servizi_item.gif) left center no-repeat;
	color:#666;
	font-size:22px;
	padding-left:25px;
}
#servizi ul li h3 {
	font-size:16px;
}

#servizi p {
	font-size:16px;
	line-height:24px;
	margin-left:18px;
}
#servizi p em {
	display:block;
}


/************ CONTATTI ************/

#contatti {
	background:#E0E7EB;
	border:1px solid #C1CFD7;
	border-right:none;
	clear:both;
}
#contatti ul {
	margin-left:30px;
}
#contatti ul li {
	background:url(images/tag_green.png) left center no-repeat;
	margin-bottom:18px;
	padding-left:38px;
}
#contatti h2 {
	color:#696;
}
#contatti h3 {
	color:#689;
	margin-left:35px;
}
#contatti li {
	color:#111;
}
#contatti a:link, #contatti a:visited {
	color:#003399;
}

/************ SITE_INFO ************/
#site_info {
	background:#224882;
	border:1px solid  #002255;	
	clear:both;
	height:70px;
	margin-top:5px;
	padding-top:10px;
	text-align:center;
	width:900px;
}
#site_info p {
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-right:25px;
	text-align:right;
}
#site_info a:link, #site_info a:visited {
	color:#ff9;
}
