/*	Main style sheet for Ittica's Fishbowl website		*/

/*	*********    code		**********		 */

/* BGROUND AND MARGIN	*/

 body {
    text-align: center; /*centra in IE*/
    background: #000066; color: #FFFFFF;
	 }

 div#main{
    width: 760px;
    margin: 0px auto; /*centra negli altri browsers*/
    }
	 
   A:link {color:#6666FF}
   A:visited {color:#6666FF}
   A:hover {color:#FFFF66}
   A:active {color:#6666FF}
	
/** MENU orizzontale roll-over **/
.menu2 {
	PADDING: 0px; MARGIN: 0px; text-align: center; 
	font-family: Verdana, Arial,Helvetica, Sans-Serif; font-size: 13px; font-weight: bold; font-style:      italic;
}
.menu2 A {
	DISPLAY: block; TEXT-DECORATION: none;
}
.menu2 a:link, .menu2 a:visited, .menu2 a:active {
    background:#000066; color: #6666FF; border-left: white 1px outset; border-top: white 1px outset;   	border-right: #CCCCFF 1px outset; border-bottom: #CCCCFF 1px outset
}
.menu2 a:hover { 
	BACKGROUND: #6666FF; COLOR: #CCCCFF; border-left: #6666FF 1px outset; border-top: #6666FF 1px outset; border-right: #6666FF 1px outset; border-bottom: #6666FF 1px outset
}

.menu2 div {
   background: #CCCCFF ; color: #000066; border-left: #CCCCFF 1px outset; border-top: #CCCCFF 1px outset; border-right: #CCCCFF 1px outset; border-bottom: #CCCCFF 1px outset
}


/*  menu verticale  */

/** MENU verticale roll-over **/

UL.menu1 {
	PADDING: 0px; MARGIN: 0px; WIDTH: 100%; list-style-type: none; text-align: center;
	font-family: Arial,Helvetica, Sans-Serif; font-size: 12px; font-weight: bold; font-style: normal;
}
UL.menu1 LI A {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 2px; PADDING-TOP: 2px;
	text-decoration: none; DISPLAY: block; 
}
UL.menu1 LI {
	DISPLAY: inline; background:#000066;
}
UL.menu1 LI a:link, ul.menu1 LI a:visited, ul.menu1 LI a:active {
   BORDER: #000066 1px solid; color: #6666FF; 
}
UL.menu1 LI a:hover {
	border: #6666FF 1px solid; COLOR: #FFFF66;
}
ul.menu1 li div {
   PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 2px; PADDING-TOP: 2px; DISPLAY: block; 
   BORDER: #6666FF 1px solid; color: #CCCCFF;
} /* casella selezionata */
	
/*	-- TEXT STYLES --				*/

/* standard title H1 blue*/
.stdh1 {  
	font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 32px; font-weight: bold; font-style: italic; color: #6666FF; text-decoration: none; text-align:left
	}

/* standard title H2 light grey*/
.stdh2 {  
	font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 15px; font-weight: bold; font-style: normal; color: #CCCCFF; text-decoration: none; text-align:left
	} 
	
	
/*standard descriptions light grey*/
.stdesc {  
	font-family: Arial, Helvetica, Sans-Serif; font-size: 13px; font-weight: normal; font-style: italic; color: #CCCCFF; text-decoration: none;
	}
	
/*standard descriptions yellow*/
.stdesc2 {  
	font-family: Arial, Helvetica, Sans-Serif; font-size: 13px; font-weight: bold; font-style: italic; color: #FFFF66; text-decoration: none;
	}
	
/*standard descriptions blue*/
.stdesc3 {  
	font-family: Arial, Helvetica, Sans-Serif; font-size: 13px; font-weight: bold; font-style: italic; color: #6666FF; text-decoration: none;
	}

/* date  */
.date {
   font-family: monospace; font-size: 13px; font-weight: bold; font-style: normal; color: #6666FF; text-decoration: none; text-align:left
	}

/*radar text */
.txt {
	font-family: Arial, Helvetica, Sans-Serif; font-size: 13px; font-weight: normal; font-style: normal; color: #CCCCFF; text-decoration: none;
	}
	
	/*stories text */
.txt2 { padding-left: 20px; text-align: justify;
   font-family: Arial, Helvetica, Sans-Serif; font-size: 13px; font-weight: normal; font-style: normal;    color: #CCCCFF; text-decoration: none;
	}
	
	/* standard desc enhance light grey*/
.stdenh {  
	font-family: Arial, Helvetica, Sans-Serif; font-size: 16px; font-weight: bold; font-style: italic; color: #CCCCFF; text-decoration: none
	}
	
/* standard desc enhance blue*/
.stdenh2 {  
	font-family: Arial, Helvetica, Sans-Serif; font-size: 16px; font-weight: bold; font-style: normal; color: #6666FF; text-decoration: none
	}


/*	*************		code end		**************	*/
