﻿/*************************************************************************************

Foglio di stile, asdsanluigi.it

Data..........: 27/03/2008
Autore........: Carlo Recalcati
Committente...: Roberto Cacciamali, Polisportiva San Luigi

Sito..........: www.carlo.recalcati.name
eMail.........: webmaster@carlo.recalcati.name

Tutti i diritti riservati e protetti, (c) 2008 Carlo Recalcati. Polisportiva San Luigi

**************************************************************************************/


span {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}


div {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}


body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}


html {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

body {
	padding: 0 0 0 0;
	background-color: #666;
	line-height: 14px;
	font-size: 11px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center; /* Centers the page content container in IE 5 browsers. */;
	margin: 10px;
}

img { border: 0; }

.raquo { 
	color: #3366FF;
	color: red;
	font-weight: bold;
	}

.fieldsetHome {
	width: 240px;
	height: 160px;
	margin-bottom: 20px;
	float: left;
	}

legend {
	color: blue;	
	font-variant: small-caps;
}

/* Sets the style for unvisited links. */
a:link {
	color: #3366FF;
	text-decoration: none;
	font-weight: bold;
	}

a {
	color: #3366FF;
	text-decoration: none;
	font-weight: bold;
	}

a:visited {
	color: #3366FF;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	color: blue;
	text-decoration: underline;
	}

.immagine {
	float: left;
	margin: 0 20px 20px 0;
}

/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	background-color: #fff;
	width: 780px;
	text-align: left; /* Redefines the text alignment defined by the body element. */;
	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #header {
	background-color: #0000FF;
	font-family: Verdana, sans serif;
	color: yellow;
	line-height: 15px;
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
	border-bottom: solid 1px #666;
}

#outerWrapper #contentWrapper #leftColumn1 {
	padding: 10px 10px 10px 10px;
	background-color: #ebebeb;
	float: left;
	border-right: solid 1px #666;
	width: 200px;
	height: 100% !important;
}

/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	padding: 10px 10px 10px 10px;
/* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */	margin: 0 0 0 220px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
	display: block;
	clear: left;
}


h1, h2, h3, h4, h5, h6 { color: #333333; }


/* Pre header */

#headerMenu {
	background-color: #666; 
	color: #CCCCCC; 
	padding: 4px 0; 
	height: 12px;
	}

#headerMenu a {
	text-decoration: underline;
	font-weight: normal;
	color: #CCCCCC; 
	}

#headerMenu a:hover {
	color: yellow; 
	}

/* Footer */

#outerWrapper #footer {
	background-color: #ddd;
	border-top: solid 1px #666;
	padding: 5px 10px;
	font-size: 10px;
	color: #333333;
	height: 16px;
}

#outerWrapper #footer a {
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
}

#outerWrapper #footer a:hover {
	color: blue; 
	}


#outerWrapper #footer img {
	border: 0;
}


.news {  }

.news img { border: 1px gray inset; }

.icona {
	vertical-align: middle ;
	margin-right: 3px;
	border: 0;
	}
