/* --------------------------------template for all pages (ul has different margin declarations from index page css) */

body		{
		margin: 0;
		font-size: 62.5%;
		font-family: arial;
		background-color: #ffffff;
		}

#wrapper	{
		width: 94em;
		margin: 0 auto;
		position: relative;
		background-color: #ffffff;
		}

#facebook {
		margin: .3em 0 0 5em;
}

		

h1		{
		font-size:	2.5em;
		margin: .4em 0em .5em 0;
		padding: 0 0 .4em .3em;
		color: #000000;
		clear: both;
		width: 35em;
		}
		
h2		{
	
		color: #000000;
		clear: both;
		}


h3		{
		font-family: "century gothic";
		font-size: 3em;
		color: #00CCFF;
		clear: both;
		}

#ads	{
		margin: 0 0 2em 11em;
		}

p		{
		font-size: 1.5em;
		line-height: 1.2em;
		color: #666666;
		}

h1, h2, h3	{
		font-family: "century gothic";
		font-weight: 100;
		}


/* ------------------------menu(part of template)*/


ul		{
		margin: 0 0 3em 0;
		background-color: #ffffff;
		float: left;
		height: 3em;
		}

li		{
		float: left;
		list-style-type: none;
		border-left: solid 1px #ffffff;
		border-right: solid 1px #ffffff;
		}

#home a
		{
		color: #000000;
		background-color: #FFFFFF;
		margin: 1em 0 1em 0;
		padding: 0;
		text-align: left;
		}

#home a:hover
		{
		color: #00CCFF;
		}


a		{
		font-size: 1.1em;
		font-family: georgia;
		padding:  .6em .8em .2em .3em;
		text-decoration: none;
		list-style-type: none;
		float: left;
		width: 10em;
		height: 2.6em;
		text-transform: uppercase;
		text-align: center;
		letter-spacing: 2px;
		}
		

a:link	{
		color: #000000;
		background-color: #f0f0f0;
		}

a:visited	{
		color: #000000;
		background-color: #f0f0f0;
		}

a:hover	{
		color: #ffffff;
		background-color: #00CCFF;
		}

a:active	{
		color: #000000;
		}

ul		{
		padding: 0;
		}
		


/* ---------------------------------gallery pages css */

p		{
		font-size: .9em;
		font-family: helvetica;
		line-height: 1.7em;
		width: 17em;
		}
		
		

.section a	{
		background-color: #ffffff;
		}

.section	{
		padding: 0 0 15em 0;
		height: 10em;
		width: 10em;
		position: relative;
		float: left;
		margin: 0 5em 0 0;
		background-color: #ffffff;

		}

.section p
		{
visibility: hidden
		}
		
.image_link:hover p
		{
		visibility: visible;
		background-color: #FFFF66;
		color: #000000;
		position: absolute;
		top: 0;
		left: 0px;
		z-index: 1;
		text-transform: none;
		}		

.painting		
		{
		width: 100px;
		border: solid 1px #999999;
		padding: 1em;
		}

.sales_info	{
		position: absolute;
		top: 13em;
		left: 1em;
		font-size: 1em;
		}

.section .sales_info h2
		{
		font-size: 1.2em;
		}

.painting_vertical	
		{
		height: 100px;
		border: solid 1px #999999;
		padding: 1em;
		}









/* -----------------------------------------lightbox css starts */ 

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#lightbox a { background-color: #ffffff; }

#lightbox a:hover { background-color:#ffffff; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none; }

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(lightbox/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lightbox/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 3em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
		