
/*---------------------------------
  general page settings
---------------------------------*/
*{
margin:0px;
padding:0px;
}

body {
font-family:Arial, Helvetica, sans-serif;
color : #000;
margin : 0px auto;
padding : 0;
background:#2d2d2d;
font-size:0.8em;
}

a:link {
  color:#000;
  text-decoration:underline;
  }
a:visited {
  color:#333;
  text-decoration:underline;
  }
a:hover {
  color:#5588aa;
  text-decoration:none;
}
a img {
  border-width:0;
  }

/*container*/

#wrap
{
	width: 100%;
	min-width: 800px;
	margin-left: 0;
	margin-right: 0;
	text-align: center;
	background:#2d2d2d url(images/back.jpg) repeat-y;
}


#wrapper {
margin : 0 auto;
width:760px;

}

/*topmenu*/
/* TOP MENU */

#topmenu
{
background:#3c3c3c;
width:760px;
height:40px;
font-family:verdana;
text-transform:uppercase;
font-size:.8em;
text-align:center;

}

#topmenu ul
{
	padding: 1em 1.5em 1em 1.5em;
	list-style: none;
}

#topmenu li
{
	display: inline;
	padding-right: 2em;

}

#topmenu a
{
	color: #fff;
	background-color: inherit;
	text-decoration:none;
	padding:10px;
	
}

#topmenu a:hover
{
background: #ebeee6;
color:#6d5239;
}

#topmenu .active a {
	background: #FFF;
	color: #000;
}


/** 
* Header
 **/

#header {
margin:0px;
padding:0px;
width:760px;
height:190px;
background:#fff url(images/head.jpg) no-repeat;
text-align:left;
}


#header h1{
padding-top:15px;
padding-left:130px;
font-size:2.5em;
color:#333;
font-weight:bolder;
/* background-color:#fff; */
}

#header a {
  color:#666666;
  text-decoration:none;
  }

#header a:hover {
  color:#666666;
  }

#header .description {
  margin:0 5px 5px;
  padding:20px 125px 15px;
  max-width:700px;
  text-transform:uppercase;
  letter-spacing:.1em;
  line-height: 1.4em;
  font-size:10px;
  font-weight:bold;
  font-family:'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
  color: #333;
/* background-color:#fff; */
 }

#header img {
  margin-left: auto;
  margin-right: auto;
}

/* 
content
----------------------------------------------- */
#content {
  width: 760px;
  margin:0 auto;
/*   padding:10px; */
  text-align:left;
  font: normal normal 100% 'Trebuchet MS', Serif;
	background:#EFEFEF;
  }

#main {
  width: 500px;
  float: right;
  word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
  }

#sidebar {
  color:#353535;
  width: 220px;
  float: left;
  word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  overflow: hidden;      /* fix for long non-text content breaking IE sidebar float */
}

#rsidebar {
  color:#353535;
  width: 220px;
  float: right;
  word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  overflow: hidden;      /* fix for long non-text content breaking IE sidebar float */
}

#sidebar h2 {
	font-size: 100%;
	width:98%;
	color: #000;
	border:1px solid #ccc;
	padding-top:2px;
	padding-bottom:2px;
	}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 4px;
	color: #000;
}

#sidebar li li {
	margin-bottom: 0;
	padding-left: 1em;
}

/*#sidebar a {
}

#sidebar a:link {
  color:#999999;
  text-decoration:none;
  }
#sidebar a:visited {
  color:#5588aa;
  text-decoration:none;
  }
#sidebar a:hover {
  color:#cc6600;
  text-decoration:underline;
}
#sidebar a img {
  border-width:0;
  }*/

/*---------------------------------
  body structure
---------------------------------*/
#centerbody {
	width: 100%;
}

#centerbody_forum {
	width: 100%;
}


#leftbody {
	width: 100%;
}

#rightbody {
	width: 100%;
}

/*---------------------------------
  block and menu
---------------------------------*/
#sidebar .block {
	margin-top:5px;
}

#sidebar .blockmenu
{
	width: 100%;
}

#sidebar .blockmenu ul
{	
	width: 100%;
	margin:0; 
	padding:3px;
/* 	font-size: 90%; */
}

#sidebar .blockmenu li
{	
	width: 100%;
	margin:0; 
	padding-bottom:2px;
}

#sidebar .blocktitle {
/* 	width:98%; */
/* 	color: #444; */
margin-top:25px;
margin-left:20px;
font-size:1.3em;

}

#sidebar .title {
	padding-top:1px;
	padding-bottom:1px;
/* 	padding-left:20px; */
	text-transform:uppercase;
	font-family: 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif;
	}


#sidebar .blockimg {
	padding: 0;
	margin: 0;
}


#sidebar .inside {
	float: right;
}
	

#sidebar .blockcontent {
	margin: 3px;
	padding: 5px 5px 0px 5px;
}
#sidebar .blockfooter {
width:99%;
height:10px;
border-bottom:1px dotted #ccc;
}


/* Headings
----------------------------------------------- */
h1, h2 {
	margin-bottom: 20px;
	font-weight: normal;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
	line-height: 1.4em;
  	text-transform:uppercase;
  	letter-spacing:.2em;
  	color:#999999;
}

h3, h4, h5, h6 {
	font-size: 120%;
}

h4 {
	font-style: italic;
}

h3 {
	font-weight: bold;

}

h5 {
text-decoration:underline;
}


/*---------------------------------
  searchpan
---------------------------------*/


#searchpan {
	text-align:right;
	font-size: 90%;
	line-height: normal;
	height: 55px;
	width: 99%;
	
}

#searchpan .inputext {
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
background-color: #FFF;
border:1px solid black;
 color: #000;
}

#searchpan .buttons {
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 background-color: #000;
border:1px solid #fff;
 color: #FFF;
}

.slink a:link{
	text-decoration: underline;
	color: #000;
}

.slink a:active{
	text-decoration: underline;
	color: #000;
}

.slink a:visited{
	text-decoration: underline;
	color: #000;
}

.slink a:hover{
	text-decoration: none;
	color: #0000CC;
}

/*footer*/
#footer {
background:#fff url(images/foot.gif);
font-size:10px;
width:760px;
height:88px;
clear : both;

}

#footer p
{color:#fff;
padding-top:10px;
margin-left:25px;
text-align:center;
}


#footer a 
{
color:#fff;
}







/*---------------------------------
  sections
---------------------------------*/
.section {
  margin:.5em 0 1.5em;
  border-bottom:1px dotted #cccccc;
  padding-bottom:1.5em;

}

.section h1 {
  margin:.25em 0 0;
  padding:0 0 4px;
  font-size:140%;
  font-weight:normal;
  line-height:1.4em;
  color:#2d2d2d;
/* border:1px solid black; */
}

.section h1 a, .section h1 a:visited, .section h1 strong {
  text-decoration:none;
  color:#000;
  font-weight:normal;
}

.section h1 strong, .section h1 a:hover {
  color:#333333;
}

.sectioncontent {
	  margin:0 0 .75em;
	  line-height:1.6em;
}



/*---------------------------------
  flatnuke elements
---------------------------------*/

.motd {
/* display:none; */
	width: auto;
	padding: 5px;
/* 	text-align: justify; */
/* 	line-height: 1.4em; */
	/*background: #ffffff;*/
}

.comment {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: #d5d6d7;
}

.comment img {
	display:none;
}

.footnews {
	margin: .75em 0;
	color:#999999;
	text-transform:uppercase;
	letter-spacing:.1em;
	font: normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
	line-height: 1.4em;
}

.footnews a:link {
	color: #000;
}

.footnews a:active {
	color: #000;
}
.footnews a:visited {
	color: #333;
}

.footnews a:hover {
	color:#5588aa;
	text-decoration:underline;
}

.footnews img {
	display:none;
 }

.footnews blockquote {
  margin:1em 20px;
  }
.foornews blockquote p {
  margin:.75em 0;
  }

/*---------------------------------
  common html elements
---------------------------------*/

font {
	font-size: 100%;
}


td, th {
	font-size: 100%;
	background-color: #fff;
}

table {
	font-size: 100%;
	background-color: #fff;
}

img {
	border: none;
}

hr {
	height: 1px;
	color: #ccc;
	background-color: transparent;
}


li {
	margin-bottom: 0px;
}

dt {
	font-weight: bold;
}

dt a {
	text-decoration: underline;
}

dd {
	line-height: 1.5em;
	margin-bottom: 1em;
}
dd a {
	text-decoration: underline;
}

dd.link a {
	text-decoration: none;
	color: Black;
}

fieldset {
	border: 1px solid #999999;
	margin: 2em 0em 1em 0em;
	padding: 10px;
}

legend {
	background: #999999;
	color:#fff;
	padding: 0.5em;
}

form {
	margin: 15px;
	padding: 0;
	border: 1px solid #EFEFEF; 
/*  	background-color: #111; */
}

input {
	padding: 2px;
	border: 1px solid #EFEFEF;
	font: normal 1em Verdana, 'Trebuchet MS', Tahoma, sans-serif;	
	color: #666666;
	border: 1px solid #444;

}
textarea {
	width: 280px;
	padding:2px;
	border: 1px solid #EFEFEF;
	font: normal 1em Verdana, 'Trebuchet MS', Tahoma, sans-serif;
	height:100px;
	display:block;		
	color: #666666;
}


select {
	border: 1px solid #000;
	font-size: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

abbr, acronym, .explain {
	border-bottom: 1px dotted #cc6600;
	color: #333;
	background-color: transparent;
	cursor: help;
}

q {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 100%;
	color: #000;
	background-color: #fff;
}


code {
	font-size: 120%;
	color: Black;
	background-color: #f9f9f9;
}

pre {
	font-size: 110%;
	padding: 1em;
	border: 1px dashed #666;
	color: #000000;
	background-color: #f9f9f9;
}

.netscape4 {
	display: none;
}

.clr {
	clear: both;
}

.noul {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	list-style-type: none;
	list-style-image: none;
}

/*Sovrascrittura di calendario*/
.heading {
	background-color: #ccc;
}
