/**
* @name EnsoZen 
* @version 1.0
* @author Alfredo Cosco 
*
* http://creativecommons.org/licenses/by-nc-sa/3.0/deed.it
*/
/*---------------------------------
  body settings
---------------------------------*/

html, body {
	background: #F8F8FF url('images/EnsoZen.png') 1% 1% no-repeat fixed;
	top:0;
	margin: 0;
	padding: 0;
	font-family: "verdana", georgia, verdana, tahoma, helvetica, arial, sans-serif;
	font-size:12px;
	color: #203A51;
	text-align: center;
line-height:14px;
}
/*----------------------------
General container
------------------------------*/

#zentema {
	/*background: #fff;*/
	width: 100%;
	min-width: 800px;
	margin-left: 0;
	margin-right: 0;
	text-align: center;
	background: url("images/bg.png") repeat-x left top;
}

/*---------------------------------
  header
---------------------------------*/
#header {
	/*float: left;*/
	font-family: "Helvetica", Arial,Verdana, sans-serif;
	position:relative;
	top: 0;
	width: 800px;
	min-width:800px;
	line-height: normal;
	height: 02px;
	margin-left: auto;
	margin-right:auto;

	}

#logo {
	font-family: "verdana", Arial, Helvetica, sans-serif;
	line-height: normal;
/* 	border:1px solid red; */
}



#logo h1 {
	float:left;
	width: 60%;
	margin: 0 50px;
	position:relative;
	letter-spacing:12px;
	color:#005DB3;
	font-style:italic;
	font-size: 40px;
/* 	border:1px solid white; */
}
#logo h6 {
	float:right;
	margin-top: 0;
}

#searchpan {
	text-align:right;
	float: right;
	position: relative;
	line-height: normal;
	font-size:10px;
}

#searchpan input {
	margin: 2px;
}

/*---------------------------------
  menu
---------------------------------*/
#menu {
padding-top:10px;
}

#portalTabs {
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: normal;
	height:40px;
background: url("images/left.png") repeat left top;	
border:0px solid red;
	font-family: "verdana", Arial, Helvetica, sans-serif;

}

#portalTabs ul {
	padding:0;
	margin:0 auto;
	list-style: none;
	height:40px;
	border:0px solid red;
	
}

#portalTabs li {
	float: left;
	display: block;	
	padding:7px 10px 0 10px;
	height:33px;
border:0px solid black;

}

#portalTabs li a {
	text-decoration: none;
	font-weight: bold;
	color: #284966;
}

#portalTabs li img {
	padding-top:-15px;
}

#portalTabs a {
	float: none;
}

#portalTabs li.selected {
background: #284966 url("images/pointer.png") no-repeat 50% 80%;
height:38px;
}

#portalTabs li.selected a {
	color: #FFF;
	padding-bottom: 0;
}

#portalTabs li a:hover { 
	color: #CAE1FF;
}


/*---------------------------------
  body structure
---------------------------------*/
#outer {
	position:relative;
	top:0;
	background: url("images/bg_outer.png") repeat-y;
	width: 836px;	
	margin-top:0;
	margin-left:auto;
	margin-right:auto;	
border:0px solid black;
}

#inner {
	margin-top:0;
	margin-left: auto;
	margin-right:auto;
	width: 800px;
border:0px solid red;
}

#centerbody {
margin-top: 4px;
	width: 590px;
	float: left;
	position: relative;
	margin-left: 3px;
	margin-right: 1px;
border: 0px solid red;
	display: inline;
}

#rightbody {
	width: 190px;
	float: right;
	position: relative;
	display: inline;
	margin-top: 0px;
border: 0px solid black;
}


#centerbody_forum {
	width: 69%;
	float: left;
	position: relative;
	margin-left: 3%;
	padding-right: 1%;
	display: inline;

}

/*---------------------------------
  blocks
---------------------------------*/

.block {
	background: url("images/blockimg.png") repeat-y top right;
	border-left: 4px double #005DB3;
	text-align:left;
	line-height:15px;
}

.blockimg {
	padding: 0;
	margin: 0;
}

.blocktitle {
	height: 25px;
	margin-bottom: 5px;
}

.blocktitle .inside {
	float: right;
	padding: 0px;
	margin: 0px;
	width: 23px;
	height: 25px;
}
	
.blocktitle .title {
	font-family: "verdana", georgia, arial,sans-serif;
	font-size: 140%;
	font-weight: bold;
	padding-top: 5px;
	margin-left: 2px;
	margin-right: 15px;
	border-bottom: 3px groove #284966;
	color: #284966;
}

.blockcontent {
	margin: 3px;
	color: #284966;
	font-size: 110%;
	padding: 5px 5px 0px 5px;
}

.blockfooter {
	height: 20px;
	padding-top: 5px;
	border-bottom: 1px solid #284966;
}

/*---------------------------------
  sections
---------------------------------*/

.section h1 {
	padding-top: 3px;
	width: 100%;
	color: #005DB3;
	font-size: 16px;
	font-weight: bold;
	font-family: "verdana", georgia, Arial, Helvetica, sans-serif;
	margin-bottom: 12px;
	border-bottom: 2px solid #36648B;
	letter-spacing: 1px;
	line-height:26px;
}

.section {
	margin-top: 5px;
	padding: 5px;
	font-size: 12px;
	text-align: justify;
	color: #005DB3;
}

.section span {
	font-size: 100%;
}

.sectioncontent {
	width: 100%;
}

/*---------------------------------
  flatnuke elements
---------------------------------*/

.motd {
	width: auto;
	padding: 10px;
	text-align: justify;
	color:#005DB3;
	/*background: #303030;*/
}

.motd a:visited, .motd a:link, .motd a:active {
	text-decoration: underline;
	color: #396891;
}

.motd a:hover {
	text-decoration: none;
	color: #284966;
}
.comment {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: #d5d6d7;
}

.footnews {
	font-family: "verdana", georgia, verdana, tahoma, helvetica, arial, sans-serif;
	margin-top: 15px;
	padding: 5px;
	font-size: 12px;
	border-top: 1px solid #284966;
}

.footnews a:link {
	color: #284966;
}

.footnews a:active {
	color: #284966;
}
.footnews a:visited {
	color: #000;
}

.footnews a:hover {
	text-decoration:none;
	color: #000066;
}

#themeby {
	color: #fff;
	width: 800px;
	height:20px;
	text-align: right;
	font-size: 10px;
	background: #284966;
}

#themeby a {
	color: #fff;

	}

#footer {
	color: #284966;
	width: 800px;
	min-width: 500px;
	text-align: center;
	font-size: 10px;
	background: url("images/bg3.png") repeat-x top;
	margin-top: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}

/*---------------------------------
  common html elements
---------------------------------*/

font {
	font-size: 11px;
}

a:visited, a:link, a:active {
	text-decoration: underline;
	color: #284966;
}

a:hover {
	text-decoration: none;
	color: #396891;
}

td, th {
	font-size: 100%;
	border-right: 1px solid #284966;
	border-bottom: 1px solid #284966;
}

table {
	font-size: 100%;
	border-top: 4px double #284966; 
}

img {
	border: none;
}

hr {
	height: 1px;
	color: #ccc;
	background-color: transparent;
}

h1, h2, h3, h4, h5, h6 {
	padding: 1px;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	color: #284966;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #284966 ! important;
}

h1 {
	font-size: 120%;
	height:27px;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 140%;
	border-bottom: none;
	font-weight: bold;
}

h4 {
	font-size: 120%;
	border-bottom: none;
	font-weight: bold;
}

h5 {
	font-weight: bold;
}

h6 {
	font-size: 80%;
	border-bottom: none;
	font-weight: bold;
}

ul {
	line-height: 1.5em;
	list-style-type: square;
	list-style-image: url("images/bullet.png");
}

ol {
	line-height: 1.5em;
	margin: 0.5em 0 0 2em;
	padding: 0;
}

ul a, ol a {
	text-decoration: underline;
}

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 dashed #284966;
	margin: 2em 0em 1em 0em;
	padding: 1em 1em 1em 1em;
}

legend {
	background: #CAE1FF;
	color:#000;
	padding: 0.5em;
}

form {
	border: none;
	margin: 0;
}

textarea {
	border: 1px inset #284966;
	color: Black;
	background-color: #ffffff;
	width: 100%;
	font: 1em "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
	margin: 5px;
}

input {
	border: 1px inset #284966;
	background-color:#ffffff;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 5px;
}

select {
	border: 1px inset #284966;
	font-size: 12px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 5px;
}

abbr, acronym, .explain {
	border-bottom: 1px dashed #284966;
	color: #203A51;
	cursor: help;
}

q {
	font-family: georgia, Times, "Times New Roman", serif;
	font-style: italic;
	font-size: 120%;
	color: #284966;
	background-color: #CAE1FF;
}

blockquote {
	font-family: georgia, Times, "Times New Roman", serif;
	font-style: italic;
	font-size: 120%;
	background-color: #FFFFC0;
	padding:15px;
}

code {
	display:block;
	padding:15px;
	font-family: Monospace;
	font-size: 100%;
	color: Black;
	text-align:left;
	background-color: #f9f9f9;
}

pre {
	font-size: 90%;
	padding: 1em;
	border: 1px dashed #284966;
	color: #284966;
	background-color: #FFFFC0;
}

.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: #FFFFC0;
}

