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


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

	html {
		height: 100%;
	}
	body {
		height: 100%;
		padding: 0;
	}


/* -----------------------------------------
   Layout Specific
----------------------------------------- */

	/* Container ----------------------------------------- */
	
	#container {
		padding: 0 40px;
		width: 850px;
		min-height: 100%;
		height: auto !important;
		height: 100%;
		margin: 0 0 -90px 0;
	}
	
	#container, x:-moz-any-link { opacity: 0.9999; }
	#container, x:-moz-any-link, x:default { opacity: 1; }
	/* Hack for safari only */
	/*\*/
		html>body*#container { opacity: 1; }
	/**/
	
	
	/* Header ----------------------------------------- */
	
	#header {
		width: 250px;
		float: left;
		display: inline;
		padding-top: 40px;
	}
		#logo {
			float: left;
			display: inline;
			width: 250px;
			height: 48px;
			position: relative;
			font-size: 24px;
			text-transform: uppercase;
			text-indent: -9999px;
			background: url(/site/images/bischoff_weiss_logo.png) left top no-repeat;
		}
			#logo a, #logo a:visited {
				color: #111;
				text-decoration: none;
			}
		#logo a.blockLink {
			display: block;
			width: 250px;
			height: 21px;
			visibility: visible;
			position: absolute;
			top: 0;
			left: 0;
		}
			
		#topNav {
			float: left;
			display: inline;
			clear: left;
		}
		#topNav ul {
			list-style: none;
		}
		#topNav ul li {
			float: left;
			clear: both;
			width: 100%;
			display: inline;
			margin-right: 8px;
		}
		#topNav ul li a {
			float: left;
			display: inline;
			padding: 6px 0;
			color: #8d8d8d;
			letter-spacing: 0.05em;
			font-size: 14px;
			text-transform: lowercase;
			white-space: nowrap;
		}
		#topNav ul li a, #topNav ul li a:visited {
			text-decoration: none;
		}
		#topNav ul li a:hover {
			color: #444;
		}
		#topNav ul li a.active {
			color: #111;
		}
		
		#topNav ul li ul {
			margin-left: 13px;
		}
		#topNav ul li ul li a {
			font-size: 12px;
			padding: 2px 0;
		}
		
		#subNav {
			float: left;
			display: inline;
			clear: both;
			width: 100%;
			margin-bottom: 30px;
		}
		#subNav ul {
			list-style: none;
		}
		#subNav ul li {
			float: left;
			display: inline;
			margin-right: 30px;
		}
		#subNav ul li a {
			float: left;
			display: inline;
			padding: 6px 0;
			color: #8d8d8d;
			letter-spacing: 0.05em;
			font-size: 14px;
			text-transform: lowercase;
			white-space: nowrap;
		}
		#subNav ul li a, #subNav ul li a:visited {
			text-decoration: none;
		}
		#subNav ul li a:hover {
			color: #444;
		}
		#subNav ul li a.active {
			color: #111;
		}
		
		#url {
			display: none;
		}
	
	
	/* Footer ----------------------------------------- */
	
	.push {
		height: 90px;
	}
	
	#footer {
		height: 90px;
		position: relative;
		
		clear: both;
		float: left;
		display: inline;
		font-size: 11px;
		color: #8d8d8d;
		/*margin-left: 250px;
		margin-bottom: 20px;
		padding-top: 60px;
		*/
		min-width: 930px;
		width: 100%;
		/*position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		*/background: #FFF;
	}
		#copyright {
			float: left;
			display: inline;
			padding: 40px 40px 0 40px;
		}
		#artlogic2 {
			display: none;
		}
		#ownArt {
			float: right;
			display: inline;
			padding: 40px 40px 0 40px;
		}
	
	
	/* Content ----------------------------------------- */
	
	#mainContent {
		float: left;
		display: inline;
		width: 600px;
		padding-top: 94px;
	}
		#content {
			float: left;
			display: inline;
			width: 100%
		}
		
		#sidebar {
			
		}
		

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

	/* Homepage ----------------------------------------- */
	
	.section-home h1 {
		display: none;
	}
	.section-home #content .image {
		margin-bottom: 15px;
	}
	.section-home #content h2 {
		margin-bottom: 7px;
		font-size: 13px;
	}
	
	
	/* Exhibitions ----------------------------------------- */
	
	
	
	
	/* News ----------------------------------------- */
	
	.section-news #innerContent {
		width: 340px;
		float: left;
		display: inline;
	}
	.section-news #sidebar {
		width: 220px;
		float: right;
		display: inline;
	}
	
	
	/* Publications ----------------------------------------- */
	
	.section-publications #innerContent {
		width: 340px;
		float: left;
		display: inline;
	}
	.section-publications #sidebar {
		width: 220px;
		float: right;
		display: inline;
	}
	.section-publications .image {
		margin-bottom: 30px;
	}
	.section-publications #records ul li h3 {
		width:190px;
	}
	
	
	
	/* Contact ----------------------------------------- */
	
	.section-contact #innerContent {
		width: 220px;
		float: left;
		display: inline;
	}
	.section-contact #sidebar {
		width: 380px;
		float: right;
		display: inline;
	}
	.section-contact #sidebar .image {
		clear: both;
	}
	
	#artlogic {
		padding-top: 30px;
	}
		#artlogic a, #artlogic a:visited {
			color: #8d8d8d;
			text-decoration: none;
		}
		#artlogic a:hover {
			color: #444;
			text-decoration: none;
		}


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

	
	
	/* Image slideshows -------------------------------------- */
	
	#slideshowArea {
		height: 450px;
		width: 600px;
		clear: both;
		overflow: hidden;
	}
	#imagePanel {
		width: 600px;
		font-size: 11px;
		padding-top: 12px;
	}
	#imagePanel a,
	#imagePanel a:visited {
	}
	#imagePanel a:hover {
		color: #444;
	}
	#flssCaption {
		float: left;
		display: inline;
		padding-top: 6px;
		width: 420px;
		min-height: 65px;
		height: auto !important;
		height: 65px;
		line-height: 15px;
	}
	.flssItem {
		text-align: center;
	}
	
	
	/* Records and lists -------------------------------------- */
	
	#records h2 {
		float: left;
		display: inline;
		width: 100%;
		margin: 0 0 18px 0;
	}
	#records ul {
		list-style: none;
		float: left;
		display: inline;
		width: 100%;
	}
	#records ul li {
		float: left;
		display: inline;
		width: 100%;
		margin-bottom: 30px;
	}
	#records ul li .image {
		float: left;
		display: inline;
		width: 100px;
		margin: 0 20px 0 0;
	}
	#records ul li h3 {
		float: left;
		display: inline;
		width: 400px;
		margin: 0 20px 0 0;
	}
	#records ul li .date {
		float: left;
		display: inline;
		width: 180px;
		padding-top: 2px;
	}
	#records ul li .additionalContent {
		float: left;
		display: inline;
		width: 200px;
		padding-top: 2px;
		color: #8d8d8d;
	}
	
	#artworkRecords ul {
		list-style: none;
	}
	#artworkRecords ul li {
		float: left;
		display: inline;
		width: 130px;
		height: 130px;
		margin: 0 25px 25px 0;
		background: #fafafa;
		overflow: hidden;
	}
	#artworkRecords ul li.last {
		margin-right: 0;
	}
	#artworkRecords ul li span {
		display: table;
		height: 130px;
		width: 130px;
	}
	#artworkRecords ul li a {
		display: table-cell;
		height: 130px;
		width: 130px;
		vertical-align: middle;
		text-align: center;
	}
	
	
	/* Pagination -------------------------------------- */
	
	
	#pagination {
		float: right;
		display: inline;
	}
	#pagination .link {
		float: left;
		display: inline;
		margin-left: 20px;
		clear: none;
		padding-top: 6px;
	}
	#pagination .disabled, 
	#pagination a.flssLinkDisabled, #pagination a.flssLinkDisabled,:visited #pagination a.flssLinkDisabled:hover {
		color: #ccc;
		cursor: default;
		outline: none;
	}
	#pagination .clear {
		float: left;
	}
	
	#previousNext #pagination {
		float: left;
		display: inline;
	}
	#previousNext #pagination .link {
		margin-left: 0;
		margin-right: 20px;
	}
	

	/* Subheadings and Links ----------------------------------------- */
	
	.caption {
		font-size: 11px;
		color: #8d8d8d;
		font-style: italic;
		padding-top: 4px;
	}
	.date {
		
	}
	.date2 {
		font-size: 11px;
	}
	
	.subheading {
		color: #4275a1;
	}
	
	.link {
		clear: both;
		display: block;
		padding: 25px 0 0 0;
		position: relative;
		font-weight: bold;
		text-transform: lowercase;
	}
		.link a,
		.link a:visited {
			text-decoration: none;
			color: #111;
		}
		.link a:hover {
			text-decoration: none;
			color: #444;
		}
		
		
	.clear {
		clear: both;
		overflow: hidden;
		height: 1px;
		display: block;
	}
	
	.expandForPrint {
		display: none;
	}
	
	




.hidden {
	display: none;
}