/*
Theme Name: Generic Design
Description: WordPress theme design for Generic Designer's blog
Author: Mike Joes
Author URI: http://genericdesigner.info
Tags: white, two-columns, fixed-width
Version: 1.0.1
The CSS, XHTML and design is released under GPL: http://www.opensource.org/licenses/gpl-license.php

*/
html, body {
	height:100%;
}
form, select, option, input, textarea, body, table, tr, td, a, pre {
	font-family: Verdana,Arial,Helvetica,Geneva,sans-serif;
	font-size:11px;
	color:#333;
	text-decoration:none;
}
body {
	padding:0px;
	margin:0px;
	border:0px;
	background:#f2f5f6 url('images/bg.jpg') repeat-x 0 0;
	text-align:center;
}
form {
	border:0px;
	padding:0px;
	margin:0px;
}
img {
	border:0px;
	padding:0px;
	margin:0px;
}
h1, h2, h3, h4, h5, h6, h7, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h7 a, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, h7 a:hover {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding:0px;
	margin:0px;
	border:0px;
	font-size:24px;
	text-transform:uppercase;
	text-decoration:none;
}
h2 {
	font-size:19px;
}

.post h2, h2.main_title{
	margin-top: 20px;
}

h3 {
	font-size:15px;
}

strong{
	margin: 2px 0!important;
	padding: 0!important;
}

label{
	color: #6EAACF;
}

.wpcf7-text, textarea{
	background: #fff;
	border: 1px solid #ccc;
	margin: 3px 0;
	padding: 2px;
}

iframe{
	border: 1px solid #ccc;
}

a, a:link, a:active, a:visited {
	text-decoration:none;
	color: #6eaacf;
}

a:hover {
	text-decoration:underline;
	color:#febf05;
}
#allContainer {
	/* background:url('images/body_bg.gif') repeat-y center #fff; */
	width:1005px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#header {
	background:transparent url('images/header_bg.jpg') no-repeat top left;
	width:1005px;
	height:250px;
}
#header #headerContainer {
	display:block;
	height:219px;
}
#header #menuContainer {
	display:block;
	height:30px;

}
#header #headerContainer #headerLogo {
	display:none;
}
#header #headerContainer #titleContent {
	padding:20px 0px 0px 14px;
}
#header #headerContainer #titleContent h1, #header #headerContainer #titleContent h1 a {
	color:#fff;
	font-size:50px;
	text-transform:none;
	margin-bottom:-5px;
}
#header #headerContainer #titleContent #subHeader {
	color:#fff;
}
#menu {
	display:block;
	width:1005px;
	padding:0px;
	/* height:32px; */
	overflow:hidden;
	background:#f2f5f6 url('images/bg_menu.jpg') repeat-x 0 0;
	
}
#menu ul {
	border:0px;
	width:100%;
	margin:0px;
	padding:0px;
	list-style:none;
	line-height:30px;
	/* height:32px; */
	width:100%;
	overflow:hidden;
}
#menu li {
	display:inline;
	float:left;
	border:0px;
	padding:0px;
	margin:0px;
	line-height:30px;
	/* height:32px; */
	overflow:hidden;
}
#menu ul .current_page_item, #menu .current_page_item a:hover {
	background:url('') no-repeat bottom center;
}
#menu a, #menu a:link, #menu a:active, #menu a:focus, #menu a:visited, #menu a:hover {
	color:#FFFFFF;
	text-decoration:none;
	border:0px;
	/* height:32px; */
	line-height:30px;
	padding:15px 15px 15px 15px;
	/*_padding:0px 15px 0px 15px;  there are some thins IE just don't understand about padding */
	white-space:nowrap;
}
#menu .selected a:hover {
	background:url('');
}
#menu a:hover, .current_page_item a {
	background-color:#febf05;
	color:#FFFFFF;
}
#menu #searchform .hidden {
	display:none;
}
#menu #menuSearch #searchform div {
	padding-right:5px;
}
#menu #menuSearch {
	float:right;
}
#header #menuSearch #s {
	color:#000;
}

#searchForm{
	background: transparent url('images/bg_search.png') no-repeat 0 0;
	width: 187px;
	margin-right: 20px;
	height: 20px;
	margin-top: 5px;
}

#searchForm input{
	background: transparent;
	border: none;
	color: #555!important;
	height: 20px;
	margin-left: 30px;
}

#contentContainer {
	background: #fff;
	width:1005px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#contentContainer #allContentWidth {
	width:1005px;
	margin-left:auto;
	margin-right:auto;
}
#contentContainer #menuUnder{
	background:url('images/menu_under.gif') no-repeat;
	width:801px;
	height:31px;
	margin-left:102px;
	display: none;
}
#mainContent {
	width:750px;
	display:inline;
	float:left;
	padding-top: 30px;
}


/* Homepage */

#mainContentHome {
	width:1005px;
	display:inline;
	float:left;
}

#mainContentHome .post {
	display:inline;
	float:left;
	width:1005px!important;
	overflow:hidden;
}


#mainContentHome .finestre{
	float: left;
	width: 453px;
	height: 500px;
	padding: 10px;
	margin: 20px 5px 20px 20px;
	background: url(images/bg_pf_home.jpg) repeat-x left bottom;
	border: 1px solid #ccc;
}

#mainContentHome .porte{
	float: right;
	width: 453px;
	height: 500px;
	padding: 10px;
	margin: 20px 20px 20px 5px;
	background: url(images/bg_pf_home.jpg) repeat-x left bottom;
	border: 1px solid #ccc;
}

#mainContentHome .news{
	float: right;
	width: 473px;
	height: 300px;
	margin: 0px 20px 20px 5px;
/* 	background: url(images/bg_pf_home.jpg) repeat-x left bottom; */
}

#mainContentHome .news h2{
	margin-bottom: 20px;
}

.home_link{
	display: block;
	margin: 5px 0;
	padding: 5px;
	color: #fff!important;
	background: url(images/bg_menu.jpg) repeat-x center top;
	text-align: right;
}

#mainContentHome .detrazioni{
	float: left;
	width: 473px;
	margin: 0px 5px 20px 20px;
}

.home_news{
	border: 1px solid #ccc;
	padding: 10px;
	font-size: 10px!important;
	margin-bottom: 10px;
}

.home_news h2{
	border-bottom: 2px solid #FEBF05;
}

.home_news h2 a{
	font-size: 16px!important;
	margin: 10px 0!important;
}

.home_news .postmetadata{
	 margin: 3px 0!important;
}

.detrazioni ul{
	margin: 0;
	padding: 0;
}

.detrazioni ul li{
	list-style: none;
	width: 190px;
	padding: 10px;
	float: left;
	height: 280px;
	background: url(images/bg_pf_home.jpg) repeat-x left bottom;
	border: 1px solid #ccc;
	margin: 20px 10px;
}

.detrazioni ul li img{
	margin-bottom: 30px;
}

.detrazioni ul li h4{
	font-size: 12px!important;
	text-transform: none!important;
	height: 155px;
}

.date {
	background:url('images/date.gif') no-repeat;
	width:102px;
	height:99px;
	display:none;
	float:left;
	color:#666;	
}
.date span {
	/*display:inline;
	float:left;*/
}
.date .dateContainer {
	padding:34px 0px 0px 46px;
	width:50px;
	text-align:center;
}
.noDate {
	width:102px;
	height:1px;
	display:inline;
	float:left;
	color:#666;	
}
.post {
	display:inline;
	float:left;
	width:750px;
	overflow:hidden;
}
.post .postInnerPadding {
	padding:0px 20px 20px 20px;
	overflow:hidden;
}
.post h2, h2.main_title{
	padding-bottom:5px;
	font-size:19px;
	line-height:22px;
	/*background-color:#ccc;*/
	overflow:hidden;
	border-bottom: 2px solid #febf05;
	margin-bottom: 10px;
}

h2.main_title{
	margin: 0 20px;
}

.post h2 a, h2.main_title a{
	border: none;
	text-decoration:none;
}

.post p {
	padding-top:10px;
	margin-top:0px;
	margin-bottom:11px;
	text-align: justify;
}
.post a {
	text-decoration:underline;
}
.post .postFooter {
	clear:both;
	display:block;
	padding-top:5px;
}
.image .navigation {
	margin:0px 0px 20px 0px;
}
.image .navigation .alignleft, .image .navigation .alignright {
	float:left;
}
.imagelink, .alignleft {
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}
.alignright {
	float:right;
	margin-left:5px;
	margin-bottom:5px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.commentlist .alt {
	padding: 20px 10px 20px 10px;
	background: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
h3#comments, h3#respond {
	margin: 30px 0px;
}
.commentlist {
	padding: 0px;
}
.commentlist li {
	margin: 15px 0px 15px;
	padding: 5px 10px 5px;
	list-style: none;
}
.commentlist li .avatar {
	float: right;
	border: 1px solid #999;
	padding: 2px;
	background: #fff;
}
.commentlist .fn {
	font-weight:bold;
}
.commentlist p {
	margin: 10px 5px 10px 0px;
	font-weight: normal;
	text-transform: none;
}
.commentlist cite, .commentlist cite a {
	font-style: normal;
	border: none;
}	
.commentlist li.author .avatar {
	border: 1px solid #669933;
}
.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.commentmetadata {
	margin: 0px;
	display: block;
}
#commentform #submit {
	float: right;
}
#commentform #comment {
	width:500px;
}
.archive ul {
	margin:0px;
	padding:0px 0px 20px 30px;
}
#sidebar {
	display:inline;
	float:right;
	/* background:url('images/sidebar_bg.gif') -48px 0px no-repeat #fff; */
	width:200px;
	overflow:hidden;
	margin-right: 20px;
	padding-top: 30px;
}
#sidebar ul, #sidebar ul ol, #sidebar li {
	border:0px;	
	margin:0px;
	padding:0px;
	list-style:none;
}
#sidebar h2 {
	background: #75bfd4 url('images/bg_sidebar_h2.jpg') 0 0 no-repeat;
	text-transform: uppercase;
	color:#FFFFFF;
	display:block;
	padding:4px 5px 4px 5px;
	font-size:15px;
	/*font-size:19px;*/
}

#sidebar h2 a{
	color: #fff!important;
	font-size: 15px!important;
}

#sidebar li ul {
	background: #eeeeee url('images/bg_sidebar_ul.jpg') 0 0 no-repeat;
	display:block;
	padding:10px;
	margin-bottom:20px;
	overflow:hidden;
}

#sidebar li ul li{
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #ccc;
	
}

#sidebar .archive a {
	text-transform:capitalize;
}
#sidebar .archive #archiveSelect {
	text-transform:capitalize;
	width:100%;
}
#sidebar .rss {
	background:url('images/rss.gif') no-repeat 0px 1px;
	padding-left:18px;
	height:18px;
	line-height:18px;
	display:block;
}
#sidebar .link_icon {
	padding-left:19px;
	height:19px;
	line-height:19px;
	display:block;
}
#sidebar .bloggy_link {
	background:url('images/link_icons/bloggy.gif') no-repeat 0px 1px;
}
#sidebar .youtube_link {
	background:url('images/link_icons/youtube.gif') no-repeat 0px 1px;
}
#sidebar .facebook_link {
	background:url('images/link_icons/facebook.gif') no-repeat 0px 1px;
}
#sidebar .flickr_link {
	background:url('images/link_icons/flickr.gif') no-repeat 0px 1px;
}
#sidebar .bambuser_link {
	background:url('images/link_icons/bambuser.gif') no-repeat 0px 1px;
}
#sidebar .twitter_link {
	background:url('images/link_icons/twitter.gif') no-repeat 0px 1px;
}
#sidebar .jaiku_link {
	background:url('images/link_icons/jaiku.gif') no-repeat 0px 1px;
}
#sidebar #wp-calendar {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:100%;
	text-transform:capitalize;
}
#sidebar #wp-calendar a {
	text-decoration:underline;
}
#sidebar .categories .children {
	margin-top:0px;	
	margin-bottom:0px;
	padding-top:0px;
	padding-left:10px;
	padding-bottom:0px;
}
#sidebar #photoAlbum {
	display:block;
	margin:0px;
	padding:0px 0px 0px 5px;
}
/*bloggy*/
#sidebar .bloggy_ul {
	/* Stilen på listan */
	display:block;
	width:230px;
	margin-bottom:0px;
	padding:5px 0px 0px 0px;
}
#sidebar .bloggy_ul li{
	/* Stilen på inlägg */
	background-color:#e1e1e1;
	margin-bottom:5px;
}
#sidebar .bloggy-meddelande {
	/* Stilen på själva inlägget */ 
	display:block;
	border:1px solid #e1e1e1;
	background-color:#f8f8f8;
	padding:2px;
}
#sidebar .bloggy-link {
	/* Stilen på länken. */ 
	padding:2px;
}
#sidebar .bloggy-tid {
	/* Stilen på tiden */
	padding:2px;
}
.clearer {
	clear:both;
	height: 0px;
	display:block;
}
.navigation {
	display:block;
	/* margin:0px 0px 20px 122px; */
	
	padding:20px;
}
.navigation .alignleft {
	float:left;
}
.navigation .alignright {
	float:right;
}
#footer {
	font-size: 9px;
	display:block;
	text-align:left;
	width:1005px;
	/* background-color:#354846; */
	color:#666;
	margin:0px auto;
	padding:0px;
}

#footer .left{
	float: left; 
	height: 24px;
	line-height: 15px;
}

#footer .right{
	float: right; 
	height: 24px;
}

#footer a {
	color:#fff;
	text-decoration:none;
}
#footer #footerInnerPadding {
	padding:10px 15px 10px 0px;
}

/*  Home  */

#home1{
	background: #fff url('images/bg_home1.jpg') left center no-repeat;
	margin-bottom: 20px;
}

.home_txt{
	padding-right: 10px;
	padding-left: 10px;
	text-align: justify;
	color: #fff;
	font-size: 12px;
	height: 96px;
}

.home_txt a{
	color: #fff!important;
}

#home2	{
	background: #fff url('images/bg_home2.jpg') right center no-repeat;
	margin-bottom: 20px;
}

.home3{
	/* background: transparent url('images/home3.jpg') repeat-y 0 0; */
}

.last_news ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.last_news li{
	margin-bottom: 10px;
}

.last_news a{
	font-size: 14px;
	text-transform: uppercase;
}

.home_txt2{
	padding-right: 70px!important;
	padding: 10px;
	text-align: justify;
	color: #fff;
	font-size: 12px;
	height: 96px;
}

.home_txt2 a{
	color: #fff!important;
}

.product_title{
	background: url(images/bg_product_title.jpg) repeat-x center top;
	height: 30px;
	padding-left: 5px;
	padding-right: 5px;
	color: #fff;
	font-size:14px;
	line-height:22px;
	font-style: italic;
	text-transform: uppercase;
	letter-spacing: -1px;
}

.product_gallery{
	background: #eee url(images/bg_product_gallery.jpg) no-repeat 670px top;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Prodotti */

.prod_list{
	list-style: none;
	overflow: auto;
	margin-bottom: 20px;
}

.prod_list li{
	list-style: none;
	float: left;
	width: 180px;
	padding: 0 10px;
	margin: 10px;
	background: url(images/bg_prod.jpg) repeat-x left bottom;
	height: 360px;
	text-align: center;
}

.prod_list li img{
	padding: 3px;
	border: 1px solid #ccc;
}

h2.title{
	margin-top: 10px;
	height: 40px;
	overflow: hidden;
}

h2.title a{
	font-size: 13px!important;
}

.prod_micro_info p{
	text-align: left!important;
	height: 100px;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 0;
}

.prod_micro_info em{
	background:#f2f5f6 url('images/bg_menu.jpg') repeat-x 0 0;
	display: block;
	padding: 5px;	
}

.prod_micro_info em a{
	color: #fff;
}

.download_button{
	background:#f2f5f6 url('images/bg_menu.jpg') repeat-x 0 0;
	padding: 10px;
	margin: 10px 0;
	display: inline-block;
}

.download_button a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.breadcrumb{
	margin: 0 20px 20px 20px;
}

