/** [ style.css ]
  *
  * Created on January 02, 2006 by Monica Michelis
  *
  **/



body {
	margin: 0;
	padding: 0;
	font: 70% Verdana, sans-serif;
	text-align: center;
}

div {
	margin: 0;
	padding: 0;
}

p {
	margin: 10px 0;
	padding: 0;
	line-height: 1.3em;
}

a {
	color: #0cc;
	text-decoration: none;
}

a:hover {
	color: #c0f;
	text-decoration: underline;
}

acronym,
abbr {
	border-bottom: 1px dotted #ccc;
}

span.chezmonique {
	font-weight: bold;
	color: #999; 
}

hr {
	display: none;
}

h1 {
	position: absolute;
	text-indent: -999em;
}

/* Page layout STRUCTURE
------------------------------ */

#wrapper {
	width: 716px;
	background: #fff url(../_img/bg_wrapper.gif) repeat-y 0 0;
	margin: 0 auto 0;
	padding: 0;
	position: relative;
}

/* --- HEADER --- */

#header {
	height: 159px;
	background: url(../_img/header.jpg) no-repeat 0 0;
}

/* --- CONTENT --- */

/* SIDECOL */

#sidecol {
	width: 139px;
	padding: 281px 10px 50px 37px;
	min-height: 150px;
	height: auto !important;
	height: 150px;
	background: url(../_img/bg_sidecol.jpg) no-repeat 0 0;
	float: left;
	font-size: 1em;
	text-align: left;
	font-family: Helvetica, "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}

#sidecol h2 {
	padding: 50px 0 0;
	font-size: 1.2em;
	text-transform: uppercase;
	border-bottom: 1px dotted #fc6;
	color: #5b5a20; 
}

/* MAIN */

#main {
	margin: 0;
	padding: 0 39px 0 0;
	float: right;
	width: 481px;
	font-size: 1.1em;
	text-align: left;
}

a#work-in-progress {
	margin: auto;
	display: block;
	width: 300px;
	height: 528px;
	text-indent: -999em;
	background: url(../bg_sto-lavorando.jpg) no-repeat 0 0;
}

a#work-in-progress:hover {
	background: url(../bg_sto-lavorando.jpg) no-repeat -300px 0;
}

a#email-me {
	margin: auto;
	display: block;
	width: 481px;
	height: 560px;
	text-indent: -999em;
	background: url(../bg_email-me.gif) no-repeat 0 0;
}

a#email-me:hover {
	background: url(../bg_email-me.gif) no-repeat -481px 0;
}

/* --- FOOTER --- */

#footer {
	padding: 0 0 50px;
	clear: both;
	height: 76px;
	background: url(../_img/footer.jpg) no-repeat 0 0;
	font-size: 0.9em;
}

#footer p {
	font-size: 1em;
	color: #666;
	line-height: 1em;
}

#tech-info {
	width: 473px;
	margin: 36px 39px 0 0;
	float: right;
}

/* NICETITLE
------------------------------ */

div.nicetitle {
	padding: 3px;
	border: 2px solid #d4d4d4;
	position: absolute;
	top: 0;
	left: 0;
	width: 210px;
	background: #fad487;
	text-align: left;
	font: bold 11px Arial, Verdana, sans-serif;
	color: #333;
	z-index: 1000;
	-moz-opacity: .87;
}
	
div.nicetitle p {
	margin: 0;
	padding: 0 3px;
	-moz-opacity: 1;
}

div.nicetitle p.destination {
	padding-top: 3px;
	font: 9px Verdana, Arial, sans-serif;
	text-align: left;
	-moz-opacity: 1;
}

div.nicetitle p span.accesskey {
	color: #d17e62;
}


