/* @override http://www.gilfahey.com/css/styles.css */

/*
---------------------------------------------
THE CITY CYCLOPS WILL OVERCOME YOU.

http://theuniversityofmyopia.com
http://citycyclops.com
http://iamtedwilson.com

---------------------------------------------
 */


body {
		margin: 0;
		width: 100%;
		padding: 0;
		text-align: left;
		font-family: "Verdana", arial, helvetica, sans-serif;
		color: #000;
		line-height: 150%;
		font-size: 72%;
		background: url(../images/background.jpg) repeat-x;
		background-color: #eeeeee;
		}	
		
img {
		border: 0;
		}
		

a {
		text-decoration: underline;
		color: #846122;
		}
				
		
p {
		margin: 0;
		padding: 0 0 9px;
		}
		
		
p.title {
		margin: 0;
		padding: 0 0 6px;
		font-size: 1.5em;
		}	

p.title a:hover {
		text-decoration: underline;
		}	

		
div#container {
		width: 711px;
		margin: 0 auto;
		text-align: left;
		}
	

/****************************************
 *	PAGES
 ***************************************/	
 
div#left {
	width: 279px;
    margin: 15px 0 0;
	padding: 0 21px 0 0;
    list-style: none;
	float: left;
	font-size: 1em;
	}
		
div#right {
    width: 396px;
	padding: 0;
    margin: 15px 0 0;
	float: right;
	}
	
div#right p {
	 padding: 6px 0 9px;
	 margin: 0;
	 line-height:normal;
	 }
	
div#inside-right {
    width: 375px;
	padding: 9px 9px 0 9px;
    margin: 12px 0 0 0;
	float: right;
	text-align: left;
	background: #FFFFFF;
	border: 1px solid #999;
	}

div#copyright {
    width: 396px;
	padding: 0;
    margin: 3px 0 0;
	text-align: right;
	float: right;
	color:#999;
	font-size: .8em;
	}
		
div#header {
    width: 711px;
	padding: 0;
    margin: 54px 0 39px;
	}	
	
div#ugh {
    width: 711px;
	padding: 0;
    margin: 0;
	list-style: none;
	float: left;
	}
	
div#main {
	width: 399px;
    margin: 15px 0 0;
	padding: 0 21px 0 0;
    list-style: none;
	float: left;
	font-size: 1em;
	}
	
img.dad {
    margin: 0 12px 3px 0;
	padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #999;
	float: left;
	}
	
div#wide {
	margin-left: 0;
	margin-bottom: 15px;
	margin-right: 0;
	margin-top: 15px;
	width: 711px;
	padding: 0 21px 0 0;
    list-style: none;
	float: left;
	font-size: 1em;
	}
	
								
/****************************************
 *	NAVIGATION
 ***************************************/	

div#nav {
    	width: 711px;
    	margin: 0 0 0 -6px;
		padding: 0;
		line-height: normal;
		}
		
div#nav ul {
    margin: 0;
    padding: 6px 0 0;
    list-style: none;
	}
	
div#nav li {
    float: left;
	margin: 0;
    padding: 0;
	}
	
div#nav img {
	float: left;
	display: block;
	margin: 1px 0 0;
	padding: 6px 12px 4px;
	}

	
/****************************************
 *	GALLERY
 ***************************************/	

div#gallery {
    	width: 711px;
    	margin: 0;
		padding: -12px;
		line-height: normal;
		}
		
div#gallery ul {
    margin: 0;
    padding: 0;
    list-style: none;
	}
	
div#gallery li {
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 21px;
    margin-top: 0;
    float: left;
    padding: 0;
    width: auto;
	}
	
div#gallery li p {
    float: left;
	/*width: 90px;*/
	width: 100%;
	margin: 0;
    padding: 0 0 9px;
	font-size: .8em;
	}

div#gallery img {
		margin-left: 0;
		margin-bottom: 0;
		margin-right: 0px;
		margin-top: 9px;
		border: 1px solid #999;
		padding: 3px;
		background-color: #FFFFFF;
		}
		
		
/****************************************
 *	LIGHTBOX
 ***************************************/	
  
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#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(../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(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	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;
	}
.paintingTitle{
		font-size: 1.2em;
	}
.categoryPrompt{
		padding-bottom: 4px;
		padding-top: 4px;
		float: left;
		margin-left: 0px;
		margin-bottom: 0px;
		margin-right: 10px;
		margin-top: 0px;
		font-size: 1em;
	}
.categorySelected{
		float: left;
		width: auto;
		display: inline;
		text-transform: uppercase;
		background-repeat: no-repeat;
		padding-left: 4px;
		padding-bottom: 4px;
		padding-right: 24px;
		padding-top: 4px;
		background-position: right center;
		background-image: url(../images/selectBox.gif);
		border-color: #8c8c8c;
		border-style: solid;
		border-width: 1px;
		background-color: white;
		color: #846122;
		font-size: 1em;
	}
	
								
.showContainer {
	border-color: #afafaf;
	border-style: solid;
	border-width: 1px;
	background-color: #f7f7f7;
	clear: both;
	width: auto;
	float: left;
	margin-bottom: 30px;
}
.showDates {
	width: auto;
	padding: 10px;
	float: left;
	font-size: 1em;
}
.showLocation {
	padding: 10px;
	width: auto;
	float: left;
}
.showContact {
	padding: 10px;
	width: auto;
	float: left;
}
