body
{
	background-color: #000;
	margin:0;
	padding:0;
}

#concerto
{
	border: 3px solid #FFF;
}

h1 {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 26.3999996185303px;
	color: #d16a24;
}

h2, li , h4{
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 26.3999996185303px;
	
}

h4
{
	color: #f7730a;
}

h4.uppercase
{
	text-transform: uppercase;
	margin:3px 0 15px 0;
	padding:0;
	color: #f7730a;
	font-weight: bold;
}

h3 {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 15.3999996185303px;
}
p , input, textarea, td, #letras li{
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 20px;
	color: #EEE;
}

input
{
	width: 200px;
	border: 1px solid #5c3215;
	color: #000;
}

textarea
{
	width: 450px;
	border: 1px solid #5c3215;
	height: 180px;
	color: #000;
}

form p
{
	margin-bottom: 15px;
}

a
{
	text-decoration: none;
}

a:link {
    color: #FFF;
}

/* visited link */
a:visited {
    color: #FFF;
}

/* mouse over link  color: #2294ff; */
a:hover {
    color: #f7730a;
}

#main
{
	margin-left: auto;
    margin-right: auto;
	width: 940px;
}

#header
{
	margin: 20px 0px 20px 0px;
	width:100%;
	height: 80px;
	position: relative; 
}

#footer 
{
	padding-top:20px;
	clear:both; 
	color: #FFF;
}
#footer  h1
{
	color: #FFF; 
	margin:0px; 
	padding:0px;
}

#footer p
{
	color: #FFF; 
	margin-top:2px; 
	padding-top:2px; 
	font-size:12px; 
	color: #CCC;
}

#footer a
{
	border: none; 
	margin-left: 10px;
}

#content
{
	position: relative;
}

#project, .projectBlock
{
	background: url("../images/black.png") repeat right top;
}

#menu li
{
	display: inline;
	list-style-type: none;
	padding-left: 17px;
	color: #FFF;
}

#menu
{
	position: absolute;
	bottom:0;
	right: 0;
}

#logoImage
{
	vertical-align: middle;
	max-height: 84px;
	margin-left: 15px;
	
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

#homeLeft
{
	float: left;
	width: 649px;
}

#homeRight
{
	width: 247px;
	float: right;
}

#schedule, #poll
{
	background: url("../images/black.png") repeat right top;
}

#poll td
{
	color: #FFF !important;
	font-size:12px;
}

#schedule h4
{
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 19px;
	
}
.scheduleEntry
{
	padding: 15px 15px 15px 15px;
	clear: both;
	
}

.entryRight
{
	text-align: center;
	width: 36px;
	float: left;
}

.entryLeft
{
	float:right;
	width: 150px;
	color: #FFF;
	padding-left: 15px;
	border-left: 1px solid #4e4e4f;
}

.entryLeft p
{
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 15px;
}

.entryLeft br
{
	margin-bottom: 30px;
}

.video
{
	float: left; 
	padding: 10px;
	background: url("../images/black.png") repeat right top;
	margin: 15px;
	color: #FFF;
	
	cursor: pointer;
	width: 180px;
	height: 210px;
	
}

.hiddenField
{
	 visibility: hidden;
}

#acousticLinks
{
	text-align: right; 
	padding: 0; 
	margin:0;
}

#acousticLinks img
{
	padding: 2px 0 0 2px; 
	margin:0;
	border: none;
}

#letras
{
	list-style-type: none;
	padding: 0px;
	
}
#letras li
{
	background: url("../images/black.png") repeat right top;
	padding: 10px 10px 10px 15px;
	margin: 1px;
	cursor: pointer; 
}

#letras a
{
	display: block;
	cursor: pointer;
}

#eventForm p
{
	color: #000;
}

