/* GLOBAL STYLES ------------------------ */
body {
	font-family:Arial, Helvetica, sans-serif;
} 

img { 
	border:none;
}

p {
	font-size:12px;
	line-height:17px;
	margin:20px 0;
}

h1, h2, h3, h4, h5{
	margin:0;	
}

h1, h2, h4, h5 {
	padding:0;
}

h1 {
	font-size:18px;
}

h2 {
	width:100%;
	text-align:center;
	font-size:24px;
	letter-spacing:-0.5px;
	border-bottom:3px solid #333;
	padding-bottom:5px; margin-bottom:5px;
}

h3 {
	padding:0 0 7px 0;
	text-align:center;
	color:#666;
}

h5 {
	text-indent:-9000px;
	float:right;
	padding:5px 0 0 0;
	font-size:15px;
	color:#999;
}

/* MAKE INACTIVE STYLES BELOW ACTIVE IF AN IMAGE IS REQUIRED, NOT HTML TEXT -- */

h1 a#logo {	
	xbackground:url(../images/logo.gif) no-repeat 0 5px;
	xtext-indent:-9000px;
	float:left;
	color:#666;
	text-decoration:none;
}

h2 span { 
	display:block;
	clear:both;
	font-size:12px;
	letter-spacing:normal;
}

.clearer {
	clear:both;
}

.clearLine {
	clear:both;
	border-bottom:2px solid black;
	margin-bottom:15px;
}

/* MENU ---------------------------------------*/

ul#menu {
	clear:both;
	float:left;
	list-style-type:none;
	width:100%;
	height:36px;
	padding:0;
	margin:20px 0 15px 0;
}

ul#menu li {
	float:left;
	width:auto;
	height:36px;
	line-height:36px;
	text-align:center;
	margin-right:3px;
	font-size:12px;
	font-weight:bold;
}

ul#menu li a {
	line-height:36px;
	height:36px;
	width:auto;	
	background: #F0EFEF url(../images/lftOff.gif) left top no-repeat;
	color:#666;
	text-decoration:none;
	padding-left:9px;
	cursor:pointer;
}

ul#menu li a span {
	background:url(../images/rhtOff.gif) right top no-repeat;
	padding-right:9px;
}

ul#menu li a:hover {
	background: #eae7e9 url(../images/lftOn.gif) left top no-repeat;
	color:#000;
}

ul#menu li a:hover span {
	background: url(../images/rhtOn.gif) right top no-repeat;
} 

ul#menu a, ul#menu a span {
	display: block;
	float: left;
}

ul#menu li.active {
	background:url(../images/lftActive.gif) left top no-repeat #ccc;
	color:black;
}

ul#menu li.active span {
	display:block;
	float:left;
	padding-right:9px;
	padding-left:9px;
	background:url(../images/rhtActive.gif) top right no-repeat;
	color:black;
}

/* ------------------------------------------------------*/

#hdr {
	width:100%;
	margin-bottom:15px;
}

#ftr {
	clear:both;
	width:100%;
	margin-top:20px;
	padding-top:15px;
	padding-bottom:25px;
	border-top:2px solid #ddd;
}

#ftr p {
	text-align:center;
	font-weight:bold;
}

#ftr a {
	display:block;
	width:50px;
	height:71px;
	float:right;
}

#wrapper { 
	position:relative;
	width:700px;
	margin-left:auto;
	margin:auto;
}

.lft {
	float:left;
}
	
.rht {
	float:right;	
}

.content {
	clear:both;
	padding-top:15px;
}

.content a {
	font-size:12px;
	color:#00F;
}

.content a:hover {
	text-decoration:none;
}

.content ul {
	list-style-type:none;
	padding:10px 0;
	margin:0;
	font-size:12px;
}

.content ul li {
	padding:3px 0;
}

.content ul li a {	
	text-decoration:none;
}

.content ul li a:hover {
	text-decoration:underline;
}

.definition {
	width:700px;
	border-bottom:1px solid #999;
	padding:0 0 10px 0;
	xmargin-bottom:10px;
	font-size:14px;
	line-height:19px;
	font-style:italic;
}

.featuredSub span {
	font-size:12px;
}

/* ARTISTS IN RESIDENCE ---------------- */

p.padline {
	padding:10px 5px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}

.imageWrapper {
	padding:10px 0;
	display:block;
	text-align:center;
}

.imageWrapper img {
	padding:5px;
	border:1px solid #ccc;
}

/* ARCHIVE ---------------------------- */

ul#archive {
	list-style-type:none;
	padding:0;
	margin:0;
	width:100%;
}

ul#archive li {
	float:left;
	width:auto;
	min-height:120px;
	padding:10px;
	border-bottom:1px solid #ccc;
}

ul#archive li a {
	display:block;
	max-width:450px;
	float:left;
	margin-bottom:15px;
	font-size:22px;
	color:#333;
	font-weight:bold;
	text-decoration:underline;
}

ul#archive li img {
	padding:5px;
	border:1px solid #999;
}

ul#archive li p {
	clear:left;
}

ul#archive li a:hover {
	text-decoration:none;
	color:black;
}

ul#archive li img {
	float:right;
	margin: 0 0 15px 15px;
}

.banner {
	width:700px;
	height:auto;
	border:1px solid #333;
}