* {
    margin: 0;
    padding: 0;
}
body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	color: #9d9a95;
	background-color: #FFFFFF;
	background-image: url(imgs/bg.jpg);
	background-repeat: repeat;
	margin-bottom: 0px;
}
#sommario {
	display: inline;
}
div, p, img, a, td, ul, ol {
    font-size: 1em;
}
#topbox {
	top: 5px;
	width: 230px;
	position: absolute;
	left: 600px;
	height: 100px;
	color: #CC6600;
	font-size: 100%;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}

b {
	color: #DEB67A;
}


ol {
    margin-left: 1em;
    padding-left: 1em;
}
ol li {
    margin-left: 1em;
    padding: 0 0 .5em.3em;
    list-style: decimal;
}
/* ---[ links ]------------------------------- */

a:link {
	color: #CC6600;
	text-decoration: none;
	background-color: transparent;
	}
a:visited {
	color: #CC6600;
	text-decoration: none;
	background-color: transparent;
	}
a:hover {
	color: #9D9A95;
	}
a.more {
	padding-right: 7px;
	background: url(../img/more-blue.gif) no-repeat 100% 5px;
	background-color: #9D9A95;
	}

/* ---[ common elements ]--------------------- */

p {
	margin: 1em 0 1em;
	padding: 0;
	}
h1 {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 150%;
	font-weight: normal;
	padding: 0;
	margin: 0;
	color: #9D9A95;
	}
h2 {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 150%;
	font-weight: normal;
	padding: 0;
	margin: 0 0 1em 0;
	color: #CC6600;
	background-image: url(imgs/bgh.gif);
	background-repeat: repeat-y;
	}
h3 {
	margin: 1.5em 0 0 0;
	padding-bottom: 2px;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #EAC994;
	background-image: url(/imgs/dotbig.gif);
	background-color: transparent;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAC994;
	}
h3 a:link, h3 a:visited {
	font-size: 110%;
	text-decoration: none;
	border-bottom: none;
	color: #EAC994;
	}
h3 a:hover {
	color: #CC9900;
	}
h4, h5 {
	margin: 1.5em 0 0 0;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #FFFFFF;
	}
h1 span, h2 span, h3 span {
	color: #ED0608;
	}

p { padding: 0 0 1em; }

a, a:link {
    text-decoration: none;
    color: #ED0608;
}
a:visited { color: #ED0608; }
a:hover { color: #FFFFFF; text-decoration: none;}
a:active { color: #ED0608; text-decoration: none;}


a img, img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #ED0608;
	border-right-color: #ED0608;
	border-bottom-color: #ED0608;
	border-left-color: #ED0608;
}

ul {
    list-style: none;
    margin: 0 0 20px 1em;
}
li {
    list-style: none;
    padding-left: 1em;
    margin-bottom: 3px;
}


.clear {
    clear: both;
    height: 1px;
    margin: -1px 0 0;
    font-size: 1px;
}


#page {
	width: 900px;
	text-align: left;
	background-repeat: repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 2px solid #FFFFFF;
	background-color: #fbf5e8;
}

#content {
	float: left;
	text-align: left;
	width: 700px;
	padding: 0;
	line-height: 1.5em;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	color: #9d9a95;
}
#content h3 {
	color: #9d9a95;
	height: 32px !important; /* for most browsers */
	height /**/:57px; /* for IE5/Win */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

/* Special text formatting
------------------------------------------------------------------------------- */


blockquote {
    margin: 0 0 0 30px;
    padding: 10px 0 0 20px;
    font-size: 88%;
    line-height: 1.5em;
    color: #666;
    background: url(imgs/quotes.gif) no-repeat top left;
}

blockquote p { margin-top: 0; }

blockquote cite {
	margin: 5px 0 0;
	display: block;
}
code {
	font: 1em/2.5em 'Courier New', Courier, monospace;
	color: #444;
	white-space: pre;
    width: 350px;
    height: auto;
	overflow: auto;
    display: block;
    border: 1px solid #999;
    border-width: 2px 0;
    padding: 1em;
    margin: 0 0 1em 0;
    background-color: #fafafa;
}
li code { width: 330px }

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dotted #3f3f3f;
}

.center { text-align: center;}
.alignright { float: right; }
.alignleft { float: left; }

hr {
	display: none;
	color: #99CC00;
}


.error, .message {
    padding: 12px;
    background-color: red;
    color: #fff;
}
.message {
    background-color: green;
}

/* Header
------------------------------------------------------------------------- */

#header {
	position: relative;
	background-repeat: repeat-y;
	background-position: left top;
	height: 50px;
	background-color: #fbf5e8;
	background-image: url(imgs/headerbg.gif);
	padding: 8px;
}

#header h1 {
	margin: 0;
	color: #EDC893;
	text-shadow: #81A75B 2px 2px 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 70px;
	font-style: italic;
	font-weight: bold;
	font-size: x-large;
	background-repeat: no-repeat;
	background-position: left top;
	height: 45px;
}
#header h1 a {
    text-decoration: none;
    border-bottom: none;
    color: #9d9a95;
}
#header h1 a:hover {
    color: #E6CC8F;
    text-shadow: #fff 0 0 4px;
}

/* Flex Search Form styles--------------------- */

.FSF_input {
	color: #111;
	width: 55%;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	border: 1px solid #FFFFFF;
	background-color: #f6f6f6;
	background-image: url(imgs/footer.gif);
	background-repeat: repeat;
   }
	
	.FSF_input:focus {
	border: 1px solid #CC6600;
	color: #990000;
	background-color: #fff;
	background-image: url(imgs/chiaro.gif);
	background-repeat: repeat;
   }

.FSF_submit, .FSF_submit:focus {
	margin-left: 5px;
	height: 22px;
	width: 22px;
	border: 0;
	text-indent: -9999px;
	cursor: pointer;
	background-image: url(imgs/search.gif);
	background-repeat: no-repeat;
    }
    
.submit:hover, .FSF_submit:hover {
	height: 22px;
	width: 22px;
	border: 0;
	cursor: pointer;
	background-image: url(imgs/searchover.gif);
	background-repeat: no-repeat;
    }
	
	/*---Post ----*/
	
	#RightPost {
	margin-bottom: 2px;
	margin-left: 2px;
	padding: 5px;
	}
#summaryPost {
	padding: 5px;
	margin-bottom: 2px;
}
#summaryPost h3 {
	color: #EAC994;
	height: 52px!important; /* for most browsers */
	height /**/:57px; /* for IE5/Win */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 60px;
	background-image: url(imgs/bgsummaryh3.gif);
	background-repeat: no-repeat;
	}
	
	#summaryPost a:hover {
	color: #FFFFFF;
	}
#summaryPost a:link  {
	color: #EAC994;
	font-size: 100%;
	}
#summaryPost a:visited {
	color: #EAC994;
	font-size: 100%;
	}
#summaryPost a:hover {
	color: #FFFFFF;
	}
#summaryPost a:link  {
	color: #EAC994;
	font-size: 100%;
	}
#summaryPost h3 a:visited {
	color: #EAC994;
	font-size: 100%;
	}
    
.post {
	border-bottom: 1px solid #ddd;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1.5em;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1.5em;
	padding-left: 10px;
}

.post h3 {
    margin-top: 0;
    color: #EAC994;
}
.post ul li {
	background: url(imgs/tictac_orange.gif) no-repeat 0 6px;
	margin-left: 0em;
}



/* Related Links
------------------------------------------------------------------------- */
#navlist li {
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}


/* UserComments
------------------------------------------------------------------------- */
.comment {
    background-color: #EAC994;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding: 10px;
    overflow: hidden;
}
.commentAlt {
    background-color: #EAC994;
}
.commentAuthor {
    background-color: #EAC994;
}
.commentMe {
    background-color: #EAC994!important;
    padding-top: 5px;
}
.commentNum {
    font-family: Arial, sans-serif;
    font-size: 50px;
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    color: #EAC994;
    font-weight: bold;
    letter-spacing: -4px;
    z-index: 1;
}
.commentAlt .commentNum {
    color: #EAC994;
}
.commentMe .commentNum {
    color: #EAC994;
}
.commentAuthor .commentNum {
    color: #EAC994;
}
.commentTitle {
    position: relative;
    z-index: 10;
    color: #999;
}
.commentTitle span {
    text-transform: uppercase;
    font-size: 86%;
}
.commentTitle strong {
    color: #EAC994;
    font-size: 110%;
    text-transform: none;
    font-weight: normal;
    margin-right: 6px;
}
.comment .content {
    position: relative;
    z-index: 10;
}


/* Sidebar
------------------------------------------------------------------------- */

#sidebar {
	font-size: 130%;
	line-height: 1.5em;
	color: #9d9a95;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 700px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	background-repeat: repeat-y;
	background-color: #ebf1f4;
	background-image: url(imgs/bgnews.gif);
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

#sidebar h2 {
    padding: 25px 0 0 35px;
    color: #666;
    height: 32px !important; /* for most browsers */
    height /**/:57px; /* for IE5/Win */
}

#sidebar ul, #sidebar p {
    padding: 5px 15px 1em;
    margin-left: -5px;
}

#sidebar h3 {
	color: #CC6600;
	font-size: 140%;
	border: none;
	background-color: #ECCB98;
	background-repeat: repeat;
	background-position: left top;
	font-weight: bold;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-image: url(imgs/footer.gif);
	}
#sidebar h3 a:hover {
	color: #9d9a95;
	font-weight: bold;
	font-size: 140%;
	
	}
	#sidebar h3 a:link, h3 a:visited {
	font-size: 120%;
	text-decoration: none;
	border-bottom: none;
	color: #9d9a95;
	font-weight: bold;
	}

#sidebar h4 {
	color: #EAC994;
	font-size: 120%;
	border: none;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0;
	}
	#sidebar h4 a:hover {
	color: #EAC994;
	font-size: 120%;
	
	}
	#sidebar h4 a:link  {
	color: #CC6600;
	font-size: 120%;
	padding-left: 5px;
	
	}
	#sidebar h4 a:visited {
	color: #CC6600;
	font-size: 100%;
	
	
	}

#sidebar img {
	vertical-align: middle;
	}


/* Footer
------------------------------------------------------------------------- */
#footer {
	margin: 0px;
	font-size: 85%;
	color: #9d9a95;
	background-image: url(imgs/footer.gif);
	background-repeat: repeat;
	background-position: left bottom;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	height: 25px;
	text-align: center;
	vertical-align: bottom;
	border: 2px solid #FFFFFF;
}

#footer p {
	background-image: url(imgs/bottom_sash.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 20px;
}

#footer a {
	border-bottom: none;
	color: #FFFFFF;
	font-weight: bold;
}
/*---others---*/

fieldset {
    border: none;
}

legend {
	display: none;
}

/* images
------------------------------------------------------------------------------- */

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin: 0 auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
   /*MENU left*/

#menu li {
	list-style: none;
	background-repeat: no-repeat;
	background-position: 0 -1px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 22px;
	}

#menu li li {
	font-size: 1em !important;
	background-repeat: no-repeat;
	background-position: 0 -3px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 22px;
	}
	
#menu li li.here {
	font-size: 1em !important;
	background-image: url(imgs/button-here.gif);
	background-repeat: no-repeat;
	background-position: 0 -3px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 22px;
	}
	
#menu li li li {
	padding: 3px 0 2px 13px;
	font-size: 1em !important;
	background-image: url(imgs/button-yel.gif);
	background-repeat: no-repeat;
	background-position: 0 -3px;
	}

#menu ul {
	padding: 10px;
	margin: 5px;
	}

#menu ul ul {
	display:none;
	padding: 5px 10px 10px 0;
}

#menu li.here ul {
	display:block;
	padding: 3px 0 2px 13px;
	font-size: 1em !important;
	background-repeat: no-repeat;
	background-position: 0 5px;
  }
  
#menu ul ul ul {
	padding: 0 !important;
	margin: 0 0 -4px 0 !important;
	}

#menu a {
	font-size: .9em;
	text-decoration: none;
	}

#menu a:link {
	color: #CC6600;
	font-weight: normal;
	}

#menu a:visited {
	color: #CC6600;
	}

#menu a:hover, #links a:active {
	color: #9D9A95;
	}

/*top menu*/
#TopBar {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
}
#TopBar p {
	position: absolute;
	font-size: x-small;
	right: 0px;
	top: 0px;
	margin: 0;
}
#TopBar ul {
	margin: 0;
	padding: 0; /*26px 0 0 0;*/
}
#TopBar li {
	float: left;
	list-style-type: none;
	width:182px;
	height: 00px;
	font-size: x-small;
	color: #CC6600;
	font-weight: bold;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	border: 1px solid #FFFFFF;
	background-image: url(imgs/footer.gif);
	vertical-align: middle;
}
#TopBar li:hover {
	padding-top: 0px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(imgs/hover.gif);
	background-repeat: repeat;
}
* html #TopBar li a:hover {	padding-top: 3%;}
#TopBar li.here   {
	padding-top: 0px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(imgs/hover.gif);
}
#TopBar a {
	color: #FFFFFF;
	width:100%;
	display:block;
	text-decoration: none;
}
#TopBar a:hover {
	color: #FFFFFF;
	width:100%;
	display:block;
	text-decoration: none;
}
#TopBar li a {
	text-decoration: none;
	color: #FFFFFF;
}
#TopBar li a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#TopBar li a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#TopBar li a img {
	float: left;
	margin: 0 4px 0 0;
}

