@charset "UTF-8";
/* CSS Document */

html, body {
    height: 100%;
}

#main {
    width: 770px;
    margin: 0 auto;
    
}

body {
	font: Georgia, "Times New Roman", Times, serif;
    font-family: 'GeoSans';
	color: #FFF;
	background: url('images/grey_wash_wall.png') repeat;
}

.clear {
	clear: both;
}

a, a:hover, a:active, a:link, a:visited {
	color: #70d1ec;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px solid #70d1ec;
}

#navigation-container {
	
}

#header {
	width: 770px;
	padding-top: 100px;
}

#logo {
	position: absolute;
	width: 204px;
	height: 108px;
	background: url('images/logo.png') no-repeat;
	text-indent: -9999px;
	border: 0 !important;
	left: 50%;
	top: 23px;
	margin-left: -102px;
	
}

.navigation {
	width: 255px;
	height: 51px;
	color: #FFF;
}

.navigation.left {
	background: url('images/navigation-left.png') 100% no-repeat;
	padding-right: 50px;
	float: left;
}


.navigation ul {
	line-height: 30px;
	display: block;
	height: 51px;
	padding-left: 8px;
	background: #70d1ec;
}

.navigation.right {
	background: url('images/navigation-right.png') 0% no-repeat;
	padding-left: 50px;
	float: right;
}

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

.navigation li:first-child a {
	border-right: 1px solid #4f9eb5;
}

.navigation li a {
	color: #FFF;
	float: left;
	font-size: 19px;
	padding: 3px 12px;
	margin: 7px 0;
}

#navigation li a:hover, #navigation li a.current {
	border-bottom: 0;
}

#navigation li.last-child, #navigation li:last-child {
}

#page-wrapper {
	font-size: 20px;
	width: 770px;
	background: #FFF;
	color: #000;
}

.page {
	padding: 25px;
}

/* Home */

.section#biografia {
	width: 65%;
	margin: 20px 0;
	padding-bottom: 20px;
}

.section:last-child {
	margin-bottom: 30px;
}
/* Galleria */
.section#galleria .section-inner {
	padding: 40px 21px 40px 42px;
}

#galleria .album {
	min-width: 152px;
	margin-bottom: 30px;
}

#galleria ul { list-style: none; }
#galleria ul li {
	float: left;
	margin-right: 15px;
	margin-bottom: 13px;
	border: 1px solid rgba(0, 0, 0, .1);
	height: 148px;
	width: 148px;
	display: block;
	overflow: hidden;
}

#galleria ul li .loader {
	width: 150px;
	height: 150px;
	background: #FFFFFF url('images/gallery-loader.gif') no-repeat 50%;
}
#galleria ul img {
	height: 148px;
	display: none;
}

#galleria ul li:hover {
	border: 1px solid #0377b5;
}

#galleria .albumtitle {
	font-size: 25px;
	margin-bottom: 10px;
}

#galleria .album:last-child {
	margin-bottom: 10px;
}
/* Contatti */

#contatti .left, #contatti .right {
	width: 50%;
	text-align: justify;
	float: left;
}

.left .section-inner {
	margin-right: 15px;
	margin-bottom: 30px;	
}

.right .section-inner {
	margin-left: 15px;
}

input, textarea {
	padding: 8px 10px 6px 10px;
	outline: 0;
	color: #282828;
	margin: auto;
	background: #FFFFFF;
	font-size: 14pt;
	border: 1px solid #EBEBEC;
	
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	
    font-family: 'GeoSans';
}

input[type="text"], textarea {
	width: 100%;
}

input:focus, textarea:focus,  {
	border: 1px solid #0377b5;
}

textarea {
	height: 140px;
	resize: vertical;
}

form p {
	margin-bottom: 10px;
}

#informativa {
	font-size: 12px;
}

#submit {
	height: 60px;
	width: 90px;
	
	border: 0 !important;
	border-bottom: 4px solid #4f9eb5 !important; 
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 2px;
	
	float: right;
	background: #70d1ec;
	color: #FFFFFF;
}

#submit:hover {

	-moz-transition: all 250ms;
	-o-transition: all 250ms;
	-webkit-transition: all 250ms;
	transition: all 250ms;
	cursor: pointer;
}

.message {
	color: #FFF;
	display: none;
	font-size: 17px;
	padding: 15px 10px 15px 15px;
}
.message.error {
	background: #d50013;
}
.message.success {
	background: #8ac13f;
}

/* Galleria */
.gallery ul { list-style: none; }
.gallery ul li {
	float: left;
	height: 150px;
	display: block;
	overflow: hidden;
 }
.gallery ul img {
	display: none;
}
.gallery ul a:hover { color: #fff; }

.gallery .scroll-wrapper {
	overflow: hidden;
	width: 800px;
	float: left;
}

.gallery .scrollable-area {
	width: auto;
	height: 100%;
}

.gallery .scrollable-area-wrapper {
	overflow: hidden;
}

.gallery .album .title {
	font-size: 34px;
	margin: 15px 0 10px 65px;
}

.gallery .album {
	margin-bottom: 50px;
}

.gallery .album:last-child {
	margin-bottom: 10px;
}

/* Altro */

#footer-wrapper {
    clear: both;
}

#footer {
	width: 680px;
	margin: 0 auto;
	padding: 20px 0;
	
	height: 37px;
	line-height: 37px;
	font-size: 17px;
	clear: both;
}


#footer #credits {
	float: left;
}

#footer #proartlab {
	display: inline-block;
	font-size: 0;
	background: url('images/logo-proartlab.png') no-repeat 50%;
	height: 37px;
	width: 116px;
	vertical-align: top;
	margin: 0 3px;
}

#footer #proartlab:hover, #footer #creativecommons {
	border: 0;
}

#footer #creativecommons {
	display: block;
	height: 37px;
	width: 90px;
	margin: 0 9px;
	float: left;
	background: url('images/cc.png') no-repeat 50%;
}

#footer .separator {
	margin-right: 9px;
	float: left;
}