body {
	color: #000;
	padding: 0;
	margin: 0;
	font-family: 'Crimson Text', serif;	
	font-size:14px;
	background: #610000;
}


#borderLeftRepeat{

}

#bg{
position:relative;
margin:0;
}

#wrapper {
clear:both;
margin:0 auto;
padding:20px 0;
width: 100%;
max-width:95%;
background:white;
overflow: hidden;
}

#header{
	overflow:hidden;
	padding:0;
	border:none;
	box-shadow:none;
	width: 95%;
	margin: 20px auto 0;
	background: #fff;
}
#content {
	background:#FFF;
	padding: 0 0px;
	z-index:10;
	width: 100%;
	max-width:980px;
	margin:0 auto;
}

#sidebar{
	background:#FFF;
	float:left;
	width:210px;
}


.page-Eventi #content{

}

.visualClear {
	clear: both;
}




/* general styles */

table {
	/* we don't want the bottom borders of <h2>s to be visible through
	   floated tables */
	background: none;
}
a {
	text-decoration: none;
	color: #610000;
	background: none;
	outline: none;
}
a:visited {
	color: #5a3696;
}
a:active {

}
a:hover {
	text-decoration: underline;
}
a.stub {
	color: #772233;
}
a.new, #p-personal a.new {
	color: #ba0000;
}
a.new:visited, #p-personal a.new:visited {
	color: #a55858;
}

img {
	border: none;
	vertical-align: middle;
}

p img {
	margin: 0;
}

hr {
	height: 1px;
	color: #bf3030 ;
	background-color: #4e4e4e;
	border: 0;
	margin: .2em 0 .2em 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	margin: 0;
	padding-top: .5em;
	padding-bottom: 0em;
	color: #4e151b;
}
h1 {
	font-size: 230%;
	font-weight: bold;
	padding:10px 0 10px;
	border:none;
}
#bodyContent h1{
	margin:20px 0;
}
h1 .editsection { font-size: 45%; padding:0; }
h2 {
	font-size:31px;
	font-weight:bold;
}
h2 .editsection { font-size: 50%; }
h3, h4, h5, h6 {
	border-bottom: none;
}
h3 { font-size: 130%; }
h3 .editsection { font-size: 60%; font-weight: normal; }
h4 { font-size: 115%; }
h4 .editsection { font-size: 70%; font-weight: normal; }
h5 { font-size: 100%; }
h5 .editsection { font-weight: normal; }
h6 { font-size: 80%;  }
h6 .editsection { font-size: 100%; font-weight: normal; }

ul {
	margin: .3em 0 0 1.5em;
	padding: 0;
}
ol {
	line-height: 1.5em;
	margin: .3em 0 0 3.2em;
	padding: 0;
	list-style-image: none;
}
li {
	margin-bottom: .4em;
}
dt {
	font-weight: bold;
	margin-bottom: .1em;
}
dl {
	margin-top: .2em;
	margin-bottom: .5em;
}
dd {
	line-height: 1.5em;
	margin-left: 2em;
	margin-bottom: .1em;
}

fieldset {
	border: 1px solid #2f6fab;
	margin: 1em 0 1em 0;
	padding: 0 1em 1em;
	line-height: 1.5em;
}
legend {
	padding: .5em;
	font-size: 95%;
}
form {
	border: none;
	margin: 0;
}

textarea {
	width: 98%;
	padding: .1em;
}

input.historysubmit {
	padding: 0 .3em .3em .3em !important;
	font-size: 94%;
	cursor: pointer;
	height: 1.7em !important;
	margin-left: 1.6em;
}
select {
	vertical-align: top;
}
abbr, acronym, .explain {
	border-bottom: 1px dotted black;
	color: black;
	background: none;
	cursor: help;
}
q {
	font-family: Times, "Times New Roman", serif;
	font-style: italic;
}
/* disabled for now
blockquote {
	font-family: Times, "Times New Roman", serif;
	font-style: italic;
}*/
code {
	background-color: #f9f9f9;
}
pre {
	padding: 1em;
	border: 1px dashed #2f6fab;
	color: black;
	background-color: #f9f9f9;
	line-height: 1.1em;
	font-size:100%;
	white-space:normal;
}

/*
** the main content area
*/

#siteSub {
	display: none;
}
#jump-to-nav {
	display: none;
}

#contentSub, #contentSub2 {
	font-size: 84%;
	line-height: 1.2em;
	margin: 0 0 0.5em 1em;
	color: #7d7d7d;
	width: auto;
}
span.subpages {
	display: block;
}

#bodyContent {
	margin:0 0 20px;
  font-size: 21px;
  line-height: 27px;
  clear:both;
}

#bodyContent h2 {
	clear:both;
	margin-bottom: 10px;
	color:#ccc;
	font-weight:normal;
}

#bodyContent h3, #bodyContent h4, #bodyContent h5 {
	margin-bottom: .2em;
}

#bodyContent p, #bodyContent dd{
	margin-top:0.5em;
	margin-bottom:0.5em;
}

/* user notification thing */
.usermessage {
	background-color: #ffffff;
	border: 1px solid #bbb;
	color: black;
	font-weight: bold;
	margin: 2em 0 1em;
	padding: .5em 1em;
	vertical-align: middle;
}
#siteNotice {
	text-align: center;
	font-size: 95%;
	padding: 0 .9em;
	clear:both;
}
#siteNotice p {
	margin: 0;
	padding: 0;
}
.error {
	color: red;
	font-size: larger;
}
.errorbox, .successbox {
	font-size: larger;
	border: 2px solid;
	padding: .5em 1em;
	float: left;
	margin-bottom: 2em;
	color: #000;
}
.errorbox {
	border-color: red;
	background-color: #fff2f2;
}
.successbox {
	border-color: green;
	background-color: #dfd;
}
.errorbox h2, .successbox h2 {
	font-size: 1em;
	font-weight: bold;
	display: inline;
	margin: 0 .5em 0 0;
	border: none;
}

#catlinks {
	border: 1px solid #ccc;
	margin: 1em 0;
	background: #FFF;
	padding: 0px 9px;
	clear:both;
}


/* currently unused, intended to be used by a metadata box
in the bottom-right corner of the content area */
.documentDescription {
	/* The summary text describing the document */
	font-weight: bold;
	display: block;
	margin: 1em 0;
	line-height: 1.5em;
}
.documentByLine {
	text-align: right;
	font-size: 90%;
	clear: both;
	font-weight: normal;
	color: #76797c;
}

/* emulate center */
.center {
	width: 100%;
	text-align: center;
}
*.center * {
	margin-left: auto;
	margin-right: auto;
}
/* small for tables and similar */
.small, .small * {
	font-size: 94%;
}
table.small {
	font-size: 100%;
}

/*
** content styles
*/

#toc,
.toc,
.mw-warning {
	border: 1px solid #aaa;
	background-color: #f9f9f9;
	padding: 5px;
	font-size: 90%;
}
#toc h2,
.toc h2 {
	display: inline;
	border: none;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
}
#toc #toctitle,
.toc #toctitle,
#toc .toctitle,
.toc .toctitle {
	text-align: center;
}
#toc ul,
.toc ul {
	list-style-type: none;
	list-style-image: none;
	margin-left: 0;
	padding-left: 0;
	text-align: left;
}

#toc li{
	line-height:1.2em;
}

#toc ul ul,
.toc ul ul {
	margin: 0 0 0 2em;
}
#toc .toctoggle,
.toc .toctoggle {
	font-size: 94%;
}

.mw-warning {
	margin-left: 50px;
	margin-right: 50px;
	text-align: center;
}

/* images */
div.floatright, table.floatright {
	/* clear: right;*/
	float: right;
	position: relative;
	margin: 0 0 .5em .5em;
	border: 0;
}
div.floatright p { font-style: italic; }
div.floatleft, table.floatleft {
	float: left;
	clear: left;
	position: relative;
	margin: 0 .5em .5em 0;
	border: 0;
/*
	margin: .3em .5em .5em 0;
	border: .5em solid white;
	border-width: .5em 1.4em .8em 0;
*/
}
div.floatleft p { font-style: italic; }
/* thumbnails */
div.thumb {
	margin-bottom: .5em;
	border-style: solid;
	border-color: #FFF;
	width: auto;
}
div.thumbinner {
	border: 1px solid #ccc;
	padding: 3px !important;
	background-color: #f9f9f9;
	font-size: 94%;
	text-align: center;
	overflow: hidden;
}
html .thumbimage {
	border: 1px solid #ccc;
}
html .thumbcaption {
	border: none;
	text-align: left;
	line-height: 1.4em;
	padding: 3px !important;
	font-size: 94%;
}
div.magnify {
	float: right;
	border: none !important;
	background: none !important;
}
div.magnify a, div.magnify img {
	display: block;
	border: none !important;
	background: none !important;
}
div.tright {
	float: right;
	border-width: .5em 0 .8em 1em;
}
div.tleft {
	float: left;
	margin-right: 4px;
	border-width: .5em 5px .8em 0;
}
img.thumbborder {
	border: 1px solid #dddddd;
}
.hiddenStructure {
	display: none;
}

/* Have a checkered background on images on the description pages and in galleries
   to make transparency visible

#file img, .gallerybox .thumb img {
	background: url(Checker-16x16.png) repeat;
}
*/

/*
** classes for special content elements like town boxes
** intended to be referenced directly from the wiki src
*/

/*
** User styles
*/
/* table standards */
table.rimage {
	float: right;
	position: relative;
	margin-left: 1em;
	margin-bottom: 1em;
	text-align: center;
}
.toccolours {
	border: 1px solid #aaa;
	background-color: #f9f9f9;
	padding: 5px;
	font-size: 95%;
}
div.townBox {
	position: relative;
	float: right;
	background: white;
	margin-left: 1em;
	border: 1px solid gray;
	padding: .3em;
	width: 200px;
	overflow: hidden;
	clear: right;
}
div.townBox dl {
	padding: 0;
	margin: 0 0 .3em;
	font-size: 96%;
}
div.townBox dl dt {
	background: none;
	margin: .4em 0 0;
}
div.townBox dl dd {
	margin: .1em 0 0 1.1em;
	background-color: #f3f3f3;
}

/*
** edit views etc
*/
.special li {
	line-height: 1.4em;
	margin: 0;
	padding: 0;
}

/* Page history styling */
/* the auto-generated edit comments */
.autocomment {
	color: gray;
}
#pagehistory span.user {
	margin-left: 1.4em;
	margin-right: .4em;
}
#pagehistory span.minor {
	font-weight: bold;
}
#pagehistory li {
	border: 1px solid white;
}
#pagehistory li.selected {
	background-color: #f9f9f9;
	border: 1px dashed #aaa;
}

/*
** keep the whitespace in front of the ^=, hides rule from konqueror
** this is css3, the validator doesn't like it when validating as css2
*/

#bodyContent a.external,
#bodyContent a[href ^="gopher://"] {
	background: url(external.png) center right no-repeat;
	padding-right: 13px;
}
#bodyContent a[href ^="https://"],
.link-https {
	background: url(lock_icon.gif) center right no-repeat;
	padding-right: 16px;
}
#bodyContent a[href ^="mailto:"],
.link-mailto {
	background: url(mail_icon.gif) center right no-repeat;
	padding-right: 18px;
}
#bodyContent a[href ^="news://"] {
	background: url(news_icon.png) center right no-repeat;
	padding-right: 18px;
}
#bodyContent a[href ^="ftp://"],
.link-ftp {
	background: url(file_icon.gif) center right no-repeat;
	padding-right: 18px;
}
#bodyContent a[href ^="irc://"],
.link-irc {
	background: url(discussionitem_icon.gif) center right no-repeat;
	padding-right: 18px;
}
#bodyContent a.external[href $=".ogg"], #bodyContent a.external[href $=".OGG"],
#bodyContent a.external[href $=".mid"], #bodyContent a.external[href $=".MID"],
#bodyContent a.external[href $=".midi"], #bodyContent a.external[href $=".MIDI"],
#bodyContent a.external[href $=".mp3"], #bodyContent a.external[href $=".MP3"],
#bodyContent a.external[href $=".wav"], #bodyContent a.external[href $=".WAV"],
#bodyContent a.external[href $=".wma"], #bodyContent a.external[href $=".WMA"],
.link-audio {
	background: url("audio.png") center right no-repeat;
	padding-right: 13px;
}
#bodyContent a.external[href $=".ogm"], #bodyContent a.external[href $=".OGM"],
#bodyContent a.external[href $=".avi"], #bodyContent a.external[href $=".AVI"],
#bodyContent a.external[href $=".mpeg"], #bodyContent a.external[href $=".MPEG"],
#bodyContent a.external[href $=".mpg"], #bodyContent a.external[href $=".MPG"],
.link-video {
	background: url("video.png") center right no-repeat;
	padding-right: 13px;
}
#bodyContent a.external[href $=".pdf"], #bodyContent a.external[href $=".PDF"],
#bodyContent a.external[href *=".pdf#"], #bodyContent a.external[href *=".PDF#"],
#bodyContent a.external[href *=".pdf?"], #bodyContent a.external[href *=".PDF?"],
.link-document {
	background: url(document.png) center right no-repeat;
	padding-right: 12px;
}

/* disable interwiki styling */
#bodyContent a.extiw,
#bodyContent a.extiw:active {
	color: #36b;
	background: none;
	padding: 0;
}
#bodyContent a.external {
	color: #36b;
}
/* this can be used in the content area to switch off
special external link styling */
#bodyContent .plainlinks a {
	background: none !important;
	padding: 0 !important;
}
/*
** Structural Elements
*/

/*
** general portlet styles (elements in the quickbar)
*/
.portlet {

}
.portlet h4 {
	font-weight: normal;
	white-space: nowrap;
}

.pBody {
	font-size: 100%;
	border-collapse: collapse;
	padding: 0;
}
.portlet h1,
.portlet h2,
.portlet h3,
.portlet h4 {
	margin: 0;
	padding: 0;
}
.portlet ul {
	list-style-image:none;
}
.portlet li {
	list-style-image:none;
}

input, #content textarea{
	border:1px solid #aaa;
	padding: 5px;
}

input, #content .createbox input[type="text"]{
	padding: 7px;
	font-size:16px;
}

input, #content .createbox textarea{
	padding: 5px;

}

input:hover, #content input:focus {
	border:1px solid #711214;
}
input[type=submit] {
	background: #610000;
	border: 1px solid #4E151B;
	padding: 5px 8px;
	color:white;
	cursor:pointer;
}
input[type=submit]:hover {
	background: #610000;
}


#p-logo {
	overflow: visible;
	float:none;
	padding:0;
	margin: 5px 0 0px 0px;
	clear: both;
}

#p-logo-image{
}

#p-logo h5 {
	display: none;
}
#p-logo a,
#p-logo a:hover {
	display: block;
	width: 246px;
	height: 187px;
	background-repeat: no-repeat;
	text-decoration: none;
	margin: 0 auto;
}

#header .adsense{
	float:left;
	text-align: center;
}
#header .adsense.small-270{
}


#p-navigation ul, #p-tb ul, #p-personal ul , #p-cactions ul{
	list-style:none;
	margin:0;
}

#p-tb h5, #p-personal h5, #p-cactions h5, #p-navigation h5{
	border:none;
	color:#ccc;
	font-size:18px;
	margin-bottom:5px;
}
#p-personal{
	float:left;
	margin-bottom:20px;
}
#p-cactions{
	float:right;
	margin-bottom:20px;
}
#p-personal ul li,
#p-cactions ul li{
	float:left;
	margin-right: 20px;
	margin-bottom:0;
}
#p-personal ul li a,
#p-cactions ul li a{
	color:#333;
	font-size:12px;
	text-transform: uppercase;
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: 		color .3s ease-in-out;
	-o-transition: 			color .3s ease-in-out;
	-ms-transition: 		color .3s ease-in-out;
	transition: 				color .3s ease-in-out;
}

#p-personal ul li a:hover,
#p-cactions ul li a:hover{
	color:#000;
	text-decoration: underline;
}


#p-cactions li#ca-talk { display: none !important; }

#pt-preferences,
#pt-watchlist,
#pt-mycontris{
	display:none;
}


.editButtons{
	margin-top:20px;
}
.editButtons input{
	width:auto
}
.editHelp{
	font-size:11px;
}
.templatesUsed{
	display:none;
}

#toTop {
	cursor:pointer;
	text-decoration:none;
}

/*
** Search portlet
*/
#p-search {
	margin:35px 20px 0 0;
	width:178px;
	float:right;
}

input.searchButton {
	font-size: 19px;
	line-height: 35px;
	padding:0;
	width:100px;
	margin:0;
}
input.searchButton:hover{
}
#searchGoButton {
	text-align:center;
}

#searchInput {
	outline:none;
	margin: 0;
	padding: 9px 5px 8px 25px;
	background: transparent url(icn-search.png) 5px 11px no-repeat;
	width:655px;
}
#p-search .pBody {
	width:100%;
	text-align:center;
}
#p-search input[type="submit"]{
	display:none;
}

#p-search h5 {
	display:none;
}

#searchform div{
	background: white url(textarea.jpg) repeat-x 0 0;
}

/*
** the remaining portlets
*/
#p-tbx,
#p-lang {
	position: relative;
	z-index: 3;
}

#t-ispermalink, #t-iscite {
	color: #999;
}


#footer {
	color:#333;
	background: #fff;
	clear:both;
	font-size: 88%;
	text-align: center;
	color: #4e4e4e;
	margin:0 auto;
	padding: 15px 0 30px;
	width: 95%;
}
#footer .adsense{
	text-align: center;
}

#bottom p{
	margin:0;
	line-height:9px;
}

#footer ul {
	margin-top:1em;
}

#footer li {
	display:inline;
	margin-right:2.5em;
}

#footer .last{
	border-right:none;
}

#p-navigation{
	text-align: left;
	margin-top:20px;
}
#p-navigation h5{
	display: none;
}
#p-navigation li{
	float:left;
	margin-right:20px;
	margin-bottom: 20px;
}
#p-navigation li a{
	font-size:15px;
	color:#333;
}
#p-navigation.top li{
	margin-left: 25px;
  margin-right: 0;
}
#p-navigation.top li a{
	font-size:20px;
	font-weight: bold;
}

#p-navigation #go_to_the_top{
	float:right;
}
#p-navigation #go_to_the_top a{
	text-decoration: none;
}

/* js pref toc */
#preftoc {
	margin: 0;
	padding: 0;
	width: 100%;
	clear: both;
}
#preftoc li {
	background-color: #f0f0f0;
	color: #000;
}
#preftoc li {
	margin: 1px -2px 1px 2px;
	float: left;
	padding: 2px 0 3px 0;
	border: 1px solid #FFF;
	border-right-color: #716f64;
	border-bottom: 0;
	position: relative;
	white-space: nowrap;
	list-style-type: none;
	list-style-image: none;
	z-index: 3;
}
#preftoc li.selected {
	font-weight: bold;
	background-color: #f9f9f9;
	border: 1px solid #aaa;
	border-bottom: none;
	cursor: default;
	top: 1px;
	padding-top: 2px;
	margin-right: -3px;
}
#preftoc > li.selected {
	top: 2px;
}
#preftoc a,
#preftoc a:active {
	display: block;
	color: #000;
	padding: 0 .7em;
	position: relative;
	text-decoration: none;
}
#preftoc li.selected a {
	cursor: default;
	text-decoration: none;
}
#prefcontrol {
	padding-top: 2em;
	clear: both;
}
#preferences {
	margin: 0;
	border: 1px solid #aaa;
	clear: both;
	padding: 1.5em;
	background-color: #F9F9F9;
}
.prefsection {
	border: none;
	padding: 0;
	margin: 0;
}
.prefsection fieldset {
	border: 1px solid #aaa;
	float: left;
	margin-right: 2em;
}
.prefsection legend {
	font-weight: bold;
}
.prefsection table, .prefsection legend {
	background-color: #F9F9F9;
}
.mainLegend {
	display: none;
}
div.prefsectiontip {
	font-size: x-small;
	padding: .2em 2em;
	color: #666;
}
.btnSavePrefs {
	font-weight: bold;
	padding-left: .3em;
	padding-right: .3em;
}

.preferences-login {
	clear: both;
	margin-bottom: 1.5em;
}

.prefcache {
	font-size: 90%;
	margin-top: 2em;
}

div#userloginForm form,
div#userlogin form#userlogin2 {
	margin: 0 3em 1em 0;
	border: 1px solid #aaa;
	clear: both;
	padding: 1.5em 2em;
	background-color: #f9f9f9;
	float:left;
}

div#userloginForm table,
div#userlogin form#userlogin2 table {
	background-color: #f9f9f9;
	margin-top:20px;
}

div#userloginForm h2,
div#userlogin form#userlogin2 h2 {
	padding-top: 0;
}

div#userlogin .captcha,
div#userloginForm .captcha {
	border: 1px solid #bbb;
	padding: 1.5em 2em;
	background-color: white;
}


#userloginprompt, #languagelinks {
	font-size: 85%;
}

#login-sectiontip {
	font-size: 85%;
	line-height: 1.2;
	padding-top: 2em;
}

#userlogin .loginText, #userlogin .loginPassword {
	width: 12em;
}

#userloginlink a, #wpLoginattempt, #wpCreateaccount {
	font-weight: bold;
}

/*
** IE/Mac fixes, hope to find a validating way to move this
** to a separate stylesheet. This would work but doesn't validate:
** @import("IEMacFixes.css");
*/
/* tabs: border on the a, not the div */
* > html #p-cactions li { border: none; }
* > html #p-cactions li a {
	border: 1px solid #aaa;
	border-bottom: none;
}
* > html #p-cactions li.selected a { border-color: #fabd23; }
/* footer icons need a fixed width */
* > html #f-poweredbyico,
* > html #f-copyrightico { width: 88px; }
* > html #bodyContent,
* > html #bodyContent pre {
	overflow-x: auto;
	width: 100%;
	padding-bottom: 25px;
}

/* more IE fixes */
/* float/negative margin brokenness */
* html #footer {margin-top: 0;}
* html #column-content {
	display: inline;
	margin-bottom: 0;
}
* html div.editsection { font-size: smaller; }
#pagehistory li.selected { position: relative; }

/* Mac IE 5.0 fix; floated content turns invisible */
* > html #column-content {
	float: none;
}
* > html #column {
	position: absolute;
	left: 0;
	top: 0;
}
* > html #footer {
	margin-left: 13.2em;
}
.redirectText {
	font-size: 150%;
	margin: 5px;
}

.printfooter {
	display: none;
}

.not-patrolled {
	background-color: #ffa;
}
div.patrollink {
	font-size: 75%;
	text-align: right;
}
span.newpage, span.minor, span.searchmatch, span.bot {
	font-weight: bold;
}
span.unpatrolled {
	font-weight: bold;
	color: red;
}

span.searchmatch {
	color: red;
}
.sharedUploadNotice {
	font-style: italic;
}

span.updatedmarker {
	color: black;
	background-color: #0f0;
}

table.gallery {
	border: 1px solid #ccc;
	margin: 2px;
	padding: 2px;
	background-color: white;
}

table.gallery tr {
	vertical-align: top;
}

table.gallery td {
	vertical-align: top;
	background-color: #f9f9f9;
	border: solid 2px white;
}
/* Keep this temporarily so that cached pages will display right */
table.gallery td.galleryheader {
    text-align: center;
	font-weight: bold;
}
table.gallery caption {
	font-weight: bold;
}

div.gallerybox {
	margin: 2px;
}

div.gallerybox div.thumb {
	text-align: center;
	border: 1px solid #ccc;
	margin: 2px;
}

div.gallerytext {
	overflow: hidden;
	font-size: 94%;
	padding: 2px 4px;
}

span.comment {
	font-style: italic;
}

span.changedby {
	font-size: 95%;
}

.previewnote {
	text-indent: 3em;
	color: #c00;
	border-bottom: 1px solid #aaa;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

.previewnote p {
	margin: 0;
	padding: 0;
}

.editExternally {
	border: 1px solid gray;
	background-color: #ffffff;
	padding: 3px;
	margin-top: 0.5em;
	float: left;
	font-size: small;
	text-align: center;
}
.editExternallyHelp {
	font-style: italic;
	color: gray;
}

li span.deleted, span.history-deleted {
	text-decoration: line-through;
	color: #888;
	font-style: italic;
}

.toggle {
	margin-left: 2em;
	text-indent: -2em;
}

/* Classes for EXIF data display */
table.mw_metadata {
	font-size: 0.8em;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
	width: 300px;
}

table.mw_metadata caption {
	font-weight: bold;
}

table.mw_metadata th {
	font-weight: normal;
}

table.mw_metadata td {
	padding: 0.1em;
}

table.mw_metadata {
	border: none;
	border-collapse: collapse;
}

table.mw_metadata td, table.mw_metadata th {
	text-align: center;
	border: 1px solid #aaaaaa;
	padding-left: 0.1em;
	padding-right: 0.1em;
}

table.mw_metadata th {
	background-color: #f9f9f9;
}

table.mw_metadata td {
	background-color: #fcfcfc;
}

table.collapsed tr.collapsable {
	display: none;
}


/* filetoc */
ul#filetoc {
	text-align: center;
	border: 1px solid #aaaaaa;
	background-color: #f9f9f9;
	padding: 5px;
	font-size: 95%;
	margin-bottom: 0.5em;
	margin-left: 0;
	margin-right: 0;
}

#filetoc li {
	display: inline;
	list-style-type: none;
	padding-right: 2em;
}

input#wpSummary {
	width: 80%;
}

/* @bug 1714 */
input#wpSave, input#wpDiff {
	margin-right: 0.33em;
}
#editform textarea{
background:none repeat scroll 0 0 #F9F9F9;
font-family:arial;
font-size:15px;
height:600px;
}
#editform .editOptions {
	display: inline;
}

#wpSave {
	font-weight: bold;
}

/* Classes for article validation */

table.revisionform_default {
	border: 1px solid #000000;
}

table.revisionform_focus {
	border: 1px solid #000000;
	background-color:#00BBFF;
}

tr.revision_tr_default {
	background-color:#EEEEEE;
}

tr.revision_tr_first {
	background-color:#DDDDDD;
}

p.revision_saved {
	color: green;
	font-weight:bold;
}

#mw_trackbacks {
	border: solid 1px #bbbbff;
	background-color: #eeeeff;
	padding: 0.2em;
}


/* Allmessages table */

#allmessagestable th {
	background-color: #b2b2ff;
}

#allmessagestable tr.orig {
	background-color: #ffe2e2;
}

#allmessagestable tr.new {
	background-color: #e2ffe2;
}

#allmessagestable tr.def {
	background-color: #f0f0ff;
}


/* noarticletext */
div.noarticletext {
	border: 1px solid #ccc;
	background: #FFF;
	padding: .2em 1em;
	color: #000;
}

div#searchTargetContainer {
	left:       10px;
	top:        10px;
	width:      90%;
	background: white;
}

div#searchTarget {
	padding:    3px;
	margin:     5px;
	background: #F0F0F0;
	border:     solid 1px blue;
}

div#searchTarget ul li {
	list-style: none;
}

div#searchTarget ul li:before {
	color: orange;
	content: "\00BB \0020";
}

div.multipageimagenavbox {
   border: solid 1px silver;
   padding: 4px;
   margin: 1em;
   -moz-border-radius: 6px;
   background: #f0f0f0;
}

div.multipageimagenavbox div.thumb {
   border: none;
   margin-left: 2em;
   margin-right: 2em;
}

div.multipageimagenavbox hr {
   margin: 6px;
}

table.multipageimage td {
   text-align: center;
}

/** Special:Version */

table#sv-ext, table#sv-hooks {
	margin: 1em;
	padding:0em;
}

#sv-ext td, #sv-hooks td,
#sv-ext th, #sv-hooks th {
	border: 1px solid #A0A0A0;
	padding: 0 0.15em 0 0.15em;
}
#sv-ext th, #sv-hooks th {
	background-color: #F0F0F0;
	color: black;
	padding: 0 0.15em 0 0.15em;
}
tr.sv-space{
	height: 0.8em;
	border:none;
}
tr.sv-space td { display: none; }

/*
  Table pager (e.g. Special:Imagelist)
  - remove underlines from the navigation link
  - collapse borders
  - set the borders to outsets (similar to Special:Allmessages)
  - remove line wrapping for all td and th, set background color
  - restore line wrapping for the last two table cells (description and size)
*/
.TablePager_nav a { text-decoration: none; }
.TablePager { border-collapse: collapse; }
.TablePager, .TablePager td, .TablePager th {
	border: 1px solid #aaaaaa;
	padding: 0 0.15em 0 0.15em;
}
.TablePager th { background-color: #eeeeff }
.TablePager td { background-color: #ffffff }
.TablePager tr:hover td { background-color: #eeeeff }

.imagelist td, .imagelist th { white-space: nowrap }
.imagelist .TablePager_col_links { background-color: #eeeeff }
.imagelist .TablePager_col_img_description { white-space: normal }
.imagelist th.TablePager_sort { background-color: #ccccff }

.templatesUsed { margin-top: 1.5em; }

.mw-summary-preview {
	margin: 0.1em 0;
}

/* Convenience links on Special:Ipblocklist */
p.mw-ipb-conveniencelinks {
	font-size: 90%;
	float: right;
}

/* Friendlier slave lag warnings */
div.mw-lag-warn-normal,
div.mw-lag-warn-high {
	padding: 3px;
	text-align: center;
	margin: 3px auto;
}
div.mw-lag-warn-normal {
	border: 1px solid #FFCC66;
	background-color: #FFFFCC;
}
div.mw-lag-warn-high {
	font-weight: bold;
	border: 2px solid #FF0033;
	background-color: #FFCCCC;
}

/* Recreating-deleted-page warning and log entries */
div#mw-recreate-deleted-warn {
	padding: 3px;
	margin-bottom: 3px;
	border: 2px solid #2F6FAB;
}
div#mw-recreate-deleted-warn ul li {
	font-size: 90%;
}
.MediaTransformError {
	background-color: #ccc;
	padding: 0.1em;
}
.MediaTransformError td {
	text-align: center;
	vertical-align: middle;
	font-size: 90%;
}

.simplepie {
font-size: 90%;
}

.navpopup {
  background-color: #f7f7f7  !important;
  font-family:      serif    !important;
}

/*
 * pop-up
 *
 */
.info {
        position:relative;
        z-index:0;
        }

        .info:hover {
        z-index:5;
		background-color: transparent;
        }

        .info span{
		position: absolute;
		background-color: white;
		padding: 5px;
		left: -1000px;
		visibility: hidden;
        }

        .info:hover span {
        width:15em;
        border:1px solid #e9e9e9;
        background-color:#f9f9f9;
        color:#000000;
		padding: 3px;
        font: normal 9pt sans-serif;
		visibility: visible;
		top: 0;
		left: 60px;
        }

        .images {
        vertical-align:bottom;
		border: none;
        }

.infolarge {
        position:relative;
        z-index:2;
        }

        .infolarge:hover {
        z-index:3;
        font-weight:bold;
        }

        .infolarge span{
        display: none;
        }

        .infolarge:hover span {
        display:block;
        position:absolute;
        top: 1.5em;
        left: 3em;
        width:90%;
        border:1px solid #e9e9e9;
        background-color:#f9f9f9;
        color:#000000;
		  padding: 3px;
        font: normal 8pt sans-serif;
        z-index:4;
        }

.linkrossi a{
	text-decoration: none;
	color:#ba0000;
	background: none;
}


.adsense{
	text-align:left;
	margin-bottom:0px;
}


.page-Pagina_principale .adsense{
	margin-top:0;
	text-align:center;
}

body.page-Pagina_principale #siteSub,
body.page-Pagina_principale #contentSub,
body.page-Pagina_principale h1.firstHeading,
body.page-Home #siteSub,
body.page-Home #contentSub,
body.page-Home h1.firstHeading,
body.page-Categorie h1.firstHeading {
    display: none !important;
}

.firstHeading{
	clear:both;
}

#elencoCategorie ul{
	margin:0em;
}

#elencoCategorie ul li {
    list-style: none;
    float: left;
    border: 1px solid #ebe8e5;
		background:#FFF;
    margin: 5px;
    width: 32%;
    height: 60px;
    line-height: 60px;
    clear: none;
		font-size:145%;
		text-align:left;
    }

 #elencoCategorie ul li a {
        display: block;
        padding: 0 4px;
        font-size: 28px;
    }


 #elencoCategorie ul li a:hover  {
		background: #FFFFCC;
		text-decoration: none;
    }


#writeForm{
	margin-top:20px;
}

#writeForm .searchboxInput{
	width:640px;
	font-size:21px;
}
#writeForm .searchboxGoButton, #writeForm .searchboxSearchButton{
	font-size:12px;
}
.homeBox input[type="text"]{
	width:395px;
}
.page-News .input[type="text"]{
	font-size:28px;
}

.page-Categorie table td ul li a{
	font-size: 19px
}

#toc ul li a{
font-size:14px
}

.searchboxInput{
	font-size:141%;
	font-weight:bold;
	color:#bf3030 ;
}

.box-home .searchboxInput{
	width:300px;
}

#forminput{font-size:130%; color:#ccc;}
#forminput:focus{color:#bf3030 ;}
#forminputselect{padding: 0.6em; color:#bbb; border:1px solid #AAAAAA}
#forminputselect:focus{color:#000;}


textarea.createboxInput {
	width: auto;
	height:250px;
}


#elencoHome{
padding:0;
margin-bottom:20px;
float:left;
width:30%;
}

#elencoHome ul {
	padding:0;
	margin:0;
	width:100%;
	margin:0px 0 0;
}

#elencoHome ul li {
    list-style: none;
    float:left;
		background:#FFF;
    margin: 2px 2px 5px 2px;
    line-height: 39px;
		font-size:24px;
		font-weight:bold;
		text-align:left;
		width:238px;
    }

 #elencoHome ul li a {
        display: block;
        padding: 0 4px;
		color:#333;
    }


.XEBPopupTitle
{
  background-color: #FFFAEF;
  padding: 5px;
  font-size: medium;
text-align: center
  /* opacity: 0.9; */
}
.XEBMnuItm
{
}

.templateBox{
border:2px solid #8c2a2b;
padding:0.2em;
text-align:left;
line-height:1.5em;
width:350px;
clear:right;
float:right;
}

.templateMappa{
border:2px solid #8c2a2b;
padding:0.2em;
text-align:left;
line-height:1.5em;
width:350px;
clear:right;
float:right;
}

.titoloBox{
background: #bf3030 none repeat scroll 0 0;
color:#fff;
border:1px solid #E0D0B1;
border-bottom:none;
font-weight:bold;
font-size:110%;
padding:0.1em 0.2em;
margin-top:0.5em;
}

.grayBox{
background:#FFFFFF url(grayBox.gif) bottom center repeat-x;
border:1px solid #E0D0B1;
padding:0.5em;
}

.grayBox ol {
margin-left:2em;
}

.homeSection{
clear:both;
}
.homeBox{
float:right;
margin:0px 0 10px;
font-size:17px;
padding:0 0px 0px;
width:68%;


}
#bodyContent .homeBoxTitle{
font-size:30px;
font-weight:bold;
padding-bottom:10px;
clear:both;
margin:0;
font-family: 'Roboto Condensed', sans-serif;
}
.homeBox table.changes{
	margin-top:-50px;
}


table.changes            { border:none; overflow:hidden; font-size:12px; width:100%}
table.changes tr         { margin:0; padding:0; width:100%; }
table.changes tr.even     { background:white; }
table.changes tr.odd     { background:#eee; }
table.changes td         { margin:0; padding: 1px 4px 0 4px; vertical-align: top; }
table.changes td.heading { font-size: 110%; font-weight:bold; padding-top:10px; }
table.changes td.comment { width:50%; overflow:hidden;}

table.changes td.diff    { font-size: 90%; }

table.changes td.user,
table.changes td.diff,
table.changes td.info    { white-space: nowrap; }

table.changes td.talk { display:none; }

.rss-no-list  ul{
list-style:none;
}

.rss-no-list  li{
list-style:none;
float:left;
height:310px;
margin-right:1em;
}

.foto{
height:275px;
float:left;
}

#box-home{
	margin:0px 0 40px;
	padding:0px;
	overflow:hidden;
	font-size:20px;
	color:#000;
}
#bodyContent #box-home p.benvenuto{
 font-size:30px;
}

#bodyContent #box-home p{
 line-height: 24px;
}
#bodyContent #box-home table{
  margin-top:20px;
  width: 430px;
}
#bodyContent #box-home table td{
  text-align:left;
}



.loading {
	height: 30px;
	background: url(working.gif) 50% 50% no-repeat;
	}

.category-chart{
	background:#FCFCFC;
	border:1px solid #B5B5B5;
	padding:2px 9px;
}

.foto-principale{
	border:1px solid #ccc;
	text-align:center;
	float:right;
	margin-top:0.5em;
}
.foto-principale p{
	padding:0 10px;
}

#tabsNavigator{
	font-size:12px;
	text-align:left;
}


#inserimentoRapido{
	border:1px solid #808080;
	padding:0.5em;
	width:96%;
	margin-top:1em;
}

.formtable{
	border:1px solid #ddd;
	background:#fff;
	width:100%;
}

.yui-navset {
position:static;
}

#map1{
	border:1px solid #ccc;
}

.pmap{
	margin-top:0.5em;
}

#helpcontribute{
	font-size:85%;
	padding-left:0.4em;
	padding-bottom:2.4em;
	background:url(Money_Coin_Icon.gif) no-repeat bottom center;
	text-align:center;
}

#translateForm{
	padding-left:0.8em;
	margin-bottom:1em;
}


/*
** the page-related actions- page/talk, edit etc
*/

li#ca-nstab-main,
li#ca-nstab-project,
li#ca-nstab-category,
li#ca-nstab-help,
li#ca-nstab-opinione,
li#ca-nstab-annunci,
li#ca-nstab-message,
li#ca-nstab-form,
li#ca-nstab-template,
li#ca-nstab-property,
li#ca-nstab-evento,
li#ca-nstab-special,
li#ca-nstab-user,
li#ca-nstab-news,
li#ca-viewsource{
	display:none;
}

.topCategoryList{
	border:1px solid #bf3030;
}

.topCategoryList  h2{
	color:#fff;
	background:#bf3030 ;
	margin-bottom:0.5em;
	padding:0.2em;
}

.topCategoryList  table{
	margin-top:0.5em;
}

 .mw-plusminus-null {
color:#aaa
}

.texvc {
direction:ltr;
unicode-bidi:embed
}

img.tex {
vertical-align:middle
}

span.texhtml {
font-family:serif
}

#toolbar,#wpTextbox1 {
clear:both
}

#toolbar img{
width:40px;
height:40px;
}

div#mw-js-message {
border:solid 1px #ddd;
background-color:#fcfcfc;
margin:1em 5%;
padding:0.5em 2.5%
}

.editsection {
float:right;
margin-left:5px
}

table.filehistory {
border:1px solid #ccc;
border-collapse:collapse
}

table.filehistory th,table.filehistory td {
vertical-align:top;
border:1px solid #ccc;
padding:0 0.2em
}

table.filehistory th {
text-align:left
}

table.filehistory td.mw-imagepage-filesize,table.filehistory th.mw-imagepage-filesize {
white-space:nowrap
}

#TB_window {
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#aaa;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	display:none;
	border: 4px solid #993537;
	-webkit-border-radius: 6px;
	-moz-border-radius:  6px;
	border-radius:  6px;
	top:50%;
	left:50%;
}

#TB_windows # wpLoginattempt{
	padding:0.4em 9em;
}

#TB_windows h2{
	padding-bottom:3px;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	display:none;
}

#TB_title{
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:0px 15px 15px 10px;
	margin:0;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_ajaxContent table{
	margin:0px 0px 20px 0px;
	width:100%;
}

#TB_ajaxContent form{
	float:left;
	width:100%;
}

#TB_ajaxContent h2{
	border:none;
	padding:0;
	margin: 0 0 23px;
}


#TB_ajaxContent #userlogin .loginText,
#TB_ajaxContent #userlogin .loginPassword {
	font-size:28px;
	border:1px solid #ddd;
	width:99%;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

#wpLoginattempt,
#userloginlink{
	font-size: 23px;
	font-weight: bold;
	line-height: 53px;
	color: white;
	background: #610000;
	border: 1px solid #4E151B;
	display: block;
	text-align: center;
	margin:0 0 25px;
	padding:0;
	width:100%;
}
#wpLoginattempt:hover,
#userloginlink:hover{
	background:#610000;
}
#wpLoginattempt{
	margin:0;
}

.thumbnail {
	display: block;
	position: relative;
	width: 260px;
	height: 197px;
	border:6px solid #bf3030;
	margin:1px 1px 30px;
	float:left;
}
.video {
	display: block;
	height: 100%;
	width: 100%
}
.play {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -34px;
}


/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0;
	border-bottom:5px solid #bf3030;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0 0.2em 0 0;
    min-width: 84px; /* be nice to Opera */
	border:1px solid #E0D0B1;
	border-bottom:none;
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(tab.png) no-repeat;
}
.tabs-nav a {
    z-index: 2;
    padding-left: 0;
    font-size: 120%;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */
}
.tabs-nav .tabs-selected a {
    color: #333;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 100% -150px;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 100% -100px;
	color:#333;
}
.tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 7px;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -50px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
	color:#FFF;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
    border: 1px solid #E0D0B1;
    padding: 1em 8px;
    background: #FBF9F0; /* declare background color for container to avoid distorted fonts in IE while fading */
	clear:left;
	overflow:hidden;
}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

.tabs-selected{
	background:#bf3030;
}

.eventox{
	font-size:120%;
	border:1px solid #751214;
	padding:10px;
	background:#fff;
}

.evento .info{
	padding:10px;
	border:1px solid #900;
	font-size:18px;
	width:100%;
}
.evento .floatleft{
	margin-right:20px;
}

p br{
	line-height:5px;
}

.homeSection  #tabsNavigator table ul{
	list-style:none;
}




#modalbox{ position: fixed; left: 50%; top:15%; margin:0 0 0 -340px; background:#262626; border:3px solid #666;  z-index: 100; }
#modalbox.modalbox2{ width:400px; margin:0 0 0 -200px; padding-top:20px; }
#overlay{ position: fixed; top: 0; left: 0; z-index: 99; width: 100%; height: 100%; background:url(images/transBG.png) 0 0 repeat; cursor: wait; }

/* Fixed posistioning emulation for IE6, currently no need because its being set via the JQM js to offset the wizard in the middle */
* html #overlay{ position: absolute; background:#000; filter: alpha(opacity=40); top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(0 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px'); }
* html #modalbox{ position: absolute; top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(5 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px'); }

#modalbox iframe{ overflow:hidden; }

#modalbox.editor{ top:50%; margin:-273px 0 0 -445px; }

#modalbox.player{ top:15%; margin:0 0 0 -100px; }

#kaltura_test{ color: blue; border: 1px solid #666; margin:1px }

#mbCloseBtn{ right:10px; width:14px; height:14px; background:url(images/btn_close.gif) 0 0 no-repeat; }
#mbCloseBtn.type1{ color:#ccc; position:absolute; top:4px; }
#mbHelpBtn{ right:40px; background:url(images/btn_help.gif) 0 0 no-repeat; }
#mbCloseBtn:hover, #mbHelpBtn:hover{ background-position:0 -14px; text-decoration: none; color:#fff; }

/*--------------------------------
	Form elements
---------------------------------*/

.scheme1{ margin:20px auto; width:750px; padding:5px; border:1px solid #ccc; background-color:#eee; }
	.scheme1 .container{ padding:15px; }

	.scheme1 a{ color:#007196; }
	.scheme1 h1{ background-color:#666; color: #fff; padding:12px 8px; font-size:2em; font-weight:normal; }
	.scheme1 h1 p.right{ float:right; font-size:0.5em; line-height:1em; margin:0; color:#eee; }
		.scheme1 h1 p.right a{ color:#D1EA7B; }
	.scheme1 form h2{ background-color:#666; color: #fff; font-size:1.8em; padding: 8px; font-weight:normal; }
		.scheme1 form h2 span{ color:#D1EA7B; font-size:0.85em; }
	.scheme1 p, .scheme1 ol{ color:#555555; font-size:1.2em; font-weight:bold; }
	.scheme1 ol{ color:#777; }

	.scheme1 input, .scheme1 textarea{ color:#444; font-size:12px; font-family:arial; font-weight:bold; padding:3px; border:1px solid #AAA; background-color:#FAFAFA; }
	.scheme1 input:focus, .scheme1 textarea:focus{ color:#FF3333; background-color:#FFF; }
	.scheme1 textarea{ overflow:auto; }
	.scheme1 p.textbox{ clear:both; color:#444; font-weight:bold; padding:8px; margin:25px 0pt 30px; border-top:10px solid #ddd; border-bottom:10px solid #ddd; }
	.scheme1 p:focus{ color:red; }
	.scheme1 form{ padding:15px; }
		.scheme1 form .item{ margin-bottom:10px; overflow:hidden; }
		.scheme1 form .item label{ float:left; width:18em; line-height:2em; }
		.scheme1 form label{ margin-right:20px; color:#555; font-size:1.2em; font-weight:bold; }
		.scheme1 form div.item2 label{ float:none; line-height:1.4; }
		.scheme1 form label.chkbx{ cursor: pointer; }
			.scheme1 form div.item div.opts{ float:left; }
		.scheme1 form div.item label.radio{ display:block; }
			.scheme1 form div.item label.radio input{ vertical-align:middle; margin:0 5px -1px 0; }
		.scheme1 form div.item input{ width:320px; font-size:1.4em; }
		.scheme1 form input:focus{ color:#FF3333; }
		.scheme1 ul.linksList li{ margin-bottom:10px; font-size:1.2em; font-weight:bold; }
		.scheme1 label.chklabel{ cursor:pointer; }
		.scheme1 fieldset.type1 div.item{ margin-bottom:8px; }
		.scheme1 form label.radio, #page_new_app form label.chkbx{ cursor:pointer; }
		.scheme1 form label.radio{ margin-right:2em; }
		.scheme1 form label.radio input{ margin:0 6px -2px 0; border:0 none; }
		.scheme1 form label.chkbx input{ width:auto; margin:-2px 6px 1px 0pt; vertical-align:middle; border:0 none; background-color:transparent; }
		/* for radio buttons */
		.scheme1 form div.item label.radio{ float:none; line-height:1.7em; width:auto; margin:0 20px 0 0; cursor:pointer; }
		.scheme1 form div.item label.radio input{ width:auto; margin:0 5px -3px 0; border:none; background:none; cursor:pointer; }

	.scheme1 button{ clear:both; font-weight:bold; font-size:2em; margin-right:8px; margin-top:40px; padding:3px 12px; color:#444; }


#lista_sezioni{

}
#lista_sezioni ul{
	list-style:none;
	list-style-image:none;
	margin:0;
	font-size:12px;
}
#lista_sezioni .homeBoxTitle{
	font-size:28px;
	margin-bottom:10px;
	padding-bottom:5px;
}
#lista_sezioni .homeBox{
	width:500px;
	height:auto;
	float:none;
	padding-top:0;
	padding-bottom:0;
	margin-right:0;
}
#lista_sezioni a{
	font-size:17px;
}

.flickr_badge{

}
.flickr_badge img{
	float:left;
	margin:0 1px 1px 0;
	border:0;
}

#veneziano{
	position:absolute;
	top:25px;
	right:10px;
}

.txpCommentInputMessage{
	width:42%;
}

.editOptions label,
.rcoptions,
.mw-editTools,
.month_calendar a{
	font-size:10px;
}

#mw-editbutton-math,
#mw-editbutton-media,
#mw-editbutton-nowiki,
#mw-editbutton-hr{
	display:none;
}


h1,h2,h3 {

}

.template_map{
	float:left;
	margin-bottom:20px;
	margin-right:20px;
}
#google_ads_div_Categoria-generica{
	float:left;
}
.discuti{
	border:1px solid #BFB1A3;
	color:#444;
	background-color:#FFFCF5;
	padding:0.5em;
	text-align:left;
	margin-top:0.5em;
	font-weight:bold;
	font-size:12px;
	clear:both;
}

.thumbinner {
min-height:216px;
}

input[type="text"],
input[type="password"],
textarea
{
background: white url(textarea.jpg) repeat-x 0 0;
}

p.thickbox{
	cursor:pointer;
	text-decoration:underline;
}

.half{
	width:49%;
	float:left;
}

#listaSezioni{
	clear:both;
}

.form_inserisci{
	clear: both;
    float: left;
    margin-top: 20px;
    width: 100%;
}

#disqus_thread ul{
list-style-image:none;
}
#disqus_thread #dsq-content h3{
margin:0px 0px 10px;
}

#disqus_thread #dsq-content #dsq-global-toolbar{
margin:0;
}
#disqus_thread #dsq-reply{
margin:0;
}

#disqus_thread #dsq-footer{
margin:0
}

#dsq-sort-by{
display:none;
}

input#wpDiff{
display:none;
}

.homeBox ul{
	margin:20px 0 0 0;
}
.homeBox li{
	list-style:none;
	list-style:none;
}
.homeBox li:nth-child(even){
	background:#fafafa;
}

#mw-pages table ul{
	margin:0;
}
#mw-pages table li{
	list-style-type: none;
	margin: 0;
}

.internal{
	font-size: 12px;
}

#userlogin2{
	display: none;
}

.mediawiki .cc-cookies{
	top:auto;
	bottom: 0;
	text-shadow:none;
}

.ult_mod{
	clear: both;
	font-size: 14px;
}


@media screen and (max-width:580px) {
	#bodyContent {
	    font-size: 14px;
	    line-height: 18px;
	}
	#content{
		width: 96%;
		margin: 0 2%;
	}
	h1.firstHeading{
		font-size: 200% !important;
	}
	div.floatleft,
	div.floatright{
		float:none;
	}
	#p-navigation.top li{
		margin-left: 10px;
		margin-bottom: 10px;
	}
	#p-navigation.top li a{
		font-size: 15px;
	}
	object,
	embed{
		width: 100%;
	}

	/* Force table to not be like tables anymore */
		table, thead, tbody, th, td, tr { 
			display: block;
			width: 98%; 
		}

	div.tright{
		float: none;
	}
	.half{
		float: none;
		width: 100%;
	}

	.listaSezioni a{
		font-size: 16px;
	}
	#elencoCategorie ul li{
		float: none;
		width: 96%;
	}
	#elencoCategorie ul li .floatright,
	#elencoCategorie ul li .floatleft{
		float:right;
	}
	.homeBox{
		float: none;
		width: 95%;
	}	
	.searchboxInput{
		max-width:100%;
	}	
	.googlemap{
		clear: both;
		width: 100%;
		overflow: hidden;
	}

}