/**** TEXT ****/
p {
	font-size:.88em;
	color:#FFF;
	line-height:1.5em;
	margin:15px 0;
}
p.bigger {
	font-size:1.04em;
}
.event p {
	line-height:normal;
	margin:0;
}
span.small {
	font-size:0.775em;
}
#mail p {
	font-size:0.7em;
	color:#FFF;
	float:left;
	clear:both;
	width:325px;
	margin:10px 0;
	line-height:1.3em;
}
#inside h1 {
	font-size:2.90em;
	color:#fecd04;
	text-transform:uppercase;
}
h1 {
	font-size:1.19em;
	color:#fecd04;
}
h1 a:link, h1 a:visited {
	color:#FECD04;
}
h1 a:hover, h1 a:active {
	color:#FFF;
}
h2 {
	font-size:1.4em;
}
h2#list {
	float:left;
	height:42px;
	overflow:hidden;
	padding:0;
	position:relative;
	text-align:left;
	top:0;
	width:158px;
	text-indent:-9999em;
}
h2#list span {
	background:url(../images/mail.png) no-repeat left;
	position:absolute;
	width:158px;
	left:0;
	top:0;
	height:100%;
	z-index:1;
}
h3 {
	font-size:1.3em;
}
h4 {
	font-size:1.1em;
}
#inside ul.list, #inside ul {
	color:#FFF;
	list-style:none;
	margin:10px 0;
	float:left;
	width:100%;
	border-top:1px solid #1b202a;
	border-bottom:1px solid #2b2b2b;
}
#inside ul.list li, #inside ul li {
	padding:2% 5%;
	border-bottom:1px solid #1b202a;
	border-top:1px solid #2b2b2b;
	float:left;
	width:90%;
}
#inside ul.list li.alt {
	background:#141414;
}
/**** ANCHORS ****/
a:link, a:visited {
	text-decoration:none;
	color:#FFF;
}
a:hover, a:active {
	text-decoration:none;
	color:#fecd04;
}
#sidebar a:link, #sidebar a:visited {
	color:#FECD04;
	font-weight:bold;
	font-size:1.03em;
}
#sidebar a:hover, #sidebar a:active {
	color:#FFF;
}
/**** NAVIGATION ****/
#menu ul {
	list-style:none;
	margin:0 auto;
	padding:0;
	height:26px;
	width:421px;
}
#menu ul li {
	text-indent:-9999em;
	float:left;
	margin:0 18px 0 0;
}
#menu ul li.last {margin:0;}
#menu ul li a {
	background:transparent url(../images/nav.png) no-repeat top left;
	display:block;
	height:26px;
	position:relative;
}
#menu ul li a.events {background-position:0 0;width:133px;}
#menu ul li a.tix {background-position:-151px 0;width:57px;}
#menu ul li a.about {background-position:-226px 0;width:113px;}
#menu ul li a.contact {background-position:-358px 0;width:63px;}
#menu ul li a span {
	background:url(../images/nav.png) no-repeat bottom left;
	display:block;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:10;
}
#menu ul li a span:hover {cursor:pointer;}
#menu ul li a.events span, #eventpage #menu ul li a.events {background-position:0 -26px;}
#menu ul li a.tix span, #tixpage #menu ul li a.tix {background-position:-151px  -26px;}
#menu ul li a.about span, #aboutpage #menu ul li a.about {background-position:-226px -26px;}
#menu ul li a.contact span, #contactpage #menu ul li a.contact {background-position:-358px -26px;}
/**** MAILING LIST FORM ****/
#mailinglist {
	float:left;
	clear:both;
	width:325px;
}
#mailinglist input {
	background:#FFF;
	border:none;
	color:#959393;
	font-weight:bold;
	font-size:0.775em;
	padding:5px;
	width:315px;
	margin:0 0 5px;
}
#captcha {float:left;}
#mailinglist input#code {
	width:157px;
	float:left;
	margin:0;
}
#mailinglist input#button {
	width:auto;
	color:#18516c;
	cursor:pointer;
	padding:5px 10px 4px;
	float:right;
	font-size:0.9em;
}
#mailinglist input#button:hover {
	background:#b5c7d0;
	color:#FFF;
}
