/*
19/02/2010
Antico Martini - screen stylesheet
author: Alessandro Chinazzo
*/

/* Reset style - Eric Meyer */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	/*vertical-align: baseline;*/
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* -------------------- */

body {
	margin: 0; padding: 0 0 3em;
	font-family: "Century Gothic", Arial, Verdana, sans-serif;
	font-size: 62.5%;
	background-color: #f2f2f2;
	text-align: center;
	color: #666;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

img {
	border: 0;
}

.last {
	margin: 0 !important;
}

a {
	color: #666;
}

h1, h2, h3, h4, h5, h6 {
	color: #333;
}

input, select, textarea, td {
	font-family: "Century Gothic", Arial, Verdana, sans-serif;
	font-size: 1em;
}

/* ------ Layout ------ */

#main {
	margin: 0 auto;
	padding: 30px 0 0;
	text-align: left;
	width: 1036px;
}

#header {
	height: 178px;
	position: relative;
	background: transparent url('/images/bg-header.png') no-repeat;
}

#container {
	clear: both;
	background: #fff url('/images/bg-main.png') repeat-y;
	/*-webkit-box-shadow: 0 0 10px #ddd;
	-moz-box-shadow: 0 0 10px #ddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
}

#content {
	width: 986px;
	margin: 0 auto;
	padding: 8px 0 5px 30px;
	background: #fff url('/images/bg-content.png') repeat-y;
	position: relative;
	/*padding: 15px 23px;
	-webkit-box-shadow: 0 0 12px #ddd;
	-moz-box-shadow: 0 0 12px #ddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
}

#content-top {
	width: 969px;
	margin: 0 auto;
	padding: 0 17px 0 30px;
	height: 17px;
	font-size: .1em;
	background: #fff url('/images/bg-content-top.png') no-repeat;
}

#content-bottom {
	clear: left;
	width: 969px;
	margin: 0 auto;
	padding: 0 17px 0 30px;
	height: 19px;
	font-size: .1em;
	background: #fff url('/images/bg-content-bottom.png')  no-repeat;
}

#footer {
	clear: left;
	position: relative;
	padding: 10px 0 30px 30px;
	/*text-align: center;*/
	letter-spacing: .1em;
	font-size: .9em;
	color: #666;
	background: transparent url('/images/bg-footer.png') bottom left no-repeat;
}

/* -------------------- */

#main #lang-switcher {
	float: right;
	font-size: 1.1em;
	padding: 0 0 5px;
	margin: 0 10px 0 0;
}

#main #lang-switcher li {
	float: left;
	padding: 0 5px;
	border-right: 1px solid #666;
}

#main #lang-switcher li.last {
	border: 0;
}

#main #lang-switcher li a {
	text-decoration: none;
}

#main #lang-switcher li a.active {
	color: #660000;
}

/* ------ Header ------ */

#header #main-nav {
	width: 1020px;
	bottom: -7px;
	left: 10px;
	font-size: 1.3em;
	letter-spacing: 0.05em;
	position: absolute;
}

#header #main-nav li {
	float: left;
	text-align: center;
}

#header #main-nav a {
	text-decoration: none;
	display: block;
	padding: 20px 0 19px;
	white-space: nowrap;
}

#header #main-nav a strong {
	font-size: 1.5em;
	font-weight: normal;
}

#header #main-nav a.active,
#header #main-nav a:hover {
	color: #660000;
	background: transparent url('/images/bg-main-nav-item.png') 50% bottom  no-repeat;
}

/* -------------------- */

/* ------ Content ------ */

#content #sub-nav {
	width: 154px;
	float: left;
	padding: 0 16px 0 0;
	font-size: 1.1em;
	letter-spacing: .05em;
}

#content #sub-nav ul ul {
	display: none;
	font-size: .9em;
	padding: 5px 8px 10px;
}

#content #sub-nav li {
	padding: 3px 0;
}

#content #sub-nav li a.active + ul {
	display: block;
}

#content #sub-nav a {
	text-decoration: none;
}

#content #sub-nav a.active,
#content #sub-nav a:hover {
	color: #660000;
}

#content #body {
	margin: 0 0 0 170px;
	padding: 0 0 5px 10px;
	border-left: 1px solid #f2f2f2;
}

#content #body h1 {
	font-size: 1.8em;
}

#content #body h2 {
	font-size: 1.5em;
	margin: 1.8em 0 0;
}

#content #body h3 {
	font-size: 1.3em;
	margin: 1.8em 0 0;
}

#content #body p,
#content #body ol,
#content #body ul {
	font-size: 1.1em;
	line-height: 1.8em;
	margin: 1.5em 0;
}

#content #body ol,
#content #body ul {
	padding: 0 0 0 2em;
}

#content #body ol {
	list-style: decimal;
}

#content #body ul {
	list-style: disc;
}

#content #body a {
	color: #333;
}

#content #body #events-archive {
	clear: left;
	padding: 30px 0 15px;
	margin: 0 15px 0 0;
}

#content #body .event-item {
	padding: 13px 0 0;
	margin: 13px 0 0;
	border-top: 1px solid #f2f0f3;
}

#content #body .first {
	padding: 0;
	margin: 0;
	border-top: 0;
}

#content #body .event-item h2 {
	margin: 2px 0 0;
}

#content #body .event-item p {
	margin: .9em 0 .7em;
}

#content #body .event-item h2 a {
	text-decoration: none;
	color: #660000;
}

#content #body .event-item a.readmore {
	text-decoration: none;
	color: #660000;
}

#content #body .event-item img {
	float: left;
	margin: 0 10px 0 0;
}

#content #body form p label {
	display: block;
	width: 180px;
	float: left;
}

#content #body form p input[type="text"] {
	width: 180px;
}

#content #body form p input[type="text"],
#content #body form textarea {
	padding: 2px;
}

#content #body form p textarea {
	width: 350px;
	height: 100px;
}

#content #body form p textarea.privacy {
	width: 760px;
	height: 100px;
	color: #000;
}

#content #body form p.radio label {
	float: none;
}

#content #body form button {
	cursor: pointer;
}

#content .launch {
	position: absolute;
	width: 184px;
	bottom: -5px; left: 13px;
}

#content .launch-content {
	padding: 0 16px 5px;
	background: transparent url('/images/bg-launch.png') 0 0 repeat-y;
}

#content .launch-content p {
	line-height: 1em;
}

#content .launch-content p.title {
	margin: 0 0 .8em;
	padding: .5em 0 0;
	font-weight: bold;
}

#content .launch-content p.title a {
	color: #660000;
}

#content .bg-launch-top {
	height: 16px;
	background: transparent url('/images/bg-launch-top.png') 0 0 no-repeat;
}

#content .bg-launch-bottom {
	height: 15px;
	background: transparent url('/images/bg-launch-bottom.png') 0 0 no-repeat;
}

#map-baloon p {
	margin: 0 !important;
}

address {
	font-size: 1.3em;
	line-height: 1.5em;
}

address strong {
	color: #660000;
}

address a {
	text-decoration: none;
}

address .type,
address .geo {
	display: none;
}

/* -------------------- */

/* ------ Footer ------ */

#footer a {
	text-decoration: none;
}

/* -------------------- */

span.caption{ display:block;padding-top:.5em;clear: left; }

.error-container {
	display: none;
	padding: 10px;
	margin: 0 0 2.5em;
	background-color: #ccc;
}

.error-container p {
	margin: .8em 0 !important;
}

.ui-widget {
	font-family: "Century Gothic", Arial, Verdana, sans-serif;
}

.ui-datepicker-trigger {
	margin: 0 0 0 3px;
	cursor: pointer;
}

.clearfix:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

