/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

/* @font-face {
    font-family: 'NeuzeitScreenRegular';
    src: url('http://www.paolodilucente.com/type/paolo-neu-webfont.eot');
    src: url('http://www.paolodilucente.com/type/paolo-neu-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.paolodilucente.com/type/paolo-neu-webfont.woff') format('woff'),
         url('http://www.paolodilucente.com/type/paolo-neu-webfont.ttf') format('truetype'),
         url('http://www.paolodilucente.com/type/paolo-neu-webfont.svg#NeuzeitScreenRegular') format('svg');
    font-weight: normal;
    font-style: normal;

} */

@font-face {
font-family: "paolo-neu";
src: url('http://www.paolodilucente.com/type/paolo-neu.otf') ;
}

body {
	font-size: 13px;
	letter-spacing: 0px;
	color: #121212;
	font-family: NeuzeitScreenRegular, paolo-neu, helvetica neue, helvetica, arial, sans-serif;
	background-color: #f3f3f2;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { 
	text-decoration: none; 
	color: #121212; 
	}
	
a:active {  
	text-decoration: none; 
	color: #121212;
	} 
	
a:visited { 
	text-decoration: none; 
	color: #121212; 
	}
	
a:hover { 
	text-decoration: none; 
	color: #999999;
	}

a img { 
	border:none;
	}

#menu {
		width: 250px; /* sets the width of your left hand bar - if you change this also change the LEFT margin in #content to match */
		overflow: hidden;
		bottom: 0;
		position: fixed; /* this make the menu stay in place while the content section scrolls*/
		height: 100%;
		padding-top: 0px; /* change to match the padding-top in #content if you want them to align */
		padding-bottom: 0px;
		/* padding-left & right can be changed in #menu ul - below */
	}
	
#menu .container {padding: 20px 0px 0px 20px}

	/* This section controls each section made */
		
#menu ul {
		list-style: none;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px; /* sets the space between each section */
		margin-left: 0px;
		/* sets the spacing around the menu - this is normally set to match padding options in #content but can be changed seperately */
		padding-right: 0px;
		padding-left: 0px;
	}

#menu ul li {
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		padding-left: 0px;
	    text-decoration: none;
	}
	

	/* The following sets the style for the section heading */

#menu ul li.section-title {
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
	}
	
#menu ul li.section-title:hover { color: #999; }
	
	/* Menu imgs start */
	
#menu ul li.section-title-Projects { 
		display:block;
		background-repeat:no-repeat;
		/* Da Sopra */
		padding-top: 30px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		
		}
		
#menu ul li.section-title-Projects:hover { color: #999; }
	
#menu ul li.section-title-Fashion:hover { color: #999; }
		
ul#info { padding-top: 12px; }	

ul#root { font-weight: normal; color: #121212; font-size: 13px; border-bottom:1px solid #333333; color:#121212; padding-bottom:4px; text-decoration:none; width: 102px}

	/* Menu imgs end */
	
#footer {
		background:#f3f3f2 none repeat scroll 0 0;
		bottom:0px;
		color: #999;
		left:0px;
		padding:0px;
		position:fixed;
		width:100px;
		z-index:-1;
		font-size: 10px;
	}
	
	
	
/* CONTENT AREA */


#content .container {padding: 20px 0px 0px 0px}


#content {
   		height: 100%;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 250px; /* sets the space so the content starts right when the menu ends - if you change this also change the width of #menu to match */
	    
	    /* sets the spacing around the content area - this is normally set to match padding options in #menu but can be changed seperately */
		padding-top: 0px;  /* change to match the padding-top in #menu if you want them to align */
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		background-color: #f3f3f2;
	}

.container {
    padding: 0px 0px 0px 0px;
}

#content p { 
	width: 700px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px; /* sets the space between paragraphs */
	margin-left: 0px; 	
	/*line-height: 15px; /* use this the change the leading (space between lines) */

}

p {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0px;
    margin-left: 0;
}



/* HEADINGS */

h1 { font-size: 13px; width: 550px; font-weight: normal; padding-bottom:9px }
h2 { font-size: 13px; width: 550px; font-weight: normal; color: #999; border-bottom:1px; border-bottom-style:solid; border-color: #999; padding-bottom:4px; width: 60px}
h3 { font-size: 12px; font-weight: normal; border-bottom:1px; border-bottom-style:solid; border-color: #333333; padding-bottom:4px; text-decoration:none;}
h4 { font-weight: normal; color: #121212; font-size: 13px; border-bottom:1px solid #333333; color:#121212; padding-bottom:4px; text-decoration:none; width: 102px}


/* IMAGES */

#img-container	{ 
		margin: 0 0 0px 0; 
		padding: 0px; 
	}
	
	#img-container p	{ 
		width: 650px; 
		margin: 0; 
		padding: 0 0 35px 0; /* gestisce gli spazi delll'img */
	}

#once { clear: left; }

/* SLIDE SHOW - Navigation */
	
	p.nav a {
		padding-top: 1px;
		padding-right: 1px;
		padding-bottom: 1px;
		padding-left: 1px;
		color: #999;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
	}
	
	p.nav a:hover {
		color: #121212;
	}
	
	p.nav span#num {
	    font-size: 12px;
		letter-spacing: 2px;
		color: #999;
		padding-left: 4px;
	}
