/*-----------------------------------
	Extra utility
-------------------------------------*/
@import url("../css/utility.css");

/*-----------------------------------
	Stili generici e reset, thanks Eric
------------------------------------*/
@import url("../css/reset.css");

html { height:100%;  }
p { font-size:.8em; line-height:1.5em; }
a, a:visited, a:active { color:#556446; text-decoration:none; }
	a:hover { text-decoration:underline; }
body { background:#a5bb8e url(../images/background.jpg) top left no-repeat; border-left:5px solid #a5bb8e; font-family:Arial, Helvetica, sans-serif; height:100%; }	
	#container  {   height:100%; margin:0 0 0 100px;   }
		#logo { background:transparent url(../images/logo.jpg) top left no-repeat;  text-indent:-9999px; }
			#logo a { display:block; text-decoration:none; }
			
		#content { clear:both; margin:0 0 0 50px; }
			#content ul li { padding:0 0 65px 0; }
				#content ul li li { float:left; }
				#content ul li li a { float:left; padding:0 10px 0 0; text-indent:-9999px; display:block; width:22px; height:24px; }
				#content ul li li a:hover { background-position:0 -25px  }
					.facebook { background: transparent url(../images/icone/facebook.jpg) 0 0 no-repeat; }
					.flickr { background: transparent url(../images/icone/flickr.jpg) 0 0 no-repeat; }
					.twitter { background: transparent url(../images/icone/twitter.jpg) 0 0 no-repeat; }
					.linkedin { background: transparent url(../images/icone/linkedin.jpg) 0 0 no-repeat; }
					.deviantart { background: transparent url(../images/icone/deviantart.jpg) 0 0 no-repeat; }
				
/*-----------------------------------
	Headings
------------------------------------*/			
h1 { font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;  font-size: 18px;  line-height: 5em; font-weight:bold; }
h3 { font-size:3.8em; text-align: left; color:#484848; padding:10px 0 40px 0;   }
h4 { color:#484848; clear:both; border-bottom:1px solid #484848; padding:0 0 4px 0; margin:0 0 18px 0; width:250px; font-weight:bold; }
