/*  
Spongespace Styles
*/



/* Begin Typography & Colors */
/* Begin Typography & Colors */
/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background: #27163a;
	color: #000;
	text-align: left;
}

#exhibitInfo .triTitle {
	background: #f2e626;
}
#eventList .triTitle {
	background: #a7e015;
}
#contact .triTitle {
	background: #ff2cc7;
}

#exhibitInfo .subBox {
	background: #fffac5;
}
#eventList .subBox {
	background: #c7e087;
}
#contact .subBox {
	background: #db81c4;
}

#exhibitInfo .subTitle {
	background: #e5dd5d;
}
#eventList .subTitle {
	background: #a7cb29;
}
#contact .subTitle {
	background: #c946a6;
}

a, a:hover, a:visited, a:link {
	color: #661250;
}
#exhibitInfo a, #exhibitInfo a:hover, #exhibitInfo a:visited, #exhibitInfo a:link {
	color: #807932;
}
#eventList a, #eventList a:hover, #eventList a:visited, #eventList a:link {
	color: #52660a;
}
#contact a, #contact a:hover, #contact a:visited, #contact a:link {
	color: #661250;
}

.attn {
	background: #5f0047;
	color: #fff;
	font-weight: bold;
	padding: 4px;
}

.black {
	background: #000;
	color: #fff;
}
.grey {
	background: #979696;
}
.offWhite {
	background: #fffac5;
}
.purple {
	background: #27163a;
}
.orange {
	background: #ed4721;
}
.pink {
	background: #c946a6;
}
.green {
	background: #a7cb29;
}

/* End Typography & Colors */
/* End Typography & Colors */
/* End Typography & Colors */



/* Begin Structure */
/* Begin Structure */
/* Begin Structure */
body {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

div {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#wrap {
	width: 1164px;
}

#logo {
	width: 184px;
	float: left;
}

.fullColumn {
	margin: 0px 10px 0px 10px;
	width: 960px;
	clear: both;
}

.triColumn {
	width: 300px;
	float: left;
}

.triTitle {
	margin: 10px 0px 10px 0px;
	padding: 10px 7px 10px 7px;
}

.subBox {
	margin: 0px 0px 10px 0px;
	padding: 7px;
}

.subTitle {
	margin: 0px;
	padding: 5px 7px 5px 7px;
}

#exhibitInfo {
}
#eventList {
	margin: 0px 10px 0px 10px;
}
#contact {
	margin: 0px 10px 0px 0px;
}

ul {
	margin: 0px;
	padding: 0px 0px 1.5em 20px;
	border: 0px;
	list-style: none;
	text-indent: -10px;
} 
.meta {
	padding: 0px 0px 1.5em 10px;
} 
li {
	margin: 2px 0px 0px 0px;
}

/* End Structure */
/* End Structure */
/* End Structure */


/*	Begin Headers */
p {
	margin: 0px;
	padding: 0px 0px 1.3em 0px;
	border: 0px;
	}

h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
h1 {
	font-size: 2em;
	}
h2 {
	font-size: 1.75em;
	}
h3 {
	font-size: 1.25em;
	}
/* End Headers */

hr {
	display: none;
	}

#exhibitName {
	font-size: 1.5em;
	padding-bottom: 4px;
}
.underline {
	padding-bottom: 4px;
	margin-bottom: 4px;
}
#exhibitInfo .underline, #exhibitInfo .midphoto {
	border-bottom: 1px solid #fffac5;
}
#eventList .underline, #eventList .midphoto {
	border-bottom: 1px solid #c7e087;
}
#exhibitInfo .subBox .underline, #exhibitInfo .subBox .midphoto {
	border-bottom: 1px solid #f2e626;
}
#eventList .subBox .underline, #eventList .subBox .midphoto {
	border-bottom: 1px solid #a7cb29;
}
.overline{
	padding-top: 7px;
	margin-top: 7px;
}
#exhibitInfo .overline {
	border-top: 1px solid #fffac5;
}
#eventList .overline {
	border-top: 1px solid #c7e087;
}
#eventList .subBox .overline {
	border-top: 1px solid #a7cb29;
}
.midphoto {
	display: none;
	padding-bottom: 7px;
	margin-bottom: 7px;
} 

a img, a:link img {
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
a:hover img {
	border-top: 1px solid #27163a;
	border-bottom: 1px solid #27163a;
}
