/* CSS Document */


/*  ELEMENTS  */

body {
	background: black url(images/vivo-stripe.png);
	font-size: 10pt;
	font-family: Georgia, serif;
}

a {
	color: #cc3333;
}
a:hover {
	color: white;
}

h2 {
	margin-top: 0;
}

h1, h2, h3, h4, h5 {
	font-family: Georgia, serif;
}

#wrapper {
	background: #ffcc99 url(images/vivo-bkg.jpg) no-repeat;
	width: 800px;
	float: left;
	margin-left: 60px;
	padding-bottom: 30px;
}

#banner {
	display: none;
}

#nav ul {
	margin-top: 260px;
	padding-left: 50px;
	padding-right: 100px;
	font-size: 12pt;
	text-align: center;
}
#nav li	{
	margin-right: 1em;
	display: inline;
	list-style-type: none;
}
#nav a {
	text-decoration: none;
	color: #cc3333;
}
#nav a:hover {
	color: white;
}

#content {
	margin-top: 30px;
	font-family: Helvetica, Arial, sans-serif;
}

#bar {
	float: left;
	margin-left: 10px;
	width: 190px;
	margin-bottom: 130px;
}

#main {
	float: left;
	margin-left: 40px;
	width: 450px;
}

#footer {
	display: none;
	font-size: 8pt;
	float: left;
	clear: both;
	padding: 10px;
	width: 780px;
	border-top: 2px solid black;
	background: white url(images/shadow-top.png) repeat-x;
}


/*  TOOLS  */

.box {
	background: rgba(255, 255, 255, 0.1);
	padding: 10px 10px 10px 10px;
	border: 1px dotted black;
	margin-bottom: 10px;
}
.box h3 {
	margin-top: 0;
}
.box ul {
	padding-left: 1.5em;
	margin-left: 0;
}
.box li {
	padding-left: .5em;
	margin-bottom: .5em;
}
	



/*  INDEX  */

#calendar li {
	list-style-image: url(images/arrow-bullet.png);
}
	
/*  INFO  */

#menu ul {
	padding-left: 0;
}
#menu li {
	list-style-type: none;
	padding: .3em;
	border-bottom: 1px dashed black;
}
#menu a {
	text-decoration: none;
}

	
/*  INFO: MENU  */

.faq #main li {
	margin-bottom: 1em;
	padding-left: 0;
	margin-left: 0;
}

.faq #main .detail {
	background: white;
	padding: 1em;
	margin-top: 2em;
	background: rgba(255, 255, 255, 0.1);
	border: 1px dotted black;
}

/*  INFO: MAP */

.map img {
	float: left;
	margin-right: 2em;
	margin-bottom: 1em;
	border: 1px solid black;
}



/* TICKETS */

#dates div:hover {
	background: url(images/shadow-top.png) repeat-x;
	color: black;
	opacity: 1.0;
}
.date {
	border-top: 1px solid black;
	margin-bottom: 1em;
	opacity: 0.4;
}
.date a {
	text-decoration: none;
}


/*  ABOUT */

#audio-samples {
	border-top: 1px dotted black;
	padding-top: 1em;
}
	
