/*
 =====================================
 project: studiopavoni
 modified: 2010.10.27
 author: Federica Sibella (http://www.musings.it)
 per studio Pavoni v1
 =====================================
 */ 
* {
    margin: 0;
    padding: 0
}
:focus,:active {
    outline: 0
}

img {
    border: 0
}

body {
    font: 13px Arial, Tahoma, Verdana;
    color: #777;
	background: url(../images/bodybg.png) repeat #fbfbfb; /*#FBFFE3;*/
	position: relative;
	width: 100%;
	height: 100%;
}

html {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}

/*fonts per i titoli ed il logo*/

@font-face {
	font-family: 'MabellaItalic';
	src: url('../fonts/mabellait-webfont.eot');
	src: local('☺'), url('../fonts/mabellait-webfont.woff') format('woff'), url('../fonts/mabellait-webfont.ttf') format('truetype'), url('../fonts/mabellait-webfont.svg#webfontOk3oqWBg') format('svg');
	font-weight: normal;
	font-style: normal;
}

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

h1 {
    font-size: 36px;
    font-weight: normal;
}

h1 a {
    color: #777;
}

span.grande {
	font-size: 40px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 24px; /*se non revue 16px*/
    padding: 6px 0px;
    color: #d50000;
	text-shadow: 1px 1px 1px #fff;
    margin: 0 0 10px;
    float: left;
	font-family: 'MabellaItalic', Arial, Tahoma, Verdana;
	letter-spacing: 1px;
	}

h4 {
    margin: 0 0 15px;
    color: #498116;
    font-weight: bold;
    font-size: 14px;
	text-shadow: 1px 1px 1px #fff;
}

p, #pitch .leftbig ul li {
    clear: both;
    margin: 0 0 10px;
	line-height: 20px;
	text-align: justify;
}

.leftbig ul {
	list-style:disc;
	list-style-position: inside;
}

hr {
	clear: both;
	margin: 0px 0px;
	height: 2px;
	border-top: 1px solid #fafafa; /*se senza texture va bene #fff*/;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #eaeaea; /*se senza texture va bene #efefef;*/
}

hr.due {
	border-top: 1px solid #7aaa3a;
	border-bottom: 1px solid #7aaa3a;
	margin: 0 auto;
	background-color: #7aaa3a;
}

.clear {
    clear: both;
}

#content {
    width: 970px;
    margin: 0 auto;
	position: relative;
}

#top {
    color: #fdfdfd;
    padding: 5px 0px;
	margin: 0;
    font-size: 11px;
	border-bottom: 4px solid #498116;
	background-color: #ebebeb;
}

#lingua {
	width: 970px;
	margin: 0 auto;
	height: 20px;
}

#lingua p {
	text-align: right;
	margin: 0px;
}

#lingua span {
	background-color: #003300;
	padding: 5px 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}


#logo {
	position: relative;
    float: left;
	width: 50%;
    /*background: #d70500;#B00A0A*/;
    padding: 10px;
    margin: 0px;
	border: 0px solid #800000;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	/*
box-shadow: 2px 1px 5px #003300;
	-moz-box-shadow: 2px 1px 5px #003300;
	-webkit-box-shadow: 2px 1px 5px #003300;
*/
}

#logo img {
	border: none;
	float: left;
	position: absolute;
	z-index: 2;
	margin: -31px auto auto -19px;
}

#logo h1 {
	position: relative;
	z-index: 10;
	color: #003300; 
	text-shadow: 2px 2px 2px #fff;
	margin: 31px auto 40px 70px;
	letter-spacing: 0px; /*se non revue -2px*/
	font-family: 'MabellaItalic', Arial, Tahoma, Verdana;
	font-size: 48px; /*se non revue 36px*/
}

#interruttore {
	position: absolute;
	z-index: 20;
	top: 51px;
	left: 48px;
	border: 1px solid #fafafa;
	padding: 0px;
	cursor: pointer;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}

#interruttore p {
	text-shadow: 1px 1px 1px #fafafa;
	margin: 0px;
	padding: 1px;
	border: 1px solid #eaeaea;
}

#on {
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius:10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

#off {
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#menu {
    float: right;
    margin:0px;
	padding: 0px;
	/*overflow: hidden;*/
	position: relative;
}

#menu li {
    display: inline;
    font-size: 1.3em;
	padding: 0px;
	list-style: none;
	float: left;
	margin: 0px 5px 0px 0px;
}

#menu li.ultimo {
	margin-right: 0px;
}

#menu li a:hover, #menu li a:focus {
    color: #fdfdfd;
	text-shadow: none;
}

#menu li.current a {
	color: #fdfdfd;
	text-shadow: none;
}

#menu li.backLava {
	background-color:#7aaa3a;
	position: absolute;
	color: #fdfdfd;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	/*
-moz-box-shadow:0px 2px 4px #555;
	-webkit-box-shadow:0px 2px 4px #555;
	box-shadow:0px 2px 4px #555;
*/
}

#menu li a {
	color: #003300;
	text-decoration: none;
	text-align: center;
	z-index: 10;
	display: block;
	position: relative;
	padding: 60px 10px 5px;
	text-shadow: 1px 1px 1px #fff;
}


#pitch {
    padding: 0px;
    height: auto;
    margin: 0px;
	position: relative;
}

#pitch h1 {
    font-size: 2.6em;
    color: #fefefe;
	line-height: 150%;
	padding-left: 20px;
}

#pitch h2 {
    line-height: 150%;
	padding-left: 20px;
	color: #fefefe;
}

/*bordi grunge sul pitch*/
#pitch #grungeborders {
	position: absolute;
	top: -27px;
	left: -44px;
	z-index: 1000;
}

/*caricamento imgs dello slider in background*/
#pitch #slider img {
	display: none;
}

#pitch #slider img:first-child {
	display: block;
}


.left {
    float: left;
    width: 420px;/*era 250*/
	margin: 20px 0px;
}

.left img, .rightsmall img, .projimg img {
	-moz-box-shadow:0px 0px 5px #333;
	-webkit-box-shadow:0px 0px 5px #333;
	box-shadow:0px 0px 5px #333;
	margin-top: 5px;
}

.right {
    float: right;
    width: 500px;/*era 630*/
    margin: 20px 0px;
}

#ultimoprogetto {
	-moz-box-shadow:0px 0px 0px #333;
	-webkit-box-shadow:0px 0px 0px #333;
	box-shadow:0px 0px 0px #333;
	margin-top: -2px;
}

#pitch .leftbig h1 {
	font-size: 32px;
	font-family: 'MabellaItalic', Arial, Tahoma, Verdana;
	margin: -5px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
	color: #d50000;
	text-shadow: 1px 1px 1px #fff;
	line-height: 100%;
}

#pitch .leftbig h1 a {
	color: #d50000;
}

.leftbig {
    float: left;
    width: 630px;
    margin: 20px 0px;
}

#pitch .leftbig h2 {
	font-size: 28px;
	font-family: 'MabellaItalic', Arial, Tahoma, Verdana;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
	color: #d50000;
	text-shadow: 1px 1px 1px #fff;
	line-height: 100%;
}

.rightsmall {
    float: right;
    width: 300px;
	margin: 20px 0px;
}

.right h3, .left h3 {
    font-size: 20px; /*se non revue 14px*/
	color: #498116;
	margin-bottom: 7px;
}

h3.progetto {
	color: #498116;
}

.right p {
	margin-bottom: 10px;
}

.third {
    float: left;
    width: 296px;
    margin: 20px 40px 20px 0;
}

.last {
    margin-right: 0;
}


.destra {
	text-align: right;
}

#footer {
    clear: both;
    font-size: .84em;
    padding: 10px 0px;
	background-color: #003300;
	border-top: 4px solid #498116;
	width: 100%;
	height: auto;
	position: relative;
	bottom: 0;
}

#footer p {
	margin: 0px;
	color: #fdfdfd;
}

#footercentrato {
	width: 970px;
	margin: 0 auto;
	overflow: hidden;
}

#copy {
	width: 75%;
	float: left;
}

#credits {
	width: 20%;
	float: right;
}

#credits p {
	text-align: right;
}

