/***** Global Settings *****/
 
html, body {
border:0;
margin:0;
padding:0;
}
 
body {
	font:94%/1.25 Arial, Helvetica, sans-serif;
	background:#D1AD69 url(../img/bk.png) repeat-x top;
}
 
/***** Headings *****/

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}
 
h1 {
padding:30px 0 25px 0;
letter-spacing:-1px;
font-size:2em;
}

h2 {
padding:20px 0;
letter-spacing:-1px;
font-size:1.5em;
}
 
h3 {
font-size:1em;
font-weight:bold;
}
 
/***** Common Formatting *****/
 
p, ul, ol {
margin:0;
padding:0 0 1.25em 0;
}
 
ul, ol {
	padding:0px;
	list-style:none;
}
 
blockquote {
margin:1.25em;
padding:1.25em 1.25em 0 1.25em;
}
 
small {
font-size:0.7em;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Links *****/
 
a,
a:link,
a:visited,
a:hover {
text-decoration:underline;
}
 
/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
font:1em Arial, Helvetica, sans-serif;
}
 
textarea {
width:100%;
line-height:1.25;
}
 
label {
cursor:pointer;
}

input.box {
	height: 1.8em;
	width: 9em;
	text-align: center;
	font-size: 0.8em;
}

/***** Tables *****/
 
table {
border:0;
margin:0 0 1.25em 0;
padding:0;
}
 
table tr td {
padding:2px;
}
 
/***** Global Classes *****/
 
.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }


/*Luigi Starts Editing*/
/***** Wrapper *****/
 
#wrap {
	width: 940px;
	margin: 0 auto 8px;
	padding: 0;
	background-color: #211D1D;
}
#logo {
	color: #666;
	position: absolute;
	top: -60px;
	padding: 0 0 0 30px;
	z-index: 201;
}
#nav {
	color: #333;
	margin: 15px auto 0px;
	width: 904px;
}
#nav ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav li{
	float: left;
	margin: 0 0.15em;
	border: 0em solid #1A1A1A;
}
#nav li .active {
	color: #D1AD69;
	background: url(../img/bkgr_li_hover.png) transparent repeat-x;
	height:2.6em;
}
#nav a
{
	background: url(../img/bkgr_li.png) transparent repeat-x;
	height: 2.4em;
	line-height: 2em;
	float: left;
	width: 9em;
	display: block;
	color: #60543E;
	text-decoration: none;
	text-align: center;
	font-size: 0.8em;
	padding: 0.4em 1em 0.1em;
} 
#nav a:hover{
	color: #D1AD69;
}
#top_info{
	font-size: 0.7em;
	text-align: right;
	padding: 0.8em 0px 1.4em;
	color: #D1AD69;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #D1Ad69;
	margin: 0 0 0.6em;
	position: absolute;
	top: 0;
	z-index: 200;
	/* for IE */
	filter: alpha(opacity=78);
	/* CSS3 standard */
	opacity: 0.78;
	-moz-opacity: 0.78;
	-khtml-opacity: 0.78;
	background-color: #000;
	width: 100%;
}
#top_info a:link,  #top_info a:visited{
	color: #D1AD69;
	text-decoration: none;
}
#top_info a:hover{
	text-decoration:underline;
}
#content {
	color: #e4d1ac;
	background-color: #161313;
	padding: 30px 20px 120px;
	width: 860px;
	margin: 0 auto 20px;
	border: 0em solid #1A1A1A;
	clear: both;
}
#container {
	color: #000;
	background: #211D1D;
	padding: 0 0 25px;
	position: relative;
}
#container a{
	color: #666;
	text-decoration: none;
}
#container a:hover{
	color: #fff;
	text-decoration:underline;
}
#container b{
	color: #999;
}

#footer {
	color: #666;
	width: 860px;
	margin: 0 auto 0;
	padding: 0 20px;
	background-color: #161313;
}
#footer h1{
	color:#231F1F;
}
.short_header {
	color: #999;
	font-size: 0.7em;
	display: block;
	border-bottom: 0.1em solid #333;
	margin: 0 0 2em 0;
	position: relative;
}
/* ul#portfolio li img{
	padding: 0;
} */
div#blendimage {
	height: 260px;
	background-position: 50% 0;
}
#content p {
	clear: both;
}
#content h1{
	padding:0 0 0.3em 0;
	letter-spacing:-1px;
	font-size:2em;
	color: #D1AD69;
}
#header {
	width: 900px;
	position: relative;
	border-bottom: 1px solid #D1Ad69;
	margin: 0 auto;
	border-right: 1px solid #D1Ad69;
	border-left: 1px solid #D1Ad69;
}
.box_eventi {
	width: 400px;
	float: left;
	padding: 0 10px;
}
.date {
	color: #999;
	display: block;
	border-bottom: 1px solid #333;
	font-size: 0.8em;
	font-style: italic;
}
.press_evento {
	color: #666;
	font-size: 0.8em;
	padding: 15px 0px;
}
.evento {
	margin: 0 0 20px;
}
.evento img {
	display:block;
	margin: 15px 0 0 0;
}

/***** Newsletter *****/

.evento_nsl {
	color: #d1ad69;
	font-family: Arial, Helvetica, sans-serif;
	/* border-bottom: 1px solid #d1ad69; */
	/* for IE */
	/* filter: alpha(opacity=78); */
	/* CSS3 standard */
	/* opacity: 0.78;
	-moz-opacity: 0.78;
	-khtml-opacity: 0.78;
	background-color: #161313;
	width: 100%; */
}
.press_evento_nsl {
	color: #ddd;
	font-size: .9em;
	padding: 15px 0;
}
/***** Events *****/

#news .box_date {
	background-color: #211d1d;
	padding: 5px 0 10px 20px;
	margin: 10px 0 5px 0;
	float: left;
	width: 800px;
}
#news .date {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 3.8em;
	text-align: center;
	letter-spacing: -2px;	
}
#news .calendar{
	float: left;
	padding: 6px 16px 0 0;
	background: transparent;
	color:#999;
	width: 70px;
}
#news .event{
	width: 600px;
	float: right;
	color: #999;
	padding: 15px 0 0 15px;
}
#news .month {
	color: #ddd;
	text-transform: uppercase;
	font-size: 0.7em;
	float: left;
	letter-spacing: 1px;
	margin: 2px 0 0 0;
	padding: 0;
}
#news .day {
	color: #d1ad69;
	text-transform: uppercase;
	font-size: 0.7em;
	float: left;
	letter-spacing: 1px;
	margin: 2px 0 0 0;
	padding: 0;
}
#sq01 {
	position: absolute;
	top: 70px;
	right: 80px;
	border: 1px solid #D1AD69;
	z-index: 2;
}
#sq02 {
	position: absolute;
	top: 110px;
	right: 80px;
	border: 1px solid #D1AD69;
	z-index: 2;
}

