/*-------------------------------*/
/* General */
/*-------------------------------*/

body {
	margin: 4px 0 0 0;
	text-align: center;
}

body {
	font-weight: normal;
	font-family: Georgia;
	font-size: 12px;
}

.clear {
	clear: both;
}

.grey {
	color: #6b6b6b;
}

.paragraphEnd {
	text-align: right;
}

.arrow {
	font-family: Arial;
	font-size: 15px;
	font-style: normal;
}

hr.spacer {
	color: transparent;
	border: none;
	padding: 0;
	margin: 0;
}


/*-------------------------------*/
/* Container */
/*-------------------------------*/

#container {
	width: 1010px;
	margin: 5px auto;
	text-align: left;
}


/*-------------------------------*/
/* Header */
/*-------------------------------*/

#header {
	height: 44px;
	padding: 0 0 6px 0;
}

#header p {
	margin: 0;
	padding: 0;
}

#header img {
	border: 0;
}


/* Logo */

#logo {
	margin: 24px 0 0 0;
	float: left;
}


/*-------------------------------*/
/* Content */
/*-------------------------------*/

#content {
	border: 1px solid #000;
	border-top: 6px solid #000;
	border-bottom: 6px solid #000;
}


/*-------------------------------*/
/* Left column */
/*-------------------------------*/

#leftColumn {
	width: 797px;
	float: left;
}


/*-------------------------------*/
/* Right column */
/*-------------------------------*/

#rightColumn {
	float: right;
	width: 210px;
	border-left: 1px solid;
}


/* Banner */

#bannerFeaturedFair {
	border-bottom: 1px solid #000;
	text-align: center;
	height: 248px;
	overflow: hidden;
}

#bannerFeaturedFair p {
	margin: 0;
	padding: 0;
}

#bannerFeaturedFair img {
	border: none;
}


/* Navigation */

#navigation {
	padding: 10px;
}

#navigation ul {
	list-style: none;
	padding: 0;
	margin: 12px 0 0 0;
}

#navigation li {
	font-style: italic;
}

#navigation li.title {
	font-size: 18px;
	line-height: 16px;
}

#navigation a {
	text-decoration: none;
	color: #000;
}

#navigation a.selectedArtist {
	text-decoration: underline;
	font-weight: bold;
}

#navigation a:hover {
  text-decoration: underline;
}

#navigation hr {
	height: 2px;
	color: #000;
	border-top: 1px solid;
	border-bottom: 3px solid;
	border-left: none;
}


/* Address */

#address {
	font-size: 11px;
	font-style: italic;
	padding: 10px;
}

#address a {
	color: #000;
}


/*-------------------------------*/
/* Home page */
/*-------------------------------*/

/* Title */

#title {
	font-size: 30px;
	line-height: 25px;
	border-bottom: 1px solid #000;
	padding: 15px 0 5px 7px;
}

#title p {
	margin: 0;
}

#title a {
	color: #000;
	text-decoration: none;
}


/* Image */

#image {
	padding: 6px;
	border-bottom: 1px solid #000;
	height: 530px;
	overflow: hidden;
}

#image p {
	margin: 0;
	padding: 0;
}

#image img {
	border: none;
}


/* Description */

#description {
	font-style: italic;
	padding: 15px 7px 7px 10px;
}

#description p {
	margin: 0;
	padding: 0;
}

/* Project Space */

#projectSpace a {
	text-decoration: none;
	color: #000;
}

#projectSpaceBanner {
	border-top: 1px solid #000;
	height: 136px;
	overflow: hidden;
	font-size: 30px;
	line-height: 24px;
}

#projectSpaceBanner p {
	margin: 0;
	padding: 6px;
	height: 124px;
}

#projectSpaceBanner p.comingSoon {
	margin: 4px 0 0 0;
}

#projectSpaceBanner img {
	border: none;
}

#projectSpaceTitle {
	border-top: 1px solid #000;
	font-size: 12px;
	padding: 7px 10px;
}

#projectSpaceTitle p {
	margin: 0;
	padding: 0;
}


/*-------------------------------*/
/* Artists */
/*-------------------------------*/

/* Image */
#imageArtists {
	padding: 6px;
	border-bottom: 1px solid #000;
	height: 410px;
	overflow: hidden;
}

#imageArtists p {
	margin: 0;
	padding: 0;
}


/* Title */

#titleArtists {
	font-size: 30px;
	line-height: 25px;
	border-bottom: 1px solid #000;
	padding: 10px 7px;
}

#titleArtists p {
	margin: 0;
	padding: 0;
}

/* Index */

#index {
	height: 255px;
	overflow: auto;
}

div.indexElement {
		border-bottom: 1px solid #000;
		padding: 4px;
}

div.indexElement p {
	margin: 0;
}

div.indexElement img {
	border: none;
}

div.indexElementImage {
	float: left;
}

div.indexElementDescription {
	font-style: italic;
	line-height: 0.95em;
	width: 640px;
	float: right;
	padding: 55px 10px 0 0;
}

div.indexElementDescription h2 {
	font-size: 1.3em;
	font-weight: normal;
	margin: 0 0 3px 0;
}

div.indexElementDescription a {
	text-decoration: none;
	color: #000;
}


/*-------------------------------*/
/* Artist single page */
/*-------------------------------*/

/* Name */

#artistName {
	font-size: 30px;
	padding: 6px 10px 6px 10px;
	border-bottom: 6px solid #000;
}

#artistName p {
	margin: 0;
}


/* Info */

#artistInfo {
	border-bottom: 1px solid #000;
}


/* Image */

#artistImage {
	width: 250px;
	height: 250px;
	float: left;
	border-right: 1px solid #000;
	padding: 6px;
}

#artistImage p {
	margin: 0;
}


/* Summary */

#artistSummary {
	height: 208px;
	font-style: italic;
	padding: 0 10px;
	overflow: auto;
}

#artistSummary a {
	color: #000;
}

#artistSummary a:hover {
	text-decoration: underline;
}


/* Text */

#artistText {
	width: 745px;
	float: right;
}

/* Gallery */

#artistGallery {
	padding: 6px;
	border-bottom: 1px solid #000;
	overflow: hidden;
	background: url('../images/loading.gif') no-repeat center center;
}

#artistGallery p {
	margin: 0;
	padding: 0;
}

#artistGallery img {
	border: none;
}

#imageFade {
	height: 440px;
}

#extraImages {
	display: none;
}


/* Gallery navigation */

#galleryNavigation {
	font-family: Georgia;
	text-align: center;
	color: #787a7a;
	margin: 5px 0 0 0;
}

#galleryNavigation a {
	color: #666;
	text-decoration: none;
}

#galleryNavigation a:hover {
	text-decoration: underline;
}

#galleryNavigation a span.arrow {
	color: #000;
}

#galleryNavigation p {
	float: left;
	width: 850px;
	padding: 0;
}


/* Gallery navigation buttons */

#previousImage {
	font-size: 1.0em;
	float: left;
	background: transparent;
	border: none;
	cursor: pointer;
}

#nextImage {
	font-size: 1.0em;
	float: right;
	background: transparent;
	border: none;
	cursor: pointer;
}


/* PDF download */

#artistCVPDFDownload {
	font-style: italic;
	height: 15px;
	float: right;
	line-height: 0.95em;
	border-left: 1px solid #000;
	padding: 18px 20px;
}

#artistCVPDFDownload p {
	margin: 0;
}

#artistCVPDFDownload a {
	color: #000;
}


/* CV */

#artistCVText {
	font-style: italic;
	padding: 0 10px;
	border-bottom: 1px solid #000;
}


/*-------------------------------*/
/* Archives */
/*-------------------------------*/

/* Header */

#archivesHeader {
	font-size: 0.9em;
	border-bottom: 1px solid #000;
}

#archivesHeader p {
	margin: 0;
}

#archivesTitle {
	float: left;
	width: 180px;
	font-size: 30px;
	text-align: center;
	border-right: 1px solid #000;
	padding: 10px 0 10px 0;
}


/* Navigation */

#archivesNavigation {
	font-size: 14px;
	width: 590px;
	float: right;
	padding: 23px 10px 0 0;
	line-height: 11px;
}

#archivesNavigation div.separator {
	color: #000;
	font-weight: bold;
}

#archivesNavigation a {
	color: #000;
	text-decoration: none;
}

#archivesNavigation a.active {
	color: #666;
}

#archivesNavigation a:hover {
	text-decoration: underline;
}


/* Canvas */

#archivesScrollerCanvas {
	height: 520px;
	width: 797px;
}


/* Items */

.archivesItem {
	float: left;
	width: 450px;
	height: 525px;
	padding: 0 10px;
	border-right: 1px solid #000;
	font-size: 1.1em;
}

.archivesItem p {
	margin: 0;
}

.archivesItemDate {
	padding: 10px 0;
}

.archivesItemImage {
	height: 337px;
}

.archivesItemImage img {
	border: none;
}

.archivesItemDescription {
	width: 450px;
	text-align: center;
	padding: 40px 0 10px 0;
}

.archivesItemDescription a {
	color: #000;
	text-decoration: none;
}


/* Bottom navigation */

#archivesBottomNavigation {
	font-style: italic;
	border-top: 1px solid #000;
	padding: 10px;
}

#archivesBottomNavigation a {
	color: #666;
	font-style: normal;
	text-decoration: none;
}

#archivesBottomNavigation a span.arrow {
	color: #000;
}

#archivesBottomNavigation a:hover {
	text-decoration: underline;
}

#archivesNewer {
	float: left;
}

#archivesOlder {
	float: right;
}


/* Scrollers */

#archivesNavigationScrollerCanvas { 
		position: relative; 
		overflow: hidden; 
		width: 435px; 
		height: 20px;
		float: left;
}

#archivesNavigationScrollerStrip {
		width: 20000em; 
		position: absolute; 
}

#archivesScrollerCanvas { 
		position: relative; 
		overflow: hidden; 
		width: 797px; 
		height: 520px; 
} 
 
#archivesScrollerStrip { 
		width: 20000em; 
		position: absolute; 
}

#archivesNavigationNewer {
	float: left;
	margin: 0 15px 0 0;
}

#archivesNavigationEarlier {
	margin: 0 0 0 15px;
}

.navItem {
	float: left;
	margin: 0 10px 0 0;
}


/*-------------------------------*/
/* Bottom navigation */
/*-------------------------------*/

#bottomNavigation {
	font-style: italic;
	clear: both;
	text-align: right;
	padding: 6px 10px;
}

#bottomNavigation p {
	margin: 0;
}

#bottomNavigation a {
	text-decoration: none;
	color: #000;
	margin: 0 0 0 20px;
}

#bottomNavigation a:hover {
	text-decoration: underline;
}


/*-------------------------------*/
/* Event */
/*-------------------------------*/

/* Header */

#eventHeader {
	font-size: 0.9em;
	border-bottom: 1px solid #000;
}

#eventHeader p {
	margin: 0;
}

#eventTitle {
	float: left;
	font-size: 30px;
	line-height: 25px;
	border-right: 1px solid #000;
}

#eventTitle p {
	padding: 10px;
}

#eventTitle p.littlestSister {
	color: #ec0083;
}

.eventTitleNoArtist {
	padding: 4px 0 0 0;
}

#eventDate {
	float: left;
	padding: 0 0 0 10px;
	text-align: left;
	font-size: 1.2em;
}

#eventDate p {
	margin: 0;
	padding: 0;
}

.eventDateNormal {
	margin: 28px 0 0 0;
}

.eventDateProjectSpace {
	margin: 40px 0 0 0;
}

.eventDateNoArtist {
	margin: 18px 0 0 0;
}


/* Project Space Ribbon */

#projectSpaceRibbon {
	font-family: Georgia;
	font-size: 12px;
	border-top: 1px solid #000;
}

#projectSpaceRibbon p {
	margin: 0;
	padding: 0 10px;
}


/* Content */

#eventInfo {
	font-style: italic;
}

#eventGallery {
	float: left;
	width: 390px;
	height: 601px;
	border-right: 1px solid #000;
	padding: 5px;
}

#eventGallery p {
	margin: 0 0 20px 0;
}

#eventGallery a {
	font-size: 1.0em;
	color: #000;
	margin: 0 0 10px 0;
}

#eventGallery a:hover {
	text-decoration: underline;
}

#eventGallery img {
	border: none;
}

#eventImages {
	display: none;
}

#eventSummary {
	float: right;
	width: 375px;
	height: 591px;
	padding: 10px;
	overflow: auto;
	text-align: justify;
}

#eventSummary p {
	margin: 0 3px 10px 0;
}


/* Bottom navigation */

#eventBottomNavigation {
	clear: both;
	font-style: italic;
	border-top: 1px solid #000;
	padding: 10px;
	margin: 0 0 20px 0;
}

#eventBottomNavigation a {
	color: #000;
	text-decoration: none;
}

#eventBottomNavigation a:hover {
	text-decoration: underline;
}

#eventReturn {
	float: right;
}


/*-------------------------------*/
/* Footer */
/*-------------------------------*/

#footer {
	clear: both;
	padding: 5px 0 0 0;
	margin: 0 0 30px 0;
}


/* Subscribe form */

#subscribeForm {
	float: left;
}

#subscribeForm input {
	font-size: 11px;
	font-style: italic;
	color: #796d6d;
	width: 200px;
	height: 18px;
	border: 1px solid #000;
	text-align: center;
	vertical-align: bottom;
}

#subscribeForm button {
	font-size: 11px;
	height: 22px;
	font-style: italic;
	background-color: #000;
	color: #fff;
	border: none;
	padding: 2px 10px;
}


/* Social links */

#social {
	font-size: 11px;
	float: right;
}

#social ul {
	list-style: none;
	padding: 0;	
	margin: 0;	
}

#social li {
	display: inline;
	margin: 0 10px 0 0;
}

#social a {
	text-decoration: none;
	color: #000;
}

#social a:hover {
	text-decoration: underline;
}


/*-------------------------------*/
/* Typeface.js */
/*-------------------------------*/

.bodoni {
	font-family: "Bodoni";
}

.bodoni-mt {
	font-family: "Bodoni MT";
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}


/*-------------------------------*/
/* Fancybox */
/*-------------------------------*/

#fancyboxTitle {
	font: normal 12px Georgia;
	font-style: italic;
	background-color: #000;
	padding: 10px;
}

#fancyboxTitle p {
	margin: 0;
}
