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

 
 HOME CSS
 
 GRIGIO (TESTO) : #282828
 GRIGIO CHIARO: #999999
 
 AZZURRO : #8AA3F3
 BLU : #2346B4
 
 FONT HEADER: 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif
 FONT SANS SERIF 1: 'Helvetica Neue', Arial, Helvetica, sans-serif
 FONT SANS SERIF 2: Verdana, Arial, Helvetica, sans-serif
 FONT SERIF: Trebuchet, Tahoma, Arial, sans-serif
 FONT SERIF2: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif 

*/
 
#intro				{width: 450px; float: left; font: 1.5em Georgia, "Times New Romans", Times; margin-left: 10px;}
#intro h2			{float: left; margin: 0 10px 0 0; line-height: 0.5em; font-variant: normal;
					 font-family: Georgia, "Times New Romans", Times; font-style: italic;}
#intro div			{  font-style: italic; margin-right: 5px;}
#intro em			{color: #8AA3F3;}
#intro img			{float: left; margin: 13px 15px 0 0;}
#intro p#thanks		{font-weight: bold;}

#from-blog			{width:270px; float:right; border: 5px double #8AA3F3; padding: 10px; min-height: 150px;
					 -moz-border-radius: 3px; -webkit-border-radius: 3px; overflow: hidden; }
#from-blog .content	{overflow: auto; font-size: 0.9em;}
#from-blog .date	{font-size: 0.8em; border-bottom: 3px double #8AA3F3; margin: 0.5em 0 0 0; width: 100%; display: block;}
#from-blog h3		{margin: 0 0 0.6em; font-size: 1.4em; }
#from-blog h2		{margin: 0 0 0.3em; font-size: 2em; }

