body {
	margin:0;
	padding:0;
	background-color:#000;
}
a
{
	color: #FFF;
	text-decoration:none;
}
a:hover
{
	color: #C39;
	text-decoration:underline;
}

/* ------------------------ TOP SECTION -------------------------------*/
#top {
	background-image:url(images/line.gif);
	background-color:#000;
	height:212px;
	clear:both;
}
#header {
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
	background-position:left;
	height:100%;
	width:100%;
	color:white;
	font-family:"Lucida Console", Monaco, monospace;
	font-size:1.5em;
	font-stretch:condensed;
	text-align:right;
}
#subtitle {
	margin-top:75px;
	margin-right: 20px;
	float:right;
}
#topNavigation {
	list-style: none;
	padding: 0;
	margin: -100px 0px 0px 325px;
	float:left;
	color:#CCC;
	font-family:"Lucida Console", Monaco, monospace;
	font-stretch:condensed;
	text-decoration:none;
}
#topNavigation li {
	display: inline;
	padding: 0;
	margin: 0;
}
#topNavigation li:before {
	content: "| ";
}
#topNavigation li:first-child:before {
	content: "";
}
#topNavigation li a {
	color:#CCC;
	font-family:"Lucida Console", Monaco, monospace;
	font-size:1.2em;
	font-stretch:condensed;
	text-decoration:none;
}
#topNavigation li a:hover {
	color:#832e5c;
}
/* ------------------------ MIDDLE SECTION -------------------------------*/
#middle {
	color:#CCC;
	background-color:black;
	padding-left: 100px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-top: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:0.8em;
	clear:both;
	height: 100%;
	vertical-align: top;
}
#upcomingEventDescription {
	float:left;
	width: 200px;
	text-align:right;
	border:0;
	padding-top:0;
}
#upcomingEventDescription h1 {
	font-family:"Arial Black", Gadget, sans-serif;
	color:#666;
}
#upcomingEventDescription h2, h3 {
	font-weight:bold;
	font-size:1.25em;
}
#upcomingEventPhoto {
	margin-top: -50px;
	margin-left: 225px;
}
/* ------------------------ BOTTOM SECTION -------------------------------*/
#bottom {
	background-color:white;
	width:100%;
	height:100%;
	clear:both;
}
#upcomingEventsSection, #artistsSection, #eventGallerySection {
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	width:30%;
	color:#666;
	padding-left: 10px;
}
#artistsSection, #eventGallerySection, #upcomingEventsSection
{
	padding-left:20px;
	font-family:"Arial Black", Gadget, sans-serif;
	color:#666;
}
#artistsSection li, #eventGallerySection li, #upcomingEventsSection li
{
	list-style:none;
}
#artistsSection a, #eventGallerySection a, #upcomingEventsSection a
{
	text-decoration:none;
	color:#666;
}
#artistsSection a:hover, #eventGallerySection a:hover, #upcomingEventsSection a:hover
{
	color:#C39;
}
/* ------------------------ GALLERY SECTION -------------------------------*/
#galleryInfoSection {
	height:100%;
}
#galleryInfoText {
	padding: 0;
	width:300px;
	vertical-align:top;
}
#galleryInfoText a {
	color:#fff;
	text-decoration:none;
}
#galleryInfoText a:hover {
	color:#C39;
	text-decoration:underline;
}
#galleryThumbnailSection {
	padding-left:25px;
	vertical-align:top;
}
#galleryThumbnailSection li
{
	list-style:none;
	display:inline-block;
	float:left;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:40px;
	width: 220px;
	height: 220px;
	vertical-align:middle;
	text-align:center;
}
#galleryThumbnailSection img {
	padding:8px;
	border:2px solid #666;
	background-color: #aaa;
}
h1#galleryInfoTitle {
	font-size:3em;
	font-family:"Arial Black", Gadget, sans-serif;
	letter-spacing:-0.15em;
	color:#FFF;
}

#bottomArtistList
{
	padding-left:20px;
	font-family:"Arial Black", Gadget, sans-serif;
	color:#666;
}
#bottomArtistList li
{
	display:inline-block;
	list-style:none;
}
#bottomArtistList a
{
	text-decoration:none;
	color:#666;
}
#bottomArtistList a:hover
{
	color:#C39;
}
#bottomArtistList a.currentArtist
{
	color:#C39;
}
#bottomArtistList li:before {
	content: "| ";
}
#bottomArtistList li:first-child:before {
	content: "";
}
#middleArtistList
{
	font-family:"Arial Black", Gadget, sans-serif;
	color:#666;
	background-color:#000;
}
#middleArtistList li
{
	display:inline-block;
	list-style:none;
}
#middleArtistList a
{
	text-decoration:none;
	color:#666;
	font-size:1.5em;
}
#middleArtistList a:hover
{
	color:#C39;
	font-size:1.5em;
}
#middleArtistList li:before {
	content: "* ";
}
#middleArtistList li:first-child:before {
	content: "";
}
#middleArtistList td
{
	vertical-align:top;
}
#blackSection
{
	background-color:#000;
	height:100%;
	width:100%;
}