body{
	background-color: #000;
	margin: 0px;
	text-align: center;
	font-family: Arial,Helvetica,sans-serif;
}

h1{
	color: #666666;
	font-weight: normal;
	margin: 20px 0px 10px 0px;
	padding: 0px;
	font-size: 24px;
}

h2{
	color: #ccc;
	font-weight: normal;
	font-size: 18px;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

h3{
	color: #ccc;
	font-weight: normal;
	font-size: 12px;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

p{
	color: #999;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	display: block;
	font-size: 12px;
}

a{
	text-decoration: none;
}

.clear{
	clear: both;
}

#header{
	width: 100%;
	border-bottom: 1px solid #ccc;
}

#int_header{
	width: 1050px;
	display: block;
	margin: auto;
}

.brand{
	float: left;
	display: block;
}

.brand img{
	border: 0px;
}

.menu{
	float: right;
	display: block;
	margin-top: 112px; /*45*/
	color: #999999;
	margin-bottom: 10px;
}
.menu a{
	font-size: 12px;
	color: #999999;
	padding: 5px;
	text-transform: uppercase;
}

#general{
	width: 1050px;
	margin: auto;
		text-align: left;

}

#menu_dx{
	display: block;
	float: left;
	width: 320px;
	height:192px;
	padding-top: 20px;
	text-align: right;
	line-height: 1.7em;
}

#menu_dx a{
	text-transform: uppercase;
	color: #0099cc;
	display: block;
	font-size: 36px;
	font-weight: normal;
	padding: 5px 50px 5px 20px;	
}

#menu_dx img{
	border: 0px;
}


#sx{
	width: 320px;
	display: block;
	float: left;
}

#dx{
	width: 727px;
	display: block;
	float: right;
}

#dx a{
	color: #ccc;
}

#post{
	display: block;
	float: left;
	width: 362px;
	height: 213px;
	background-image: url(../img/box/design.jpg);
	background-repeat: no-repeat;
	border: 1px solid #ccc;
	border-top:0px;
}

#post div{
	float:left;
	position:relative;
	overflow:hidden;
	width: 362px;
}

#post img {
	position:absolute;
	border: 0px;
}

#post_phi{
	background-image: url(../img/box/philosophy.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 360px;
	height: 213px;
	border: 1px solid #ccc;
	border-top:0px;
	border-left:0px;
	text-align: left;
}

#post_phi div{
	float:left;
	position:relative;
	overflow:hidden;
	width: 360px;
}

#post_phi img {
	position:absolute;
	border: 0px;
}

.post_moro{
	display: block;
	float: left;
	width: 362px;
	height: 214px;
	border: 1px solid #ccc;
	border-top:0px;
	overflow: hidden;
}

.post_moro img{
	border: 0px;
}


#post_gallery{
	background-image: url(../img/box/gallery.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 360px;
	height: 213px;
	border: 1px solid #ccc;
	border-top:0px;
	border-left:0px;
	text-align: left;
}

#post_gallery div{
	float:left;
	position:relative;
	overflow:hidden;
	width: 360px;
}

#post_gallery img {
	position:absolute;
	border: 0px;
}

.post_news{
	display: block;
	float: left;
	width: 362px;
	height: 213px;
	border: 1px solid #ccc;
	border-top:0px;
	overflow: hidden;
	background-image: url(../img/news.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	border-bottom: 0px;
}

.post_world{
	background-image: url(../img/box/world.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 361px;
	height: 213px;
	border: 1px solid #ccc;
	border-top:0px;
	border-left:0px;
	border-bottom: 0px;
	overflow:hidden;
}


.queen img{
	border: 0px;
}

.gallery img{
	border:4px solid #222;
	margin: 5px;
}

#footer{
	display: block;
	border-top: 1px solid #ccc;
	width: 1048px;
}

#footer p{
	font-size: 12px;
	padding: 10px 0px 10px 0px;
}

#footer .dx{
	float: right;
	display: block;
	width: 570px;
}

#footer .dx p{
	float: left;
}

#footer .dx img{
	float: right;
	margin-top: 10px;
	border: 0px;
}

#footer .sx{
	float: left;
	display: block;
}

#footer a{
	text-decoration: none;
	color:#666;
}

.zitem {
	width:150px;
	height:100px;	
	border:4px solid #222;	
	margin:5px 5px 0px 0;
	
	/* required to hide the image after resized */
	overflow:hidden;
	
	/* for child absolute position */
	position:relative;
	
	/* display div in line */
	float:left;
}

.zitem .caption {
	width:150px;
	height:35px;
	background:#000;
	color:#fff;
	font-weight:bold;
		
	/* fix it at the bottom */
	position:absolute;
	bottom:-1px; /* fix IE issue */
	left:0;

	/* hide it by default */
	display:none;

	/* opacity setting */
	filter:alpha(opacity=70);    /* ie  */
	-moz-opacity:0.7;    /* old mozilla browser like netscape  */
	-khtml-opacity: 0.7;    /* for really really old safari */  
	opacity: 0.7;    /* css standard, currently it works in most modern browsers like firefox,  */

}

.zitem .caption a {
	text-decoration:none;
	color:#fff;
	font-size:12px;	
	
	/* add spacing and make the whole row clickable*/
	padding:5px;
	display:block;
}

.zitem img {
	border:0;
	
	/* allow javascript moves the img position*/
	position:absolute;
}

.news{
	width: 727px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}

.news p{
	width: 727px;
	text-align: justify;
}

.immagine_news img{
	border:4px solid #222;
	margin-bottom: 5px;
}

.flags{
	float:right;
	position:relative;
}

.flags img{
	margin-right: 5px;
	margin-top: 5px;
	border: 0px;
}

.int_gallery{
	width: 220px;
	float:left;
	display: block;
}

.int_gallery img{
	border:1px solid #ccc;
}

/* PRESS */

.articolo {
	width: 100%;
	display: block;
	margin-bottom: 10px;
}

.articolo h2{
	padding-bottom: 5px;
}

.articolo span{
	color: #666;
	font-family: Arial,Helvetica,sans-serif;
}

.articolo img{
	float:left;
	margin:0px 15px 15px 0px;
	border: 0px;
}

.articolo .social{
	float: right;
}

.articolo .social img{
	height: 24px;
	width: 24px;
	border: 0px;
	margin-right: 5px;
}
