/*
Theme Name: WordPress gigasweb_theme
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Andrea Manconi/Diego Toffanello - Gigasweb s.r.l.
Author URI: http://www.gigasweb.it
Tags: blue, custom header, fixed width, two columns, widgets
Text Domain: kubrick

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
html{
	height:100%;
	background:#79b900 url(images/landing_color_bg.png) repeat-x;
	}
body {
	font-size: 12px; /* Resets 1em to 10px */
	font-family: 'Trebuchet MS', Lucida Grande, Arial, Sans-Serif;
	color: #333;
	margin:0px;
	width:100%;
	height:100%;
	height:auto;
	background:url(images/landing_bg.png) repeat;
	}
	
	#logo_landing a{
		display:block;
		width:237px;
		height:148px;
		background:url(images/logo_landing.png) no-repeat;
		margin-left:650px;
		margin-top:60px;
		}


#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}
	.header_switch{
		height: 300px;
		width: 1004px;
		border-top:2px solid #79b900;
		border-bottom:2px solid #79b900;		
		}
	#header_design{
		background:url(images/header_design.jpg) no-repeat;
		border-bottom:2px solid #79b900;
		}
	#header_web_development{
		background:url(images/header_web_development.jpg) no-repeat;
		}
	#header_web_marketing{
		background:url(images/header_web_marketing.jpg) no-repeat;
		}

#content {
	font-size: 1.2em;
	overflow:hidden;
	}
	#content_news {
	font-size: 1.2em;
	overflow:hidden;
	}
	#content_row{
		overflow:hidden;
		padding-bottom:20px;
		margin-top:20px;
		
		}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.5em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}



small {
	font-family: 'Trebuchet MS', Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', Verdana, Arial;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;

	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #79b900;
	}
	.entry img{
				
		padding:2px;
		}			
.entry li{
	display:inline;
	}
.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}


.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}



small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #999;
	text-decoration: none;
	}

a:hover {
	color: #aaa;
	text-decoration: underline;
	}
a:active{
	outline: none;
	}
a:focus { outline: 0; }

.entry a{
	color:#79b900;
	}
	.entry a:hover{
		color:#8ACA11;
		text-decoration:none;
		}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {

	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;

	}
#landing_bg{
	
	overflow:hidden;
	min-height: 100%;
 height: auto !important;
 height: 100%;
 margin: auto;
	
	
	
	}

#screen{
	
	width:1070px;

		background:url(images/main_container_bg.png) repeat-y;

	 min-height: 100%;
 height: auto !important;
 height: 100%;
 margin: auto;
	position:relative;

	

	}
#page {


	margin:auto;
	padding: 0;
	width: 1070px;
	 min-height: 100%;
 height: auto !important;
 height: 1900px;
 margin: auto;

	}
#contenuti{
	width:1004px;
	height:100%;
	padding-left:2px;
	margin:auto;
	overflow:hidden;
	}
#row1{
	width:auto;
	overflow:hidden;
	height:470px;
	width:1004px;
	background:url(images/testata_landing_bb.jpg) no-repeat;
	}
	#header_left{
		width:850px;
		height:350px;
		overflow:hidden;
		float:left;

		}
	#header_right{
		width:154px;
		overflow:hidden;
		float:left;

		}
	#area_clienti{
		width:150px;
		height:25px;
		margin-left:60px;
		background:#fff;
		text-align:center;
		padding-top:5px;
		float:left;
		display:none;
		}
		#area_clienti a{
			color:#fff;
			text-transform:uppercase;
			font-size:14px;
			display:block;
			display:none;
			}
	#menu_top{
		float:left;
		width:380px;
		height:25px;
		padding-top:5px;
		overflow:hidden;
		margin-left:60px;

		}
		#menu_top a{
			width:auto;
			float:left;
			text-align:center;
			padding-left:5px;
			padding-right:5px;
			color:#666666;
			border-right:1px solid #666666;
			}
			#menu_top a :hover{
				text-decoration:underline;
				}
				
		#links_top{
			float:left;
			width:auto;
			}
		#piu{
			float:left;
			width:6px;
			color:#79b900;
			font-size:16px;
			margin-top:-3px;
			}
	#menu_principale{
		height:350px;
		padding-top:15px;
		overflow:hidden;
		width:780px;
		margin-left:47px;
		}
/*MENU*/
#pixopoint_menu1 {
	width:100%;
	height:35px;
	margin:0;}
#pixopoint_menu1 ul {
	width:100%;
	border:none;
	background:none;
	margin:0;
	padding:0;
	list-style:none;
	}
#pixopoint_menu1 li {
	border:none;
	background:url(images/);
	color:#666666;
	line-height:35px;
	z-index:20;
	letter-spacing:0px;
	background:none;
	font-weight:bold;
	font-size:14px;
	padding:0;
	margin:0 0px;
	margin-left:10px;
	float:left;
	font-family:tahoma,sans-serif;
	position:relative;
	min-width:200px;
	/*border:1px solid #000;*/
	}

#pixopoint_menu1 li:hover,#pixopoint_menu1 li.sfhover {
	
	}
#pixopoint_menu1 li a {
	border:none;
	background:none;
	text-decoration:none;
	display:block;
	padding:0 12px;
	padding-left:24px;
	background:url(images/+79b900.png) no-repeat;
	background-position:0px 8px;
	color:#79b900;
font-size:18px;
font-weight:100;
letter-spacing:1px;
text-transform:lowercase;
	}
#pixopoint_menu1 li a:hover {
	border:none;
	background:none;
	text-decoration:none;
	color:#8aca11;
	padding-left:24px;
	background:url(images/+8aca11.png) no-repeat;
	background-position:0px 8px;
	}
#pixopoint_menu1 ul ul {
	position:absolute;
	left:-999em;
	top:35px;

	}
#pixopoint_menu1 li:hover ul,#pixopoint_menu1 li.sfhover ul {
	left:auto;
	}
#pixopoint_menu1 ul ul li a {
	padding:0px 4px;
	text-transform:capitalize;
	font-variant:normal;
	background:none;
	}
#pixopoint_menu1 ul ul li {
	letter-spacing:0px;
	color:#000;
	z-index:20;
	font-family:helvetica,arial,sans-serif;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	background:#ffffff;
	border-bottom:1px solid #ddd;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	/*opacity:0.9;*/
	margin:0;
	height:22px;
	}
	

#pixopoint_menu1 ul ul li a {
	line-height:22px;
	color:#999;
	font-size:10px;
	text-decoration:none;
	}
#pixopoint_menu1 ul ul li:hover a,#pixopoint_menu1 ul ul li.sfhover a {
	color:#fff;
	text-decoration:none;
	background:#79b900;
	padding-left:4px;
	}
#pixopoint_menu1 ul ul li:hover li a,#pixopoint_menu1 ul ul li.sfhover li a {
	color:#000;
	}
#pixopoint_menu1 ul ul li:hover li a:hover,#pixopoint_menu1 ul ul li.sfhover li a:hover,  #pixopoint_menu1 ul ul li:hover li a{
	color:#666666;
	
	}
#pixopoint_menu1 ul ul li:hover,#pixopoint_menu1 ul ul li.sfhover {
	color:#666666;
	background:#ffffff;
	
	}
#pixopoint_menu1 ul ul ul li {
	font-size:1em;}#pixopoint_menu1 ul ul ul, #pixopoint_menu1 ul ul ul ul {
	position:absolute;
	margin-left:-999em;
	top:0;
	width:120px;
	}
#pixopoint_menu1 li li:hover ul,#pixopoint_menu1 li li.sfhover ul,#pixopoint_menu1 li li li:hover ul,#pixopoint_menu1 li li li.sfhover ul {
	margin-left:120px;
	}
#pixopoint_menu1 ul ul li:hover li a,#pixopoint_menu1 ul ul li.sfhover li a {
	text-decoration:none;
	}
#pixopoint_menu1 ul ul li li:hover a,#pixopoint_menu1 ul ul li li.sfhover a {
	color:#666666;
	text-decoration:none;
	}
#pixopoint_menu1 li.pixo_search:hover {
	background:none;
	}
#pixopoint_menu1 li.pixo_search form {
	margin:0;
	padding:0;
	}
#pixopoint_menu1 li.pixo_search input {
	font-family:tahoma,sans-serif;}
#pixopoint_menu1 li.pixo_search input.pixo_inputsearch {
	width:100px;
	}
#pixopoint_menu1 li.pixo_right {
	float:right;
	}
/*FINE MENU*/
		#logo{
			width:83px;
			height:50px;
			background:url(images/main_logo.png) no-repeat;
			margin-top:0px;
			}
			#logo a{
				width:83px;
				height:50px;
				display:block;
				}
#row2{
	width:100%;
	padding-top:100px;
	overflow:hidden;
	height:304px;
	}
	#swf{
		border-top:2px solid #79b900;
		border-bottom:2px solid #79b900;
		width:1004px;
		}
	#random_header{
		border-top:2px solid #79b900;
		border-bottom:2px solid #79b900;
		width:1004px;
		height:300px;
		}
#page_content{
	width:1004px;

	}
	#page_content_row1{
		overflow:hidden;
		}
		.home_floater{
			float:left;
			height:380px;
			padding-left:10px;
			padding-right:10px;
			}
			.home_floater h2{
				color:#79b900;
				font-weight:normal;
				font-size:18px;
				text-transform:uppercase;
				height:20px;
				}
			.home_floater a{
				color:#666;
				text-decoration:none;
				}
			.home_floater a:hover{
				text-decoration:underline;
				}
		#latest_release{
			width:270px;
			padding-top:20px;
			padding-right:20px;
			overflow:hidden;
			}
			#latest_screenshot{
				margin-top:20px;
				border:2px solid #79b900;
				width:220px;
				height:110px;
				margin-left:15px;
				}
			#vai_al_sito{
				text-align:right;
				width:240px;
				height:30px;
				margin-top:5px;
				}
			#vai_al_sito_page{
				width:300px;
				height:80px;
				margin-top:5px;
				}
				#vai_al_sito a{
					font-size:12px;
					}
				#vai_al_sito_page a{
					font-size:14px;
					}
			.latest_row{
				overflow:hidden;
				width:300px;
				height:45px;
				}
				.latest_key{
					font-size:12px;
					color:#666;
					width:80px;
					margin-left:15px;
					overflow:hidden;
					font-weight:bold;
					text-transform:capitalize;
					}
				.latest_value{
					font-size:12px;
					color:#000;
					width:220px;
					margin-left:40px;
					height:25px;
					font-weight:bold;
					overflow:hidden;
					}
		#news{
			width:310px;
			overflow:hidden;
			padding-top:20px;
			padding-right:20px;
			font-size:12px;
			}
			.news_row{
				width:310px;
				color:#222222;
				padding-top:20px;
				font-weight:bold;
				float:left;
			}
			.news_calendar{
				float:left;
				width:45px;
				}
			.calendario{
				width:35px;
				height:45px;
				background:url(images/calendario.jpg) no-repeat;
				color:#333;
				font-size:16px;
				text-align:center;
				line-height:20px;
				padding-top:0px;
				}
				.calendario strong{
					color:#fff;
					font-size:16px;
					text-align:center;
					margin-top:-5px;
					}
			.more_line{
				width:330px;
				height:20px;
				}
			.more_float{
				float:left;
				width:270px;
				height:20px;
				border-bottom:1px dotted #666666;
				}
			.more{
				float:left;
				width:36px;
				font-size:13px;
				height:20px;
				padding-left:4px;
				}
		#preventivo{
			width:324px;
			overflow:hidden;
			padding:0px;
			margin-left:40px;
			}
	#page_content_row2{
		overflow:hidden;
		border-bottom:1px solid #79b900;
		width:930px;
		margin:auto;
		margin-top:10px;
		min-height:200px;
		padding-bottom:20px;
		}
			.home_floater2{
			float:left;
			width:290px;
			overflow:hidden;
			padding-left:10px;
			padding-right:10px;
			margin-top:10px;
			}
			 .home_macroareas_title{
			 	background:url(images/home_floater2_title_line.jpg) no-repeat;
			 	background-position:bottom left;
			 	margin:auto;
			 	padding-top:20px;
			 	width:280px;
			 	height:35px;
			 	}
			 	.home_macroareas_title h1{
			 		font-size:20px;
			 		text-align:left;
			 		color:#79b900;
			 		margin-top:-20px;
			 		margin-left:35px;
			 		}
			 		.home_macroareas_title a{
			 		font-size:16px;
			 		text-align:left;
			 		color:#999;
			 		margin-top:-20px;
			 		padding-left:20px;
			 		background:url(images/+9.jpg) no-repeat;
			 		}
			 		.home_macroareas_title a:hover{
			 		padding-left:20px;
			 		background:url(images/+a.jpg) no-repeat;
			 		color:#aaa;
			 			}
	#sidebar_servizi{
		/*background:#79b900 url(images/sidebar_servizi_bg.png) no-repeat;*/
		border-right:1px solid #79b900;
		background-position:80px;
		float:left;
		padding:10px;
		width:240px;
		overflow:hidden;
		min-height:300px;
		height:100%;
		margin-top:53px;
		margin-left:20px;
		}
		#sidebar_servizi a.active{
			color:#828686;
			}
	#sidebar_servizi_contatti{
		/*background:#79b900 url(images/sidebar_servizi_bg.png) no-repeat;*/
		border-right:1px solid #79b900;
		background-position:80px;
		float:left;
		padding:10px;
		width:140px;
		overflow:hidden;
		min-height:300px;
		height:100%;
		margin-top:53px;
		margin-left:20px;
		}
	#sidebar_servizi h1, #sidebar_servizi_contatti h1{
		text-align:left;
		font-size:18px;
		color:#79b900;
		text-transform:uppercase;
		font-weight:normal;
		height:30px;
		}
	#sidebar_servizi h2, #sidebar_servizi_contatti h2{
		font-size:12px;
		font-weight:normal;
		height:20px;
		margin-top:0px;
		padding-left:15px;
		}
		#sidebar_servizi a, #sidebar_servizi_contatti a{
			color:#79b900;
			text-decoration:none;
			font-size:12px;
			display:block;
			
			
			}
			#sidebar_servizi a:hover, #sidebar_servizi_contatti a:hover{
				color:#8aca11;
				}
	#icone_landing{
		width:437px;
		height:180px;
		margin:auto;
		padding-top:20px;
	
		overflow:hidden;

		
		}
	
	#icone{
		height:20px;
		overflow:hidden;
		display:inline;
		width:100%;
		}
	
		#icone p{
			text-align:right;
			}
	#icona_pdf{
		float:left;
		width:16px;
		}
	#icona_stampa{
		float:left;
		width:16px;
		}
	#icone_social{
	width:800px;
	margin:auto;
	height:190px;
	padding-top:60px;
	overflow:hidden;
	}
	.icona_social{
		float:left;
		width:25%;
		height:55px;
		border-bottom:1px solid #79b900;
		}
		a#ico_facebook{
			background:url(images/facebook_icona.jpg) no-repeat;
			display:block;
			width:100px;
			height:50px;
			padding-top:20px;
			padding-left:42px;
			font-size:11px;
			color:#999;
			}
		a#ico_twitter{
			background:url(images/twitter_icona.jpg) no-repeat;
			display:block;
			width:100px;
			height:50px;
			padding-top:20px;
			padding-left:43px;
			font-size:11px;
			color:#999;
			}
		a#ico_youtube, span#ico_youtube{
			background:url(images/youtube_icona.jpg) no-repeat;
			display:block;
			width:100px;
			height:50px;
			padding-top:20px;
			padding-left:42px;
			font-size:11px;
			color:#999;
			}
		a#ico_newsletter, span#ico_newsletter{
			background:url(images/newsletter_icona.jpg) no-repeat;
			display:block;
			width:100px;
			height:50px;
			padding-top:20px;
			padding-left:44px;
			font-size:11px;
			color:#999;
			}
#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 10px 20px 10px;
	margin: 0px 0 0;
	width: 690px;
	min-height:80px;
	overflow:hidden;
	margin-top:10px;
	}
	.narrowcolumn404{
		width:100%;
		min-height:63px;
		padding-top:80px;
		}
	.narrowcolumn_privacy {
	padding: 0 10px 20px 10px;
	margin: 0px 0 0;
	width: 100%;
	overflow:hidden;
	margin-top:10px;
	}

	.narrowcolumn_news {
	float: left;
	padding: 0 10px 20px 10px;
	margin: 0px 0 0;
	width: 900px;
	overflow:hidden;
	margin-top:10px;
	}
	#title_row{
		overflow:hidden;
		}
	h1.path{
		float:left;
		overflow:hidden;
		font-size:19px;
		height:22px;
		padding:0px;
		}
	#path_slash{
		float:left;
		overflow:hidden;
		font-size:19px;
		width:20px;
		height:22px;
		text-align:center;
		display:block;
		margin-top:0px;	
		}
	h2.path{
		float:left;
		overflow:hidden;
		font-size:19px;
		padding-left:22px;
		background:url(images/+3.jpg) no-repeat;
		background-position:0px 0px;
		display:block;
		height:22px;
		}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	margin-top:0px;
	width:600px;
	padding-top:5px;
	padding-left:50px;
	}
	.post_privacy{
		margin: 0 0 40px;
		text-align: justify;
		margin-top:0px;
		width:885px;
		padding-top:50px;
		padding-left:50px;
		}
	.post_contatti{
		margin: 0px;
		text-align: justify;
		margin-top:62px;
		width:900px;
		overflow:hidden;
		margin-left:20px;
		}
	.post_sitemap{
		margin: 0px;
		text-align: justify;
		margin-top:62px;
		width:500px;
		overflow:hidden;
		margin-left:20px;
		}
.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	
	height:55px;
	margin-top:0px;
	padding-top:90px;
	overflow:hidden;

	position:absolute;
	width: 1004px;
	left:50%;
	margin-left:-502px;
    bottom:0;

	



	
	}
	#footer a{
		color:#666666;
		text-decoration:none;
		}
		#footer a:hover{
			text-decoration:underline;
			color:#999999;
			}

#footer p {
	margin: 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 0px;
	margin: 0;
	}

h2 {
	margin: 0px 0 0;
	}
strong{
	color:#222;
	}
h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0px;
	list-style: none;

	text-indent: 0px;
	}
	.entry{
		overflow:hidden;
		}
.entry_privacy{
	height:330px;
	overflow:auto;
	font-size:11px;
	margin-top:10px;
	width:100%;
	}
html>body .entry li {
	margin: 0px;
	}
	li#visibilita{
		height:80px;

		display:block;
		}
	li#diffusione{
		height:80px;

		display:block;
		}
	li#viral_marketing{
		height:80px;

		display:block;
		}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 0px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0px;
	width:100%;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0px;
	}

ol li, #sidebar ul ol li {
	list-style: none;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0px;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
textarea {
     
}
textarea
{
    height: 100px;
    width: 204px;
}
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 0px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{

	float:left;
	width: 324px;
	background:#79b900;
	margin-top:0px;	
	color:#fff;
	}


#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */

ul.link_web_marketing{
	display:inline;
	color:#79b900;
	padding:0px;
	margin:0px;
	text-indent:0px;
	font-size:12px;
	}
ul.link_web_marketing li{
	}
/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote{
	margin: 0px;
	margin-top:50px;
	padding-left: 0px;
	background:url(images/virgolettesx.jpg) no-repeat;
	min-height:23px;
	overflow:hidden;
	}
	blockquote p{
		min-height:53px;
		overflow:hidden;
		font-size:27px;
		font-weight:lighter;
		text-align:left;
		padding:0px;
		margin:0px;
		padding-left:45px;
		}
	blockquote strong{
		color:#ccc;
		display:block;
		position:absolute;
		height:33px;
		width:auto;
		overflow:hidden;
		background:url(images/virgolettedx.jpg) no-repeat;
		background-position:right;
		padding-right:45px;
		padding-bottom:10px;
		}
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	


hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	.navigation a{
		color:#666;
		}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

#contatti, #consulenza_gratuita{
	padding-top:10px;
	height:314px;
	padding-left:10px;
	}
	#contatti p, #consulenza_gratuita p{
		color:#666666;
		}
	#contatti strong, #consulenza_gratuita strong{
		font-size:13px;
		}
	.form_row{
		overflow:hidden;
		min-height:35px;
		}
	.label{
		width:75px;
		float:left;
		overflow:hidden;
		color:#666666;
		padding-top:3px;
		font-weight:bold;
		font-size:12px;
		text-align:right;
		}
	.label_page{
		width:105px;
		float:left;
		overflow:hidden;
		color:#666666;
		padding-top:3px;
		font-weight:lighter;
		font-size:12px;
		text-align:right;
		}
		.input{
			float:left;
			}
			
	#colonna_info_contatti{
		margin-top:30px;
		width:400px;
		margin-left:20px;
		float:left;
		overflow:hidden;
		}
		#colonna_info_contatti strong{
			color:#79b900;
			}
	#colonna_landing{
		width:600px;
		padding-left:20px;
		overflow:hidden;
		float:left;
		}
		#colonna_landing ul{
			margin-top:20px;
			}
		#colonna_landing p{
			padding:0px;
			margin:0px;
			}
		#colonna_landing h2{
			color:#79b900;
			font-weight:lighter;
			padding-left:20px;
			background:url(images/+79b900.png) no-repeat;
			background-position:0px 2px;
			}
	#landing_title{
		height:140px;
		padding-top:10px;
		}
	#form_info_landing{
		float:left;
		overflow:hidden;
		width:380px;
		float:left;
		border-left:1px solid #ccc;
		}
		.post_landing{
			text-align:left;
			margin-top:20px;
			font-size:12px;
			}
		.post_landing h1{
			color:#333;
			text-transform:uppercase;
			font-weight:lighter;
			font-size:16px;
			text-align:left;
			}
	
	
	#form_contatti{
		margin-top:30px;
		}
	#contact_radio{
		height:90px;
		overflow:hidden;
		font-size:12px;
		color:#666666;	
		}
	#contact_radio input{
		width:30px;
		margin:0px;
		margin-left:10px;
		}

	span.wpcf7-list-item{
		display:block
		
		}
	#allegato input{
		border:0px;
		}
	span.wpcf7-not-valid-tip-no-ajax{
		font-size:10px;
		}
	.invia_fc7{
		width:200px;
		margin-left:100px;
		text-align:left;
		
		}
	.invia_fc72{
		width:70px;
		float:left;
		margin-top:22px;
		margin-left:5px;
		text-align:left;
		}
	#allegato{
		padding-top:25px;
		}
	#input_radio{
		float:left;
		}
	.form_row_page{
		min-height:40px;
		overflow:hidden;
		text-align:left;
		}
		.form_row_page input{
			border:1px solid #999;
			height:20px;
			margin-left:20px;
			width:200px;
			}
		
	.form_row_page textarea{
		height:90px;
		width:200px;
		margin-left:20px;
		}
	#form{
		margin-top:20px;
		}
	#form input{
		width:194px;
		float:left;

outline-style:none;
outline-width:medium;

border:1px solid #999;
height:20px;
padding:2px 5px 0;
margin-top:2px;
margin-left:15px;
		}
		span.wpcf7-list-item{
			padding:0px;
			height:30px;
			}
		span.wpcf7-list-item-label{

			display:block;
			margin-top:-20px;
			margin-left:40px;
			}
		
			#form textarea{
			border:0px;
			border:1px solid #999;
			margin-left:15px;
			}
	#form_submit_row{

		width:300px;
		overflow:hidden;
		height:24px;
		}
	input#invia{
		width:70px;
		float:left;
		margin-top:-6px;
		margin-left:18px;
		}
	input#invia2{
		width:70px;
		margin-left:-3px;
		}
	input#privacy{
		width:16px;
		margin-top:0px;
		border:0px;
		}
	#privacy_contatti{
		margin-left:25px;
		margin-top:20px;
		width:230px;

		float:left;
		}
	#privacy_contatti input{
			margin-left:0px;
			width:30px;
			}
	#privacy_row{
		width:200px;
		float:left;
		font-size:12px;
		}
	#privacy_row a{
		padding-top:2px;
		}
	#output{
		text-align:right;
		padding-right:10px;
		height:15px;
		overflow:hidden;

		width:314px;
		position:absolute;
		margin-left:680px;
		margin-top:30px;
		height:337px;
		
		}
		#output a{
			color:#fff;
			font-size:14px;
			font-family:arial;
			padding-top:5px;
			display:block;
			width:324px;
			height:342px;
			background:url(images/pop.png) no-repeat;
			

			}
		#output p{
			margin:0px;
			color:#fff;
			font-size:18px;
			text-align:center;
			margin-top:100px;
			}
#mappa{
	width:288px;
	margin-top:10px;
	border:1px solid #fff;
	padding:2px;
	}
	#mappa_contatti{
	width:320px;
	height:208px;
	margin-top:10px;
	border:1px solid #ccc;
	padding:2px;
	}

	a#linkmappa{
		border:none;
		color:#fff;
		margin-top:5px;
		display:block;
		}
	a#linkmappa_contatti{
		border:none;
		color:#666;
		margin-top:5px;
		display:block;
		}
/* General */

.tw-content {  float:left; width:324px; height:324px;background:#79b900; }
.tabbed-widget { float:left; width:100%; border:none; background:#fff; } 
.textwidget{
	padding:5px;
	}

/* Accordion */

.ui-accordion { float:left; width:100%; margin:1em 0; }
.ui-accordion span.ui-icon { float:right; width:1.5em; height:1.25em; }
.ui-accordion .ui-state-active a { background:url('../images/onlight-accordion-open.png') no-repeat 100% 50%; color:#333; text-decoration:none; }
.ui-accordion .ui-state-default a { background:url('../images/onlight-accordion-closed.png') no-repeat 100% 50%; }
.ui-accordion .ui-accordion-header.ui-state-default:hover { cursor:pointer; text-decoration:underline!important; }
.ui-accordion .tw-title { margin:0; padding:0; float:left; width:100%; }
.ui-accordion .tw-title a { padding:0.5em 0; display:block; }


/* Tabbed  */

.ui-tabs-hide { display:none;  }

.ui-state-active{width:50%; height:30px; text-align:center;}

.ui-state-default{width:50%; height:30px; background:#fff; text-align:center; }

.ui-state-default a{height:20px; text-transform:uppercase; display:block; font-size:11px; padding-top:10px; padding-left:5px; padding-right:10px; color:#79b900;}

.ui-state-active{background:#79b900;}

.ui-state-active a { font-weight:bold; text-decoration:none; text-transform:uppercase; color:#333; display:block; color:#79b900; }

.ui-tabs .ui-tabs-nav { float:left;  clear:both; margin:0; padding:0;}

.ui-tabs .ui-tabs-nav li { float:left; margin-right:0.5em; display:block;  }

.ui-tabs li.ui-tabs-selected a {
	
padding-top:10px; padding-left:0px; padding-right:10px; width:100%; height:20px; color:#fff;  text-decoration:none; display:block; font-size:11px;font-weight:normal; }

li.ui-tabs-selected a:hover{
	color:#fff;
	text-decoration:none;
	}
#validations{
	margin-top:10px;
	overflow:hidden;
	width:200px;
	margin:auto;
	margin-top:20px;
	}
	#validations p{
		width:88px;
		float:left;
		margin-left:10px;
		}
#sitemap{
	margin-top:20px;
	width:100%;
	overflow:hidden;
	}
	.sitemap_col{
		width:180px;
		overflow:hidden;
		float:left;
		padding-left:5px;
		line-height:20px;
		}
	#sitemap1{
		width:230px;
		}
#sitemap h1{
	font-size:15px;
	font-weight:bold;
	background:url(images/+79b900.png) no-repeat;
	background-position:0px -2px;
	padding-left:20px;
	margin-left:0px;
	text-align:left;
	color:#79b900;
	}
	#sitemap h1 a{
		color:#79b900;
		}
	#sitemap h2{
		font-size:12px;
		font-weight:bold;
		background:url(images/-79b900.png) no-repeat;
		padding-left:20px;		
		margin-left:18px;
		text-align:left;
		}
		


/* Default theme */


/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
