@charset "UTF-8";

/*
	INDEX
	+general
	+links
	+headers
	+contents
	+add_default
*/

/* +general */
body {
	font:12pt georgia, "Times New Roman", garamond, serif;
}

a {
	color:#000;
	text-decoration:none
}
/* end general */

/* +links */
#header h1 a {
	font-size:152pt;
	color:#de0657
}
#header h2 {
	font-size:48pt;
	margin-top:120pt
}

.works-list .properties li a {
	color:#71c9dd
}
/* end links */

/* +headers */
#content h2 {
	font-size:32pt;
	margin-top:80pt;
	color:#de0657;
	page-break-after:always
}

.works-list h3, .works-list h3 a {
	font-size:25pt;
	color:#71c9dd
}
/* end headers */

/* +contents */
.works-list li {
	list-style-type:none;
	page-break-after:always
}
.works-list .properties li {
	display:inline;
	color:#71c9dd;
	page-break-after:avoid
}
.works-list .properties li:first-child:before{
	content:"";
}
.works-list .properties li:before {
	content:" | ";
}
.works-list li img {
	margin-bottom:7pt
}

#hcard-Diego-Chiarelli address {
	margin-top:120pt;
	font-size:16pt
}
#hcard-Diego-Chiarelli, #hcard-Diego-Chiarelli .email {
	color:#bef540
}
/* end contents */

/* +add_default */
hr, #nav, #skip, #footer a.top {
	display:none
}
/* end add_default */