



html{
	background: #0d171d url(img/html.png) repeat-x;
}



/* sticky footer - definizione altezze wrapper */
html, body, #page_ext {height: 100%;}

body > #page_ext {height: auto; min-height: 100%;}


/* generici  */

.floatLeft  { float: left; margin-right: 10px;}
.floatRight	{ float: right; }
.clear 		{ clear: both; }


/* wrappers */
#page_ext {
	width: 1024px;
	margin: 0 auto;
	background: transparent url(img/page_ext.png) no-repeat;
}

#page_int {
	overflow: hidden;
	padding-bottom: 240px;
	/*background: url(img/gaza.jpg) no-repeat right top;*/
}




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

	p.logo {
		margin-bottom: 0;
	}
	p.logo a {
		display: block;
		text-indent: -9999px;
		height: 132px;
		background: url(img/logo.png) no-repeat;
	}
	
	p.daily {
		position: absolute;
		top: 85px;
		right: 0;
		text-align: right;
		font-size: 12px;
		font-family: helvetica, arial;
		line-height: 10px;
	}

p.daily:first-line {
	font-size:10px;
	}

	p.daily a{
		font-weight:700;		

		display: block;
		color: #6e5f28;
	}

	/* main_menu */
	#main_nav  {
		overflow: hidden;
		height: 59px;
	}

	#main_nav ul {
		overflow: hidden;
		margin: 0;
		padding: 0;
	}
	
	#main_nav h3 {
		margin:8px  0 0 15px;
		float: left;
		padding: 10px 12px  ;
		line-height: 20px;
		display: inline;
		background: #000;
		font-family:"proxima-nova-1","proxima-nova-2", helvetica, arial, sans-serif;
		font-weight: 100;
		color: #999;
		box-shadow:0 0 30px #000;
		-webkit-box-shadow: 0 0 30px #000;
		-moz-box-shadow: 0 0 30px #000;
		border-radius:6px;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		transition-property:box-shadow, color; 
  transition-duration: .5s;
  -webkit-transition-property:box-shadow, color; 
   -webkit-transition-duration: .5s;	}

	
		#main_nav h3:hover{
	color: #fff;
		box-shadow:0 0 10px #2d6369;
		-webkit-box-shadow: 0 0 10px #2d6369;
		-moz-box-shadow: 0 0 10px #2d6369;
} 
 #main_nav h3:hover strong 
{
	color: #fff;
}
	#main_nav h3 strong {
		color: #e60;
		font-size: 15px;
		font-weight: 700;
}

	#main_nav h3 span {
		font-weight: 300;
		font-size: 15px;
	}

	#main_nav ul li {
		margin:8px 30px 0 0;
		float: left;
		padding: 6px 24px 10px 10px ;
		line-height: 12px;
		display: inline;
		background: #000;
		border: 1px solid #000;
		-moz-border-radius:6px;
		-webkit-border-radius:6px
	}
	
	#main_nav ul li:hover, #main_nav ul li.current {
		background: #1a1c15 url(img/main_menu_over.png) repeat-x bottom;
		border-color: #1a1c15;
	}

	#main_nav ul li a{
		display: block;
		color: #cbcbcb;
		line-height: 15px;
		text-decoration: none;
		font-style: italic;
	}


	#main_nav ul li a span{
		color: #cb9e02;
		font-size: 12px;
		font-style: normal;
		letter-spacing: .1em;
		display: block;
		font-family: PTSansCaptionRegular, helvetica-neue, helvetica, arial, sans-serif;
	}
	
 h1 {
	margin: 0;
	line-height: 78px;
	height: 78px;
	/*color: #989459;*/
	color:#464217;
	font-weight:500;
	float: left;
	text-indent: 10px;
	width: 100%;
	text-transform:uppercase;
	/*font-family: "trajan-pro-1","trajan-pro-2";*/
	font-size:30px;
/*	text-shadow: 0 1px 0  #989459;*/
}



	h1 span {
	color: #f3a755;
	font-size: .8em;
	}	
		
	/* daily scroller*/
	#scroll_daily {
	clear: both;
	text-align: center;
	overflow: hidden;	}

#scroll_daily ul  {
	width: 940px;
	text-align: left;
	list-style: none;
	padding:2px 10px;
	}

#scroll_daily ul li {
	color: #2e4d66;
	padding: 0;
	margin: 0 ;
	overflow: hidden;
	height: 240px;
	line-height: 240px;
	padding-left: 0;
	*zoom:1;
	border-bottom: 1px solid #182b37;
	font-size: 30px;
	}

#scroll_daily ul li span{
	font-size: 200px;
	color: #101d25;
	letter-spacing: -15px;
	font-weight: 100;vertical-align: middle;
	text-shadow: 0 0 50px #0a1016;
	}

#scroll_daily ul li img{
	border: 0;
	margin: 0;
	display: block;
	float: right;
	padding: 0;
}

	

		
h2 {
	font-family: "proxima-nova-1","proxima-nova-2";
	font-weight: 100;
	font-size: 2em;
}

h3 {
		font-family: "proxima-nova-1","proxima-nova-2";
	font-weight: 500;
	font-size: 2em;

}

h4 {
	font-weight: 100;
	padding-top: 1em;
	font-size: 1.6em;
}		

/* center */
#center {
	padding-bottom:30px
}


/* braead_crumb */

#bread_crumb {
	margin: 20px 0 0 0;
	font-family: PTSansBold;
	font-weight: 700;
	font-size: 12px;
	overflow: hidden;
	color: #c27200;
}

#center	#bread_crumb p{
	line-height: 24px;
	border-bottom: 1px solid #1b303c;
	padding-bottom: 0;	}

#bread_crumb a {
	padding: 5px;
	text-decoration: underline;
	color: #c27200;}

#bread_crumb a.current {
	text-decoration: none;
	font-family: PTSansRegular;
	color: #a8b6bc;}


/* main_article */
#main_article {
	padding: 18px 0 0 0;
	min-height: 300px;
}

.article #main_article {
	padding: 0 0 0;
}

#main_article p {
	font-size: 14px;
	color: #fff;
	line-height:21px;
	font-weight: 500;
	margin-top: 12px;
	margin-bottom: 0;
}

#main_article p::selection {
	background: #526d78;
	color: #fc0;
}

#main_article p::-moz-selection {
	background: #526d78;
	color: #fc0;
}

#main_article p.signature {
	padding-top: 10px;
	margin-top: 10px;
	font-size: 15px;
	word-spacing: 0;
	font-family: oflitalic;
	word-spacing:3px;
	border-top: 1px solid #526773;
	
   }

	#main_article p.signature a {
	color: #e8d0a5;
	transition-property: color; 
 	transition-duration: .5s;
	-webkit-transition-property: color; 
 	-webkit-transition-duration: .5s;
		}

#main_article p.signature a:hover {
			color: #548fb2;
		}

	#main_article a {
		color: #548fb2;
		}

	

	#main_article a:hover {

				border-bottom:1px solid #548fb2;
}


	#main_article strong {
		font-weight: 700;
		color: #faf5b1;
		}

	#main_article p.first_content {
		padding-top: 0;
	}

#main_article p.first_content:first-line {
		font-size: 18px;
		font-weight: 300;
	}

#main_article p.on_reading {
	text-align: right;
	margin-bottom: 40px;
}

	p.on_reading a {
	display: block;
	padding-right: 28px;
	background: url(img/arrow_sprite.png) no-repeat right top;
	font-weight:7000;
	font-family: PTSansBold, helvetica-neue, helvetica, arial, sans-serif;
	color: #677f8e;
	line-height: 26px;	
	font-size: 11px;

	}





	/* colonne centrali */
	
	#col1, #col2 {
		
	}
	
	#center h2 {
	color: #a0d4e9;
	font-size: 22px;
	padding-bottom: 10px;
	border-bottom: 1px solid #436979;
	font-weight: 400;
	margin-bottom: 14px;
	}

	#center	h2 span{
	line-height: 6px;
	color: #a8acad;
	font-size: 11px;
	display: block;
	}
	
	#col1 p, #col2 p {
		font-size: 12px;
		line-height: 22px;
		margin-bottom: 0;
	}
	#col1 p.on_reading a, #col2 p.on_reading a {
	background-position: right bottom;
	color: #0d171d;
	line-height: 22px;
	} 

/* images */
#images {
	padding: 38px 0 0 0;	
}

	#images h3{
		color: #5c5c5c;
		background: #060606;
		line-height: 32px;
		font-size: 13px;
		padding-left: 10px;
		margin-bottom: 0;
		font-family: PTSansRegular, helvetica-neue, helvetica, arial, sans-serif;
	}
		
	img.article_img {
	padding: 5px;
	display: block;
	margin-bottom: 10px;
	margin-top: 5px;
	background: #949a9e url(img/big_image.png) repeat-x bottom;
	-webkit-box-shadow:0 0 10px #000;
	-moz-box-shadow:0 0 10px #000;
	box-shadow:0 0 10px #333;
}

	#images p {
		padding: 10px ;
	font-family: "proxima-nova-1","proxima-nova-2" helvetica, arial, sans-serif;
		font-size: 13px;
		border: 1px solid #010506;
	background-color: #141c22;
	border-top-color: #232c31;
}

	#images p span {
		color: #476a7b;
		}
	#images p a{
		display: block;
		border-bottom: 1px solid #3c4a52;
		color: #b9c1c6;
		background-repeat: no-repeat;
		background-position: center left;
		}

#images p a:hover {
		color: #c4690a;
		}

#images p a.stbutton{
}

#images p a:last-child{
	border: none;
}

.printthis {
	background-image: url(img/prnt.png);
}

.sharethis {
	background-image: url(img/share.png);
}

.bookmarkthis {
	background-image: url(img/bookmark.png);
}

/* pagina lista */
#block_list {
	float: left;
}
.block {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
	height: 280px;
	border-bottom: 1px solid #010b10;
	border-top: 1px solid #152c37;
	/*background:  url(img/dot.png);*/
	background: #141e25 ;
	background-color: rgba(93,102,108,0.10);
	
	/* TRANSITIONS */
   transition-property: background-color;
   transition-duration: 2s;
   transition-delay: 2s;

	
	-moz-transition-property: background-color;    /*firefox*/

  -moz-transition-duration: 2s;

 -webkit-transition-property: background-color; /*safari*/
  -webkit-transition-duration: 1s;


	}
#images {
	padding: 38px 0 0 0;	
}


.block:hover {
		border-color: #0d171d;
background-color:transparent;
}
.block img{
margin: 10px;
	background-color: #141e26;
}

.block h3{
margin:0 10px;
font-size: 16px;
line-height: 28px;
border: 1px solid #1e2b32;
border-left: 0;
border-right: 0;
font-weight: normal;
text-align: left;}

.block h3 a{
	background: url(img/arrow_small.png) no-repeat right bottom;	display: block;
	padding-right: 20px;
	color: #77909d;
	
	/*TRANSITIONS*/
	transition-property: background-position; /*standard*/
  transition-duration: .8s;
   transition-timing-function: ease-out;


  -webkit-transition-property: background-position, color; /*safari*/
-webkit-transition-duration: .8s;
-webkit-transition-timing-function: ease-out;


  -o-transition-property: background-position, color;      /*opera*/
  -o-transition-duration: .8s;
-o-transition-timing-function: ease-out;
  
  -moz-transition-property: background-position, color;    /*firefox*/
  -moz-transition-duration: .8s;
-moz-transition-timing-function: ease-out;
	
	}

.block h3 a:hover{
	color: #ffa223;
	background-position:  right top;
}

.block p{
	font-size: 12px;
	text-align: left;
	margin: 5px 10px;
	color: #c0bd89;
}

.block p::selection {
	background: #c0bd89;
	color: #bbbc9e;
}
.block p::-moz-selection {
	background: #c0bd89;
	color: #bbbc9e;
}




/* work_media */

#work_media {
	margin-bottom: 10px;
	border-bottom: 1px solid #436979;
}

ul.lightbox {
	list-style: none;
	padding: 0;
	overflow: hidden;
	margin:10px 0;
}

ul.lightbox li {
	float: left;
	display: block;
	padding: 0;
	margin-bottom: 10px;
}

ul.lightbox li a{
	display: block;
	padding: 1px;
	background: #fff;
	}



/* footer */
#footer {
	position: relative;
	background: #000f13 url(img/footer.png) repeat-x 0 top;
	margin-top: -200px; /* negative value of footer height */

	height: 200px;
	clear:both;
}
 	#footer_nav {
		padding-top: 30px;
	}

		#footer ul {
			list-style: none;
			padding: 0 0 10px 0;
		}
		
		#footer ul li{
			margin-left: 0;
			line-height:24px;
		}
		
		#footer ul li  a{
			color: #b9c1c7;
			font-style: italic;
			font-size: 13px;
		}

		#footer ul li  a:hover{
			color: #bc0;
		}
		
		#footer ul li  a span {
			color: #7c929b;
			font-style: normal;
			padding-right: 8px;
			font-weight: 700;
			font-family:cartbook, helvetica_neue, helvetica, arial, sans-serif;	
		}
		
		#footer h4 {
			border-top: 1px solid #2d3434;
			line-height: 60px;
			padding: 0;
			font-size: 12px;
						padding-left: 120px;
			margin-bottom: 0;
			background: url(img/thermometer.png) no-repeat left center;
		}

		#footer h4 a{
			color: #548fb2;
			font-weight: 700;
		}

		#footer h4 a:hover{
			text-decoration: underline;
		}

#footer h4 span{
			color: #cb9e02;
			font-weight: 700;
		}





