@charset "UTF-8";
/* 
 Author: Andrea Canton
 Author Web Site: http://www.andreacanton.com
 LAVORARE MODULARMENTE IN PHP 
 */

/*
	RESET
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1;}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}a img{ border: none;}

/*	LAYOUT */
.wrap		{width: 500px; margin: auto;}

/*	UTILS	*/
.clear		{clear:both;}

/*	TYPOGRAPHY	*/
body		{font: medium 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif; color: black;}
h2			{font-size: 1.3em; margin: 0 0 0.5em;}


/*	HEADER */
h1			{font-size: 2em; font-weight: bold; margin: 2em 0 0;}
h1 a		{color: black; text-decoration: none;}
h1 a:hover	{color: black; text-decoration: underline;}
.undertitle				{font-size: 0.7em; font-style: italic; margin: 0 0 1em;}
.undertitle a			{color: black; text-decoration: none; font-weight: bold;}
.undertitle a:hover		{text-decoration: underline;}


/* MENU */
#menu li		{float: left; margin: 0 10px;}
#menu li a		{padding: 5px 5px; display: block;}
#menu li.here a, #menu li.here a:hover	{background: black; color: white; text-decoration: none;}
#menu li a		{color: black; text-decoration: none;}
#menu li:hover a{text-decoration: underline; color: white; }
#menu li:hover	{background: black;}

/*	FOOTER	*/
#footer			{text-align: center; font-size: 0.8em;}

.button			{display: block; padding: 5px; width: 200px; margin: 10px auto; background: #8AA3F3; color: white;
				 -moz-border-radius: 5px; -webkit-border-radius: 5px; text-decoration: none;}
.button:hover	{text-decoration: underline;}

















