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

body {
	font-size: 78%;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #000000;
	background:url("http://www.oocl.it/ndxz-studio/site/sample/sfondo.gif") repeat;
	color: #ffffff;
}

body.section-1 { font-size:78%; }
body.section-2 { font-size:70%; }
body.section-3 { font-size:70%; }


a {color:#ffffff; margin-left:3px ; text-decoration:none;
}
a:visited {color:#ffffff; margin-left:3px;
}
a:hover {color:#ea008c; text-decoration:none; margin-left:3px; background-color:#ffffff;
}
a img { border: none;  }

#share {
	position: fixed;
	margin-left:-7px;
	margin-top:5px;
    }
	


#logo {
    width: 210px;
    top: 5px;
    bottom: 0;
	left:0;
    position: fixed;
    height: auto;
	background-color: transparent;
}

logo a { text-decoration:none; background-color:#000000;
}

logo a:hover { text-decoration:none; background-color:#ffffff;
}
#menu {
    width: 160px;
    top: 115px;
    bottom: 5px;
	left: 5px;
    position: fixed;
    height: auto;
	background-color: transparent;
	padding: 0 5px 0 25px;
	font-size:9px;
	font-weight:normal;
}
#menu a {color:#666666; text-decoration:none; margin-left:3px; 
}
#menu a:visited {color:#666666; text-decoration:none; margin-left:3px;
}
#menu a:hover {background-color:#000000; color:#ffffff; text-decoration:none; 
}
#menu ul {
	list-style: none;
	margin: 0 0 5px 0;
	font-size:9px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}

#menu ul li.section-title {
	text-transform: uppercase;
	font-weight:bold;
	font-size:11px;
	padding-top: 2px;
	text-indent: 3px;
	padding-bottom: 1px;
	margin-bottom: 3px;
	color: black;
	background-color: black;
	background-image: url(background.gif);

}
#ilike {
    position:absolute;
	width: 106px;
    overflow: hidden;
    top: 0;
	left: 248px;
    height: auto;
	text-align:right;
}

#utility {
    position:absolute;
	width: 450px;
    overflow: auto;
    top: 6px;
	left: 400px;
    height: auto;
	text-align:right;
}
 #utility a{
  text-decoration:none; font-family:Arial, Helvetica, sans-serif; color:#999999; font-size:9px;border:none;
}
  #utility a:hover{
  background-color:#ffffff; color:#ea008c; text-decoration:none; border:none;background:none;
  }
  #utility .image a:hover{border:none;}
  
#content {
    position:absolute;
	height: auto;
	min-height:100%;
    top: 115px;
	left: 225px;
	background-color:transparent;
	padding: 0 20px 20px 20px;
	width:600px;
}

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

#content p { width: 500px; margin-bottom: 9px; }

p {
    margin: 0 0 5px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

#the-background {
position: fixed;
overflow: hidden;
z-index:1;
width: 100%;
height:100%;
top:0;
left:0;
}
#wrapper { 
position: absolute;
z-index: 2;
width: 100%;
height: 100%;
top: 0;
left:0;
}
