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

/* thnks to css tricks for sharing!! */
img.bg { /* Set rules to fill background */
	min-height: 100%;
	/*min-width: 1995px;*/
	min-width: 1000px;
	/* 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;
	}
}

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

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

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

br {
	letter-spacing: normal;
}

#container {
	min-height: auto;
	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: 1000px;
	margin: 0 auto;
	background: transparent;
	padding: 20px 0 1200px 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: 10px;
	font-family: verdana, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic";
	letter-spacing:0.6pt;
}

/*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_box.png) \9;
	zoom: 1\9;
	 opacity: 0.8;
 filter: alpha(opacity=80);	/* IE6、IE7対応 */
 -moz-opacity: 0.8;		/* Firefox1.5以前対応 */
}

.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: #F69;
	text-decoration: none;
}

a:link, a:active {
	color:#F69;
	text-decoration:underline;
}

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

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

#banner {
	position: absolute;
	top: 320px;
	left: 0;
	width: 180px;
	display: block;
	height: 180px;
}

#banner_2 {
	position: absolute;
	top: 540px;
	left: 0;
	width: 180px;
	display: block;
	height: 50px;
}

#banner_3 {
	position: absolute;
	top: 600px;
	left: 0;
	width: 180px;
	display: block;
	height: 50px;
}

#banner_4 {
	position: absolute;
	top: 660px;
	left: 0;
	display: block;
	font-size:10px;
}

#banner_5 {
	position: absolute;
	top: 720px;
	left: 0;
	display: block;
	font-size:10px;
}

#banner_6 {
	position: absolute;
	top: 810px;
	text-align:center;
	left: 0;
	display: block;
}

#banner_7 {
	position: absolute;
	top: 1020px;
	text-align:center;
	left: 0;
	display: block;
}


/*TESTATAVERA*/
#header_info {
	margin-left: 300px;
	background: #faf8f9;
	overflow: hidden;
}

/*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: 20px 10px 0 40px;
	height: 26px;
}

#main_menu  ul li a {
	color:#000;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
}

#main_menu  ul li a:hover {
	color:#F36;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
}

/* Twitter Widget */
#twitter_area {
	display:block;
	position:absolute;
	width:700px;
	top:760px;
	right:0px;
		 opacity: 0.7;
 filter: alpha(opacity=70);	/* IE6、IE7対応 */
 -moz-opacity: 0.7;		/* Firefox1.5以前対応 */
}

#facebook_area {
	display:block;
	position:absolute;
	width:670px;
	top:1050px;
	right:0px;
		 opacity: 0.8;
 filter: alpha(opacity=80);	/* IE6、IE7対応 */
 -moz-opacity: 0.8;		/* Firefox1.5以前対応 */
		background:#000;
	color:#FFF;
	padding: 10px 10px 20px 20px;
	letter-spacing:0.2pt;
}

#flickr_area {
	display:block;
	position:absolute;
	width:700px;
	top:1160px;
	right:0px;
}

#twitter_div {
	font-size:10px;
	text-align:left;
	background:#000;
	color:#FFF;
	padding: 10px;
	letter-spacing:0.2pt;
}
#twitter_div h2.sidebar-title {
	font-size:10px;
	padding-left:10px;
	color:#FFF;
}
#twitter_div ul#twitter_update_list {
	margin:0;
		padding-left:5px;

}
#twitter_div ul#twitter_update_list li {
	list-style-type:none;
	margin:0 0 0px;
	padding-left:5px;
}
#twitter_div ul#twitter_update_list li a {
	color:#2fc2ef;
	text-decoration:none;
}
#twitter_div ul#twitter_update_list li a:hover {
	text-decoration:underline;
}
#twitter_div a#twitter-link {
	color:#2fc2ef;
	text-decoration:none;
	text-align:right;
	display:block;
}
#twitter_div a:hover#twitter-link {
	text-decoration:underline;
}

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

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

#titles h2 {
	padding: 20px 40px 0 13px;
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
	line-height: 20px;
	color: #969796;
}

#titles_sub {
	overflow: hidden;
	zoom: 1\9;
	min-height: 172px;
}

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

#titles_sub h2 {
	padding: 20px 40px 0 13px;
	font-weight: bold;
	font-size: 10px;
	line-height: 15px;
	line-height: 20px;
	color: #969796;
}

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

span.work_author_sub {
	color: #000;
	display: block;
	font-weight: bold;
	font-size:10px;
}

.interna span.work_author {
	display: inline;
}

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

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

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

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

#titles h2 span.for_span {
	color: #979696;
	font-weight:100;
}

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

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

/*SECTIONMENU*/
#section_menu {
	position: absolute;
	left: 180px;
	width: 120px;
	background: \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: bold;
}

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

#section_menu ul li a:hover, #section_menu ul li.current a {
text-decoration:none;
}

#section_menu_sub {
	position: absolute;
	left: 180px;
	top:220px;
	width: 120px;
	background: \9;
	display:block;
}

#section_menu_sub  ul {
	padding: 0px 0px 0px 0px;
	list-style: none;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	text-align:left;
}

#section_menu_sub  ul li {
	padding-bottom: 0px;
	padding-left: 15px;
	font-weight: bold;
	font-size:10px;
	letter-spacing:0.3pt;
}

#section_menu_sub  ul li a {
	color: #fff;
		font-size:10px;
		letter-spacing:0.3pt;
}

#section_menu_sub ul li a:hover, #section_menu_sub ul li.current a {
text-decoration:none;
		font-size:10px;
		letter-spacing:0.3pt;
}

.generic_link a:hover, #main_menu ul li a:hover, #main_menu ul li a.current, #gallery_link a.links:hover, p.read_all a:hover, #section_menu ul li a:hover, #section_menu ul li.current a, #section_menu_sub ul li a:hover, #section_menu_sub ul li.current a, .main_content p.last_links a:hover, #thumb_list ul li h4 a:hover, h3 a.current.page, #light7box-contentbar .mostra h3 span.number {
color:#ED87B2;
}


/*MAINARTICLE*/
.main_content {
	margin: 0 0 0 300px;
	background: #fff;
	padding: 30px 24px 0 24px;
	position: relative;
	border-top: 1px solid #cdcbcc;
}

.main_border {
	border-bottom: 1px solid #cdcbcc;
	margin-bottom:50px;
}

.main_content h3 {
	font-size: 11px;
	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: 10px;
	line-height: 19px;
	color: #333;
	padding-bottom: 30px;
}

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

.main_content p a {
	text-decoration:underline;
	color: #F36;
}

.main_content p a:hover{
	text-decoration:none;
	color: #F36;
}


.main_content p.last_links a {
	color: #fff;
	text-align:center;
}

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

a.next {
	padding-right: 15px;
	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;
	width:160px;
	height:160px;
	padding: 20px 20px;
	color: #fff;
	background: rgba(0, 0, 0, .50);
	overflow: hidden;
	float:right;
	display:block;
	position:absolute;
	background:url(../img/fade_box.png);
	 opacity: 0.9;
 filter: alpha(opacity=90);	/* IE6、IE7対応 */
 -moz-opacity: 0.9;		/* Firefox1.5以前対応 */
	zoom: 1\9;
}

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

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

.work_info_2 {
	margin-left: 550px;
	margin-top: 75px;
	width:160px;
	height:160px;
	padding: 20px 20px;
	color: #fff;
	background: rgba(0, 0, 0, .50);
	overflow:hidden;
	float:right;
	display:block;
	position:absolute;
	background:url(../img/fade_box.png);
	 opacity: 0.9;
 filter: alpha(opacity=90);	/* IE6、IE7対応 */
 -moz-opacity: 0.9;		/* Firefox1.5以前対応 */
	zoom: 1\9;
}

.work_info_2.first {
	margin-top: 80px;
}

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

.work_info_3 {
	margin-left: 800px;
	margin-top: 75px;
	width:160px;
	height:160px;
	padding: 20px 20px;
	color: #fff;
	background: rgba(0, 0, 0, .50);
	overflow:hidden;
	float:right;
	display:block;
	position:absolute;
	background:url(../img/fade_box.png);
	 opacity: 0.9;
 filter: alpha(opacity=90);	/* IE6、IE7対応 */
 -moz-opacity: 0.9;		/* Firefox1.5以前対応 */
	zoom: 1\9;
}

.work_info_4 {
	margin-left: 300px;
	margin-top: 300px;
	width:160px;
	height:160px;
	padding: 20px 20px;
	color: #fff;
	background: rgba(0, 0, 0, .50);
	overflow: hidden;
	float:right;
	display:block;
	position:absolute;
	background:url(../img/fade_box.png);
	 opacity: 0.9;
 filter: alpha(opacity=90);	/* IE6、IE7対応 */
 -moz-opacity: 0.9;		/* Firefox1.5以前対応 */
	zoom: 1\9;
}

.work_info_5 {
	margin-left: 550px;
	margin-top: 300px;
	width:160px;
	height:160px;
	padding: 20px 20px;
	color: #fff;
	background: rgba(0, 0, 0, .50);
	overflow: hidden;
	float:right;
	display:block;
	position:absolute;
	background:url(../img/fade_box.png);
	 opacity: 0.9;
 filter: alpha(opacity=90);	/* IE6、IE7対応 */
 -moz-opacity: 0.9;		/* Firefox1.5以前対応 */
	zoom: 1\9;
}

.work_info_6 {
	margin-left: 800px;
	margin-top: 300px;
	width:160px;
	height:160px;
	padding: 20px 20px;
	color: #fff;
	background: rgba(0, 0, 0, .50);
	overflow: hidden;
	float:right;
	display:block;
	position:absolute;
	background:url(../img/fade_box.png);
	 opacity: 0.9;
 filter: alpha(opacity=90);	/* IE6、IE7対応 */
 -moz-opacity: 0.9;		/* Firefox1.5以前対応 */
	zoom: 1\9;
}

.work_info_3.first {
	margin-top: 80px;
}

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

.place_date {
	width: 140px;
	margin-top:115px;
}

.place_photo {
	width: 160px;
	position:absolute;
	display:block;
	height:107px;
	margin-top:0px;
	background:url(../img/wt.jpg) repeat;
}

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

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

.work_info .dates {
}

.infos {
	width: 165px;
}

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

p.infos_links a {
	float:right;
}

/*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_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;
}

div#conteneur_menu_secondaire, div#conteneur_menu_secondaire a, div#conteneur_menu_secondaire a:link, div#conteneur_menu_secondaire a:visited {
color:#FFF;
text-decoration:none;
}

div#conteneur_menu_secondaire {
background-color:#000;
bottom:0;
height:25px;
right:0px;
text-align:right;
padding-bottom:2px;
padding-left:0;
padding-right:10px;
padding-top:10px;
position:fixed;
width:100%;
z-index:3;
}

div#conteneur_menu_contact {
	position:absolute;
	display:block;
	height:20px;
	width:200px;
	left:20px;
	text-align:left;
}

div#conteneur_menu_na, div#conteneur_menu_na a, div#conteneur_menu_na a:link, div#conteneur_menu_na a:visited {
color:#000;
text-decoration:none;
}

div#conteneur_menu_na {
background-color:#FFF;
bottom:0;
height:100px;
right:0px;
text-align:right;
padding-bottom:2px;
padding-left:0;
padding-right:10px;
padding-top:10px;
position:fixed;
width:100%;
z-index:3;
}

/* PREAMBOLO EDITING IN LINE */


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

#box { float:left; width:100%;}

form { margin:1.5em 0; padding:0; width:50%; float:left;  }
fieldset { margin:0; padding:0; border:none;}
legend { padding-bottom:0.5em; font-size:1.4em; margin-left:30%; color:#FFCC00; }

form div { padding:1em 0; border-top:1px solid #212024; }
label {float:left; width:30%; line-height: 200%; padding-right:1em; text-align:right; } 
input, textarea { width:60%;  border:1px solid #212024; padding:3px; font-size:1em; background:#212024; color:#B3BEAD; } 
textarea { overflow:auto; font-family:Arial,Helvetica,sans-serif; font-size:1em; width:60%; border:1px solid #212024; padding:3px;}
.button input { border:none; margin-left:31%; font-size:1.2em; color:#FFCC00; background:none; padding:0 4px; cursor:pointer; width:auto;}

.hoverfocus { border:1px solid #FFCC00;}

#error, #response { float:left; width:30%; padding:3em; }

#response ul { border-top:1px solid #212024; margin-top:5px; padding-top:5px; }

#error li, #response li { margin:0 0 5px 0; padding:0 0 5px 15px; background:url(bullet.gif) no-repeat 0 4px; border-bottom:1px solid #212024; }

#working { float:left; padding:3em; background:url(loading.gif) no-repeat left center;}

html body div.clear, html body span.clear { background:none; border:0; clear:both; display:block; float:none; font-size:0; margin:0; padding:0; overflow:hidden; 	visibility:hidden; width:0; height:0; }

