/* Diabolik50cr.it - style.css */

body {
	margin: 0px;
	padding: 0px;
}

a, a:hover {
	text-decoration: none;
}

#header {
	background: #000000;
	height: auto;
	width: 100%;
	float: left;
	text-align: center;
}

#header img {
	width: 100%;
	max-width: 800px;
}

#body {
	background: #001742 url(../image/bkg_body.jpg) repeat-x left top;
	height: auto;
	width: 100%;
	float: left;
	text-align: center;
}

#body img {
	width: 100%;
	max-width: 800px;
	border-right: 3px solid #000;
}

#footer {
	background: #FFFFFF;
	height: auto;
	width: 100%;
	float: left;	
	text-align: center;
}

#footer img {
	width: 100%;
	max-width: 800px;
}

#footer-social {
	width: 100%;
	background: #EFEFEF;
	height: 40px;
	float: left;
	margin-top: 2%;
}

#footer-social-inner {
	max-width: 800px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 8px;
	font: 11px "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #333333;
}

#footer-social-inner .share {
	margin-top: 5px;
	float: left;
	margin-right: 20px;
}

#footer-social-inner .share-fb {
	float: left;
	margin-top: 0px;
}

#footer-social-inner .info {
	float: right;
	margin-top: 5px;
}

#footer-social-inner .info a {
	color: #0066CC;
	text-decoration: none;	
}

#footer-social-inner .followfb {
	display: block;
	background: url(../image/facebook_logo.png) no-repeat left center;
	padding-left: 20px;
	float: left;
	padding-bottom: 3px;
	padding-top: 0px;
	margin-right: 20px;
}

/* Menu top */

#menu-top {
	width: 100%;
	background: #001742;
	border-bottom: 2px solid #CC0000;
	float: left;
}

#menu-top-inner {
	max-width: 800px;
	background: #000;
	margin: 0px auto;
	text-align: center;
	padding-bottom: 5px;
}

#menu {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#menu li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline-block;
}

#menu a {
	font: 20px 'News Cycle', Arial, Helvetica, sans-serif;
	color: #FDFC01;
	text-decoration: none;
	margin-right: 20px;
	margin-left: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

#menu a:hover {
	color: #FF0301;
	text-decoration: none;
	transition: color .5s ease-in;
	-moz-transition: color .5s ease-in;
	-o-transition: color .5s ease-in;
	-webkit-transition: color .5s ease-in;
}

/* Fotogallery */

#body-photo {
	background: #001742 url(../image/body-internal.jpg) no-repeat center bottom;
	width: 100%;
	float: left;
	padding-bottom: 80px;
}

#body-inner {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}

h2.title {
	font: 26px 'News Cycle', Arial, Helvetica, sans-serif;
	color: #FDFC01;
	border-bottom: 1px solid #FDFC01;
	text-shadow: 2px 2px #000000;
}

.row {
	font: 15px 'News Cycle', Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border-bottom: 1px solid #BFBFBF;
	padding-bottom: 10px;
	margin-bottom: 5px;
	float: left;
	width: 100%;
}

.group1 img, .group2 img, .group3 img {
	border: 2px solid #FFF;
	margin-bottom: 10px;
	margin-right: 10px;
}

.group1 img:hover, .group2 img:hover, .group3 img:hover {
	opacity: 0.8;
}

/* Informazioni */

#body-info {
	background: #001742 url(../image/body-internal.jpg) no-repeat center bottom;
	width: 100%;
	float: left;
	padding-bottom: 80px;
}

/* Press release */

.row-press {
	font: 15px 'News Cycle', Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border-bottom: 1px solid #BFBFBF;
	padding-bottom: 10px;
	margin-bottom: 5px;
	float: left;
	width: 100%;
}

.row-press .pdf {
	background: url(../image/ico_pdf.png) no-repeat left center;
	padding-left: 20px;
	color: #FFF;
}

.row-press .pdf:hover {
	background: url(../image/ico_pdf.png) no-repeat left center;
	padding-left: 20px;
	color: #FFF;
	text-decoration: underline;
}