/*  
Theme Name: Mumrik
Theme URI: http://neewee.com/wordpress/mumrik-wordpress-theme/
Tags: fixed width, 3 columns, blue, white, right sidebar, widgets, gravatars, widget ready, feedburner, featured category, admin options
Description: Mumrik Theme is a WordPress Theme built on W3C standards brought to you by <a href="http://frontendbook.com">Front-end Book</a>
Version: 1.0.1
Author: Mattias Hising
Author URI: http://frontendbook.com/

	Mumrik 1.0.1
	http://neewee.com/wordpress/mumrik-wordpress-theme/

	This theme was designed and built by Mattias Hising,
	whose blog you will find at http://frontendbook.com/

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

*/
body{
	font-size:0.9em;
	margin:0;
	padding:0;
	font-family:Helvetica Neue, Verdana;
	background-color: #ffffff;
	/*background-image: url(img/bg.jpg);*/
	background-repeat: repeat-x;
}

a {
	text-decoration:none;
	color:#07930e;
}

hr {
	background:#ffffff;
	color:#ffffff;
	clear:both;
	float:none;
	width:100%;
	height:0.1em;
	border:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
}

a img {
	border:0px;
}

a:hover {
	text-decoration:underline;
}

blockquote {
	margin:0;
	padding:10px 20px;
	color:#666;
	line-height:1.5em;
	font-style:italic;
}

#Wrapper{
	width:900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: left;
	background-image: none;	
	/*height:113px;*/
	background-color:#FFFFFF;
}

#BigAd {
	padding-bottom:0px;
}

#Header {
	position:relative;
	/*background-image: url(img/header.png);*/
	background-repeat: no-repeat;
	height: 113px;
	width: 500px;
	top: 0px;
	background-color:#ffffff;
}

#HeaderText{
	padding:24px 10px;
	margin-right:270px;
	visibility: hidden;
}

#Subscription {
	z-index:10000;
	right:0;
	top:0;
	vertical-align: bottom;
	text-align: right;	
	/*
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	*/
}

#RSSButton {
	color:#000;
	font-size:13px;
	display: block;
	vertical-align: text-bottom;
	height: 24px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 28px;
	background-repeat: no-repeat;
	background-position: 8px 3px;
	width: 250px;
}

#HeaderText h1 {
	padding:0;
	margin:0;
	font-size:1.6em;
	font-weight:bold;
}

#HeaderText h1 a {
	color:#000;
	text-decoration:none;
}

#HeaderText h1 a:hover,
#MainNavigation li a:hover {
	text-decoration:underline;
}

#HeaderText h1 strong {
	font-size:1.3em;
	color:#000;
}

#HeaderText h2 {
	padding:0;
	margin:0;
	font-size:0.9em;
	font-weight:normal;
	color:#999;
}	
	
#MainNavigation {
	/* z-index:1;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; */
	background-color: #ffffff;
	background-image: url(img/top.jpg);
	background-repeat: no-repeat;
	height: 205px;
	background-position: center top;
	text-align: center;
	font-family: Helvetica Neue, Verdana;
	
}

#MainNavigation ul,
#MainNavigation li
{
	padding:0;
	margin:0;
	vertical-align: middle;
	line-height: 67px;
	

	
}
#MainNavigation li
{
	display:inline;
}

#MainNavigation li a{
	color:#fff;
	text-decoration:none;
	font-size:14 px;
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 16px;
	list-style-image: url(img/point.gif);
	font-family: Helvetica Neue, Verdana;
	background-image: url(img/point.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 25px;
	margin-left: 0px;
}

#MainNavigation li:first-child a {
		/*padding-left:0px;*/
}


#MainNavigation ul > li a.current, 
#MainNavigation ul > li.current_page_parent a,
#MainNavigation ul > li.current_page_item a,
#MainNavigation ul > li.current_page_ancestor a
{
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: underline;
	color: #f4b15e;
}

#MainNavigation ul > li a.current:hover, 
#MainNavigation ul > li.current_page_parent a:hover,
#MainNavigation ul > li.current_page_item a:hover,
#MainNavigation ul > li.current_page_ancestor a:hover {
	text-decoration: none;
	cursor: default;
}

#NavigationContent ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#NavigationContent li {
	font-size:13px;
	padding:4px 0 4px 12px;
	background:transparent url("img/icon_list_arrow.gif") no-repeat 6px 8px;
}


#Search{
	position:absolute;
	right:10px;
	top:8px;
}

#Search input[type='text'] {
	border:1px solid #4cb4fc;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding:2px;
}

#NavigationContent,{
	float:left;
}


/*#ContextualContent{
	
}*/

#NavigationContent {
	margin-top:5px;
	width:170px;
	margin-right:8px;
}

#NavigationContent ul ul {
display:none;
}

#NavigationContent ul > li.current_page_parent > ul,
#NavigationContent ul > li.current_page_item > ul,
#NavigationContent ul > li.current_page_ancestor > ul {
	display:block;
}

#MainContent {
	width:620px;
	font-size: 12px;
	margin-right:0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 12px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 0px;
	background-color:#FFFFFF;
	
	/*position: relative;
	right: 0px;*/
	float:left;
}


#ContextualContent {
	margin-top:0px;
	width:235px;
	float:right;
		
}

.widget {
	margin-bottom: 15px;
	/*-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
	font-family: Helvetica Neue, Verdana, ;
	font-size: 14px;
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #07930e;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(img/bg-mod.jpg);
}

.widget h4 {
	color: #FFFFFF;
	font-family: Helvetica Neue, Verdana;
	font-size: 18px;
	font-weight: normal;
	background-image: url(img/mod-bg-top.jpg);
	background-repeat: no-repeat;
	height: 46px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: left;
	vertical-align: middle;
	line-height: 46px;
}
.textwidget {
	padding-left: 0px;
}

.Post {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	line-height: 16px;
	
}



.Post h3 {
	
	color:#f29324;
	font-size:16px;
	font-family: Helvetica Neue, Verdana;
	font-weight: lighter;
}

.Post h3 a {
	color:#f29324;
	font-size:16px;
	
	vertical-align: baseline;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica Neue, Verdana;
	font-weight: lighter;
}


.PostImage {
	border:1px solid #dddddd;
}


.PostInfo em {
	font-style:normal;
	visibility: hidden;	
}


.author {
	color:#999;
	visibility: hidden;
	height: 1px;
}

.comments {
	float:right;
	visibility: visible;
	height: 1px;
}


.LeftImage {
	float:left;
	margin:0 20px 15px 0;
}

.RightImage {
	float:right;
	margin:0 0 20px 20px;
}

.Post .PostInfo {
	display: block;
	margin:0;
	font-size:2px;
	color:#B3B3B3;
	height: 1px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	
}

.PostContent {
	/*clear:both;*/
	font-size:12px;
	
	color: #333333;
	text-align: left;
	/*float: right;*/
	width:auto;
}

/* Contextual Content */

.widget ul,
.widget ul li
{
	list-style:none;
	margin:0;
	padding:0;
}

.widget ul li
{
	background:transparent url("img/icon_list_arrow-old.gif") no-repeat 4px 7px;
	font-family: Helvetica Neue, Verdana;
	font-size: 14px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 20px;	/*font-size: 0.9em;*/
}


.widget ul li ul {
	/*display:none;*/
}
 

span.date {
	color:#B3B3B3;
}

span.title a {
	color:#2B9A09;
}

span.author_and_tags {
	display:block;
	color:#B3B3B3;
}


/* Footer */
#Footer {
	font-size: 11px;
	clear:both;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #07930e;
	margin:0 auto 10px;
	width:900px;
	padding-top: 5px;
	text-align:right;
	/*color:#000000;
	
	
	font-weight: normal;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	
	
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	*/
	
}

#footer2 {
	font-size: 11px;
	text-align: center;
	width:100%;
}

#Footer a {

}

/* Ads */
#textads,
#BigFooterAd {
	margin-top:10px;
	text-align:center;
}

#BigAd {
 text-align:center;
}

/* WP Theme Requirements Classes */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
	float: left;
	border: 1px solid #dddddd;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.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;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {
	display: inline-block;
	
}  /* for IE/Mac */

#SubscriptionChooser {

	
	display: none;
	padding:4px 12px 4px 6px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#SubscriptionChooser ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#SubscriptionChooser ul li {
	padding:2px 4px;
	margin:0;
}

.SearchResult {
	list-style: none;
	margin:0;
	padding:0;

}

.SearchResult li {
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}

.gravatar {
	width:96px;
	float:left;
	padding:0 10px 0 0;
}

#contextual_ads {
	list-style: none;
	margin:0;
	padding: 0;
}

#contextual_ads li {
	display: block;
	float:left;
	width:125px;
	height:125px;
	border:1px solid #ccc;
	margin-bottom: 6px;
	text-align: center;
	
}


#contextual_ads li.alt {
	margin-right:6px;
}

/* jQuery UI Tabs */
.ui-tabs-nav {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	position: relative;
	z-index: 1;
	border-right: 1px solid #bed7f1;
	bottom: -1px;
}
.ui-tabs-nav-item {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	border: 1px solid #bed7f1;
	border-right: none;
}
.ui-tabs-nav-item a {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	font-size: 0.9em;
	font-weight: normal;
	text-decoration: none;
	padding: .5em .9em;
	color: #555555;
	background-color: #effaff;
}
.ui-tabs-nav-item a:hover {
	background-color: #b2d1ef;
}
.ui-tabs-selected {
	border-bottom-color: #ffffff;
}
.ui-tabs-selected a, .ui-tabs-selected a:hover {
	background-color: #ffffff;
	color: #222222;
}
.ui-tabs-panel {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;

	clear:left;
	border: 1px solid #bed7f1;
	background-color: #ffffff;
	color: #222222;
	padding: .5em .7em;
	margin-bottom: 15px;
}
.ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}

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

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.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;
}

/* CommentLuv support */
abbr em img { float: left !important; margin: 2px !important }

/* templates */
.full_image {
	margin:10px 0 0 0;
}

/* Generic Classes */
ul.links {
	list-style:none;
	margin:0;
	padding:0;
}


ul.links li
{
	padding:4px 0 4px 12px;
	background:transparent url("img/icon_list_arrow.gif") no-repeat 4px 7px;
	font-size: 0.9em;
}

/* Templates */
#FullContent {
	position:relative;
}

#rotator {
	position:absolute;
	width:938px;
	bottom:0;
	left:0;
	
}

.puff {
	padding:10px 20px;
	color:#fff;
	background:transparent url("img/pusher_bg.png");
}

.puff h4 {
	margin:0;
	color:#ff7800;
}

.puff p {
	margin:0;
	font-size:0.9em;
	line-height:1.4em;

}

.puff a {
	color:#ffea00;
}

.puff img {
	float:left;
	border:1px solid #fff; 
	margin:0 15px 0 0;
}

.puff:after, .cols:after {
	content: ".";
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
}

/* Plugin Specific Classes */

/* NavXT */
.breadcrumb {
	margin:10px;
}

.gengo_lang_en {
	font-family: Helvetica Neue, Verdana;
	font-size: 12px;
	margin-left: 0px;
	background-image: url(img/en.jpg);
	background-repeat: no-repeat;
	padding-left: 23px;
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: text-bottom;
	/*height: 114px;
	line-height: 160px;
	padding-right: 10px;*/
	background-position: 1px;
}
.gengo_lang_it {
	font-family: Helvetica Neue, Verdana;
	font-size: 12px;
	margin-left: 0px;
	background-image: url(img/it.jpg);
	background-repeat: no-repeat;
	padding-left: 23px;
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: text-bottom;
	/*height: 114px;
	line-height: 160px;
	padding-right: 10px;*/
	background-position: 1px;
}


#Language {
	float:right;
	height:25px;
	margin-right:20px;
	margin-top:85px;
	text-align:right;
	vertical-align:text-bottom;
	width:113px;
	
	
}


h3 {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: -5px;
	margin-left: 0px;
}
#AccordionList {
	background-color: #FFff;
	width: 900px;
}

/* Custom fileds */

/*case history*/

.customCase {
	
	font-size: 12px;
	left: 246px;
	width: 347px;
	position: relative;
	bottom: 225px;
	float: left;
}
.customGallery {
	font-family: Helvetica Neue, Verdana;
	text-transform: uppercase;
	left: 246px;
	width: 327px;
	vertical-align: middle;
	position: relative;
	text-align: right;
	background-image: url(img/bg-button.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 34px;
	top: 138px;
	padding-top: 13px;
	clear: both;
	padding-right: 22px;
}
.customFields {
	margin-top: 20px;
	background-image: url(img/bg-case.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 214px;
	background-color: #999999;
	width: 618px;
}
.customLink {
	
	text-decoration: underline;
	position: relative;
	width: 347px;
	left: 246px;
	top: 120px;
	font-weight: bold;
	text-align: right;
	color:#07930e;
}
.customPhoto {
	vertical-align: middle;
	margin-bottom: 10px;
	position: relative;
	left: 20px;
	width: 206px;
	clear: left;
	bottom: 68px;
}

.caseTitle {
	
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	width: 347px;
	position: relative;
	left: 246px;
	top: 30px;
	color: #f29324;
}

/* business */

.customBloccoBusiness {
	margin-top: 20px;
	background-image: url(img/bg-case.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 214px;
	background-color: #999999;
	width: 618px;
	vertical-align: middle;
}
.customBloccoBusinessArchivio {
	margin-top: -10px;
	margin-right: 5px;
	text-align: right;
}

.customBloccoBusinessList {
	
	float: right;
	width: 350px;
	padding-right: 50px;
	padding-left: 0px;
	
}
.lcp_catlist li{
	font-weight: bold;
	list-style-type: disc;
	margin: 0px;
	padding-top: 10px;
	padding-left: 0px;
}

.customBloccoBusinessTitolo {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	font-family: Helvetica Neue, Verdana;
	width: 375px;
	color: #005625;
	float:right;
	padding-top: 20px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	
	margin-right: 15px;
}

.customBloccoBusinessImmagine {
	padding-top: 10px;
	padding-left: 10px;
}

/*lifestyle*/

.customBloccoLifeContent {
	float: right;
	width: 350px;
	margin-right: 20px;
	padding-top: 25px;
	font-family: Helvetica Neue, Verdana;
	vertical-align: middle;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	font-size: 16px;
	line-height: 20px;
}

.customBloccoLife {
	margin-top: 20px;
	background-image: url(img/bg-case.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 70px;
	background-color: #999999;
	width: 618px;
	vertical-align: middle;
}

/* RISORSE */

.risorsetitolo2 {
	color: #005625;
	padding-top: 20px;
	font-family: Helvetica Neue, Verdana;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 9px;
	text-align: left;
	height: 12px;
	
}


.riquadro1-titolo {
	font-family: Helvetica Neue, Verdana;
	font-size: 16px;
	text-align: left;
	float: right;
	width: 328px;
	color: #f29324;
	font-weight: bold;
}


.riquadro1 {
	width: 623px;
	height: 280px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.riquadro1-photo {
	float: left;
	height: 120px;
	width: 112px;
	padding-left:5px;
}


.riquadro1-content {
	float: right;
	width: 368px;
	border-right-width: thin;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #CCCCCC;
	
	
}


.cards {
	
	float: right;
	padding-right: 30px;
	padding-left: 40px;
	width: 100px;
	
	
} 
.aeroporti {
	float: right;
	padding-left: 0px;
	padding-right: 30px;
		
	
}

.aeroporti li {
	list-style-type: none;
	padding-top: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}



.cards li {
	list-style-type: none;
	padding-top: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}

/*
.treni {
	
	padding-right: 20px;
	padding-left: 20px;

	border: thin dotted #999900;
	float:left;
}

.treni li {
	list-style-type: none;
	padding-top: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}
.metro {
	float: right;
	padding-right: 20px;
	padding-left: 20px;
	width: 120px;
	border: thin dotted #999900;
}

.metro li {
	list-style-type: none;
	padding-top: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}


.bus {
	float: left;
	
}*/

.riquadro2 {
	width: 623px;
	height: 280px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-top: 20px;
}
.riquadro2-titolo {
	font-family: Helvetica Neue, Verdana;
	font-size: 16px;
	text-align: left;
	float: right;
	width: 328px;
	color: #f29324;
	font-weight: bold;
}

.riquadro2-photo {
	
	width: 251px;
	padding-left:5px;
}

.riquadro3 {
	width: 623px;
	height: 280px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-top: 20px;
}
.riquadro3-titolo {
	font-family: Helvetica Neue, Verdana;
	font-size: 16px;
	text-align: left;
	float: right;
	width: 328px;
	color: #f29324;
	font-weight: bold;
}
.riquadro3-photo {
	
	width: 251px;
	padding-left:5px;
}

/*.riquadro3-content ul {
	clear: right;
	width: 250px;
	text-align: left;
	position: relative;
	left: 300px;
	bottom: 100px;
}*/
.cultura {
	float:right;
	padding-left: 40px;
	padding-right: 0px;
	width: 328px;	
	
}

.cultura li {
	list-style-type: none;
	padding-top: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}

.riquadro4 {
	width: 623px;
	height: 455px;
	/*border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;*/
	margin-top: 40px;
}
.riquadro4-titolo {
	font-family: Helvetica Neue, Verdana;
	font-size: 16px;
	text-align: left;
	float: right;
	width: 328px;
	color: #f29324;
	font-weight: bold;
}

.riquadro4-content {
	width: 164px;
	text-align: left;
	float: right;		
}
.riquadro4-content2 {
	width: 164px;
	text-align: left;
	float: right;		
}


/*.riquadro4-content li {
	list-style-type: none;
	padding-top: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;*/

.riquadro4-photo {
	width: 251px;
	padding-left:5px;
	float: left;
}




.clearfix-4 {
	height: 250px;
}

.clearfix-151, .clearfix-979 {
	background-color: #FFFFFF;
}



.riquadro4-content li {
	list-style-type: none;
	padding-top: 3px;
}

.riquadro4-content2 li {
	list-style-type: none;
	padding-top: 3px;
}

/*partner*/
.riquadropartner1 {
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #999999;
}

.riquadropartner1 p {
	padding-bottom: 0px;	
}

.partnertitolo2 {
	color: #005625;
	padding-top: 25px;
	font-family: Helvetica Neue, Verdana;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 0px;
	text-align: left;
	height: 12px;
	
}
/*personal shopper */
.shopperriquadro {
	
	margin-top: 25px;
	height: 190px;
	width: 620px;
	float:left;
}

.shoppertitle {
	border-bottom: thin dotted #cccccc;
	width: 440px;
	float: right;
	color: #f29324;
	font-size: 14px;
	font-weight: bold;
	padding-right: 10px;
}
.shopperimmagine {
	
	height: 150px;
	width: 150px;
}
.shopperlink {
	width: 440px;
	float: left;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 25px;
	text-decoration: underline;
	color: #07930e;
	
}
.shoppercontent {
	float: right;
	width: 440px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-right: 10px;
	height: auto;
}
.shopperdescr {
	font-size: 13px;
	font-weight: bold;
	padding-top: 5px;
	color: #005625;
	float:left;
	
}
/*chi siamo*/
.chisiamoriquadro {
	margin-top: 40px;
	height: auto;
	margin-bottom: 10px;

}
.vittorioriquadro {

	height: auto;
	margin-top: 40px;
	
	float:left;
}
.chisiamolink {
	width: 440px;
	float: left;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 25px;
	text-decoration: underline;
	color: #07930e;
	list-style-type: none;
	margin-top: 15px;
}
.chisiamolink li {
	
	font-weight: bold;
	margin-left: 0px;
	list-style-type: none;
	padding-bottom: 5px;
}	
.chisiamocontent {
	float: right;
	width: 440px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	height: auto;
}

/*londra*/
	.londrariquadro {
	height: auto;
	margin-top: 25px;
	
	width: 620px;
	float:left;
}
.londraintro {
	float: right;
	width: 440px;
	
	margin-bottom: 20px;
	padding-right: 10px;
}

.londralink {
	width: 620px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 25px;
	text-decoration: underline;
	color: #07930e;
	text-align: center;
	padding-top: 15px;
}
/*dettaglio*/
.dettaglioriquadro {
	margin-top: 25px;
	margin-bottom: 15px;
	height: auto;
	width: 620px;
	float:left;
}

/*immagini post*/
.quartieriImmagini {
	margin-right:10px;
	float:left;
	width:auto;
}
.img1 {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.img2 {
	
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.img3 {
	
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}
/*widget*/


.a_lifestyle, .partners, .a_business {
	padding-left: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-bottom: 30px;

}
.quartieri {
	padding-left: 10px;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-bottom: 30px;
}

/*display*/

.clearfix-archives {
	visibility: visible;
}

.Comments {
	visibility: hidden;
}
.single-clearfix-8 .Comments, .single-clearfix-8 .UserInput {
	visibility: visible;
}

.greenbox {
	background-image: none;
	background-color: #FFFFFF;
	border: 2px solid green;
}
.boxtitle {
	margin-bottom: 6px;
	margin-left: 4px;
	font-weight: bold;
}

.last-posts {
	margin-top: 40px;
}

.greenbox strong {
	font-size: 9pt;
}
