
/* CSS Document */

@charset "UTF-8";

@font-face {
	font-family: 'corbel';
	src: url('fonts/corbel.eot');
	src: url('fonts/corbel.eot?#iefix') format('embedded-opentype'),
		url('fonts/corbel.woff') format('woff'),
		url('fonts/corbel.ttf') format('truetype'),
		url('fonts/corbel.svg#corbelregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
	margin:0;
	padding:0;
}

body {
	margin: 0;
	font-family: 'corbel', serif;
	color: #666;
	background: #fff;
}

h3 {
	font-family: 'corbel', serif;
	letter-spacing: 1px;
	font-size: 56px;
	color: #8783bc;
	text-shadow: 3px 2px 4px #ddd;
	text-transform: lowercase;
}

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

a:hover {
	color: #8783bc;
}

p, a {
	font-size: 14px;
}


/* ---------- DEFINIZIONI LAYOUT ---------- */

#body {
	margin: 0 auto;
	min-height: 1005px;
  padding: 30px 0 30px 0;
	/*padding: 38px 29px 0;*/
	width: 860px;
}

#body.home div.background {
  /*left: 30px;*/
	width: 800px;
	height: 800px;
	background: url(images/home_bg.jpg) top left no-repeat;
	margin: 0 auto;
	padding: 0;
	border: 0;
	-webkit-box-shadow: 0px 0px 35px 5px rgba(0, 0, 0, .18);
	-moz-box-shadow: 0px 0px 35px 5px rgba(0, 0, 0, .18);
	box-shadow: 0px 0px 35px 5px rgba(0, 0, 0, .18);
}


#body.home small {
 	margin-left: 30px;
	font-size: 10px;
  color: #999;
}
















#body.home div.background figure { 
  margin: 0;
	padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

#body.home div.background figcaption {

	font-family: 'corbel', serif;
	/*font-weight: 400;
	font-style: normal;*/
	letter-spacing: 1px;
	font-size: 24px;
	color: #fff;
	text-shadow: 2px 1px 3px #444;
	text-transform:capitalize;

	margin: 0;
	padding: 0 0 10px;
  position: absolute;
	left: 13px;
	bottom: -8%;
	opacity: 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
}

#body.home div.background figure a img {
	opacity: 0;
	margin: 0;
	padding: 0;
	-webkit-transition: all 5s ease-in;
	-moz-transition: all 5s ease-in;
	-o-transition: all 5s ease-in;
	-ms-transition: all 5s ease-in;
	transition: all 5s ease-in;
}

#body.home div.background figure:hover figcaption, #body.home div.background figure:hover img {
  opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#body.home div.background figure:hover figcaption {
	bottom: 0;
}



#body.home div.background figure.exhib {
	top: 17px;
	left: 104px;
	width: 402px;
	height: 254px;
}

#body.home div.background figure.bio {
	top: -169px;
	left: 506px;
	width: 278px;
	height: 296px;
}

#body.home div.background figure.works {
	top: -279px;
	left: 69px;
	width: 338px;
	height: 244px;
}

#body.home div.background figure.blog {
	top: -404px;
	left: 426px;
	width: 332px;
	height: 325px;
}

#body.home div.background figure.contact {
	top: -604px;
	left: 22px;
	width: 335px;
	height: 276px;
}





nav.menu ul {
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
	text-shadow: 2px 1px 2px #ccc;
}

nav.menu ul li.selected {
	background: url(images/sel.png) top left no-repeat;
	width: 100px;
	margin: 16px 0 16px 0;
}

nav.menu ul li a {
	color: #666;
}

nav.menu ul li.selected a, nav.menu ul li a:hover {
	color: #8783bc;
	font-size: 16px;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	transition: all 0.1s ease;
}



aside {
	float: left;
	width: 120px;
	margin-top: 30px;
}

section.textual {
	width: 680px;
	float:right;
	margin-top: 30px;
}


section.textual article {
	padding-bottom: 40px;
}

section.textual table {
	font-size: 14px;
	border-collapse: collapse;
	border: 0;
	margin: 0;
	padding: 0;
}

section.textual table tr td, section.textual table tr th {
	border: 0;
	margin: 0;
	vertical-align: top;
}

section.textual table tr td {
	padding: 0 0 30px 20px;
}


#contact.textual span {
	color:#06C;
	font-size: 13px;
}

#contact.textual td, #contact.textual th {
	text-align: left;
}







section.works {
	width: 680px;
	float:right;
}

section.works figure {
	width: 114px;
	display: inline-block;
	padding: 0px;
	margin: 4px;

}

section.works figure img {
	background: #fff;
	padding: 5px;
	margin: 0;
	-webkit-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, .08);
	-moz-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, .08);
	box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, .08);
}

section.works figcaption {
	font-size: 10px;
	color: #666;
	text-transform: lowercase;
}

section.works h4 {
	margin: 0;
	padding: 40px 0 10px;
	font-size: 30px;
	color: #bbb;
}





section.works nav ul {
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
	text-align: center;
}
section.works nav li {
	display: inline;
	padding: 12px;
}

section.works a {
	color: #666;
	text-shadow: 2px 1px 2px #ccc;
}

section.works a:hover {
	color: #8783bc;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

.up {
	font-size: 14px;
	font-weight: normal;
}














section.blog {
	width: 680px;
	float:right;
}

section.blog h2 {
	letter-spacing: 1px;
	font-size: 16px;
	color: #8783bc;
	text-shadow: 0 0 6px #bbb;
	text-transform: uppercase;
	margin-bottom: 30px;
}

section.blog article {
	background: #fafafa;
  -webkit-border-radius: 6px;
  border-radius: 6px;
	-webkit-box-shadow: 0 0 25px 0 rgba(0,0,0,0.1);
  box-shadow: 0 0 25px 0 rgba(0,0,0,0.1);
	margin: 0 0 40px;
	border: 1px solid #eaeaea;
	padding: 14px;
}

section.blog small {
	font-size: 11px;
	color: #000;
	text-transform: none;
	font-weight: normal;
	letter-spacing: 0;
	text-shadow: none;
	text-align:right;
	margin-top: 30px;
	display: block;
}

section.blog p {
	font-size: 14px;
	color: #777;
	text-align: justify;
	margin-bottom: 15px;
}

section.blog table {
	border-collapse: collapse;
	width: 100%;
}
section.blog td {
	text-align: center;
}
section.blog img {
	padding: 5px 0 5px;
}


nav.paging {
  text-align: center;
  color: #aaa;
  margin-top: 20px;
  margin-bottom: 20px;
}
nav.paging, nav.paging a {
  font-size: 14px;
}









nav.timePosts {
	margin-top: 100px;
}
nav.timePosts h4 {
	margin-bottom: 8px;
  padding-left: 30px;
  text-align: center;
}



nav.timePosts ul {
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
	/*text-shadow: 2px 1px 2px #ccc;*/
  width: 150px;

	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.05);
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.05);

}

nav.timePosts li {
  padding: 6px 0 6px 12px;

  border-left: 1px solid #eee;
  border-right: 1px solid #eee;

  background-color: #f8f8f8;
  border-bottom: 1px dashed #eee;

}

nav.timePosts li.year {
  background-color: #fff;
  border-bottom: 1px dashed #eee;
}

nav.timePosts li.top {
  background-color: #fff;

  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;

  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

nav.timePosts li.bottom {
  background-color: #fff;

  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;

  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}


nav.timePosts ul li.selected {
	/*margin: 10px 0 10px 0;*/
}


nav.timePosts ul li a {
	color: #666;
}
nav.timePosts ul li.selected a, nav.timePosts ul li a:hover {
	color: #8783bc;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

