/* -------------------------------------------------------------- 
   AUTOTREND 8/2009
   style.css
   * Style layout defoult  
-------------------------------------------------------------- */

body {
  padding: 0;
  margin: 0;
  background: #f0f0f0;
  color:#666;
}

.wrap_all{ 	
	width:960px;
	margin:0 auto;
	position:relative;
}

#top{}

.wrapper{
	float:left;
	width:960px;
	position: relative;
	margin-bottom:10px;
}

.blck{ color:#000000;}
/*header*/

#home #header{
	height:140px;/**/
	position:relative;
	z-index:49;
	width:960px;
}

#page #header{
	height:150px;
	position:relative;
	z-index:49;
	width:960px;
}

.logo, .logo a {
	display:block;
	height:110px;
	width:265px;
	position:relative;
	right:0px;
	top:0px;
	float: left;
	padding:0;
	z-index: 100;
}

#top .logo a{
	top:0;
	right:0;
	text-indent:-9999px;
	outline:none;
}



/*****************************
#HOME image slider
/****************************/	

.featured{
	height:280px;
	margin-bottom:0px;
	position:relative;
	width:100%;
}

.featured_item{
	height:270px;
	left:9px;
	overflow:hidden;
	position:absolute;
	top:1px;
	width:597px;
	display: none;
}

#top .current{
	display:block;
}

.featured_images{
	height:273px;
	position:relative;
	width:612px;
	z-index: 5;
}

#featured_text{
	height:231px; /*=M 185px */
	left:606px;
	padding:0px 0 0 54px; /*=M 66 0 0 54*/
	position:absolute;
	top:0;
	width:300px;
	z-index:30;
}

.featured_text_box{
	width:300px;
    height: 72px;
	color:#ddd;
	font-size: 11px;
	padding-bottom: 5px;
	clear: both;
	position: relative;
	background: url(../img/dotted_border_featured.png) repeat-x bottom left;

}


.featured_text_box p{
	line-height: 1.3em;
}
.featured_text_box a{
	color:#c6f4ff;
}
.featured_text_box a:hover{
	color:#FFF;
}

.featured h3{
	clear:none;
	margin:0;
	padding:0;
}

.slider_control{
	bottom:15px;
	height:35px;
	left:469px;
	position:absolute;
	width:130px;
	z-index:5;
	display:none;
}

.slider_control a{
	height:24px;
	width:24px;
	position: absolute;
	display:block;
	top:6px;
	outline: none;
}

.slider_control a:hover, .slider_control .inactive{
	background-position: bottom left;
}

.sc_lightbox{ left:8px; }

.sc_external{ left:35px; }

.sc_prev { left:70px; }

.sc_next{ left:97px; }
.productlist{
	list-style-type: none;
	padding: 0;
	margin:5px 0 0 0; 
}

.productlist strong{
	float:left;
	display:block;
	width:70px;
}

.productlist li{
	clear:both;
	color:#fff;
}

#top .product_heading{
	padding:4px;
	text-align: center;
}

/*****************************
Small Boxes and Sidebar "Widgets"
/****************************/
#top .horizontal_wrap{
	margin-bottom:30px;
}

#top .horizontal_wrap .small_box{
	line-height: 1.4em;
	padding-bottom:0px;
}
.horizontal_wrap .small_box p{
	padding:5px 0 16px;
}

.horizontal_wrap .small_box h3{
	padding:0;
	margin:0;
	font-size:14px;
}

.small_box{
	float:left;
	padding:0 30px 0px 30px;
	position:relative;
	width:260px;
}

#top .box1{
	padding:0 30px 0px 10px;
}

#top .box3{
	padding:0 0 0px 30px;
}

.small_box h3{
	margin:0 0 5px;
}


.small_box img{
	padding:5px 0 !important;
	padding:0;/*ie6 fix for png elemnts needs this*/
}

.widget_categories a, .widget_pages a{
	padding:5px;
	display:block;
	text-decoration:none;
	width:250px; /*change if sidebarwidth changes*/
}


/*****************************
#conten
/****************************/		
#conten{
	position:relative;
	float:left;
	padding:20px 0px;
	margin: 0 0 20px 0px;
	border-bottom: 1px #ccc dotted;
}
/*****************************
Left - colonna laterale sidebar
/****************************/		

#left {
	float: left;
	width: 250px;
	padding: 0px 10px;
	background: url(../img/left_bg2.png) no-repeat top right;
	/*background:#ddd;*/

}
#left h2 {
	padding: 2px 5px;
	background: #e53e2e /*url(../img/h2_sidebar.gif) no-repeat top right*/;
	font-size:12px;
	font-weight: bold;	

}
#left h2 a { color:#FFFFFF; }
#left h2 a:hover { color:#dadada; }

.banner-box {
	padding: 1px;
	background-color:#fff;
	margin-bottom: 10px;
}


/*****************************
main - colonna centrale
/****************************/		
#main {
	float: right;
	width: 600px;
	padding: 0 30px;
	margin-left:20px;
	background: url(../img/bg_main.gif) repeat-y top left
}


/*****************************
Post entries
/****************************/	

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

	.post-list li { clear: both; }
	
	.post-list .post-date {
		float: left;
		width: 48px;
		/*height: 48px;*/ /*=M Andrea */
		margin-bottom: 10px;
		margin-top: 5px;
	}
	.post-list .post-img {
		float: left;
		width: 100px;
		/*height: 48px;*/ /*=M Andrea */
		margin-bottom: 10px;
		margin-top: 5px;
	}
	
	
		.post-list .post-date .month {
			font-weight: bold;
			color: #5588bb;
			font-size: 18px;
			border: 1px #ccc dotted;
			padding: 1px;
		}
		
			.post-list .post-date div{
				background: #fafafa;
				padding: 0px 5px;
				text-align: center;
			}
			
			.post-list .post-date div span{
				color: #777;
				font-size:14px;
			}
			.post-list .post-date div small{
				color: #777;
				clear: both;
				font-size:10px;
			}
	
	.post-list .post-entry {
		float: left;
		width: 500px;/**/
		margin-bottom: 10px;
		margin-left: 10px;	
	}
	.post-list .post-descr {
		float: left;
		width: 420px;/**/
		margin-bottom: 10px;
		margin-left: 10px;	
	}

	
	.post-list .post-title a {
		font-weight: bold;
	}
	.post-list .post-content {
		color: #666;
	}

	.post-list .post-details {
		border-top: 1px #ccc dotted;
		font-size: 11px;
		padding-bottom: 10px;
	}

	.post-comments {
		background: url(../img/comment.png) no-repeat top left;
		padding-left: 20px;
		margin-left: 5px;
	}

.box-login {
	border: 2px #ccc solid;
	padding: 10px;
	background: #e4f9ff;
	margin: 0px;
	/*float:right;
	clear:both;
	width: 330px;*/
}
.box-login a{color:#0B3D8E;} .box-login a:hover{color:#666;}
	
#note {
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #992222;
	border: 1px #f0c020 solid;
	display: none;
	background-color:#ffffdd;
	text-align: center;
	margin-bottom: 30px;
}

.notification_ok {
	color: #229922;	
}

	
/* Link Styles */

.more {
	font-weight: bold;
	color: #555;
	padding-left: 0px;
	margin-left: 0px;
}



/*table styles  */
table {
	margin-top: 0;
	margin-bottom: 10px;
	border: 1px #ccc solid;
	border-bottom: none;
}

thead th {
	background: #ebebeb none repeat scroll 0 0;
	border-top: 1px #fff solid;
	border-bottom:1px #bbb solid;
}
th {
	border-bottom: 3px #bbb solid;
	padding-left: 1em;
	text-align: left;
}

td {
	background: #fff;
	border-top: 1px #fff solid;	
	border-bottom:1px #ccc solid;
	color: #777;
	padding-left: 1em;
}

tr.even td {
	background: #fcfcfc;
	border-top: 1px #fff solid;	
	border-bottom:1px #ccc solid;
}

td.active {
	background-color: #e4e4e4;
}

.celsx {
	border-right:1px #e4e4e4 solid;
}
.celdx {
	border-left:1px #e4e4e4 solid;
}
.px { background: url(../img/px.gif) repeat-y top center; }

/*staff table styles  */
div#staff table {
	margin-top: 0px;
	margin-bottom: 10px;
	border: 0;
	border-bottom: none;
	font-size:0.85em;
}

div#staff thead th {
	background: #ebebeb none repeat scroll 0 0;
	border-top: 0;
}
div#staff thead th {
	border-bottom:0px;
}
div#staff th {
	border-bottom: 3px #bbb solid;
	padding-right: 1em;
	text-align: left;
}

div#staff td {
	/*background: #fff;*/
	border-top: 0px;	
	border-bottom:1px #ccc solid;
	color: #777;
}


/*****************************
Product - List
/****************************/	
.product_text_box{
	padding-left:10px;
	width:470px;
	float:left;
	position: relative;
}

.product_details{
	width:170px;
	float:left;
}

.product_text_box .productlist{
	bottom:25px;
	position:absolute;
	left:310px;
	width:160px;
}

.product_details .product_heading{
	display:block;
}

.product_text_box .alignleft span{
	height:160px;
	width:255px;
	overflow: hidden;
	display: block;
}

.product_text_box .alignleft{
	cursor:pointer;
}
/*****************************
#footer
/****************************/							
#footer{
	clear:both;
	font-size:10px;
	position:relative;
	width:940px;
	padding:0px 10px 20px 10px;
	float:left;
}



.client{
	float:left;
	display:block;
	line-height: 18px;
}

.footer-partners{
	float:right;
	padding-bottom:5px;
	text-align: left;
	border-bottom: #CCCCCC 1px solid;
}
.footer-partners a{
	float:left;
	margin-left:10px;
	width:90px; height:28px; 
}
	a.partn01 { background: url(../images/partner_footer.gif) no-repeat 0px 0px; width:100px; height:28px; display:block; text-indent:-20000px; }
	a:hover.partn01 { background: url(../images/partner_footer.gif) no-repeat 0px -30px; }
	
	a.partn02 { background: url(../images/partner_footer.gif) no-repeat -106px 0px; width:90px; height:28px; display:block; text-indent:-20000px; }
	a:hover.partn02 { background: url(../images/partner_footer.gif) no-repeat -106px -30px; }
	
	a.partn03 { background: url(../images/partner_footer.gif) no-repeat -200px 0px; width:90px; height:28px; display:block; text-indent:-20000px; }
	a:hover.partn03 { background: url(../images/partner_footer.gif) no-repeat -200px -30px; }
	

.copyright{
	float:right;
/*	display:block;
	padding-right:35px;
	line-height: 18px;
*/}

.entry h2, .entry h2 a, .entry h2, .entry h2 a {
	font-size:32px;
}




#featured h2{
	margin-bottom:8px;
	padding-bottom:8px;
}	

#inner_content h2, #inner_content h2 a, #inner_content_big h2, #inner_content_big h2 a{
	font-size:32px;
}


.float-left{
	float:left;
}

.float-right{
	float:right;
}

.clear{
	clear:both;
}

.border-image {
	padding:1px;
	margin:0px;
	border:1px #666 solid;
	background: #fdfdfd;
}
.image-left {
	padding:1px;
	margin:5px 12px 3px 0;
	border:1px #333 solid;
	background: #fdfdfd;
	float: left;
}
.image-right{
	padding:1px;
	margin:5px 0px 3px 12px;
	border:1px #333 solid;
	background: #fdfdfd;
	float: right;
}
.alignleft{
	float:left;
	margin:0px 15px 15px 0pt;
	padding: 10px;
	display:block;
}
.alignright{
	float:right;
	margin:0px 0pt 15px 15px;
	padding: 10px;
	display:block;
}

.aligncenter{
	clear:both;
	display:block;
	margin:10px auto;
	padding: 10px;
	width: 577px;
}

.aligncenter img{
	width: 577px;
	display: block;
}
.featured_text_box .alignleft, .featured_text_box .alignright, .featured_text_box .aligncenter { padding:0; }
#top .wp-smiley{
	border:none;
	padding:0;
}

.meta, small{
	display:block;
	position:relative;
	top:3px;
	font-size:11px;
	line-height:14px;
}

#top small{
	display:inline;
	top:0;
}

.read-more, .show-next{
	display:block;
	font-size:11px;
	font-weight:bold;
	height:41px;
	left:-2px;
	line-height:41px;
	position:relative;
	text-align:center;
	text-decoration:none;
	width:165px;
}

#top .show-next{
	bottom:0;
	left:165px;
	position:absolute;
}

.read-more:hover, .show-next:hover{
}

.entry ul, .entry ol{
	list-style-type:disc;
	list-style-position:inside;
	margin:0;
	padding:0 0 20px 0;
}

#top .entry ol{
	list-style-type:decimal;
}

.entry li{
	padding:3px 10px;
}

blockquote{
	font-size:13px;
	font-style:italic;
	margin:0 0 20px;
	padding:10px 20px 10px 41px;
}

.no_hover .featured_item a{
	cursor:default;
}

/*corner fix for mainpage image*/

.corner{
	display:block;
	position: absolute;
	height:5px;
	width:5px;
	z-index: 100;
}

.left_top {top:1px; left:9px; background-position: top left;}
.right_top {top:1px; left:601px; background-position: top right;}
.left_bottom {bottom:9px; left:9px; background-position: bottom left;}
.right_bottom {bottom:9px; left:601px; background-position: bottom right;}



/*CONTACT FORM*/	


.hidden{
	display:none;
}
#commentform{
	padding-bottom:20px;
}


fieldset{
	border:none;
	padding:0;
	margin:0;
	overflow:hidden;
}

fieldset label{
	padding-right:7px;
}
.blocklabel{
	display:block;
	padding:10px 0 0 0;
}

#top .text_area{
	width:450px;
}

.corner_left, .corner_right{
	position:absolute;
	top:0;
	height:5px;
	width:5px;
	z-index:6;
	left:0;
}

#top .corner_right{
left:935px;
}


/* class navigation*/

#navtop{	
	line-height:20px;
	padding-right:18px;
	position:relative;
	top:15px;
	z-index:6;
	float:right;
}

#navtop a { padding: 0 10px 0 0; color:#80b6bb; font-size:10px;}
#navtop a:hover { color:#fff;}

/*nav navigation menu istiuzinale*/

.navwrap{
	line-height:50px;
	padding-right:18px;
	position:relative;
	top:40px;
	z-index:6;
	float:right;
	/*background: #eee;*/
	width:660px;
}/* contenitore menu top*/


#top #nav{
	float:right;
	height:50px;
	line-height:50px;
	padding-left:13px;
}


#nav, #nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:50px; 
	z-index:50;

}
#nav ul{ z-index:50;}



#top #nav a{
	height:33px;
	display:block;
	padding:0 10px;
	text-decoration:none;
	text-align:center;
	line-height:28px; 
	outline:none;
	z-index:100;
	position:relative;
	float:left;
}

#top #nav ul a{
	line-height:33px; 
}

#top #nav li{
	float:left;
	position:relative;
	z-index:20;
	margin-top:11px;
}

#top #nav li li{
	border-left:none;
	margin-top:0;
}

#top #nav ul {
	position:absolute;
	display:none;
	width:172px;
	top:26px;
	left:-10px;
	padding:0 0 5px 0;
}

#top #nav li ul a{
	float:left;
	height:auto;
	padding:0 25px;
	text-align:left;
	width:122px;
}

#top #nav ul ul{
	top:auto;
	border-top:none;
}	

#top #nav li ul ul {
	left:172px;
	top:0px;
}

#top #nav li:hover ul ul, #top #nav li:hover ul ul ul,#top  #nav li:hover ul ul ul ul{
	display:none;	
}
#top #nav li:hover ul, #top #nav li li:hover ul, #top #nav li li li:hover ul, #top #nav li li li li:hover ul{
	display:block;
}

#top #nav li.back {
	width: 9px; 
	height: 30px;
	z-index: 8;
	position: absolute;
}
#top #nav li.back .left {
	height: 30px;
	margin-right: 9px;
}

#top #nav li.back{
background:transparent url(../img/lava.png) no-repeat right bottom !important;
background:transparent url(../img/lava_ie6.png) no-repeat right bottom;
}
#top #nav li.back .left{
background:transparent url(../img/lava.png) no-repeat top left !important;
background:transparent url(../img/lava_ie6.png) no-repeat top left ;
}

#top #nav a{
color: #ccc;
}

#top #nav ul a{
border-bottom:1px solid #707070;
}
#top #nav ul a:hover{
color: #fff;
}

#top #nav a:hover, #top #nav .current a{
color: #fff;
}

#top #nav ul{
background:transparent url(../img/bg_menu.png) top left;
}
#nav ul ul{
	-moz-border-radius-topleft:0;
	-webkit-border-top-left-radius:0;
}

/*rounded corners
*/
.categories, .comments, .entry-head a, .more-link, #top .portfolio_item h3 a, #top .entry-head a, .more-link, input, textarea, #top .product_heading{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius:3px;
}

.product_text_box .alignleft, .product_text_box .alignright, .product_text_box .aligncenter, .entry .alignleft, .entry .alignright, .entry .aligncenter, .aligncenter, .alignright, .alignleft, #nav ul {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
}

/*lightbox*/

body div.pp_pic_holder .pp_content a.pp_close{
	width: 82px;
	position: relative;
	top:-5px;
}



#home, #portfolio_entry{
background: #fff url(../img/bg_body_home.jpg) repeat-x top left;
}
#page{
background: #fff url(../img/bg_body_pages.jpg) repeat-x top left;
}

#subpage{
background: #fff url(../img/bg_small.jpg) repeat-x  left top;
}

.logo{
background: transparent url(../img/logo.png) no-repeat top left;
}


/*****************************
Small Boxes and Sidebar "Widgets"
/****************************/	

#top .box2{border-right:1px solid #b3b3b3; border-left:1px solid #b3b3b3;}



.widget_categories a, .widget_pages a{
border-bottom:1px solid #ddd;
}


.widget_categories a:hover, .widget_pages a:hover{
background:#f5f5f5;	
}

/*****************************
Featured area	
/****************************/
.featured{
background: url(../img/bg_image.png) no-repeat scroll left -7px!important ;
background: url(../img/bg_image.png) no-repeat scroll left -6px ;
}

#featured_text{
background: url(../img/gloss.png) no-repeat bottom left;
}

.featured h3{
color:#eee;
}

.featured_text_box{
color:#aaa;
}

.slider_control{
background: url(../img/bg_buttons.png) no-repeat top left;
}

.sc_lightbox{
background: url(../img/sc_lightbox.png) no-repeat top left;
}

.sc_external{
background:url(../img/sc_external.png) no-repeat top left;
}

.sc_prev{
background: url(../img/sc_prev.png) no-repeat top left;
}

.sc_next{
background: url(../img/sc_next.png) no-repeat top left;
}



.productlist strong{
color:#aaa;
}
.productlist a{
color:#fff;
}

#top .product_heading{
background:#333;
}
/*Portfolio*/

.product_text_box .productlist strong{
color:#666;
}

.product_text_box .productlist li{
color:#333;
}

.product_text_box .product_heading{
color:#ddd;
}
#top .product_text_box .product_heading:hover{
color:#fff;
background-color:#edb106;
}

.entry h2, .entry h2 a, .entry h2, .entry h2 a {
color:#3D3D3D;
}

.meta, small{
color:#a0a0a0;
}

.read-more, .show-next{
color:#555;
}


.read-more:hover, .show-next:hover{
color:#666;
}

.entry ul, .entry ol{
	border-top:1px solid #ddd;
}


.entry li{
border-bottom:1px solid #ddd;
}

#home .entry{
border:none;
}

blockquote{
color:#555555;
}


.categories, .comments, .entry-head a, .more-link, #top .portfolio_item h3 a{
background-color:#edb106;
color:#fff;
}

.entry-head a:hover, .more-link:hover, #top .portfolio_item h3 a:hover{
background-color:#5B5A5A;
color:#fff;
}

#top .bg_sidebar{
background:transparent url(../img/bg_sidebar.png) repeat-y scroll center top;
}

.corner{
background-image:url(../img/corners.png);
}

.feed{
background:transparent url(../img/rss.png) no-repeat scroll right top;
}

.product_text_box .aligncenter, .product_text_box .alignleft, .product_text_box .alignright, .entry .aligncenter, .entry .alignleft, .entry .alignright{
background:transparent url(../img/bg_menu.png) top left;
}




/*  ---------------------------------------------------------------------------------------
    pagination class
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.navpages{
    margin: 1em;
    padding: 5px;
    /*width: 200px;*/
    background-color:#f3f3f3;
    border-top:1px solid #5588bb;
    font-size:10px;

}
.navpages img{
    padding: 0px;
    margin: 0px;
    border:0px;
}
.navpages p {

}

.navpages a {
    color: #666;

}


#pagination_t{/*pagination top*/
	text-align: right;
	margin: 10px 0 0 0; 
	padding: 0; 
}

#pagination_b{/*pagination bottom*/
	text-align: right;
	margin: 20px 0 0 0; 
	padding: 0; 
}

.pagination ul{
    /*width: 600px;*/
    margin: 12px 0px 0px 0px; 
    padding: 3px;
    float: right;
}

.pagination li{
    display: inline;
    margin: 0em 0em 0em 0em;
    padding: 0px 5px 0px 5px;
    list-style: none;
    background-image: url(../img/px.gif);
    background-repeat: no-repeat;
    font-size:10px;
}
.pagination li.arrow a {
    border: 0px;
    margin-top: 3px;
}

.pagination a{
    padding: 0px 3px;
    color: #666;
    border: 1px solid #F3F5DD;
    text-decoration: none;
}

.pagination a:visited{
    border: 1px solid #F3F5DD;
    color: #999;
    }

.pagination a:hover{
    border: 1px solid #000;
    color: #000;
}

/*.pagination li #currentpage a{*/

li.currentpage a {
    border: 0px #000 solid;
    background-color: #ddd !important;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    color: #000;
    cursor: default;
    font-weight: bold;
    }
    
.red {
    color: #f00;
}


ul.list, ul.list li {
    margin:10px 10px;
    padding:0 10px;
    text-align: left;  
    color: #000;
    list-style-type: disc;
}

#gallery img {
    margin: 5px 5px;
}

