body{
	font-family: Tahoma, Verdana, Arial;
	background-color: White;
	font-size: small;
	padding: 100px 5% 20px 5%;
	background-image: url(/immagini/weblogobg.png);
	background-repeat: repeat-y;
	background-position: 80% 0px;
	margin: auto;
	/*
	_width: 740px;
	_margin: 2px 2px 2px 2px;
	_padding: auto;
	_border: 1px dotted #CCCCCC;
	*/
}
li {
	list-style-type: none;
	list-style-position: inside;
	padding: 1px 4px;
	border-top: #CCCCCC;
	border-right: #CCCCCC;
	border-bottom: #CCCCCC;
	border-left: 1px dotted #CCCCCC;
	font-size: 100%;
}
ul {
	text-indent: 0pt;
	margin: 4px 0px 16px;
	padding: 0px;
}
h1 {
	font-size: 140%;
}
h2 {
	font-size: 110%;
}
h2 {
	font-size: 100%;
}
h1, h2, h3 {
	color: Black;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: Silver;
}
pre {
	text-decoration: none;
	font-size: small;
	color: Black;
	border: 1px solid Gray;
	padding: 1% 1% 1% 1%;
}
a {
	color:#000080;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	border: thin;
}
input {
	background-color: #f0f0f0;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-width: 1px;
  padding: 0.5em;
}

#header {
	background-color: White;
	height: auto;
	width: auto;
	/*
	_float: right;
	_border: thin dotted Silver;
	_margin: 1em 1em 1em 1em;
	_padding: 1em 1em 1em 1em;
	*/
	text-align: right;
}
#header #tabbar{
	background-image: url(/immagini/tabbar_bg.gif);
	background-position: 0px -3px;	
	height: 4px;
	width: inherit;
	border: 1px solid Silver;
	margin-top: 44px;
	padding-top: 2px;
	padding-left: 8px;
	vertical-align: baseline;
}

#header a {
	color: Gray;
	font-weight: bold;
}

#header a#logo {
	background-image: url(/immagini/qbit_logo_small.gif);
	display: block;
	height: 40px;
	width: 120px;
	margin-left: 8px;
	background-repeat: no-repeat;
	float: left;
}

#header a#logo h5 { display: none; }

#footer {
  clear: all;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: Silver;
	/*text-align: right;*/
	color: Silver;	
}

#prefooter {
  clear: all;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: Silver;
  background-color:#ffffff;
  text-align: left;
}

#footer a {
	color: Silver;
	/*font-weight: bold;*/
}

#footer .left {
	float: left;
}

#footer .right {
	float: right;
}

#footer ul {
	display: inline;
	padding-left: 0;
}
#footer ul li:first-child {
	padding-left: 0;
}
#footer ul li {
	display: inline;
	float: left;
	padding: 0 0 0 1em;
	border: none;
}

form table tr td{
	vertical-align: top;
}

#Adbox {
	color: Black;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: Silver;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: Silver;
}

#title{
  position:absolute; 
	background-image: url(/img/titolo_bg.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
  height:100px; 
  width:100%;
  top:0px; 
  left:0px;
  margin:0px;
  padding:0px;
  z-index:1; 
  overflow: hidden;
}

#adsense {
  position:absolute; right:5%; top:0px; width:468px; height:60px; z-index:1; overflow: hidden;
}

#adsense.mobile{
  position:absolute; right:5%; top:0px; width:320px; height:50px; z-index:1; overflow: hidden;
}

* html #title { /* Regole per IE (dalla 5.5 in poi) */
	background-image: url(/img/titolo_bg.jpg);
	margin-left:5%;
	right: 0px;;
}

#share {
  margin-bottom: 1em;
  display: block;
  float: right;
  text-shadow: 0px 1px 1px #fff;
}
#share span{
  font-size: 80%;
  zfont-weight: bold;
  color: #888;
  text-shadow : 0px 0px 2px #000;
  x-moz-text-shadow : 0px 0px 30px #000;
  color:#000;
xtext-shadow: -1px -1px 0px #101010, 1px 1px 0px #505050;
color: #000;
text-shadow: 0px 1px 1px #fff, 0px 0px 8px #668;

  zbackground: #f0f0f0;
  font-size: auto;
  padding: 0.2em;
  margin: 0.2em;
  zborder: 1px solid #e0e0e0;
  z-moz-border-radius: 8px 2px 2px 8px;
  xborder-radius: 1px;
}
#share img{
  border:0;
  vertical-align:text-top;
  padding-right:0.2em;
  padding-left:0.1em;
}
#share a{
  background: #f0f0f0;
  font-size: auto;
  padding: 0.2em;
  margin: 0.2em;
  border: 1px solid #e0e0e0;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#-output {
  background: #ffffe0;
  padding: 0.2em 0.4em;
  margin-bottom: 0.6em;
}

#-output h2{
  background: auto;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -180px;
  margin-left: -180px;
  /*background: #f0f;*/
  z-index: 2;
}
#qrcode {
  clear: both; 
  cursor: pointer;
}
.form-feedback input[type=text], .form-feedback table,  .form-feedback textarea{
	width:100%;
	max-width:640px;
}

@media screen and (max-width: 480px) {
  #adsense {
    clear: both;
    display: inline;
    position: relative;
    width: 100%;
    top: auto;
    left: 0px;
    right: auto;
    z-index: 1;
  }
  body{
    padding-left: 1%;
    padding-right: 1%;
  }
}

@media screen and (-webkit-min-device-pixel-ratio:1.5) {
  body{
    font-size: medium;
  }
}
