/* 
    Document   : localeNewStile
    Created on : 10-ott-2010, 21.23.36
    Author     : magnabene_server
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

* {
  /*box-sizing: border-box;*/
}
.menu {
  float: left;
  width: 15%;
  text-align: left;
}
.menuitem {
  padding: 8px;
  margin-top: 7px;
}
.main {
  float: left;
  width: 60%;
  margin-left: 5%;
  /*padding: 0 20px;*/
}
.right {
  float: left;
  /*width: 20%;
  padding: 15px;
  margin-top: 7px;*/
  text-align: center;
}

/*
@media only screen and (max-width:620px) {
  
  .menu, .main, .right {
    width: 100%;
  }
}*/



@media screen and (max-width: 10000px) {
    .intestazione {
        width: 1030px;
    }
    .menu {
        width: 150px;
    }
    .main {
        width: 700px;
    }
    .right {
        width: 200px;
    }
}


@media screen and (max-width: 1150px) {
    .menu {
        display: none !important;
    }
    .main {
        width: 70%;
    }
    .right {
        width: 20%;
    }
}

@media screen and (max-width: 950px) {
    .menu {
        display: none !important;
    }
    .main, .right {
        width: 100%;
    }
}

@media only screen and (max-width:620px) {
  /* For mobile phones: */
  .menu, .main, .right {
    width: 100%;
  }
}

root { 
    display: block;
}

body {
    background-color: #F8F8F8;
    font-family: inherit;
    /*font-family: "Times New Roman";*/
    /*font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans";*/
    /*font-family: "Verdana","Trebuchet MS","sans-serif";*/
}

li {
    list-style: none;
    list-style-type: none;
    padding-top: 2px;
}

.elenco {
    margin-left: -35px;
}

a {
    text-decoration: none;
    color: #333333;
    font-weight: lighter;
}

a:hover {
    text-decoration: none;
    color: #999999;
    text-decoration: underline;
}

input {
    background-color: #C6C77E;
    font-family: Verdana;
}

input:hover, textarea:hover {
    background-color: #D7D88F;
}

input[type=button], input[type=submit], input[type=reset] {
    background-color: #C6C77E;
    font-family: Verdana;
    margin: 10px;
    padding: 5px;
}

label.right {
    width: 6em;
    float: left;
    text-align: right;
    margin-right: 0.5em;
    display: block;
}

div.chiudi {
    text-align: right;
}

div.formCommento {
    padding: 10px;
}

div.Intestazione {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #000000;
	position: relative;
	left:3px;
	top:3px;
	width:994px;
	z-index:4;
        margin-bottom: 20px;
/*	float: right;
*/
}

div.googlemap {
	margin:20px;
	width:600px;
	height:300px;

}

.group {
    border: 2px;
    width: 1000px;
}

.columns {
    float: left;
}

.column_left {
    width: 150px;
    float: left;
    padding: 2px;
}

.column_right {
    width: 180px;
    clear: none;
    float: left;
    margin-right: 6px;
}

.groupContent {
    width: 1200px;
}

.content {
    width: 660px;
    float: left;
}

.column_outright {
    width: 185px;
    float: right;
}

.menusx {
    font-weight: normal;
    margin-left: -45px;
    font-size:smaller;
    font-weight:bold;
}

.intestazione {
    background:url("/images/locale/header.jpg") no-repeat scroll 0 0 transparent;
    /*height:0;*/
    line-height:0;
    margin:0 0 0 0px;
    padding: 40px 40px 200px 0px;
    clear: both;
    position: relative;
    max-width: 100%;
    /*height: auto;*/
    /*width: 990px; */
}

.titleIntestazione {
    font-size: 48px;
    font-weight: bold;
    font-family: "museo-slab-1","museo-slab-2","Palatino Linotype","Book Antiqua","Palatino",serif;
    float:left;
    color: #FFFFFF;
    font-weight:bold;
    margin-left:30px;
    margin-top:5px;
}

.subIntestazione {
    float:right;
    margin-top:160px;
}

.smallTop {
    background:url("/images/locale/first-content-top.png") no-repeat scroll 0 0 transparent;
    height:0;
    line-height:0;
    margin:0 0 0 0px;
    padding:20px 10px 0;
    width:150px;
}

.small-content {
    background:url("/images/locale/first-content-bg.png") repeat-y scroll 0 0 transparent;
    padding:1px 20px;
    /*width:110px;*/
    text-align: left;
}

.smallBot {
    background:url("/images/locale/first-content-bot.png") no-repeat scroll 0 0 transparent;
    height:0;
    line-height:0;
    margin:0 0 0 0px;
    padding:20px 10px 0;
    width:150px;
}

.comment-top {
    /*background:url("/images/locale/comment-top.png") no-repeat scroll 0 0 transparent;*/
    height:0;
    line-height:0;
    margin:0 0 0 0px;
    padding:20px 10px 0;
    /*width:570px;*/
}

/*
.pos-fixed {
    font-size: 10px;
    position: fixed;
    bottom: 30px;
    right: 5px;
    height: 160px;
    width: 180px;
    border-radius: 200px 0 0px 370px;
    margin: 0px auto;
    margin-bottom: -20px;
    border: 1px solid #CCC;
    background: white;
    -moz-box-shadow: 2px 2px 7px 4px #222;
    -webkit-box-shadow: 2px 2px 7px 4px #222;
    box-shadow: 2px 2px 7px 4px #222;
}
*/

.comment-mid {
    /*background: url("/images/locale/comment-mid.png") repeat-y scroll 0 0 transparent;*/
    max-width: 570px;
    /*padding: 1px 20px;*/
    padding: 15px;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 2px 2px 7px 4px #aaaaaa;
    background: #FFFD8B;
    /*width: 570px;*/
}

.comment-bot {
    /*background:url("/images/locale/comment-bot.png") no-repeat scroll 0 0 transparent;*/
    height:0;
    line-height:0;
    margin:0 0 0 0px;
    padding:26px 10px 0;
    /*width:570px;*/
}

.comment-container-large {
    /* width: 70%; */ 
    float: left; 
    background-color: #FFFD8B;
    border-radius: 10px 10px 10px 10px;
    width: 70%;
}

.comment-container-small {
    /*width: 25%;*/
    float: left;
    margin-left: 10%;
    background-color: #d5e4f6;
    border-radius: 10px 10px 10px 10px;
}

.commentoInput {
    background-color: #C7C67E;
    /*font-family:Verdana;*/
    font-size:large;
}

.comment-autore {
    text-align: center;
    padding: 3px;
    background-color: #D8D78F;
}

.comment-rank {
    clear: both;
    text-align: center;
    padding: 3px;
    background-color: #C7C67E;
}

.comment-rank-value {
    padding: 0px;
    font-weight: bold;
    font-size: 32px;
}

.comment-abuso {
    padding: 0px;
    font-weight: bold;
    font-size: 9px;
}


.mediumTop {
    background:url("/images/locale/second-content-top.png") no-repeat scroll 0 0 transparent;
    /*height:0;
    line-height:0;
    margin:0 0 0 0px;*/
    padding:20px 10px 0;
    width:200px;
}

.medium-content {
    background:url("/images/locale/second-content-bg.png") repeat-y scroll 0 0 transparent;
    padding:1px 20px;
    width:200px;
}

.mediumBot {
    background:url("/images/locale/second-content-bot.png") no-repeat scroll 0 0 transparent;
    height:0;
    line-height:0;
    margin:0 0 0 0px;
    padding:20px 10px 0;
    width:200px;
}

#mainTop {
    background:url("/images/locale/main-content-top.png") no-repeat scroll 0 0 transparent;
    height:0;
    line-height:0;
    margin:0 0 0 15px;
    padding:20px 10px 0;
    width:640px;
}

#main-content {
    background:url("/images/locale/main-content-bg.png") repeat-y scroll 0 0 transparent;
    margin:0 0 0 15px;
    padding:0 20px;
    width:630px;
}

#mainBot {
    background:url("/images/locale/main-content-bot.png") no-repeat scroll 0 0 transparent;
    height:0;
    line-height:0;
    margin:0 0 0 15px;
    padding:20px 10px 0;
    width:640px;
}

.elencoStatsLocali {
    margin-left: -40px;
    margin-right: 40px;
}

.datiLocale {
    text-align: center;
}

.contenuto-principale {
    text-align: justify;
    line-height: 25px;
    padding: 15px;
    width: 590px;
}

h1, h2, h3, h4, h5, h1 a, h2 a, h3 a, h4 a, h5 a {
    color:#333333;
    /*font-family:"museo-slab-1","museo-slab-2","Palatino Linotype","Book Antiqua","Palatino",serif;*/
    line-height:1.25em;
    margin-top: 0;
}

.StatsLocali h1, .StatsLocali h2, .StatsLocali h3 {
    margin-top: -5px;
    margin-right: 40px;
}



/*
INDEX HOME PAGE
*/

.comment-index-title {
    font-size: larger;
    padding-top: 10px;
    padding-right: 30px;
}

.comment-index-subtitle {
    color: #AAAAAA;
    font-size: medium;
    margin-left: 15px;
    padding-top: 20px;
    padding-right: 30px;
}

.comment-data {
    color: #AAAAAA;
    font-size: smaller;
    padding: 4px;
    padding-top: 5px;
}

.comment-mini-data {
    color: #BBBBBB;
    font-size: smaller;
    padding: 4px;
}

.comment-index-text {
    color:#555555;
    /*font-family:Trebuchet MS;*/
    font-size:large;
}

.comment-index-text-inappropriate {
    color:#999999;
/*    font-family:Trebuchet MS;*/
    font-size:small;
}



/* Registrazione */
.formRegistrazione {
    padding: 5px;
    margin-top: 20px;
}

.clear {
    clear: both;
}

.clearCombo {
    clear: both;
    /* margin:20px; */
    /* width: 200px; */
}


span.mediumTip {
    font-size: 9px;
    clear: both;
}


/* Classifica */

.tableStandard {
    text-align: center;
    font-size: x-small;
}

.tableStandard th {
    text-align: center;
    font-size: medium;
}

.table_classifica {
    text-align: center;
    font-size: x-small;
}

.table_classifica th {
    text-align: center;
    font-size: medium;
}

/* Banner */
.BannerContainerLocale {
    /*border: 1px solid black;*/
    text-align: center;
}

.BannerSmall {
    /*padding: 15px;
    text-align: center;*/
    /*background-color: yellow;*/
    width: 300px;
    display: inline-block;
}

.BannerBigliettoVisitaLocale {
    /*background-color: red; */
    width: 300px;
    display: inline-block;
}

/* Banner */
#divInsertLocale {
    color: red;
    text-align: center;
}