/*===========================
			GLOBAL
============================*/

* {
	margin: 0px;
	padding: 0px;
	font-size: .95em;
	letter-spacing: 0px;
	word-spacing: 2px;
	font-family: georgia, times, serif;
	font-weight: lighter;
	font-style: italic;
}

#content {
}

span.caps {
	font-size: 75%;
	letter-spacing: .25em;
	font-weight: 500;
}

span.past {
	text-decoration: line-through;
}

h2#collabo {
	position: fixed;
	margin: 0px 0px 0px 0px;
	background-color: #000;
	color: #fff;
	width: 600px;
	max-height: 480px;
	min-width: 360px;
	overflow: auto;
	
	padding: 10px 20px 10px 20px;
	font-size: 13px;
	line-height: 16px;
	font-weight: lighter;
	text-decoration: underline;
}

/*===========================
			FLASH
============================*/

#flashcontent {
	z-index: 0;
	overflow: hidden;
	position: absolute;
	float: left;
	width: 100%;
	height: 100%;
}

#flashcontent div {
	color: #fff;
	position: absolute;
	width: 100%;
	height: 100%;
}

#flashcontent div p {
	position: absolute;
	padding: .5em;
	top: 3em;
	left: 20%;
	background-color: #000;
}

#flash_logo {
	z-index: 30;
	overflow: hidden;
	position: absolute;
	right: 0;
	bottom: 0;
	float: right;
	width: 180px;
	height: 135px;
}

/*===========================
			NAV
============================*/
#nav {
	position: fixed;
	bottom: 0;
	float: left;
}

#nav ul {
	width: 640px;
	margin: 10px auto 0px auto;
}

#nav ul li {
	list-style: none;
	display: inline;
	float: left;
	background-color: #000;
	color: #fff;
	padding: 5px;
	margin: 0px 10px 0px 0px;
}

/*===========================
			LINKS
============================*/

a:link {
	background-color: #000;
	border: 0px;
	color: #fff;
	font-style: italic;
}
a:visited{
	border: 0px;
	color: #fff;
	background-color: #000;
	font-style: italic;
}
a:hover {
	color: #000;
	background-color: #ff0;
	cursor: help;
	font-style: italic;
}
a:active {
	color: #fff;
	font-style: italic;
}

a:hover#about_toggle, a:active#about_toggle,a:hover.a_about, a:active.a_about {
	background-color: #0f0;
}

a:hover#events_toggle, a:active#events_toggle,a:hover.a_events, a:active.a_events {
	background-color: #f00;
}

a:hover#contact_toggle, a:active#contact_toggle,a:hover.a_contact, a:active.a_contact {
	background-color: #00f;
}

a:hover#press_toggle, a:active#press_toggle,a:hover.a_press, a:active.a_press {
	background-color: magenta;
}

a:link.parenthesis, a:visited.parenthesis {
	color: #666;
	text-decoration: none;
}

a:hover.parenthesis, a:active.parenthesis {
	color: #000;
	background-color: #00f;
}

/*===========================
			ABOUT
============================*/

#about {
	position: fixed;
	margin: 50px 0px 0px 0px;
	background-color: #000;
	color: #fff;
	width: 640px;
	max-height: 480px;
	min-width: 360px;
	min-height: 240px;
	overflow: auto;
}

#about h2 {
	padding: 10px 20px 10px 20px;
	font-size: 13px;
	line-height: 16px;
	font-weight: lighter;
	text-decoration: underline;
}

#about h3 {
	padding: 10px 0px 10px 20px;
}

#about p.body {
	padding: 10px 20px 10px 20px;
	font-size: 12px;
	line-height: 16px;
	font-weight: lighter;
}

#about ul li {
	list-style: none;
	display: inline-table;
	padding: 10px 10px 0px 20px;
	margin:0px 0px 5px 0px;
}

#about ul {
	padding: 10px 0px 10px 0px;
}

/*===========================
			EVENTS
============================*/

#events {
	position: fixed;
	margin: 50px 0px 0px 0px;
	background-color: #000;
	color: #fff;
	width: 640px;
	max-height: 480px;
	min-width: 360px;
	min-height: 240px;
	overflow: auto;
}

#events h2 {
	padding: 10px 20px 10px 20px;
	font-size: 13px;
	line-height: 16px;
	font-weight: lighter;
	text-decoration: underline;
}

#events p.body {
	padding: 10px 20px 10px 20px;
	font-size: 13px;
	line-height: 16px;
	font-weight: lighter;
}

#events ul li {
	list-style: none;
	padding: 10px 10px 0px 20px;
}

#events ul {
	padding: 10px 0px 10px 0px;
}

/*===========================
			CONTACT
============================*/

#contact {
	position: fixed;
	margin: 50px 0px 0px 0px;
	background-color: #000;
	color: #fff;
	width: 640px;
	max-height: 480px;
	min-width: 360px;
	min-height: 240px;
	overflow: auto;
}

#contact h2 {
	padding: 10px 20px 10px 20px;
	margin: 10px auto 10px auto;
	font-size: 13px;
	line-height: 16px;
	font-weight: lighter;
	text-decoration: underline;
}

#contact p.body {
	padding: 10px 20px 10px 20px;
	font-size: 13px;
	line-height: 16px;
	font-weight: lighter;
}

#contact ul li {
	list-style: none;
	display: inline-table;
	padding: 0px 20px 10px 20px;
}

#contact ul {
	padding: 10px 0px 10px 0px;
}

p.end {
	margin: 0px 20px 10px 20px;
	border: 0px 0px 1px 0px;
	border-bottom: 1px solid #fff;
}

/*===========================
			PRESS
============================*/

#press {
	position: fixed;
	margin: 50px 0px 0px 0px;
	background-color: #000;
	color: #fff;
	width: 640px;
	max-height: 480px;
	min-width: 360px;
	min-height: 240px;
	overflow: auto;
}

#press h2 {
	padding: 10px 20px 10px 20px;
	margin: 10px auto 10px auto;
	font-size: 13px;
	line-height: 16px;
	font-weight: lighter;
	text-decoration: underline;
}

#press p.body {
	padding: 10px 20px 10px 20px;
	font-size: 13px;
	line-height: 16px;
	font-weight: lighter;
}

#press ul li {
	list-style: none;
	padding: 0px 20px 10px 20px;
}

#press ul {
	padding: 10px 0px 10px 0px;
}