/* @override http://www.fondazione.it.symfony.netseven.it/nfMultiSitePlugin/layouts/fondazione/css/default.css */


@import url(colour/colour.css);

/* thnks to css tricks for sharing!! */
img.bg { /* Set rules to fill background */
	min-height: 100%;
	/*min-width: 1995px;*/
	min-width: 800px;
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	/* Set up positioning */
	position: fixed;
	left: 0;
	top: 0;
}

@media screen and (max-width: 1024px) {
	img.bg {
		left: 50%;
		margin-left: -512px;
	}
}

html,body {
	margin: 0;
	padding: 0;
	height: 100%;
}

#container {
	min-height: 100%;
	position: relative;
}

div#content { /* This is the only important rule */
	/* We need our content to show up on top of the background */
	position: relative;
	/* These have no effect on the functionality */
	width: 900px;
	margin: 0 auto;
	background: transparent;
	padding: 21px 0 100px 0;
	font-size: 10pt;
	line-height: 16pt;
}

body { /* These rules have no effect on the functionality */
	/* They are for styling only */
	background: #f1f2ed;
	background:#000;
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	font-family: georgia, times, serif;
}

/*MY PERSONAL SMALL RESET */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

input,select,textarea {
	border: 1px solid #9e9e9e;
}

/* *********************************************** */
	/* real content of the page */
	/* *********************************************** */
	/*GENERAL ELEMENTS*/
.fade_box {
	background: rgba(0, 0, 0, .75);
	overflow: hidden;
	background: url(img/fade_fifty.png) \9;
	zoom: 1\9;
}

.links {
	font-size: 9px;
	font-weight: 700;
	color: #fff;
	padding: 3px 9px;
	text-decoration: none;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #000;
}

a:hover {
	color: #ed87b2;
	text-decoration: none;
}

/*HEADER*/
#header {
	position: relative;
}

/*LOGO*/
#logo a {
	position: absolute;
	top: 0;
	left: 0;
	width: 149px;
	outline: none;
	display: block;
	height: 149px;
	text-indent: -9999px;
	background: url(img/logo_fondazione.png);
}

/*TESTATAVERA*/
#header_info {
	margin-left: 300px;
	background: #faf8f9;
	overflow: hidden;
	border-bottom: 1px solid #999;
}

/*MAINMENU*/
#main_menu {
	border-bottom: 1px solid #cdcbcc;
	font-family: arial, helvetica, sans-serif;
	background: #fff;
	overflow: hidden;
}

#main_menu  ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#main_menu  ul li {
	float: left;
	line-height: 14px;
	padding: 15px 13px 0 24px;
	height: 41px;
}

#main_menu  ul li a {
	color: #555;
	text-decoration: none;
}

/*TITLES*/
#titles {
	overflow: hidden;
	zoom: 1\9;
	min-height: 91px;
}

#titles h1 {
	float: left;
	margin-right: 20px;
	min-height: 90px;
}

#titles h2 {
	padding: 19px 31px 0 13px;
	font-weight: 500;
	font-size: 18px;
	line-height: 15px;
	line-height: 20px;
	color: #969796;
}

span.work_author {
	color: #000;
	display: block;
	font-weight: 700;
}

.interna span.work_author {
	display: inline;
}

#titles.interna h2 {
	font-weight: 700;
	color: #000;
	padding-top: 22px;
	line-height: 20px;
	font-size: 18px;
}

#titles.interna h2 strong {
	display: block;
}

#titles h2 span.author {
	font-weight: 700;
	display: block;
	color: #000;
}

#titles h2 span.by_span {
	font-weight: 500;
	color: #979696;
}

p.read_all {
	padding-top: 5px;
}

p.read_all a {
	padding: 5px 9px;
}

/*SECTIONMENU*/
#section_menu {
	position: absolute;
	left: 150px;
	width: 149px;
	background: url(img/fade_fifty.png) \9;
}

#section_menu  ul {
	padding: 29px 20px 5px 20px;
	list-style: none;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
}

#section_menu  ul li {
	padding-bottom: 24px;
	padding-right: 10px;
	font-weight: 700;
}

#section_menu  ul li a {
	color: #fff;
}

/*MAINARTICLE*/
.main_content {
	margin: 0 0 0 300px;
	background: #fff;
	padding: 30px 24px 0 24px;
	position: relative;
}

.main_content h3 {
	font-size: 14px;
	padding-bottom: 22px;
	color: #979797;
}

a.section {
	color: #000;
}

a.work {
	color: #979696;
	text-decoration: none;
}

a.page {
	color: #ed87b2;
	text-decoration: none;
}

#main_content h3 span {
	color: #ed87b2;
}

.main_content p {
	font-size: 12px;
	line-height: 19px;
	color: #969696;
	padding-bottom: 30px;
}

.main_content p.last_links {
	padding-bottom: 60px;
}

.main_content p a {
	font-weight: 700;
	color: #000;
}

.main_content p.last_links a {
	color: #fff;
	padding-top: 3px;
	padding-bottom: 3px;
	background-repeat: no-repeat;
	background-image: url(img/arrows.png);
}

a.previous {
	padding-left: 20px;
	background-position: left -30px;
	float: left;
}

a.next {
	padding-right: 20px;
	float: right;
	background-position: right 7px;
}

.main_content p img {
	clear: both;
	margin: 10px;
	margin-top: 0;
}

/*ARTICLEPHOTO*/
.article_photo {
	float: left;
	margin: 3px 10px 5px 0;
}

.main_content .article_photo p {
	font-size: 10px;
	color: #b8b7b7;
	padding-bottom: 0;
}

/*gallerylink*/
#gallery_link {
	margin-left: 300px;
	text-align: center;
	height: 150px;
	line-height: 150px;
}

#gallery_link a.links {
	display: block;
	background: url(img/monitor.png) no-repeat 250px 72px;
	text-indent: 35px;
}

/*WORKINFO*/
.work_info {
	margin-left: 300px;
	margin-top: 75px;
	padding: 30px 24px;
	color: #fff;
	background: rgba(0, 0, 0, .50);
	overflow: hidden;
	background: url(img/fade_box.png) \9;
	zoom: 1\9;
}

.work_info.first {
	margin-top: 150px;
}

.edit_mode .work_info {
	margin-top: 10px;
}

.place_date {
	width: 234px;
	float: left;
}

.place_date h3 {
	font-size: 20px;
}

.dates {
	font-size: 11px;
	margin-top: 10px;
	padding-right: 6px;
	line-height: 11px;
}

.work_info .dates {
	font-weight: 700;
}

.infos {
	float: right;
	width: 318px;
}

.infos p {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 10px;
}

p.infos_links a {
	margin-right: 10px;
}

/*THUMBLIST*/
#thumb_list ul {
	list-style: none;
	overflow: hidden;
	min-height: 450px;
}

#thumb_list ul li {
	float: left;
	width: 256px;
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 38px;
}

.vcenter {
	display: block;
	display: table-cell;
	height: 120px;
	vertical-align: middle;
}

#thumb_list ul li h4 {
	line-height: 16px;
	font-size: 14px;
	display: block;
	vertical-align: middle; *
	padding-top: 30px;
}

.main_content#thumb_list ul li p {
	padding-bottom: 0;
	font-size: 14px;
	line-height: 14px;
}

#thumb_list ul li h4 a {
	color: #000;
}

.thumb_container {
	float: left;
	line-height: 116px;
	border-right: 16px solid #fff;
}

.thumb_container a {
	display: block;
	display: table-cell;
	height: 116px;
	vertical-align: middle;
}

.thumb_container img {
	border: 1px solid #e7e7e7;
}

/*BIGARROW */
.big_arrow {
	position: absolute;
	width: 51px;
	height: 149px;
	background: #000;
}

#next_element {
	bottom: 0;
	left: 600px;
}

#previous_element {
	top: 0;
	left: -51px;
}

.big_arrow a {
	display: block;
	text-indent: -9999px;
	height: 149px;
	background-image: url(colour/img/big_arrows.png);
}

#previous_element a {
	background-position: left top;
}

#next_element a {
	background-position: left bottom;
}

#previous_element a:hover {
	background-position: right top;
}

#next_element a:hover {
	background-position: right bottom;
}

/*FOOTER*/
#footer {
	width: 100%;
	border-top: 1px solid #999;
	position: absolute;
	height: 79px;
	bottom: 0;
	background: #ffffff;
	color: #969696;
}

#footer_content {
	width: 900px;
	margin: 0 auto;
	padding: 20px 10px 10px 10px;
	background: url(img/footer_logo.png) no-repeat left 13px;
}

#footer h4 {
	padding: 0;
}

#footer h4 a {
	display: block;
	width: 170px;
	height: 14px;
	text-indent: -99999px;
}

#footer p {
	padding-left: 26px;
	text-align: left;
}

#footer p a {
	padding: 0 5px;
	color: #969696;
}

#footer p#language {
	text-align: right;
	margin-top: -26px;
	float: right;
	font-size: 12px;
}

/* #galleries_list_loader  */
#galleries_list_loader {
	text-align: center;
	padding: 20px 0;
	min-height: 450px;
}

/* lightbox  */
.first_line,.second_line,.generic_link {
	overflow: hidden; *
	zoom: 1;
	margin-top: 36px;
	margin-bottom: 36px;
}

.first_line {
	margin-left: 45px;
	float: left;
	width: 248px;
	margin-bottom: 10px;
}

.first_line.mostra {
	margin-left: 0;
	padding-bottom: 24px;
	border-bottom: 1px solid #cdcbcb;
	padding-left: 45px;
	float: none;
	width: auto;
}

.second_line {
	margin-top: 36px;
	float: left;
	width: 305px;
}

.second_line.mostra {
	margin-top: 12px;
	float: none;
	overflow: hidden; *
	zoom: 1;
	padding-left: 36px;
	width: auto;
}

#light7box-contentbar h3 {
	font-weight: 700;
	color: #000;
	font-size: 20px;
	float: left;
}

#light7box-contentbar .mostra h3 {
	color: #000;
	font-size: 18px;
	float: none;
}

#light7box-contentbar .mostra h3 .by_span {
	color: #979696;
	font-weight: 500;
}

#light7box-contentbar .mostra p.credit {
	font-size: 10px;
	float: right;
	margin-top: -20px;
	padding-right: 36px;
}

#light7box-contentbar h4 {
	color: #000;
	font-size: 18px;
	font-weight: 500;
}

#light7box-contentbar p {
	color: #979696;
	font-size: 12px;
}

#light7box-contentbar p.descript {
	padding-right: 20px;
}

#light7box-contentbar .shareon,#light7box-contentbar p.coverarchive {
	clear: both;
	float: left;
	display: block;
	margin-top: 10px;
	padding: 0;
	font-family: verdana, sans-serif;
	height: 25px;
	line-height: 25px;
	background: #000;
}

#light7box-contentbar .shareon p,#light7box-contentbar p.coverarchive {
	float: left;
	height: 25px;
	line-height: 25px;
	font-size: 9px;
	font-weight: 700;
	color: #fff;
	padding: 0 12px;
}

#light7box-contentbar p.coverarchive a {
	display: block;
	padding-left: 16px;
	background: url(img/coverarchive.png) no-repeat left center;
	color: #fff;
}

#light7box-contentbar  p.goto {
	position: absolute;
	top: 28px;
	right: 38px;
	font-family: verdana;
	font-weight: 700;
	padding-right: 20px;
}

#light7box-contentbar  p.goto a {
	color: #fff;
}

#light7box-contentbar  p.author {
	float: left;
}

.generic_link {
	font-size: 11px;
}

.generic_link a {
	color: #000;
}

.shareon a {
	display: block;
	text-indent: -9999px;
	width: 28px;
	height: 25px;
	float: left;
}

a.facebook {
	background: url(img/fb.png) no-repeat left;
}

a.twitter {
	background: url(img/tw.png) no-repeat left;
}

.long_description {
	float: left;
	width: 500px;
	margin-left: 28px;
	margin-top: 10px;
}

.long_description  p strong {
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
}

.long_description  p {
	line-height: 16px;
}

#light7box-contentbar .second_line.mostra p.goto {
	font-size: 9px;
	top: 102px;
	background-image: url(img/arrows.png);
	background-position: right center;
	background-repeat: no-repeat;
}



/* PREAMBOLO EDITING IN LINE */


.preamble {
	color: red;
	border: green 1px solid;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 200px;
}