/*  
Theme Name: Greenvision Ambiente Photo-Solar
Version: 2.0
Author: SUEO
*/


/**********************************************
*   Basics & Typography                       *
***********************************************/

/* COLORI

GIALLO: #f2e524 
VERDE: #489034
VERDINO TITOLO: #BFE2A8
VERDE TITOLO: #3A6D29

*/

body {
	margin: 0;
	padding: 0;
	background: #e6eee0 url(images/sfondo_gv.jpg) no-repeat top left fixed;
	font-family:Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
}

/*
p,
ol,
ul {
	line-height: 150%;
}
*/

p {
	margin:0 0 10px 0;
	line-height:125%;
 }
	
ol { /* to be styled */ }
ul { /* to be styled */
	list-style-position: inset;
}


h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: bold;
}

/*
h1 {
	font-size: 2.2em;
}
h2 {
	font-size: 1.4em;
}
h3, h4, h5, h6 {
	font-size: 1em;
}
*/	

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #489034;
	text-decoration: underline;
}
	
/*
a:link {
	color: #333333;
	}
a:visited {
	color: #333333;
	}
a:active {
	color: #489034;
	}
*/

blockquote {
	margin: 10px 0;
	padding: 0 50px;
	background: transparent url(images/blockquote.gif) no-repeat 0 0;
	color: #abafb9;
	}

code {
  background: #afafaf;
  cursor: text;
  font-family: "Courier New", Courier, monospace;
 }

small {
	font-size: 0.8em;
	}

input, textarea, select { /* to be styled */ }

form { /* to be styled */ }

img { /* to be styled */ }
img.noborder {
	border: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}
	
.center {
	text-align: center;
	}
.alignleft {
	float: left;
	margin-right: 10px;
	}
.alignright {
	float: right;
	margin-left: 10px;
	}

/**********************************************
*   Structure: Content, Sidebar, etc.         *
***********************************************/

#outline {
	width: 900px;
	margin: 0 auto;
	padding: 0 28px;
	background:url(images/bg_shadow.png) center repeat-y;
}


/**********************
*   Header            *
***********************/

#header {
	width: 900px;
	height:125px;
	margin: 0 auto;
	padding: 0 28px;
	background:url(images/header_bg.png) bottom center no-repeat;
	position:relative;
}

#header #logo {
	position:absolute;
	top:18px;
	left:40px;
}

#header #logo img {
	border:none;
	width:220px;
}



/* NAVIGATION */


#topnav {
	height:80px;
	position:absolute;
	top:0;
	right:0px;
}

#topnav_sx {
	background:url(images/topnav_sx.png) top left no-repeat;
	width:80px;
	height:80px;
	float:left;
}

#topnav_mid {
	padding:12px 0 0 0;
	background:url(images/topnav_mid.png) top left repeat-x;
	height:68px;
	float:left;
}

#topnav_dx {
	background:url(images/topnav_dx.png) top right no-repeat;
	width:50px;
	height:80px;
	float:left;	
}


ul.dropdown {
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	font-size:14px;
	font-weight:bold;
	color:#489034;
}

ul.dropdown li {
	padding:0;
	float:left;
	border-right:2px solid #489034;
}

ul.dropdown li.page-item-209 {
	border:none;
}


ul.dropdown a {
	margin:0 4px;
	padding:0 10px;
	line-height:28px;
	color:#489034;
	display:block;
}

ul.dropdown a:hover,
ul.dropdown li.current_page_item a ,
ul.dropdown li.current_page_parent a,
ul.dropdown li.current_page_ancestor a  {
	background:#489034;
	color:#FFF;
	text-decoration:none;
}


ul.dropdown ul {
	margin:0 0 0 -28px;
	padding:0 25px 38px 25px;
	width:180px;
	background:url(images/topnav_sub_bg.png) bottom left no-repeat;
	list-style:none;
	position:absolute;
	visibility:hidden;
	border-top:13px solid #f2e524; 
}


ul.dropdown ul li {
	float:none;
	border:none;

}

ul.dropdown ul a,
ul.dropdown li.current_page_item ul a ,
ul.dropdown li.current_page_parent ul a,
ul.dropdown li.current_page_ancestor ul a {
	margin:0 8px;
	padding:0 10px;
	background:none;
	line-height:28px;
	color:#489034;
	display:block;
}

ul.dropdown ul a:hover,
ul.dropdown li.current_page_item ul a:hover,
ul.dropdown li.current_page_parent ul a:hover,
ul.dropdown li.current_page_ancestor ul a:hover,
ul.dropdown ul li.current_page_item a,
ul.dropdown ul li.current_page_parent a {
	background:#489034;
	color:#FFFFFF;
	text-decoration:none;
}



ul.dropdown li:hover ul{
	visibility:visible;
}


	

	/* NAVIGATION */
	/*
	#navbar {
		clear: both;
		float: left;
		width: 100%;
		height: 31px;
		background: transparent url(images/nav_bg.gif) repeat-x 0 0;
		}

	ul.menu {
		float: left;
		margin: 0;
		padding: 0 15px;
		list-style-type: none;
		}
	ul.menu li {
		float: left;
		}
	ul.menu li a {
		float: left;
		display: block;
		height: 28px;
		padding: 3px 15px 0 15px;
		line-height: 24px;
		color: #fff;
		}
	ul.menu li a:link,
	ul.menu li a:visited {
		color: #fff;
		background: none;
		}
	ul.menu li a:hover,
	ul.menu li a:active {
		color: #fff;
		background: url(images/nav_hover.gif) no-repeat center top;
		text-decoration: none;
		}

	ul.menu li.current_page_item a:link,
	ul.menu li.current_page_item a:visited,
	ul.menu li.current_page_item a:hover,
	ul.menu li.current_page_item a:active {
		color: #fff;
		background: transparent url(images/nav_active.gif) no-repeat center bottom;
		text-decoration: none;
		}

	.searchbar {
		float: right;
		width: 270px;
		height: 31px;
		margin: 0;
		}
	.searchform {
		width: 270px;
		height: 20px;
		text-align: left;
		}
		
	.search_field {
		
		width:265px;
		
	}
		
	.search_button {
		width:20px;
		height:20px;
		display:block;
		margin-top:-21px;
		margin-left: 265px;
		
	}
	
	
	input#s {
		width: 255px;
		height: 18px;
		margin: 5px 0 0 1px !important;
		padding: 1px 0 0 2px;
		border: 1px solid #999;
		background: #fff url(images/searchbg.gif) repeat-x 0 0;
		}
		
	*/


/***********************
*  Wrapper             *
***********************/

#wrapper {
	margin: 0;
	padding: 0;
}


/***********************
*   Content         *  *
***********************/

#content {
	margin:10px 0 0 15px;
	width: 600px;
	height: 100%;
	float:left;
}

#content a {
		text-decoration:underline;
}

/***********************
*   Pages - General    *
***********************/


.page_title {
	margin:0 0 10px -15px;
	padding:9px 0 9px 15px;
	background:#BFE2A8;
	color:#3A6D29;
	text-shadow: #8AAF72 1px 1px 1px;
}

.page_title h1 {
	font-size:22px;
	line-height:20px;
	margin-bottom:4px;
}

.page_title h2 {
	font-size:14px;
	font-weight:normal;
	line-height:12px;
}


/* PAGE DEFAULT */

.page_default h1 {
	margin:0 0 10px 0;
	font-size:18px;
	line-height:24px;
	color:#489034;
	border-bottom:2px solid #489034;
}

.page_default h2 {
	margin:0 0 5px 0;
	font-size:14px;
	line-height:18px;
	border-bottom:1px dotted #333333;

}

.page_default p img {
	width:596px;
	border:2px solid #489034;
}



/* HOME */

.page_home p img {
	width:590px;
	heigh:auto;
	border:5px solid #489034;
}

.page_home p {
	text-align:justify;
}

.page_home .video_home {
	margin:0 0 10px 0;
	padding:3px;
	width:584px;
	height:354px;
	border:5px solid #489034;
}



.page_home .focus_homeSX,
.page_home .focus_homeDX {
	padding: 0;
	width:292px;
	min-height:146px;
	float:left;
	background:#BFE2A8;
	position:relative;
}

.page_home .focus_homeSX {
	margin:0 15px 15px 0;
}

.page_home .focus_homeDX {
	margin:0 0 15px 0;
}

.page_home h1.focus_title{
	padding:3px 5px 2px 5px;
	font-size:18px;
	color:#3A6D29;
	text-shadow: #8AAF72 1px 1px 1px;
	border-bottom:5px solid #FFFFFF;
}

.page_home .focus_thumb {
	margin:5px;
	position:absolute;
	/*left:0;*/
	
}

.page_home .focus_thumb img {
	border:2px solid #FFFFFF;
}

.page_home .focus_details {
	margin:5px 5px 0 115px;
}

.page_home .focus_details p {
	text-align:left;
}

.page_home .focus_details h2 {
	margin:0 0 5px 0;
	font-size:14px;
}

.page_home .focus_details ul {
	margin:0;
	padding:0;
	list-style:none;
}


.page_home .focus_details .post-meta-key {
	font-weight:bold;
}

.page_home .focus_enter {
	margin:5px 5px 0 115px;
	font-weight:bold;
}




/* REFERENZE */

.page_referenze{

}

.page_referenze p {
	margin:0 0 10px 0;
	float:left;	
}

.page_referenze p img {
	width:590px;
	border:5px solid #489034;
}

.page_referenze h2 {
	margin:-59px 10px 0 0;
	padding: 0 10px;
	float:right;
	font-size: 18px;
	line-height:35px;
	background: #489034;
	color:#FFFFFF;
	text-transform:uppercase;
}



/* ELENCO PROGETTI */


#content .item_progetto a {
	text-decoration:none;
}

#content .item_progetto a:hover {
	text-decoration:underline;
}


.item_progetto {
	margin:0 0 10px 0;
	padding:10px 0 10px 160px;
	border-top:5px solid #489034;
	position:relative;
	min-height:90px;

}

.item_progetto .item_progetto_thumb {
	/*float:left;*/
	position:absolute;
	left:0;
}

.item_progetto .item_progetto_thumb img {
	border:2px solid #489034;
}


.item_progetto .item_progetto_details { }


.item_progetto .item_progetto_details h2 {
	font-size:16px;
}

.item_progetto .post-meta {
	margin:5px 0 0 0;
	padding:0;
}

.item_progetto .post-meta li {
	margin:0;
	padding:0;
	list-style:none;
}

.item_progetto .post-meta .post-meta-key {
	font-weight:bold;
}

.item_progetto .item_progetto_enter {
	position:absolute;
	left:160px;
	bottom:0;
	font-weight:bold;
	
}


/* SCHEDA PROGETTO */

.page_progetto { }

.page_progetto .page_progetto_title {
	margin:0 0 10px 0;
	font-size:18px;
	line-height:30px;
	border-bottom:5px solid #489034;
}

.page_progetto .page_progetto_separatore {
	margin:0 0 15px 0;
	font-size:18px;
	border-top:5px solid #489034;
}


.page_progetto p img {
	width:596px;
	border:2px solid #489034;
}


/* ELENCO PRODOTTI */


#content .item_prodotto a {
	text-decoration:none;
}

#content .item_prodotto a:hover {
	text-decoration:underline;
}


.item_prodotto {
	margin:0 0 10px 0;
	padding:10px 0 10px 0;
	border-top:5px solid #489034;
	position:relative;
}

.item_prodotto .item_prodotto_thumb {
	margin:0 10px 0 0;
	padding:0 10px 0 0;
	float:left;
	border-right:2px dotted #489034
}

.item_prodotto .item_prodotto_thumb img {
	width:60px;
	border:none;
}


.item_prodotto .item_prodotto_details {
	margin:0 0 0 80px;
}


.item_prodotto .item_prodotto_details h2 {
	font-size:16px;
}

.item_prodotto .post-meta {
	margin:0;
	padding:0;
}

.item_prodotto .post-meta li {
	margin:0;
	padding:0;
	list-style:none;
}

.item_prodotto .post-meta .post-meta-key {
	font-weight:bold;
}

.item_prodotto .item_prodotto_enter {
	margin:5px 0 0 80px;
	font-weight:bold;
}

.item_prodotto .item_prodotto_enter a {
	color:#888888
}

.item_prodotto .item_prodotto_enter a:hover {
	color:#489034
}





/* SCHEDA PRODOTTO */

.page_prodotto { }

.page_prodotto .page_prodotto_title {
	margin:0 0 10px 0;
	font-size:18px;
	line-height:30px;
	border-top:5px solid #489034;
	border-bottom:5px solid #489034;
}

.page_prodotto .page_prodotto_separatore {
	margin:0 0 15px 0;
	font-size:18px;
	border-top:5px solid #489034;
}


.page_prodotto .page_prodotto_content {
	padding:0 0 0 220px;
	position:relative;
}

.page_prodotto .page_prodotto_content img {
	margin:0 10px 0 -220px;
	width:200px;
	height:auto;
	float:left;
}

.page_prodotto .page_prodotto_content p {
	padding:0 2px 0 0;
	text-align:justify;
}

.page_prodotto .page_prodotto_content ul {
	padding:0 0 0 20px;
}


.page_prodotto .page_prodotto_pdf {
	margin:0 0 0 220px;
	padding:16px 0 0 38px;
	background:url(images/icon_pdf_38x38.png) no-repeat -2px 4px;
	border-top:2px solid #489034;
	height:38px;
}


#content .page_prodotto .page_prodotto_pdf a {
	font-weight:bold;
	text-decoration:none;
}


/* PREVENTIVI */

.preventivi_titolo{
	margin:0 0 10px 0;
	font-size:18px;
	font-weight:bold;
	line-height:24px;
	color:#489034;
	border-bottom:2px solid #489034;
	text-transform:uppercase;
}

.preventivi_testo {
	margin:0 0 15px 0;
	text-align:justify;
}

.preventivi_nb {
	margin:0 0 20px 0;
	font-size:11px;
	font-style:italic;
	text-align:justify;
}

.preventivi_asterisco {
	margin:0 0 20px 0;
	font-weight:bold;
	font-style:italic;
}




#Formular .intestazione_tabella {
	margin:0 0 10px 0;
	font-size:18px;
	font-weight:bold;
	line-height:24px;
	color:#489034;
	border-bottom:2px solid #489034;
}

#Formular table {

}


#Formular tr {
	
}

#Formular td {
	padding:5px 0;
	width:50%;
	border-bottom:2px dotted #E5E5E5;
}

#Formular td input {
	background:#E5E5E5;
	border:1px solid #CCCCCC;
	width:300px;
	height:16px;
	font-family:Arial, sans-serif;
	font-size:11px;
}

#Formular td textarea {
	background:#E5E5E5;
	border:1px solid #CCCCCC;
	width:300px;
	font-family:Arial, sans-serif;
	font-size:11px;
}

#Formular td td {
	padding:0;
	width:70%;
	border:none;
}

#Formular .cella_spazio {
	border:none;
}

#Formular td.tetto_txt {
	width:100px;
}

#Formular td.tetto_flag,
#Formular td.tetto_flag input {
	width:20px;
}



#Formular .informativa td {
	width:100%;
}

#Formular .informativa_txt {
	padding:4px;
	background:#E5E5E5;
	border:1px solid #CCCCCC;
	height:200px;
	overflow:auto;
}

#Formular td.informativa_consenso {
	padding:6px 0 0 0;
}


#Formular td.informativa_checkbox {
	padding:5px 0 0 0;
	width:20px;
}

#Formular td.informativa_checkbox input {
	margin:0 0 0 -2px;
	width:20px;
}


#Formular .invia_richiesta {
	padding:5px 0 0 0;
	text-align:center;
}

/* PREVENTIVO INVIATO */

.page_sent{

}

.page_sent p {
	margin:0 0 10px 0;
}


.page_sent h1 {
	font-size:22px;
}

.page_sent h2 {
	margin:0 0 20px;
	font-size:14px;
}

.page_sent h3 {
	margin:0 0 10px 0;
	border-bottom:1px dotted #333333;
	line-height:18px;
}

.page_sent h4 {
	border-bottom:1px dotted #333333;
	line-height:18px;
}

.page_sent h5 {
	margin:0 0 10px;
	font-size:12px;
	font-weight:normal;
	line-height:20px;
}


/* CONTATTI */

.page_contatti h1 {
	margin:0 0 10px 0;
	font-size:18px;
	line-height:24px;
	color:#489034;
	border-bottom:2px solid #489034;
}

.page_contatti h2 {
	margin:0 0 5px 0;
	font-size:14px;
	line-height:18px;
	border-bottom:1px dotted #333333;

}

.contatti_gmap iframe {
	border:2px solid #489034;
}

.wpcf7-form input[type=text] {
	background:#E5E5E5;
	border:1px solid #CCCCCC;
	width:350px;
	height:16px;
	font-family:Arial, sans-serif;
	font-size:11px;
}

.wpcf7-form textarea {
	background:#E5E5E5;
	border:1px solid #CCCCCC;
	width:350px;
	font-family:Arial, sans-serif;
	font-size:11px;
}

.page_contatti img.ajax-loader {
	width:16px;
	height:16px;

}


/* LINK */

.page_link h1 {
	margin:0 0 10px 0;
	font-size:18px;
	line-height:24px;
	color:#489034;
	border-bottom:2px solid #489034;
}

.page_link h2 {
	margin:0 0 20px 0;
	font-size:14px;
	line-height:18px;
	border-top:1px dotted #333333;

}

.page_link img {
	border:none;
}


/* PRIVACY */

.page_privacy h1 {
	margin:0 0 10px 0;
	font-size:18px;
	line-height:24px;
	color:#489034;
	border-bottom:2px solid #489034;
}

.page_privacy h2 {
	margin:0 0 20px 0;
	font-size:14px;
	line-height:18px;
	border-top:1px dotted #333333;

}

.page_privacy a {
	margin:0 0 0 0;
	padding:10px 0 0 38px;
	background:url(images/icon_pdf_38x38.png) no-repeat -2px 0px;
	height:25px;
	display:block;
}


/* SERVIZI */

.page_servizi h1 {
	margin:0 0 10px 0;
	font-size:18px;
	line-height:24px;
	color:#489034;
	border-bottom:2px solid #489034;
}

.page_servizi h2 {
	margin:0 0 10px 0;
	font-size:12px;
	line-height:18px;
	text-align:right;
	border-top:1px dotted #333333;
}

#content .page_servizi h2 a {
	text-decoration:none;
}


/* ATTIVITA' */

.page_attivita h1 {
	margin:0 0 10px 0;
	font-size:18px;
	line-height:24px;
	color:#489034;
	border-bottom:2px solid #489034;
}

.page_attivita h2 {
	margin:0 0 10px 0;
	font-size:12px;
	line-height:18px;
	text-align:right;
	border-top:1px dotted #333333;
}

.page_attivita h3 {
	font-size:16px;
}

.page_attivita ol li {
	font-size:16px;
	font-weight:bold;
}

.page_attivita ol li p {
	font-size:12px;
	font-weight:normal;
}

.page_attivita img {
	border:none;
}




/*
.pages {
	float: left;
	width: 530px;
	background: #eee url(images/separator_blue.gif) repeat-x bottom center;
	}
.pages-border {
	clear: both;
	width: 100%;
	height: 6px;
	background: transparent url(images/separator_blue.gif) repeat-x 0 0;
	}
.page-previous {
	float: left;
	padding: 10px 0 16px 30px !important;
	}
.page-next {
	float: right;
	padding: 10px 30px 16px 0 !important;
	}

.page-title {
	width: 530px;
	margin: 20px 0 0 10px;
	background: #333333;
	}
.page-title h2.page-title-border {
	padding: 0 10px 0 0px;
	font-size: 1.6em;
	line-height: 30px;
	margin-bottom:10px;
	color: #ffffff;
	text-align:right;
	}
*/	


/***************************
*   Gallery Shortcode      *
****************************/

.gallery {
	margin:0 ;
	width:610px;
}

.gallery-item {
	margin:0 8px 10px 0;
	/*width: 25%;*/
	float: left;
}

.gallery img {
	padding:2px;
	border:2px solid #489034;
}

.gallery-caption {
	margin: 0;
	padding:0px;
	font-size:9px;
	text-align:center;
}

.attachment-thumbnail
{
	width:136px;
	height:136px;
	border:none;
	
}




/**********************
*   Blog Entries      *
***********************/



.post {
	margin:0 0 40px 0;
	padding:0;
	text-align: justify;
}
	
.posttitle { 
	border-bottom:5px solid #489034;
	border-top:5px solid #489034;
	color:#489034;
	font-size:18px;
	font-weight:bold;
	line-height:20px;
	margin:0 0 4px;
	padding:3px 0 2px;
	text-transform:uppercase;
}

#content .posttitle a {
	color:#489034;
	text-decoration:none;
}


#content .posttitle a:hover {
}


.postentry {
	color: #333333;
	text-align: justify;
}

.postentry a {
	margin: 5px 0 ;
	font-size:12px;
}

.postentry a:hover {
	color:#489034;
}

.postentry img {
	margin:0 0 5px 0;
	width:596px;
	height:auto;
	border:2px solid #489034;
}

.postinfo {
}

.postmeta,
.postmeta a {
	color: #888888;
	font-size:11px;
	font-style:italic;
}
	
.postmeta img{
}
	
.post-date {
	padding: 0 0 0 0;
	text-transform:capitalize;
}
	
.post-author {
	font-size:11px;
	font-style:normal;
	font-weight:normal;
}

.post-tags{
	border-bottom:2px dotted #489034;
	border-top:2px dotted #489034;
	color:#888888;
	font-size:11px;
	line-height:18px;
	padding:1px 0 0;
}

#content .post-tags a {
	color:#888888;
	text-decoration:none;
}

#content .post-tags a:hover {
	color:#489034;
}



.post-comment {
}
	
.post-comment a{
	padding: 0 0 2px 20px;
	line-height: 14px;
	margin-top: -2px;
	float:right;
}

.post_continue {
	margin:6px 0 0;
	border-top:1px dotted #888888;
	display:block;
	font-size:11px;
	font-style:italic;
	font-weight:normal;
	line-height:16px;
	text-align:right;
	width:100%;
}

#content .post_continue a {
	text-decoration:none;
}

.post-filed {
	padding: 0 0 0 20px;
	float:right;
}

.post_prev {
	float:left;
}

.post_next{
	float:right;
}

#content .post_prev a,
#content .post_next a {
	padding: 3px 5px;
	margin: 2px;
	color:#888888;
	text-decoration: none;
	border: 2px solid #CCCCCC;
}

#content .post_prev a:hover,
#content .post_next a:hover {
	color:#489034;
	border-color: #489034;
}



/**********************
*   Comments          *
***********************/

/*
.commentpage {
	margin: 0 30px;
	padding: 0;
	}

#comments {
	margin: 0;
	padding: 0;
	}

.comments-num {
	background: transparent url(images/separator_green.gif) repeat-x center bottom;
	padding: 0 0 10px 0;
	}

#commentlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#commentlist li {
	padding: 20px 10px 0 0;
	border-bottom: 1px solid #eee;
	background: #fafafa url(images/comment_bg.gif) repeat-y 0 0;
	}
	.alt {
		background-color: #fff !important;
		background-image: none !important;
		}

.comment-gravatar {
	float: left;
	width: 62px;
	height: 62px;
}

.comment-title,
.comment-meta,
.comment-text {
	margin: 0 0 0 80px;
	}
	
.comment-meta
{
	font-size:11px;
	color: #666666;
	line-height: 100%;
}

.comment-title,
.comment-title a,
.comment-title a:hover{
	color: #030612;
	}
	
.comment-meta{
	border-top : 1px dotted #999999;
}
.comment-meta,
.comment-meta a,
.comment-meta a:hover {
	
	padding-top : 2px;
	color: #333333;;
	}

h2#postcomment {
	margin: 30px 0 0 0;
	padding: 0 0 10px 0;
	border-bottom: 5px solid #333333;
	}

.postcomment, .wpcf7 {
	
	margin: 20px 0 0 0;
	padding: 20px;
	background-color: #fff;
	border : 1px solid #333333;
	}
	
.wpcf7 {
	margin-top: 10px;
}

.postcomment input,
.postcomment textarea {
	border: 1px solid #333333;
	color: #333333;
	}
.postcomment input:hover,
.postcomment textarea:hover {
	}
.postcomment input#author,
.postcomment input#email,
.postcomment input#url {
	width: 100% !important;
	height: 18px;
	color: #333333;
	}
.postcomment textarea#comment {
	width: 100% !important;
	height: 200px;
	color: #333333;
	}
	
.wpcf7 input,
.wpcf7 textarea {
	border: 1px solid #333333;
	color: #333333;
	}
.wpcf7 input:hover,
.wpcf7 textarea:hover {
	color: #333333;
	}
.wpcf7 input#author,
.wpcf7 input#email,
.wpcf7 input#url {
	width: 100% !important;
	height: 18px;
	color: #333333;
	}

	
.wpcf7 textarea {
	width: 100% !important;
	height: 200px;
	color: #333333;
	}

.postcomment input#submit {
	width: auto;
	height: 25px;
	padding: 2px 10px 3px 10px;
	background: #ffffff;
	}
	
.wpcf7_submit {
	width: auto;
	height: 25px;
	padding: 2px 10px 3px 10px;
	background: #ffffff;
	}
	
.postcomment input#submit:hover {
background-color: #333333;
	color: #fff;
	}	

.wpcf7_submit:hover {
	
	background-color: #333333;
	color: #fff;
	}	
*/

/**********************
*   Sidebar           *
***********************/

#sidebar {
	float: left;
	width: 270px;
	margin: 10px 0 0 15px;
	padding: 0;
}

#sidebar .sidebar_title {
	margin:0 0 10px 0;
	padding:9px 0 9px 10px;
	background:#E5E5E5;
	color:#888888;
	text-shadow: #CCCCCC 1px 1px 2px;
}

#sidebar .sidebar_title h1 {
	font-size:22px;
	line-height:20px;
	margin-bottom:4px;
}

#sidebar .sidebar_title h2 {
	font-size:14px;
	font-weight:normal;
	line-height:12px;
}

#sidebar a {
	color:#888888;
}

#sidebar a:hover {
	color:#489034;
}

#widget {
	margin:0 0 30px 0;
}


/* SMALL NEWS */



#sidebar .smallnews {
	margin:0 0 10px 0;
	padding: 10px;
	width:235px;
	background:#E5E5E5;
}


#sidebar .smallnews_title h2 {
	font-size:16px;
	color:#888888;
}

#sidebar .smallnews_entry p {
	margin:2px 0 0 0;
	padding:0;
	line-height:115%;
	font-size:11px;
	text-align:justify;
	color:#999999;
}

#sidebar .smallnews_thumb a img {
	border:2px solid #FFFFFF;
}

#sidebar .smallnews_thumb a img:hover {
	border:2px solid #FFFFFF;
}

#sidebar .smallnews_thumb a {
	border:none;
}

#sidebar .smallnews_leggitutte {
	padding:5px 0 0 1px;
	border-top:5px solid #E5E5E5;
	font-weight:bold;
	color:#888888;
}


/* ULTIMI PROGETTI */


#sidebar .smallwork {
	margin:0 0 5px 0;
	padding:5px 0 0 65px;
	border-top:5px solid #E5E5E5;
	width:190px;
	min-height:60px;
	position:relative;
}

#sidebar .smallwork_title {
}

#sidebar .smallwork_title h2 {
	font-size:14px;
	color:#888888;
}

#sidebar .smallwork_thumb {
	position:absolute;
	left:0;
}


#sidebar .smallwork_thumb a img {
	border:2px solid #E5E5E5;
}

#sidebar .smallwork_thumb a img:hover {
	border:2px solid #489034;
}

#sidebar .smallwork_thumb a {
	border:none;
}

#sidebar .smallwork_enter {
	font-size:11px;
	color:#888888;
}


#sidebar .smallwork_leggitutte {
	padding:5px 0 0 1px;
	border-top:5px solid #E5E5E5;
	font-weight:bold;
	color:#888888;
}


/* ULTIMI PRODOTTI */


#sidebar .smallprod {
	margin:0 0 2px 0;
	padding:5px 0 0 0;
	border-top:5px solid #E5E5E5;
	width:255px;
	position:relative;
}

#sidebar .smallprod_title {
}

#sidebar .smallprod_title h2 {
	font-size:14px;
	color:#888888;
}

#sidebar .smallprod_thumb {
	float:left;
}


#sidebar .smallprod_thumb a img {
	margin:0 5px 0 0;
	width:56px;
	height:auto;
	border:none;
}

#sidebar .smallprod_thumb a img:hover {
	border:none;
}

#sidebar .smallprod_thumb a {
	border:none;
}

#sidebar .smallprod_enter {
	font-size:11px;
	color:#888888;
}


#sidebar .smallprod_leggitutte {
	padding:5px 0 0 1px;
	border-top:5px solid #E5E5E5;
	font-weight:bold;
	color:#888888;
}


/* NEWS */

#sidebar ul.sidebar_cronologia {
	padding:0;
	border-top:1px dotted #CCCCCC;
	list-style:none;
	list-style-position:inside;
	width:255px;		
}

#sidebar ul.sidebar_cronologia li {
	padding:0 0 0 5px;
	border-bottom:1px dotted #CCCCCC;
	line-height:20px;
}


#sidebar ul.sidebar_taglist {
	padding:0;
	border-top:1px dotted #CCCCCC;
	list-style:none;
	list-style-position:inside;
	width:255px;		
}

#sidebar ul.sidebar_taglist li {
	padding:0 0 0 5px;
	border-bottom:1px dotted #CCCCCC;
	line-height:20px;
}






/**********************
*   Footer            *
***********************/

	
#footer {
	margin:0 auto;
	padding:0 28px;
	width: 900px;
	height: 228px;
	clear: both;
	background:url(images/footer_bg.png) no-repeat;
}

#footer a { 
		color:#333333;	
}

#footer a:hover { 
		color:#489034;	
}


#footer .credits {
	margin:202px 15px 0 0;
	height:16px;
	float:right;
	font-size: 10px;
	color:#333333;	
}

#footer .credits .credits_info {
	margin:4px 4px 0 0;
	float:left;
}

#footer .credits .credits_wplogo {
	margin:0;
	float:right;
}

#footer .credits img {
	border:none;
}



/* Footer Nav */

.footer_nav {
	margin:202px 0 0 15px;
	height:16px;
	float:left;
}

.footer_nav ul {
	margin:1px 0 0 0;
	padding:0;
}

.footer_nav li {
	margin:0;
	padding:2px;
	float:left;
	list-style:none;
	font-size:10px;
	color:#333333;	
}

	
/* Tags 
-------------------------------------------------------*/
.tagging {
        text-align: left;
        font-size: 0.9em;
        padding: 3px 0 3px 0;
}
.tagging img {
	padding: 3px 0 0 0;
	border: 0px;
}

.tagging img:hover {
	padding: 3px 0 0 0;
	border: 0px;
}

.tagging a{
	text-decoration: none;
	border-bottom: none;
}
/* End Various Tags & Classes*/

.post_ad {
	background: #fff;
	padding-left: 30px;
	padding-top: 0px;
	padding-bottom: 10px;
	}
