/* $Id: local_sample.css,v 1.2.2.2 2009/12/22 06:47:47 jwolf Exp $ */

/* Local CSS
-------------------------------------------------------------- */

/**
 * Put your custom css and css overrides in this file and
 * rename it local.css. By restricting your css changes 
 * to local.css, your changes will not be overwritten when
 * upgrading to a new version of this theme.
 *
 *  Steps to activate local.css:
 *  1. Add your custom css to this file.
 *  2. Rename this file to local.css  
 */

fieldset.group-contatti .field{
    margin-bottom:0.3em;
}
fieldset.group-contatti .field-label{
/*     float:left;
     width:8em;
*/
}


#richiestainfo-nodeform fieldset{
    float:left;
    margin-right:10px;
    height:18em;
    width:148px;
}

#mini-panel-mp_node_view div.fieldgroup .content{
    padding-left:0;
}

/*http://vincent.polenordstudio.fr/snafu/?p=230*/
fieldset.collas {
    padding:0 10px 10px 10px;
    color:#4A4A4A;
    border:none;
}

.fieldset-outer {
    background:#f0f0e6;
    border:1px solid #BBBBBB;
    overflow:visible;
    margin-bottom:10px;
    margin-top:10px;
    clear:both;
}


#img_container .pane-content{
    height: 140px;
    text-align: center;
    width: 700px;
}

#img_container .pane-content .field-field-immagini{
    height:140px;
    margin-bottom:auto;
    margin-left:auto;
    margin-right:auto;
    margin-top:auto;
    width:435px;
}

#header-first{ height:60px; }

#header-first #logo{
    float:none;
    margin:0;
    position:absolute;
    margin-top:40px;
    z-index:10;
}

#header-first h1{
    position:absolute;
    z-index:20;
}


.gmap-popup{ width:300px; }
.gmap-popup .views-field-field-immagini-fid{
    float:left;
    margin-right:10px;

}
/*

*/

body.layout-first-main #sidebar-first {
    margin-right: 7px;
}

body.layout-first-main #content-wrapper{
    padding-left: 7px;
    background-color: white;
}

/**/
.node.full-node.node-type-poi .field-field-immagini:after {                                 /* add .clearfix class to clear floats after an element */
  clear: both;                                    /* (IE version is in ie6-fixes.css) */
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

.node.full-node.node-type-poi .field-field-immagini .field-item{
    float:left;
    margin-right: 10px;
}

#content { padding-top:10px; }