
/* Style http://www.leoiannacone.com */


body {
	color:#666666;
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,Verdana,sans-serif;
	font-size:10px;
	background:#ECECEC url(icon/body.png) no-repeat;
}

#thebody {
	width:100%;
}

#wrapper {
	width:600px;
	min-height:620px;
	margin:0 auto;
/*	background:url(icon/wrapper.png) no-repeat center top;*/
}

#logo {
	margin:42px 0 0;
	float:left;
}

#logo h1 {
	font-size:xx-small;
	color:#AAAAAA;
	font-weight:normal;
	line-height:100%;
	margin:0;
	padding:0;
}

#intro {
	text-shadow 0 1px 2px #fff;
	margin-bottom:30px;
	margin-top:-5px;
	text-align:center;
}

img {
	border:none;
}

h2, #logo a, #logo a:visited {
	font-size:18px;
	text-shadow:0 1px 2px #DDDDDD;
	color:#333333;
}

h3 {
	text-shadow:0 1px 2px #DDDDDD;
}

/*.element h3:before {*/
/*	content: " » ";*/
/*}*/

/*.element h3:after {*/
/*	content: " « ";*/
/*}*/

a, a:visited {
	color:#7F8E91;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	text-decoration:none;
}



#header_top {
	height:125px;
	font-family:Arial,Helvetica,Verdana,sans-serif;
}


#header_menu {
	display:inline;
	float:right;
	margin:30px 0;
}

#menu {
	float:left;
	font-size:11px;
	list-style-type:none;
	margin:0;
	padding:0;
}

ul li {
	line-height:normal;
	margin:0;
	padding:0;
}


#menu li {
	float:left;
	position:relative;
}


li {
	display:list-item;
}

#menu a:link, #menu a:visited {
	color:#999999;
	background:#222;
	display:block;
	padding:10px 15px;
	position:relative;
	text-align:center;
	text-decoration:none;
	width:30px;
	margin-left:10px;
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 4px;
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.3);
	-moz-border-radius: 4px;

}

#menu a:hover {
	background:#333333 none repeat scroll 0 0;
	color:#F3193D;
	text-decoration:none;
}



.first_menu {
	border-left: none;
}

a:hover {
	color:#33A8E5;
	text-decoration:none;
}

#logo a:hover {
	color:#33A8E5;
	text-decoration:none;
}

#footer {
}

#footer .logo {
/*	background:transparent url(icon/footer_left.png) no-repeat scroll center bottom;*/
	bottom:0;
	height:398px;
	position:absolute;
	right:20px;
	width:183px;
}

#footer #copyright {
	bottom:10px;
	font-size:smaller;
	left:20px;
	position:absolute;
	text-align:center;
	text-shadow:0 1px 2px rgba(255, 255, 255, 0.8);
}


/* # START ELEMENTI */

#elements {
	width: 621px;
	margin: 0 auto;
}

.element {
/*	background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#e5e5e5), color-stop(0.6, #fcfcfc));*/
/*	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.3);*/
/*	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.3);*/
/*	-webkit-border-radius: 4px;*/
/*	-moz-border-radius: 4px;*/
	background:#fff;
	color:#333;
	padding:0em;
	margin-top:-6px;
	background: url(icon/element-repeat.png) repeat-y left top;
	width: 621px;
}

.content {
	width:580px;
	margin: 0 auto;
}

.element-top {
	background: url(icon/element-top.png) no-repeat top left;
	width: 621px;
	height:18px;
}

.element-bottom {
	background: url(icon/element-bottom.png) no-repeat bottom left;
	width: 621px;
	height:18px;
}

.element .title {
	background:transparent url(icon/plus.png) no-repeat scroll right center;
	font-size:15px;
	text-shadow: 0px 1px 2px #ddd;
}
.element .title:hover {
	background:transparent url(icon/plus_hover.png) no-repeat scroll right center;
	cursor:pointer;
	color:#33A8E5;
}

.element .body {
	margin:4px 10px;
	padding-left:125px;
}

.element .active {
	background:transparent url(icon/minus.png) no-repeat scroll right center;
}

.element .active:hover {
	background:transparent url(icon/minus_hover.png) no-repeat scroll right center;
	color:#75E730;
}

.element span {
	font-weight:bold;
}


#chi-sono {
	background: transparent url(icon/chi-sono.png) no-repeat left;
}

#ubuntu {
	padding-left:0;
	text-align:justify;
}

#ubuntu img {
	float:right;
	margin:0 2px 0 15px;
}

#ubuntu p {
	padding-left: 10px;
}

#conoscenze {
	padding-left:0px;
}

#conoscenze img {
	float:right;
	margin:0 0 10px 15px
}

#conoscenze p {
	padding-left:5px;
	text-align:justify;
}

#contatti {
	background:transparent url(icon/contatti.png) no-repeat scroll left;
	margin-left:-8px;
	padding-left:130px;
}


/* # END ELEMENTI */

/* CONTACT FORM */



#contact-form {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.3);
/*	bottom:10px;*/
/*	left:10px;*/
	position:absolute;
	color:#FFFFFF;
	padding:10px;
	text-shadow:0 1px 2px rgba(0, 0, 0, 0.8);
}

#close {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
/*	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.3);*/
/*	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.3);*/
	background:transparent url(icon/close.png) repeat scroll 0 0;
	cursor:pointer;
	height:24px;
	position:absolute;
	right:10px;
	width:24px;
}
#close:hover{
/*	background:rgba(0, 0, 0, 0.1) url(icon/close_hover.png);*/
	background:url(icon/close_hover.png);
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.5);
}

.notification_error {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background:#222222 none repeat scroll 0 0;
	border:1px solid #75E730;
	height:auto;
	margin:10px 0;
	padding:4px;
	text-align:left;
}
.notification_ok {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background:#222222 none repeat scroll 0 0;
	border:1px solid #33A8E5;
	height:auto;
	padding:10px;
	text-align:center;
}
.info_fieldset {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background:rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
	border:1px solid rgba(0, 0, 0, 0.2);
}
.info_fieldset legend {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	background:#222222 none repeat scroll 0 0;
	border:1px solid rgba(0, 0, 0, 0.4);
	color:rgba(255, 255, 255, 0.8);
	font-family:Verdana;
	font-size:13px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	padding:2px 5px;
}
.button {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	background:white none repeat scroll 0 0;
	border: 1px none;
	color:#333333;
	font-family:Verdana,Helvetica,Arial,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}
label {
	float:left;
	margin:5px;
	padding-left:20px;
	text-align:left;
	width:140px;
	clear:both;
}
input, textarea {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.3);
	border:1px none;
	color:#333333;
	float:left;
	font-family:Verdana,Helvetica,Arial,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:5px;
	padding:0;
}

#move span {
	margin-right:6px;
	cursor:pointer;
}

/* END CONTACT FORM */
