@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	font-family: 'Federo', sans-serif;
}

div#universe {
	position:absolute;
	background-image:url(images/sky.png);
	background-repeat:repeat-x;
	background-color: #000;
	width:100%;
	height:100%;
	top:0;
	bottom:0;
	overflow-x:hidden;
	padding:0;
}

div#header h1{
	font-family: 'Limelight', Arial, sans-serif;
}

p {
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1.6em;
}

img {
	position: absolute;
}


/*                                                    mobile objects */
#skyline { /* div */
	position: absolute;
	background-image:url(images/skyline%20main.png);
	background-position:center top;
	background-repeat: repeat-x;
	top: 24px;
	width:300%;
	margin-left:-50%;
	height: 177px;
	z-index: 3;
}

#skyline_finisher {
	position:absolute;
	background-color:#dbdbdb;
	height:300px;
	width:300%;
	top:176px;
	z-index: 2;
}

#mission {
	top: 120px;
	left: 50%;
	margin-left: 30px;
	width: 400px;
	z-index: 4;
}


#courthouse {
	top: 90px;
	left: 50%;
	margin-left: -480px;
	width: 400px;
	z-index: 4;
}



#shrubs { /* div */
	position: absolute;
	background-image:url(images/shrubs.png);
	background-position:center top;
	background-repeat: repeat-x;
	top: 174px;
	width:300%;
	margin-left: -50%;
	height: 54px;
	z-index: 5;
}

#shrubs_finisher {
	position:absolute;
	background-color:#929292;
	bottom:0px;
	width:300%;
	top:227px;
	z-index: 5;
}


#gangster {
	top: 185px;
	left: 567px;
	width: 100px;
	z-index: 7;
}

#flapper {
	top: 300px;
	left: -60px;
	width: 70px;
	z-index: 7;
}

#car {
	top: 500px;
	left: 500px;
	width: 300px;
	z-index: 7;
}



/*                                                               fixed objects */
#leftplant {   /* relative to footer box */
	position: absolute;
	top: -65px;
	left: -50px;
	width: 70px;
	z-index: 8;	
}

#rightplant {    /* relative to footer box */
	position: absolute;
	top: -57px;
	right: -40px;
	width: 70px;
	z-index: 8;
}

/*#aloe {
	display:none
	top: -50px;
	left: -20px;
	width: 50px;
	z-index: 7;
}*/

#moon {         /* relative to page */
	top: 3px;
	left: 30px;
	width: 50px;
	z-index: 2
}


/*                                                            relative objects */

#header,
#main,
#footer {
	position: relative;
	margin: 20px 0px 20px 0px;
	display:block;
}

div.box {
	display:block;
	position:relative;
	top:0px;
	width: 540px; /* plus 60 from padding */
	left: 50%;
	margin-left:-300px;  /* half of adjusted width */
	z-index:6;
}

/*                                                             Primary Structure */

#header div.box,
#main  div.box,
#footer  div.box {
	border: thin black solid;
}

#header div.box {
	padding: 10px 30px 20px 30px;
	width: 540px;
	background-color: black;
	color: white;
}

#main  div.box {
	width: 500px;
	padding: 50px 50px 30px 50px;
	background-color: white;
	color: black;
}

#footer  div.box {
	padding: 0px 10px 10px 10px;
	color: white;
	width:580px; /* plus 20 from padding */
	left:50%;
	margin-left:-300px;
	height: 28px;
	background-color: black;
}

div#header {
	background-color:#none;
}
div#main {
	background-color:#none;
	padding-bottom:20px;
	margin-bottom:0;

}
div#footer {
	display:block;
	position:relative;
	top:0;
	margin-top:0;
	margin-bottom:0;
	bottom:0;
	background-color:#000;
}



/*                                                    Title */
h1#title {
	text-align: center;
	width: 100%;
	margin-top:15px;
	letter-spacing: .07em;
}

h3.visit {
	text-align: center;
	width: 100%;
	margin-top:10px;
	letter-spacing: .05em;
}
/*                                                    Title Nav */

#title_nav_bar {
	margin-top:18px;
	text-align:center;
}

#title_nav_bar a {
	font-size: 21px;
}

#title_home_nav {
	margin-left: 12px;
}

#title_events_nav {
	margin-left: 40px;
}

#title_history_nav {
	margin-left: 40px;
}

#title_venues_nav {
	margin-left: 40px;
}
#title_tickets_nav {
	margin-left: 40px;
}
#title_tips_nav {
	margin-left: 39px;
}


/*                                                    FOOTER */
#copyright, #footer_nav_bar {
	position:absolute;
	display: inline-block;
}

#copyright {
	font-size:10px;
	margin-top: 4px;
}

#footer_nav_bar {
	right: 10px;
}

#footer .nav_item {
	margin-left: 10px;
}


a.nav_item {
	color: #CCC;
	text-decoration: none;
}

a.nav_item:hover {
	color:white;
}

a.nav_item:active {
	color:#F03;
}


#home #title_home_nav,
#home #footer_home_nav,
#events #title_events_nav,
#events #footer_events_nav,
#history #title_history_nav,
#history #footer_history_nav,
#venues #title_venues_nav,
#venues #footer_venues_nav,
#tips #title_tips_nav,
#tips #footer_tips_nav {
	color: #F03;
}


/*                                                     Main Body               */
div#main h1 {
	font-size:24px;
	text-align: center;
	margin-bottom: 15px;
}

#home div#main h1 {
	margin-bottom: 0px;
}


div#main h2 {
	font-size:18px;
	text-align: center;
}


div#main a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

div#main a:hover {
	color: #CCC;
}

div#main a:active {
	color: #FF0;
}

dt {
	text-align: center;
}

#events strong {
	font-weight: normal;
	color: #F00;
}

div.venue { 
	display: inline-block;
	margin: 3px 20px 3px 20px;
}
#schedule_link {
	margin: 20px 0 20px 0;
	display:block;
}

#schedule_link a {
	color:red !important;
}

#schedule_link a:hover {
	color:gray !important;
}

#schedule_link a:active {
	color:white !important;
}

#listInvite a,
.announcement {
	color: red !important;
}

a#ticketLink {
	color: red !important;
}

ol {
	padding-left: 15px;
	margin-left: 20px;
}

div.center {
	text-align: center;
}.startTime {
	font-size-adjust: -2px;
	color: red;
	line-height: 3em;
}

.venueDescription {
	padding: 0 25px;

}

.venueDescription p {
	margin-top:0;
	font-size:16px;
}
.address {
	font-weight:bold;
}

.venues {
	text-align: center;
	margin-bottom: 20px;
}

span.hours {
		font-size: 12px;
}