@charset "utf-8";

/* CSS Document */

body {
	height:100%;
	width:100%;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	word-spacing:2px;
	line-height:23px;
	letter-spacing:1.5px;
}

div#menu {
	z-index:2;
	position:relative;
	top:0px;
	left:0px;
	padding:0;
	margin:0;
}

div#navigation {
	display:none;
}

h2.title {
	position:relative;
	top:-66px;
	height:22px;
	text-indent:-9999px;
}

p {
	float:left;
	width:100%;
	padding-bottom:20px;
}

div.home {	
	position:relative;
	top:2px;
	width:548px;
	left:259px;
	height:auto;
	z-index:1;
}

ul.artists, dl.exhibits {
	position:relative;
	left:259px;
	top:-51px;
	width:548px;
}

ul.artists {
	top:-37px;
}


dd {
	float:left;
	width:100%;
}

p.date {
	font-weight:bold;
	padding-top:35px;
}

p.artists {
	text-transform: uppercase;
}

p.title, span.hoursTitle, span.brownTitle {
	text-transform: capitalize;
	color:#72270b;
	font-style:italic;	
}

span#title{
	font-weight:bold;
	text-transform: capitalize;
}	

a, span.brown {
	color:#72270b;
}

span.action {
	font-style:italic;
}

p.action, span.hours{
	font-style:italic;
}

p#divide{
	padding-bottom:27px;
	border-bottom-style:solid;	
	border-bottom-width: 2px;
	border-bottom-color: #AAA;
}

p.secondArtist {
	font-weight:bold;
	padding-top:0px;
	text-transform: uppercase;
	line-height:12px;
	padding-bottom:24px;
}

dl.gallery {
	position:relative;
	top:-27px;
	left:259px;
	height:auto;
	width:548px;	
	z-index:1;
}

dl.gallery dt#hide {
	display:none;
}

dd.column {
	width:50%;
	float:left;
}

ul.artists li {
	float:left;
	width:100%;
	line-height:12px;
	text-indent:76px;
	margin-top:26px;
}

#noPadding {
	padding-bottom:0px;
}