/* @override http://localhost/_avatar/avatarstudio/webroot/css/master.css */

* {
	padding: 0;
	margin: 0;
	font-family: 'Arial';
}

h1,h2,h3,h4 {
	font-weight: normal;
	font-style: normal;
}

html, body {
	height: 100%;
}

body {
	background-image: url(../images/pattern.png);
}

a {
	color: #f1940c;
	text-decoration: none;
}

a img {
	border: none;
}

#wrapper {
	margin-top: 57px;
	margin-left: 15px;
}

#menutop {
	margin-left: 98px;
	margin-top: 47px;
	clear: both;
	overflow: auto;
}

#menutop ul {
	list-style-type: none;
}

#menutop ul li {
	float: left;
	font-size: 27px;
	font-weight: bold;
	padding-right: 23px;
}

#menutop ul li a:hover {
	color: white;
}

.section {
	width: 1005px;
	clear: both;
	margin-left: 98px;
	margin-top: 50px;
	border-bottom: 1px solid #4b4b4d;
}

.title {
	padding-top: 20px;
	float: left;
}

.title a {
	background: url(../images/top.png) no-repeat 0 10px;
	width: 350px;
	margin-left: -50px;
	padding-left: 50px;	
}

.title h1 {
	font-size: 36px;
	font-weight: bold;
	color: #f1940c;
}

.submenu {
	float: left;
	padding-top: 30px;
	padding-left: 107px;
}

.submenu ul li {
	list-style-type: none;
	float: left;
	padding-right: 35px;
}

.submenu ul li a {
	color: #fff;
	font-weight: bold;
	font-size: 24px;
}

.submenu ul li a:hover {
	color: #f1940c;
}

.submenu ul li a.current {
	color: #f1940c;
}

.title ul li {
	float: left;
	display: block;
}

.title ul li a {
	display: block;
}

.contenuto {
	clear: both;
	font-size: 13px;
	line-height: 15px;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #4b4b4d;
	overflow: auto;
}

a.readmore {
	clear: both;
	background: #f1940c;
	color: #000;
	padding: 2px;
	display: block;
	width: 70px;
	margin-top: 12px;
}

.more {
	padding-top: 20px;
}

#footer {
	height: 30px;
}



/** lavori **/

.lavoro {
	float: left;
	width: 251px;
	height: 188px;
	background: black;
	position: relative;
	background-repeat: no-repeat;	
}

.lavoro .scheda_testo {
	background: black;
	position: absolute;
	width: 231px;
	height: 168px;
	padding: 10px;
	bottom: 0;
	left: 0;
	z-index: 100;
	vertical-align: baseline;
	line-height: 22px;
	visibility: hidden;
}

.lavoro .scheda_testo span {
	clear: both;
	display: block;
}

.lavoro .lav_title { font-size: 20px; color: #f1940c;  }
.lavoro .lav_subtitle { font-size: 12px; color: #f1940c; }
.lavoro .lav_description { font-size: 12px; color: #fff; }
.lavoro .lav_link { font-size: 11px; color: #f1940c; }

.blocketto {
	display: block;
	float: left;
	width: 230px;
	font-size: 13px;
	height: 80px;
	padding-right: 60px;
	padding-bottom: 20px;
	line-height: 15px;
}

.blocketto h3 {
	font-size: 16px;
	color: #f1940c;
	line-height: 20px;
}

/* form beautifier */
input, textarea {
	background-image: url(../images/bg_input.png);
	background-repeat: repeat-x;
	border: 1px solid white;
	font-size: 12px;
	padding: 6px;
}

textarea {
	width: 515px;
}

input {
	width: 152px;
}

label {
	float: left;
	display: block;
	margin-right: 15px;
	margin-bottom: 22px;
	line-height: 22px;
}

.error {
	color: red;
}