/* -------  Layout CSS(   Centered Fixed Width) ------ */

#page {
	font-family: "Comic Sans MS", sans-serif,Helvetica, "Lucida Grande", "Lucida Sans Unicode", Verdana;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
	/* IE 5.5 hack */
	background: #FFFEF9;
	color:#333;
	width:800px;
}


#main {padding-left:35px;}
#content {float: left;width: 521px; padding-top: 40px;}

#nav {padding-left: 10px;}

#footer { margin: 8px 8px 8px 8px; }


/*----------------- Color CSS    ------------------------*/


body {
	background: #1B7334;
}
#rap {background: #ffffff;}
div.foot 
{
	background: #FFF;
	color: #000;
	border-top:1px solid#000;
}
#hmenu { background: #BAA99F;}
#hnav {
	background: #BAA99F;
}
acronym, abbr { border-bottom: #333; }
blockquote {border-left: #573D2E; color: #573D2E;}
.meta { color: #DCD3CE} 




/* --------     Core CSS ---------*/


a{text-decoration: none;}
a img { border: none; }
acronym, abbr { border-bottom: 1px dashed; }
acronym, abbr, span.caps { cursor: help; font-size: 90%; letter-spacing: .07em;}
blockquote { border-left: 1px solid #573D2E; border-bottom: 1px solid #573D2E; margin-left: 1.5em; padding-left: 5px;}
cite { font-size: 90%; font-style: normal; }
#header a { color: #F2EEEC; text-decoration: none; }
#header a:hover { text-decoration: none; }
h1 { margin: 0; padding: 20px; text-align: right; }
#hidden {display:none;}

h2 {font: 100% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
  letter-spacing: 0.2em; margin: 0 20px 20px 0; padding: 20px 0 0 0; }
h2#tagline {margin:0; margin-right: 25px; padding:0;text-align: right;color: #F2EEEC;border: 0;}

.post h2 { font: 100% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
  letter-spacing: 0.2em; margin: 0 20px 0 30px; padding: 20px 0 30px 0; }
h3 {font: 24px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif; margin-left: 0; margin-top: 30px;color: #8C0000;  
}
h3#comments { margin-left: 20px; }
h3#respond { margin-left: 20px; }
h4 {
	font-size: 16px;
	font-weight: normal;
}
ol#comments li p { font-size: 100%; }
p, .feedback 
{ font: 100%/175% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;}
p {}
.textarea { width:200px; margin:0; }
#archvies {
	font: 150% normal 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}



/* ------------------------- Classes used by the_meta() ---------------------*/

/*--------------Comments--------------*/
#intro{
	width: 530px;
	margin-left : 25px;
	margin-right : 25px;
		font-family:Helvetica,"Comic Sans MS", sans-serif,Helvetica,Trebuchet MS, Verdana;
	font-size:12pt;
	
}
#intro1{
	width: 450px;
		font-family:  Helvetica,"Comic Sans MS", sans-serif,Helvetica,Trebuchet MS, Verdana;
	font-size:12pt;
}
#banner{
	width: 160px;
}

#side
{
	padding:0px 0px;
	border: 3px solid #1B7334;
	background: #24A247;
	margin-top : 12px;
}
	
/* Menu link styles */
.mainMenuLink{
	display:block;
	width:150px;
	padding:2px 5px;
	text-decoration:none;
	color: #FFF;
	margin:4px;
	font-family: "Comic Sans MS", sans-serif,Helvetica, Verdana;
    font-size:11pt;

}

.mainMenuLinkSelected{
   display:block;
   width:150px;
   padding:2px 5px;
   text-decoration:none;
   color: #000;
   background-color:#FFF;
   margin:4px;
	font-family: "Comic Sans MS", sans-serif,Helvetica,Verdana ;
   font-size:11pt;

}

.mainMenuLink:hover{
color: #000;
   background-color:#FFF;
}

.mainMenuLinkSelected:hover{
color: #000;
   background-color:#FFF;
}

.subMenuLink{
   display:block;
   text-indent:20px;
   width:150px;
   padding:4px 5px;
   text-decoration:none;
	color: #FFF;
   margin:4px;
	font-family:"Comic Sans MS", sans-serif,Helvetica,Verdana;
   font-size:10pt;
}

.subMenuLinkSelected{
   display:block;
   text-indent:20px;
   width:150px;
   padding:4px 5px;
   text-decoration:none;
   color: #000;
   background-color:#FFF;
   margin:4px;
	font-family:"Comic Sans MS", sans-serif,Verdana;
   font-size:10pt;
}

.subMenuLink:hover{
color: #000;
   background-color:#FFF;
}

.subMenuLinkSelected:hover{
color: #000;
   background-color:#FFF;
}
li.elenco
{
   font-size:10pt;
  font-family:  Helvetica,"Comic Sans MS", sans-serif,Helvetica,Trebuchet MS, Verdana;
}


