* {
	margin: 0;
	padding: 0;
}


body {
	/*font-family: "Trebuchet MS", Verdana, sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	background: url(../images/stripe.png) repeat;
	color: #191919;
	text-decoration: none;
}

input {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
}
textarea {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	padding: 5px;
}
h1 {
	font-size: 2.0em;
	color: white;
	height: 0px;
}

h2 {
	font-size: 1.8em;
	color: green;
	margin-bottom: 10px;
}

img {
	border: none;
}
.pulsante {
	font-size: 0.85em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #888;
	padding: 2px;
	margin: 3px 5px;
	cursor: pointer;
	border: 1px solid #000;
}

.titoloLingue {
	font-size: 36px;
	color: #242424;
	text-decoration: none;
	line-height: 50px;
	font-style: normal;
	font-weight: normal;
}
#page-wrap {
	background: white;
	min-width: 780px;
	max-width: 1260px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	}
	#page-wrap #inside {
	margin: 10px 10px 0px 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	color: #191919;
	text-decoration: none;
	line-height: normal;
	}
#header #rightHeader img {
	margin-top: 20px;
}

img.exit{
	margin-top: 0px !important;
}

#main-content #main {
	padding-left: 15px;
}

#topHeader #cronologia {
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	width: auto;
	float: left;
	margin: 7px 0px 0px 0px;
}
#cronologia p {
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px;
}
#cronologia a {
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#cronologia a:hover {
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	color: #57B970;
	text-decoration: none;
}

#separatore {
	background-image: url(../images/sfondoCrono.gif);
	background-repeat: repeat-x;
	clear: both;
	width: 100%;
	height: 5px;
}
	
#main-content {
	padding-top: 20px;
	background-color: white;
	float: right;
	width: 85%;
}
	
#header {
	
}
	
#left-sidebar {
	width: 15%;
	float: left;
	padding-top: 20px;
}
.normale {
	font-size: 14px;
	color: #191919;
	text-decoration: none;
	line-height: normal;
	font-weight: normal;
}

input.normale{
	
}

#footer {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 5px;
	color: white;
	margin-top: 40px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-top-color: #2E2E2E;
	border-right-color: #2E2E2E;
	border-bottom-color: #2E2E2E;
	border-left-color: #2E2E2E;
}
.copyright {
	font-size: 14px;
	color: #121212;
	text-decoration: none;
	font-weight: bold;
}


#login {
	/*width: 530px;*/
	text-align: left;
	/*border: 2px solid #121212;*/
	float: right;
}
#login input{
	border: 1px solid #1D2A5B;
    font-size: 0.85em;
    margin: 0px 10px 0px 0px;
    padding: 2px;
}
.labelNormale {
	font-size: 0.85em;
}
.labelNormale a {
	color: #CCC;
}
.errore {
	color: red;
	font-weight: bold;
}

.titolo {
	/*font-family: "Century Gothic", Arial, sans-serif;*/
	font-size: 2em;
	color: #CC5200;
	/*font-weight: bold;*/
	vertical-align: top;
	text-decoration: none;
}
#riga {
	/*border: 2px solid #CC5200;*/
	background-color: #FFFFFF;
	color: #191919;
	text-decoration: none;
	padding-top: 20px;
	width: 70%;
	padding-bottom: 20px;
}
p {
	color: #191919;
	text-decoration: none;
	line-height: normal;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 10px;
}

.sottotitolo {
	/*font-family: "Century Gothic", Arial, sans-serif;*/
	font-size: 1.6em;
	/*font-weight: bold;*/
	color: #333333;
	text-decoration: none;
}
a {
	text-decoration: none;
	background-image: none;
	background-repeat: no-repeat;
	color: #CB2B39;
	margin: 0px;
	padding: 0px;
}
#header #rightHeader {
	float: right;
	text-align: right;
}
#header #leftHeader {
	float: left;
	margin: 5px;
}

#header #topHeader {
	clear: both;
	width: 100%;
	height: auto;
	background-color: #666666;
	color: #FFF;
	position: relative;
}
#header #topHeader .topVoce {
	font-size: 0.95em;
	/*font-weight: bold;*/
	float: right;
	cursor: pointer;
	margin: 7px 0px 5px 0px;
	border-left: 1px solid #CCC;
}
#header #topHeader .topVoce a {
	padding: 4px 8px;
	margin: 0px 6px;
	text-decoration: none;
	height: 100%;
	color: #CCC;
}
#header #topHeader .topVoce a:hover{
	color: #FFF !important;
	background-color: #347c46 !important;
}

a:hover {
	text-decoration: underline;
	background-image: none;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
.alert {
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	background-color: #fff6bf;
	background-image: url(../images/exclamation.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 70%;
	border: 2px solid #ffd324;
}
.info {
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	background-color: #D5EAFF;
	background-image: url(../images/information.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 70%;
	border: 2px solid #004080;
	vertical-align: middle;
}
ul#menu{
	width: 100px;
	font-size: 0.8em;
	position: absolute !important;
}
/*ul {
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: none;
	text-indent: 0px;
	border: 5px solid #B9BBD0;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 7px;
	width: 70%;
}*/
ol {
	font-size: 0.8em;
	text-decoration: none;
	border-left-width: 5px;
	border-top-color: #70739E;
	border-right-color: #70739E;
	border-bottom-color: #70739E;
	border-left-color: #70739E;
	border-left-style: solid;
	margin-left: 20px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 10px;
	/*font-family: "Century Gothic", Arial, sans-serif;*/
	background-image: url(../images/sfondo-cita.gif);
	background-repeat: no-repeat;
	background-position: 2px top;
	color: #191919;
	margin-bottom: 5px;
}
#link_palla a {
	/*font-family: "Century Gothic", Arial, sans-serif;*/
	text-decoration: none;
	background-image: url(../images/palla.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	margin-left: 20px;
	color: #333333;
}
#link_palla a:hover {
	/*font-family: "Century Gothic", Arial, sans-serif;*/
	text-decoration: underline;
	background-image: url(../images/palla.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	margin-left: 20px;
	color: #333333;
}

/*
#left-sidebar #voci {
	
	font-style: normal;
	line-height: 14px;
	color: #202020;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#left-sidebar #voci a {
	
	text-decoration: none;
}
#left-sidebar #voci p {
	
	text-decoration: none;
	margin: 0px;
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E5E5E5;
	font-weight: normal;
	color: #202020;
}
#left-sidebar #voci p:hover {
	
	background-color: #C7E2CD;
	text-decoration: none;
	margin: 0px;
	padding: 8px;
	font-weight: bold;
}
#left-sidebar #voci .selezionato {
	
	background-color: #C7E2CD;
	text-decoration: none;
	margin: 0px;
	padding: 8px;
	font-weight: bold;
}*/
.cita {
	font-size: 0.9em;
	color: #666666;
	text-decoration: none;
	margin-top: 0px;
	padding-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.titoloAltro {
	font-size: 2em;
	color: #242424;
	text-decoration: none;
	line-height: 50px;
	font-style: normal;
	font-weight: normal;
}
.voceMenu {
	height: 150px;
	width: 150px;
	background-color: #2B5797;
	color: #FFF;
	position: relative;
}
.voceMenu span{
	position: absolute;
	bottom: 5px;
	left: 10px;
	font-size: 0.8em;
}
.voceMenu span.little{
	position: absolute;
	bottom: 5px;
	left: 50px;
	font-size: 0.8em;
}
.voceMenuBig{
	height: 150px;
	width: 490px;
	background-color: #2B5797;
	color: #FFF !important;
	position: relative;
	float: left;
	font-size: 0.8em;
	margin: 0 20px 20px 0;
}
.voceMenuBig span{
	position: absolute;
	top: 5px;
	left: 10px;
	font-size: 1.8em;
}
.blu {
	background-color: #1BA1E2;
}
.verde {
	background-color: #00A300;
}
.bordeaux{
	background-color: #A10606;
}
.giallo {
	background-color: #FFC40D;
}
.rosso {
	background-color: #CE2B2B;
}
.petrolio {
	background-color: #064E4F;
}
.arancione {
	background-color: #FE7906;
}
.grigio {
	background-color: #6D6E71;
}
.viola {
	background-color: #8C0496;
}
.azzurro {
	background-color: #3D71BE;
}
.voceMenu.home {
	height: 50px;
	width: 150px;
	background-color: #666666;
	color: #FFF;
	position: relative;
}
.menuPrincipale a{
	color: #FFF;
	text-decoration: none;
	margin: 0 20px 20px 0;
	font-size: 1.8em;
	float: left;
}
.menuPrincipale a img {
	left: 50%;
    position: absolute;
    top: 50%;
}
.menuPrincipale a img.centerTop {
	left: 0%;
    position: absolute;
    top: 50%;
}
.menuPrincipale a img.centerTop.size32 {
	margin-left: 5px;
    margin-top: -16px;
}
.menuPrincipale a img.size32 {
    margin-left: -16px;
    margin-top: -16px;
}
.menuPrincipale a img.size48 {
    margin-left: -24px;
    margin-top: -24px;
}
.menuPrincipale a img.size64 {
    margin-left: -32px;
    margin-top: -32px;
}
.menuPrincipale a img.size120 {
    margin-left: -60px;
    margin-top: -60px;
}
.menuPrincipale a img.size140 {
    margin-left: -70px;
    margin-top: -70px;
}
#caricamento {
	display: none;
	background: #FFF url(../images/loader.gif) no-repeat 10px center;
	text-indent: 60px;
	padding: 19px 0 0 0;
	width: 235px;
	height: 40px;
	position: absolute;
	left: 280px;
	top: 170px;
	border: 2px solid #CCC;
	z-index: 9999999;
}
#caricamentoPost {
	display: none;
	background: #FFF url(../images/loader.gif) no-repeat 10px center;
	text-indent: 60px;
	padding: 19px 0 0 0;
	width: 190px;
	height: 40px;
	border: 2px solid #CCC;
	position: absolute;
	top: 40px;
	left: 140px;
	z-index: 9999999;
}
#post div.post-cont{
	padding: 10px 0 5px 10px;
	width: 95%;
	border-bottom: 1px dotted #DDD;
	border-left: 1px dotted #DDD;
}
#post div.text{
	padding: 10px;
	float: left; 
	clear: right; 
	margin: 10px 0 0 0;
}
#post div.user{
	padding: 0 0 0 10px;
	float: left;
	color: #00A300;
}
#post div.data{
	padding: 0 10px 0 0;
	float: right;
}
#post {
	height: 680px;
	overflow-y: auto;
}
#post.home {
	height: 680px;
	overflow-y: auto;
}