/* --------- /stylesheets/lightwindow.css --------- */ 
#lightwindow_overlay {
	/* REQUIRED */
	display: none;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 500;
	/* REQUIRED */
}

#lightwindow {
	/* REQUIRED */
	/* Of Note - The height and width of this element are set to 0px */
	display: none;
	visibility: hidden;
	position: absolute;
	z-index: 999;
	line-height: 0px;
	/* REQUIRED */
}

	#lightwindow_container {
		/* REQUIRED */
		display: none;
		visibility: hidden;
		position: absolute;
		/* REQUIRED */
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}

	/* IE6 needs this or it messes with our positioning */
	* html #lightwindow_container {
		overflow: hidden;
	}

	#lightwindow_contents {
		overflow: hidden;
		z-index: 0;
		position: relative;
		border: 10px solid #ffffff;
		background-color: #ffffff;
	}		

#lightwindow_loading {
	/* REQUIRED */
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 9999;
	position: absolute;
	/* REQUIRED */
	background-color: #f0f0f0;
	padding: 10px;
}

	#lightwindow_loading_shim { 
		display: none;
		left: 0px; 
		position: absolute; 
		top: 0px;
		width: 100%; 
		height: 100%;
	}

	#lightwindow_loading span {
    	font-size: 12px;
		line-height: 32px;
		color: #444444;
		float: left;
		padding: 0 10px 0 0;
	}

	#lightwindow_loading span a,
	#lightwindow_loading span a:link, 
	#lightwindow_loading span a:visited {
		color: #09F;
		text-decoration: none;
		cursor: pointer;
	}

	#lightwindow_loading span a:hover,
	#lightwindow_loading span a:active {
		text-decoration: underline;
	}


	#lightwindow_loading img {
   		float: left;
   		margin: 0 10px 0 0;
	}


/*-----------------------------------------------------------------------------------------------
	I liked the Navigation so much from http://www.huddletogether.com/projects/lightbox2/
	I mean let's face it, it works really well and is very easy to figure out.
-----------------------------------------------------------------------------------------------*/

#lightwindow_navigation {
	/* REQUIRED */
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	/* REQUIRED */
}
	/* We need to shim the navigation for IE, though its more of a sub-floor */
	#lightwindow_navigation_shim { 
		/* REQUIRED */
		display: none;
		left: 0px; 
		position: absolute; 
		top: 0px;
		width: 100%; 
		height: 100%;
		/* REQUIRED */
	}

	#lightwindow_navigation a,
	#lightwindow_navigation a:link,
	#lightwindow_navigation a:visited,
	#lightwindow_navigation a:hover,
	#lightwindow_navigation a:active { 
		/* REQUIRED */
		outline: none;
		/* REQUIRED */
	}

	#lightwindow_previous, 
	#lightwindow_next {
		width: 45%;
		height: 100%;
		background: transparent url(/images/lightwindow/blank.gif) no-repeat; /* Trick IE into showing hover */
		display: block;
	}
	
	#lightwindow_previous { 
		float: left;
		left: 0px;
	}

	#lightwindow_next { 
		float: right;
		right: 0px;
	}

	#lightwindow_previous:hover, 
	#lightwindow_previous:active { 
		background: url(/images/lightwindow/prevlabel.gif) left 15% no-repeat; 
	}

	#lightwindow_next:hover, 
	#lightwindow_next:active {
	    top: 0;
		background: url(/images/lightwindow/nextlabel.gif) right 15% no-repeat;
	}
	
	#lightwindow_previous_title,
	#lightwindow_next_title {
		display: none;
	}
	 	
#lightwindow_galleries {
	width: 100%;
	position: absolute;
	z-index: 50; 
	display: none;
	overflow: hidden;
	margin: 0 0 0 10px;
	bottom: 0px;
	left: 0px;
}

	#lightwindow_galleries_tab_container {
		width: 100%;
		height: 0px;
		overflow: hidden;
	}

	a#lightwindow_galleries_tab,		
	a:link#lightwindow_galleries_tab,
	a:visited#lightwindow_galleries_tab {
		display: block;
		height: 20px;
		width: 77px;
		float: right;
		line-height: 22px;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		font-size: 11px;
		color: #ffffbe;
		background: url(/images/lightwindow/black-70.png) repeat 0 0 transparent;
	}
	
	* html a#lightwindow_galleries_tab,		
	* html a:link#lightwindow_galleries_tab,
	* html a:visited#lightwindow_galleries_tab {	
		background: none;
		background-color: #000000;
		opacity: .70;
		filter: alpha(opacity=70);
	}

	a:hover#lightwindow_galleries_tab,
	a:active#lightwindow_galleries_tab {
		color: #ffffbe;

	}

	#lightwindow_galleries_tab_span {
		display: block;
		height: 20px;
		width: 63px;
		padding: 0 7px 0 7px;
	}
	
	#lightwindow_galleries_tab .up	{
		background: url(/images/lightwindow/arrow-up.gif) no-repeat 60px 5px transparent;
	}

	#lightwindow_galleries_tab .down {
		background: url(/images/lightwindow/arrow-down.gif) no-repeat 60px 6px transparent;
	}

	#lightwindow_galleries_list {
		background: url(/images/lightwindow/black-70.png) repeat 0 0 transparent;
		overflow: hidden;
		height: 0px;
	}

	* html #lightwindow_galleries_list {
		background: none;
		background-color: #000000;
		opacity: .70;
		filter: alpha(opacity=70);
	}	

	.lightwindow_galleries_list {
		width: 200px;
		float: left;
		margin: 0 0 10px 0;
		padding: 10px;
	}

	.lightwindow_galleries_list h1 {	
		color: #09F;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		padding: 10px 0 5px 0;
		font-size: 16px;
	}

	.lightwindow_galleries_list li {
		margin: 5px 0 5px 0;
		list-style-type: none;
	}

	.lightwindow_galleries_list a, 
	.lightwindow_galleries_list a:link, 
	.lightwindow_galleries_list a:visited {
		display: block;
		line-height: 22px;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		padding: 0 0 0 10px;
		font-size: 11px;
	}

	.lightwindow_galleries_list a:hover, 
	.lightwindow_galleries_list a:active {
		background: #000000;
		color: #ffffbe;
		border-left: 3px solid #ffffbe;
		padding: 0 0 0 7px;
	}
		
#lightwindow_data {
	/* REQUIRED */
	position: absolute;
	/* REQUIRED */
}

	#lightwindow_data_slide {
		/* REQUIRED */
		position: relative;
		/* REQUIRED */
	}

	#lightwindow_data_slide_inner {
		background-color: #ffffff;
		padding: 0 10px 10px 10px;
	}

	#lightwindow_data_caption {
		padding: 10px 0 0 0;
		color: #666666;
		line-height: 25px;
		background-color: #ffffff;
		clear: both;
	}

	#lightwindow_data_details {
		background-color: #f0f0f0;
		padding: 0 10px 0 10px;
		height: 20px;
	}
	
	#lightwindow_data_author_container {
		width: 40%;
		text-align: right;
		color: #666666;
	 	font-style: italic;
		font-size: 10px;
		line-height: 20px;
		float: right;
		overflow: hidden;
	}
	
	#lightwindow_data_gallery_container {
		font-size: 10px;
		width: 40%;
		text-align: left;
		color: #666666;
		line-height: 20px;
		float: left;
		overflow: hidden;
	}
	
#lightwindow_title_bar {
	height: 25px;
	overflow: hidden;		
}

	#lightwindow_title_bar_title {
		color: #ffffbe;
		font-size: 14px;
		line-height: 25px;
		text-align: left;
		float: left;
	}

	a#lightwindow_title_bar_close_link,	
	a:link#lightwindow_title_bar_close_link,
	a:visited#lightwindow_title_bar_close_link {
		float: right;
		text-align: right;		
		cursor: pointer;
		color: #ffffbe;
		line-height: 25px;
		padding: 0;
		margin: 0;
	}
	
	a:hover#lightwindow_title_bar_close_link,
	a:active#lightwindow_title_bar_close_link {
		color: #ffffff;
	}

/*-----------------------------------------------------------------------------------------------
	Theme styling stuff
-----------------------------------------------------------------------------------------------*/	

#lightwindow p {
	color: #000000;
	padding-right: 10px;
}


/* --------- /stylesheets/screen.css --------- */ 
* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

a {
	outline: none;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.image-placeholder {
	background: url(/images/spinner.gif) no-repeat center 19px;
}

body {
	font: 10px Arial, Helvetica, Geneva, sans-serif;
	color: #010101;
	background-color: #DDDBCB;
}

/* fix for this http://www.simpltry.com/2006/12/14/firefox-for-mac-and-opacity-problem/ */
.gecko h2 {
    opacity: 0.99999; -moz-opacity: 0.99999; -khtml-opacity: 0.99999; filter: alpha(opacity=99);
}

p {
	line-height: 1.2em;
}

/* @group panel */
#panel {
	/*background-color: #e3e1d4;*/
	background-color: #DDDBCB;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
}

#title {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
	width: 100%;
}

#title-container {
	height: 121px;
	/*border: 1px solid blue;*/
	position: absolute;
}

#title-content  {
	height: 121px;
	width: 100%;
	/*behavior: url(/stylesheets/iepngfix.htc);*/
/*	background: url(/images/title.png) no-repeat;
*/} 
/* @end */

/* @group site structure */
#up {
	position: relative;
	width: 100%;
	height: 181px;
	background-color: #FFF;
}

#up-container {
	height: 116px;
	margin-left: 20px;
	margin-right: 20px; 
	margin-top: 40px;
	width: 960px;
	position: absolute;
}

#down {
	/*background-color: #e3e1d4;*/
	background-color: #DDDBCB;
	overflow: auto;
	/*padding-left: 20px;
	padding-right: 15px;*/
	position: relative;
	height: 400px;
}

#down-container {
	margin-top: 31px;
	width: 960px;
	margin-left: 20px;
	margin-right: 20px; 
}

.ie #down-container {
	margin-right: 0;
	width: 945px;
}
/* @end */

/* @group up */
#up h1 {
	width: 336px;
	height: 58px;
	background: url(/images/baronian_francey-logo.gif) no-repeat;
	text-indent: -5000px;
	position: relative;
}

#up h1 a {
	dipslay: block;
	width: 336px;
	height: 58px;
	position: absolute;
	top: 0;
	left: 0;
}

#up h1 a:hover {
	background: none;
}

#nav {
	/*width: 336px;*/
	/*width: 346px;*/
	/*width: 466px;*/
	width: 468px;
	height: 58px;
	font-size: 10px;
}

#up-content ul {
	list-style: none;
	float: left;
	margin-right: 35px;
}

.ie #up-content ul {
	margin-right: 33px;
}

#up-content ul.last {
	margin-right: 0;
}

#up-content ul li {
	line-height: 15px;	
	text-align: left;
}

#up-content a,
.nav-link-like,
#col-1.left ul li a,
#col-1.left ul li a {
	color: #010101;
	text-decoration: none;
	padding-left: 9px;
	position: relative;
	left: -9px;
}

#up-content a:hover,
#up-content a.selected,
#col-1.left ul li a:hover,
#col-1.left ul li a.selected {
	background: url(/images/bg_nav_items.gif) no-repeat left bottom;
	color: #010101;;
}

#up-content a.no-bg:hover {
	background: none;
}

#newsletter {
	height: 116px;
	float: right;
	text-align: right;
	line-height: 15px;
	position: relative;
}

#newsletter .left {
	position: relative;
	top: 73px;
}

#newsletter input {
	width: 111px;
	height: 15px;
	font-size: 10px;
	color: #9b9b9b;
	margin-top: 29px;
	margin-right: 2px;
	text-align: right;
	border: 1px solid #dddbcb;
}

.safari #newsletter input,
.ie #newsletter input {
	margin-top: 28px;
}

/* @end */



/* @group content */
.expo-title,
.artst-title {
    width: 320px;
}

.fixed-nav-container {
    position: fixed;
}

#col-1,
.col-1-placeholder {
	width: 365px;
}

#col-1 p,
#col-1 ul {
	margin-bottom: 20px;
}

#col-1.home p {
	font-size: 10px;
}

#col-1 ul {
	list-style-type: none;
}

#col-1 ul li {
	margin-bottom: 3px;
}

#col-1 a,
.work a,
#col-1-artists h2 a,
#col-2-artists h2 a,
.artist-exhibition a {
	text-decoration: none;
	color: #020202;
}

#col-1 a:hover,
.work a:hover,
#col-1-artists h2 a:hover,
#col-2-artists h2 a:hover,
.artist-exhibition a:hover {
	background-color: #020202;
	color: #FFF;
}

#col-2 {
	line-height: 1.4em;
	width: 465px;
}

#col-2.col-2-works {
    width: 550px;
}

#col-1-artists {
	width: 188px;
}

#col-2-artists {
	width: 170px;
}

#col-3-artists {
	position: relative;
}

#col-1-newsletter {
	margin-right: 15px;
}

#col-2-newsletter {
	width: 258px;	
}

h2 {
	font-size: 25px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 4px;
}

h3 {
	font-size: 10px;	
	font-weight: normal;
}

.bg-black {
	background-color: #020202;
}

a.no-bg,
a.no-bg:hover,
.gallery table a.no-bg:hover,
.newsletter table a.no-bg:hover {
	background: none;
	background-color: transparent;
}

#slideshow {
	position: relative;
}

#slideshow div {
	position: absolute;
	top: 0;
	left: 0;
}

/*#col-1.left ul li a:hover,
#col-1.left ul li a.selected {
	background-color: green;
}*/
/* @end */


/* @group work */

/* smm : padding: 10px to "simulate" the border I remove*/
#lightwindow_contents {
  border: none;
  padding: 10px;
}

#lightwindow_previous:hover, 
#lightwindow_previous:active { 
	margin-left: 10px; /* to compensate the 10 px border */
}

#lightwindow_next:hover, 
#lightwindow_next:active { 
	margin-right: 10px; /* to compensate the 10 px border */
}

.ie6 #lightwindow_previous:hover, 
.ie6 #lightwindow_previous:active,
.ie6 #lightwindow_next:hover, 
.ie6 #lightwindow_next:active {
    margin-left: 5px;
    margin-right: 5px;
}

#lightwindow_contents {
    background: transparent;
}


#lightwindow_title_bar,
#lightwindow_data_slide,
#lightwindow_galleries_tab_container {
	display: none;  
}


.work {
	margin-bottom: 57px;
}

.work img {
	margin-right: 18px;
}

.work-legend {
	vertical-align: bottom; 
	width: 155px;
	line-height: 1.3em;
	padding-bottom: 2px;
}

.work-legend-description {
	margin-bottom: 12px;
}

.work-legend-description p {
    margin-bottom: 1.2em;
}
/* @end */


/* @group exhibitions */
.exhibition_year {
	width: 335px;
}

.exhibition_year h2 {
	font-size: 10px;	
	font-weight: normal;
	margin-bottom: 7px;
}

.exhibition {
	margin-bottom: 20px;
	position: relative;
}

.exhibition img {
	/*position: absolute;*/
	position: fixed;
	top: 212px;
	left: 365px;
}

/*.ie6 .exhibition img {
    position: absolute;
    top: 0;
}*/
/* @end */

/* @group artists */
#col-1-artists h2,
#col-2-artists h2,
.newsletter h2 {
	font-size: 10px;	
	font-weight: normal;
	margin-bottom: 7px;
}

#col-3-artists img {
	position: absolute;
	left: 0;
	top: 0;
}

.artist-exhibition {
	line-height: 1.8em;
	border-bottom: 1px dashed #020202 ;
	padding-bottom: 10px;
	margin-bottom: 10px;
	width: 100%;
}
/* @end */


/* @group newsletter */
.newsletter {
	margin-bottom: 10px;
	position: relative;
	background: url(/images/bg-newsletter.gif) no-repeat left bottom;
	float: left;
}

.newsletter a,
#col-1.contact a {
	color: #96969a;
	text-decoration: underline;
}

.newsletter a:hover,
#col-1.contact a:hover {
	color: #96969a;
	text-decoration: none;
	background-color: transparent;
}

.newsletter table a,
.gallery table a {
	color: #010101;
	text-decoration: none;
}

.newsletter table a:hover,
.gallery table a:hover {
	background-color: #010101;
	color: #FFF;
}

.newsletter-content {
	width: 649px;
	margin-right: 15px;
	padding-bottom: 15px;
	line-height: 1.7em;
}

.newsletter img {
	margin-right: 18px;
}
/* @end */


/* @group contact */
.contact,
.gallery {
	line-height: 1.6em;
}

.contact img {
	display: block;
}

.contact-content {
	margin-bottom: 158px;
}

#credits {
	font-size: 8px;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 4px;
}

#col-1.contact #credits a {
	color: #909094;
	text-decoration: none;
}

#col-1.contact  #credits a:hover {
	text-decoration: underline;
}
/* @end */


/* @group gallery */
#col-1-gallery {
	width: 330px;
	margin-right: 304px;
}

#col-2-gallery {
	width: 250px;
}

.gallery-pic {
	margin-bottom: 42px;
}

.gallery img {
	margin-right: 18px;
	width: 165px;
	/*height: 125px;*/
}
/* @end */

.print-only {
    display: none;
}
