/*#############################################################
Theme 4 Flatnuke
Name: Convergence
ver: 1
03-01-2008
Adapted for FN by Alfredo Cosco (orazio.nelson(at)gmail.com)
from convergence by Free CSS Templates: http://www.freecsstemplates.org 
Released for free under a Creative Commons Attribution 2.5 License

Look for other FN themes: http://tt4fn.netsons.org
#############################################################*/

/*---------------------------------
  general page settings
---------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #F5F5F5 url(images/img01.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #8A7F7F;
}


/*---------------------------------
  menu
---------------------------------*/


#portalTabs {
 float:right;
}

#portalTabs ul {
	margin: 0;
	padding: 50px 0 0 0;
	list-style: none;
	line-height: normal;
}

#portalTabs li {
	display: inline;
	padding-left: 20px;
}

#portalTabs ul li a {
	text-transform: lowercase;
	text-decoration: none;
	font-weight: bold;
}

#portalTabs ul li.selected a {
color: #ecf9ff;
background-color:#e67e1f;
}

#portalTabs li a:hover { 
	text-decoration: underline;
}

/*---------------------------------
  block menu
---------------------------------*/

.blockmenuc {
	width: 200px;
	list-style: none;
	margin-bottom: 20px;
	margin-left:0;
}

#blockmenuh2 {
	text-align:center;
	letter-spacing: normal;
	font-size: 1.4em;
 	margin-bottom: 0;
	text-transform: lowercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #549DC7;
	border:1px dashed #549DC7;
}

.blockmenu li {
text-align:left;
padding-left:0;
padding-top:0;
padding-bottom:0;
border-bottom:1px solid #eaeada;
overflow:hidden;

}


.blockmenu a {

background-image: url(images/bulletg.png);
background-repeat:no-repeat;
background-position:left center;
display:block;
background-color:#ffffff;
line-height:1.7em;
margin-right:0px;
padding-top:6px;
padding-bottom:6px;
padding-left:22px;
color: #666666;
font-weight:normal;
font-size: 11px;
text-decoration: none;
border-right:4px solid #549DC7; 


}

.blockmenu li a:hover {
background-image: url(images/bulleth.png);
background-repeat:no-repeat;
background-position:left center;
color: #37210c;
border-right:4px solid #fff; 
background-color:#CEE7F5;
}

.blockmenu .mysel a {
background-image: url(images/bullet.png);
background-repeat:no-repeat;
background-position:left center;
color: #37210c;
background-color:#f7f7f2;
}

/*----------------------------
General container
------------------------------*/

#convergencetema {
	width: 100%;
	min-width: 950px;
	margin-left: 0;
	margin-right: 0;
	text-align: center;
}

/*---------------------------------
  body structure
---------------------------------*/

/* Header */

#header {
	width: 980px;
	height: 90px;
	margin: 0 auto;
}

/* Logo */

#logo {
 	float: left;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 0;
}

#logo h1 {
 	padding-top: 25px;
}

#logo h1 a:hover {
	text-decoration: none;
	background: none;
}

#logo h2 {
 	padding: 0 0 0 7px;
	letter-spacing: normal;
	font-size: 11px;
}


#outer {
		width: 980px;
	margin: 0 auto;
	background: url(images/img02.gif) repeat-y;

}

#inner {
	margin: 0;
	width: 100%;
}

#leftbody,
#rightbody {
	float: left;
	width: 200px;
	padding-top: 20px;
}

#leftbody .blocktitle {
text-align:right;
background: url(images/img05.gif) no-repeat;
}

#rightbody .blocktitle {
text-align:left;
background: url(images/img06.gif) no-repeat;
padding-left:15px;
}



#centerbody {
	float: left;
	width: 580px;
}

#centerbody_forum {
	width: 72%;
	float: left;
	position: relative;
	background-color:#fff;
}

/*---------------------------------
  blocks
---------------------------------*/

.block {
}

.blocktitle {
	margin: 0;
}

.blocktitle .inside {
	float: right;
	padding: 0px;
	margin: 0px;
	width: 23px;
}
	
.blocktitle .title {
	letter-spacing: normal;
	font-size: 1.4em;
	margin-bottom: 1em;
	text-transform: lowercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #549DC7;
}

.blockcontent {
	text-align:left;
	color: #000000;
	font-size: 11px;
 	padding: 10px;
	padding-bottom:30px;
}

.blocktop {
	border-top:1px solid #ffffff;
}

.blockfooter {
	height: 12px;
}

/*---------------------------------
  sections
---------------------------------*/

.section h1 {
	padding-top: 3px;
	width: 100%;
	color: #e67e1f;
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana, Sans-Serif;
	margin-bottom: 10px;
	border-bottom: 1px solid #e67e1f;
	letter-spacing: 1px;
}

.section {
	padding: 5px;
	font-size: 12px;
	text-align: justify;
	color: #000000;
	background: url(images/img10.gif) left center no-repeat;
}

.section span {
	font-size: 100%;
}

.sectioncontent {
	width: 100%;
}

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

.motd {
	width: auto;
	font-size: 12px;
	padding:5px;
	border-top:1px solid #cccccc;
	text-align: justify;
	padding: 20px;
	background: url(images/img10.gif) repeat-x;
}

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

.footnews {
	margin-top: 15px;
	padding: 5px;
	font-size: 11px;
	border-top: 1px solid #cccccc;
}

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

.footnews a:active {
	color: #686868;
}
.footnews a:visited {
	color: #686868;
}

.footnews a:hover {
	color: #0072ff;
}

#footer {
	width: 980px;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
	font-size: 10px;
	background: url(images/img09.gif) no-repeat;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
}


/*---------------------------------
  common html elements
---------------------------------*/
h1, h2, h3,h4,h5,h6 {
	margin-bottom: 1em;
	text-transform: lowercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #549DC7;
}

h1 a, h2 a, h3 a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: underline;
}

h1 {
	letter-spacing: -2px;
}

h2 {
font-weight: normal;
text-transform: uppercase
}

h3,h4,h5,h6 {
	padding: 1px;
	text-align: left;
	font-size: 16px;
}

h3
{ 
font-style: italic;
}

h4
{ 
text-decoration:underline;
}

h5, h6
{ 
}

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 180%;
}

ul, ol {
	margin-left: 3em;
}



a {
	text-decoration: none;
	color: #E58C43;
}

a:hover {
	background: #CEE7F5;
	text-decoration: underline;
	color: #549DC7;
}
	
font {
	font-size: 12px;
	line-height:1.6em;
}


td, th {
	font-size: 11px;
}

table {
	font-size: 100%;
}

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 #cccccc;
	margin: 2em 0em 1em 0em;
	padding: 1em 2em;
}

legend {
	background: #549DC7;
	padding: 0.5em;
}

form {
	border: none;
	margin: 0;
}

textarea {
	border: 1px solid #cccccc;
	color: Black;
	background-color: #ffffff;
	width: 100%;
	padding: 1px;
	font: 1em Verdana, Sans-Serif;
}

input {
	border: 1px solid #cccccc;
	margin:5px;
	background-color:#ffffff;
	font-family: Verdana, Sans-Serif;
}

select {
	border: 1px solid #000;
	font-size: 12px;
	font-family: Verdana, Sans-Serif;
}

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

q {
	font-family: Verdana, Sans-Serif;
	font-style: italic;
	background-color: #549DC7;
}


blockquote {
	margin-left: 3em;
	margin-right: 3em;
	padding: 1em 1em 1em 3em;
	background: #eeeeee url("images/quote.png") top left no-repeat;
	color: #696969;
}

code, pre {
	font-size: 12px;
	color: Black;
	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 {
	padding: 5px 0;
	background: #F9F3DF;
	border-bottom: 1px solid #CCCC99;
	color: #E58C43;
	font-size: 12px;
}

.day {
	padding: 5px 0;
	border-right: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	font-size: 12px;
}

.currDay {
	padding: 5px 0;
	color:  #E58C43;
	background-color: transparent;
	border: 1px solid #AAAAAA;
	font-weight: bold;
	font-size: 12px;
}
