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

#container_single-events{
	position: relative;
	width: 960px;
	height: auto !important;
	min-height: 400px;
	border: 2px solid #fad40e;
	text-align: center;
	margin:50px auto 20px auto;
	border-radius:20px;
	background-color: rgba(0, 0, 0, 0.8);
	box-shadow: 0px 0px 15px #000000;
	z-index:10;
	overflow:hidden;
	padding:4px;
}

#title_single-events {
	position:relative;
	height:46px;
	width:956px;
	background:#fad40e url(../images/header.jpg) no-repeat center;
	padding:2px;
	border-top-left-radius:16px;
	border-top-right-radius:16px;
	font-family: 'Viga', sans-serif;
	font-size:20px;
	color:#000;
	border-bottom:2px solid #000;
}
#title_single-events h1{
	font-size:24pt;
	color:#FFF;
	-webkit-text-stroke: 1px black;
   text-shadow:
       3px 3px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
	   padding-top:1px;
}
#footer_single-events{
	position:relative;
	height:21px;
	width:960px;
	background:#fad40e url(../images/header.jpg) no-repeat center;
	border-bottom-left-radius:16px;
	border-bottom-right-radius:16px;
	font-family: 'Viga', sans-serif;
	font-size:10pt;
	padding-top:5px;
	padding-bottom:0;
	color:#000000;
	clear:both;
}
#sidebar_single-events{
	width:360px;
	position:relative;
	float:left;
	overflow:visible;
	padding-left:20px;
	height: auto;
	margin-bottom:40px;
	text-align:left;
}

.locandina {
	width:320px;
	padding:0;
	border: 1px solid #fad40e;
	max-height:400px;
	overflow:hidden;
	margin-top:20px;
	margin-bottom:20px;
}

.element{
	width:320px;
	padding:0;
	margin-bottom:10px;
}

.border {
	border: 1px solid #fad40e;
}

.element_title{
	padding:0;
	width:320px;
	text-align:left;
	font-family: 'Viga', sans-serif;
	font-size:18pt;
	color:#fad40e;
	margin:10px 0 5px 0;
	height:100%;
}

.element img{
	margin:0;
	padding:0;
	border: 1px solid #fad40e;
}

.info {
	height:30px;
	width:280px;
	border-top:1px solid #4c4102;
	padding:20px 0 17px 40px;
}
	.info h1, .info h1 a {
		font-family: 'Viga', sans-serif;
		font-size:18pt;
		padding:0;
		margin:0;
		color:#FFF;
		line-height:16px;
		-webkit-transition:0.1s;
	}
	.info h1 a:hover, .info h1 a:active {
		color:#fad40e;
	}
	.info small {
		font-family: 'Viga', sans-serif;
		font-size:10pt;
		padding:0;
		margin:0;
		color:#9e8600;
	}
.lastinfo {border-bottom:1px solid #4c4102;}
.when {background:url(../images/icon-data.png) center left no-repeat;}
.where {background:url(../images/icon-where.png) center left no-repeat;}
.photo {background:url(../images/icon-photo.png) center left no-repeat; width:265px; padding:20px 0 17px 55px;}
.photo small {color:#3b579d;}
.video {background:url(../images/icon-video.png) center left no-repeat; width:265px; padding:20px 0 17px 55px;}
.video small {color:#e52d27;}

#main{
	position:relative;
	float:right;
	width:580px;
	top:20px;
	right:20px;
	color:#FFFFFF;
	height:auto;
	margin-bottom:30px;
	text-align: left;
	font-family: 'Viga', sans-serif;
	font-size:16px;
	color:#FFF;

}

.main-title {
	height:30px;
	width:525px;
	border-top:1px solid #4c4102;
	padding:12px 0 8px 55px;
	font-family: 'Viga', sans-serif;
	font-size:18pt;
	line-height:1.3;
	margin-top:15px;
}

#main p {
	margin:10px 0;
}

#main h1 {
	font-family: 'Viga', sans-serif;
	font-size:24px;
	color:#f8d002;
}

#main h2 {
	font-weight:normal;
	font-family: 'Viga', sans-serif;
	font-size:20px;
	text-transform: uppercase;
}


.first {margin-top:0;}

.cornice_580{
	width:580px;
	height:350px;
	background-image:url(../images/border_580x350.png);
	background-repeat:no-repeat;
	margin:5px 0 0 0;
	padding:1px 0 0 0;
	text-align: center;
}

.clr{
	clear: both;
}
