/* MAIN SITE CSS FILE
---------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------
    Global Styles
---------------------------------------------------------------------------------- */

* {
	padding: 0;
	margin: 0;
	border: 0;
}
html {
}
body {
	margin: 0;
	padding: 0;
	font-family: "Hoefler Text", Georgia, "Times New Roman", Serif;
	font-size: 13px;
	color: #333;
}
a, a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #e37ab1;
}
h1 {
	display: none;
}
h1, h2, h3, h4 {
	font-weight: normal;
	margin-bottom: 2px;
}
h2 {
	font-size: 19px;
}
h3 {
	font-size: 14px;
}

.expandForPrint {
	display: none;
}


/* ----------------------------------------------------------------------------------
    General Layout
---------------------------------------------------------------------------------- */

#container {
	margin: 20px auto 0 auto;
	height: 651px;
	width: 1038px;
	position: relative;
	background: url(/site/images/body_bg.png) center center no-repeat;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
	height: 130px;
	width: 460px;
	z-index: 2000;
}
	#logo a {
		display: block;
		cursor: pointer;
		text-indent: -9999px;
		height: 130px;
		width: 460px;
	}

#mainContent {
	padding: 210px 170px 0 190px;
}
#content {
	
}

#topNavigation {
	width: 78px;
	height: 102px;
	position: absolute;
	top: 10px;
	left: 735px;
}
	#topNavigation ul {
		
	}
		#topNavigation ul li {
			width: 78px;
			height: 17px;
			float: left;
			display: inline;
			clear: both;
		}
			#n_home {
				background-image: url(/site/images/n_home_on.gif);    /* rollover state */
			}
			#n_artists {
				background-image: url(/site/images/n_artists_on.gif);    /* rollover state */
			}
			#n_browse {
				background-image: url(/site/images/n_browse_on.gif);    /* rollover state */
			}
			#n_news {
				background-image: url(/site/images/n_news_on.gif);    /* rollover state */
			}
			#n_contact {
				background-image: url(/site/images/n_contact_on.gif);    /* rollover state */
			}
			#n_about {
				background-image: url(/site/images/n_about_on.gif);    /* rollover state */
			}


#footerLinks {
	position: absolute;
	bottom: 82px;
	right: 260px;
	height: 28px;
}
#footerLinks div {
	float: left;
}
#footerLinks .rollover {
	float: left;
	margin-left: 15px;
}

#footer {
	text-indent: -9999px;
	position: absolute;
	bottom: 80px;
	left: 60px;
	height: 37px;
	width: 146px;
	z-index: 1000;
	background: url(/site/images/footer_credits.gif) top left no-repeat;
}
#footer #artlogic {
	display: block;
	position: absolute;
	bottom: 0;
	right: 20px;
	height: 14px;
	width: 50px;
}
			

/* ----------------------------------------------------------------------------------
    Page Specific Styles
---------------------------------------------------------------------------------- */

/* Homepage 
----------------------------------------- */

.section-home #mainContent {
	padding-left: 300px;
	padding-top: 185px;
}


/* Artists section 
----------------------------------------- */

.section-artists #letterSort {
	position: absolute;
	top: 170px;
	left: 360px;
	font-family: arial, sans-serif;
	font-size: 11px;
	text-align: center;
	width: 380px;
}
	.section-artists #letterSort a {
		padding: 2px;
	}
	.section-artists #letterSort a.active {
		color: #e37ab1;
	}
.section-artists #content ul {
	list-style: none;
	width: 115px;
	float: left;
	display: inline;
	margin: 0 15px 0 0;
}
	.section-artists #content ul li {
		float: left;
		width: 115px;
		clear: both;
		display: inline;
		margin: 0 0 7px 0;
		line-height: 14px;
	}
	.section-artists #content ul.last{
		margin: 0;
	}
	
	
/* An artist page ----------------------------------------- */

.section-artists.hasparams #content #contentArea {
	float: right;
	display: inline;
	width: 380px;
}
	.section-artists.hasparams #content #workThumbs {
		
	}
		.section-artists.hasparams #content #workThumbs a {
			float: left;
			display: inline;
			margin: 0 5px 5px 0;
		}
	.section-artists.hasparams #content #workDetails {
		padding-top: 20px;
		clear: both;
		float: left;
		display: inline;
	}
		.section-artists.hasparams #content #workDetails .titleDate {
			font-size: 14px;
			margin-bottom: 4px;
		}
			.section-artists.hasparams #content #workDetails .titleDate span {
				font-size: 13px;
			}
	.section-artists.hasparams #content h2 {
		font-weight: normal;
		font-size: 21px;
	}
.section-artists.hasparams #content #artistSlideshow {
	float: left;
	display: inline;
	width: 450px;
}

.section-artists.page-moreinformation .contentArea .description {
	padding-right: 10px;
}


/* Browse section 
----------------------------------------- */

.section-browse #browseSearch {
	margin-bottom: 20px;
	padding-left: 50px;
}
.section-browse #browseSearch form input,
.section-browse #browseSearch form select {
	border: 1px solid #CCC;
	font-size: 11px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 150px;
	height: 20px;
	float: left;
	display: inline;
	margin-right: 12px;
}
.section-browse #browseSearch form input {
	height: 16px;
}
.section-browse #content ul {
	list-style: none;
	clear: both;
}
	.section-browse #content ul li {
		float: left;
		display: inline;
		width: 155px;
		min-height: 200px;	
		font-size: 11px;
		margin-right: 10px;
	}
		.section-browse #content ul li .image {
			height: 115px;
		}
		.section-browse #content ul li .artistName {
			font-weight: bold;	
		}
		.section-browse #content ul li .image,
		.section-browse #content ul li .artistName,
		.section-browse #content ul li .artworkTitle {
			display: block;
			margin-bottom: 3px;
			clear: both;	
		}
		.section-browse #content ul li a:hover {
			color: #333;
		}
	.section-browse #content ul li.smaller {
		min-height: 120px;	
	}
		.section-browse #content ul li.smaller .image {
			height: 50px;
		}

#mask {
	position: absolute;
	width: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	height: 1000px;
	z-index: 4000;
	background: #FFF;
}
#popupContainer {
	position: absolute;
	top: 40px;
	left: 50%;
	z-index: 5000;
	width: 550px;
	background: #FFF;
	margin-left: -275px;
}
	#popupContainer .image {
		height: 400px;
		display: block;
		text-align: center;
		margin-bottom: 20px;
	}
	#popupContainer h2 {
		padding: 5px 0 0 0;
		float: left;
		display: inline;
		width: 350px;
		clear: none;
	}
	#popupContainer .artworkTitle {
		float: left;
		display: inline;
		clear: left;
		width: 350px;
	}
	#popupContainer .previousNext {
		float: right;
		display: inline;
		padding: 9px 0 0 0;
		clear: none;
	}


/* News section 
----------------------------------------- */

.section-news #content ul {
	list-style: none;
}
.section-news #content ul li {
	margin-bottom: 30px;
}
.section-news .contentArea {
	float: left;
	display: inline;
	width: 350px;
}
.section-news .contentArea .description {
	padding-right: 10px;
}
.section-news #image {
	float: left;
	display: inline;
	padding-left: 50px;
}

/* Contact section 
----------------------------------------- */

.section-contact #mainContent {
	padding-top: 124px;
	padding-left: 186px;
	padding-right: 0;
}
.section-contact #content {
	background: url(/site/images/contact.png) top left no-repeat;
	height: 450px;
}
#linkToMap {
	position: absolute;
	top: 417px;
	left: 186px;
	height: 20px;
	width: 80px;
}


/* About us section 
----------------------------------------- */

.section-aboutus #content {
	height: 400px;
}
.section-aboutus #alternativeContent {
	padding: 23px 15px 0 15px;
	font-family: "Avenir Lt Std 35 Light", "Helvetica Neue Light", Helvetica, Arial;
	line-height: 16px;
	font-size: 14px;
}

.section-aboutus.page-johnevans #content {
	background: url(/site/images/aboutus/john_text.gif) left 20px no-repeat;
}
.section-aboutus.page-stuartevans #content {
	background: url(/site/images/aboutus/stuart_text.gif) left 20px no-repeat;
}

.section-aboutus #aboutPicture {
	position: absolute;
	top: 170px;
	right: 110px;
}

.section-aboutus #footerLinks {
	bottom: 90px;
}


/* ----------------------------------------------------------------------------------
    Global Classes
---------------------------------------------------------------------------------- */

/* General ----------------------------------------- */

.clear {
	clear: both;
	overflow: hidden;
	height: 1px;
}

.description {
	color: #666667;
	line-height: 15px;
}


/* Rollover Images - Common Controls ----------------------------------------- */

.rollover { display: block; } /* Allow setting widths and heights */
.rollover img { width: 100%; height: 100%; border: 0; } /* only set width and height once */
.rollover:hover { visibility: visible;  /* for IE */ } /* sets any property for the :hover state */
.rollover:hover img { visibility: hidden; background: none; } /* 'rolls over' the image */

.active .rollover img { visibility: hidden; background: none; } /* current page icon */
.active .rollover:hover img {  } /* current page icon */
	

/* Links ----------------------------------------- */

.link {
	display: block;
	clear: left;
	padding: 4px 0 0 0;
	margin: 0 0 3px 0;
	min-height: 18px;
	height: auto !important;
	height: 18px;
	font-size: 12px;
}
	.next a {
		
	}
		.next a, 
		.next a:visited {
			text-decoration: none;
			font-weight: bold;
		}
		.next a:hover {
		}
		
		.next.disabled span {
			padding: 0 14px 0 0;	
			color: #CCC;
		}

		
	.back a {
		
	}
		.back a, 
		.back a:visited {
			text-decoration: none;
			font-weight: bold;
		}
		.back a:hover {
		}
		
		.back.disabled span {
			padding: 0 0 0 14px;
			color: #CCC;
		}

