/*#############################################################
Theme 4 Flatnuke
Name: contrast_WB_I
ver: 1.5
Made for FN by Alfredo Cosco (orazio.nelson(at)gmail.com)
code reuse from FlatNuke standard theme flatcry

Look for other themes: http://tt4fn.netsons.org

LICENCE: GNU-GPL
#############################################################*/
/*---------------------------------
  general page settings
---------------------------------*/

html, body {
	background: #ffffff;
	margin: 0;
	padding: 0;
	font-family: Verdana, Sans-Serif;
	color: #000000;
	text-align: center;
	font-size: 18px;
}

/*---------------------------------
  logo
---------------------------------*/

#topmenu {
	width: 100%;
	height: 94px;
	border:2px solid #000;
}

#topmenu h1{
color: #000;
font-size:45px;
margin-left:40px;
}

/*---------------------------------
  block menu
---------------------------------*/

.blockmenuc {
	width: 100%;
	list-style: none;
	border: 1px solid #000;
	margin-bottom: 20px;
}

.blockmenu a {
	display: block;
	text-decoration: none;
	padding: 10px 20px 10px;
	letter-spacing: 2px;
	border-bottom: 1px solid #000;
	background: url("images/menu.png") left no-repeat;
	font-weight: bold;
	color: #000000;
	margin-top:1px;
}

.blockmenu a:link {
	color: #000000;
}

.blockmenu a:hover {
	color: #fff;
	background-color:#000;
	text-decoration: none;
	letter-spacing: 2px;
	border-bottom: 1px solid #000;
	margin-top:1px;
}

.blockmenu .mysel a {
	color: #fff;
	background-color:#000;
	font-weight: bold;
	letter-spacing: 2px;
	border-bottom: 1px solid #000;
	margin-top:1px;
}

.mysel a:visited {
	color: #fff;
}

/*---------------------------------
  body structure
---------------------------------*/

#tema {
	background: #ffffff;
	width: 96%;
	min-width: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#outer {
	width: auto;
}

#inner {
	margin: 0;
	width: 1000px;

}

#leftbody,
#rightbody {
 	width:250px;
	float: left;
	position: relative;
	margin-left: 10px;
	display: inline;
	margin-top: 20px;
}

#centerbody {
 	width: 700px;
	min-width:400px;
	float: left;
	position: relative;
	margin-left: 10px;
	padding-right: 4px;
 	display: inline;
}

#centerbody_forum {
	width: 72%;
	float: left;
	position: relative;
	margin-left: 3%;
	padding-right: 1%;
	display: inline;

}

/*---------------------------------
  blocks
---------------------------------*/

.block {
	border: 1px solid #000;
}

.blocktitle {
	margin-bottom: 5px;

}

.blocktitle .inside {
	float: right;
	padding: 0px;
	margin: 0px;
	width: 23px;
}
	
.blocktitle .title {
	font-family: arial,sans-serif;
	font-size: 110%;
	font-weight: bold;
	padding-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
	border-bottom: 1px solid #000000;
	color: #000000;
	
}

.blockcontent {
	margin: 3px;
	color: #000000;
	font-size: 100%;
	padding: 15px;
	padding-bottom:30px;

}

.blocktop {
	border-top:1px solid #ffffff;
	border-bottom:1px solid #000;
}

/*---------------------------------
  sections
---------------------------------*/

.section h1 {
	padding-top: 3px;
	width: 100%;
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Sans-Serif;
	margin-bottom: 10px;
	border-bottom: 1px solid #000000;
	letter-spacing: 1px;
}

.section {
	margin-top: 5px;
	padding: 5px;
	text-align: justify;
	color: #000000;
}

.section span {
	font-size: 100%;
}

.sectioncontent {
	width: 100%;
}

/*---------------------------------
  flatnuke elements
---------------------------------*/

.motd {
	width: auto;
	padding:5px;
	border-top:1px solid #000;
	text-align: justify;
}

.comment {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: #d5d6d7;
}

.footnews {
	margin-top: 15px;
	padding: 5px;

	border-top: 1px solid #000;
}

.footnews a:link {
	color: #686868;
}

.footnews a:active {
	color: #686868;
}
.footnews a:visited {
	color: #686868;
}

.footnews a:hover {
	color: #0072ff;
}

#footer {
	color: #000000;
	width: 100%;
	min-width: 500px;
	text-align: center;
	margin-top: 2px;
	padding-top: 20px;
	padding-bottom: 10px;
}

/*---------------------------------
  common html elements
---------------------------------*/

font {

}

a:visited, a:link, a:active {
	text-decoration: underline;
	color: #000;
}

a:hover {
	text-decoration: none;
	background-color: #000;
	color: #fff;
}

td, th {

}

table {
	font-size: 100%;
}

img {
	border: none;
}

hr {
	height: 1px;
	color: #000;
	background-color: transparent;
}

h1, h2, h3, h4, h5, h6 {
	padding: 1px;
	text-align: left;
	font-weight: bold;
}

ul {
	line-height: 1.5em;
	list-style-type: square;
}

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 solid #000;
	margin: 2em 0em 1em 0em;
	padding: 1em 0em;
}

legend {
	background: White;
	padding: 0.5em;
}

form {
	border: none;
	margin: 0;
}

textarea {
	border: 1px solid #000;
	color: Black;
	background-color: #ffffff;
	width: 100%;
	padding: 1px;
	font: 1em Verdana, Sans-Serif;
}

input {
	border: 1px solid #000;
	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: Black;
	background-color: transparent;
	cursor: help;
}

q {
	font-family: Verdana, Sans-Serif;
	font-style: italic;
	font-size: 120%;
}

blockquote {
	font-family: Verdana, Sans-Serif;
	padding: 1em 1em 1em 3em;
	color: #000;
	font-weight:bold;
}

code, pre {
	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*/
.calendar {
font-size:18px;
}

.heading {
	background-color: #fff;
}

