@charset "UTF-8";
/*
-----------------------------------------------------------------------------------------
Photography - Global Layout Structure & styles inside of Master Div #left_column
-------------------------------------------------------------------------------------- */
#left_content {		/* container for #photo_category, #thumb_table */
	position: relative;
	top:46px;
	left: 0px;
	width:205px;
	height:100%;
	margin: 0 auto;
	z-index:1;
	overflow:hidden;
}
#photo_category ul {	/* styles for photography category list above the table */
	display: inline;
	margin: 0px;
	padding: 0px;
}
#photo_category li {	/* style for individual photography category list items */
	display: inline;
	margin: 0px;
	padding: 0px 5px 0px 0px;
}
#left_content td {		/* style table cells */
	background-color: #000;
	height: 50px;
	width: 50px;
}
#left_content img{		/* style for images inside of table cells */
	margin: 0px;
	border:0px;
}
#thumb_table ul {		/* style for photo thumbnail "page number" navigation list under the table */
	right: 0px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	float:right;
}
#thumb_table li {		/* style for individual photo thumbnail "page number" navigation items */
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	margin: 0px;
	padding: 0px;
	color: #fff;
	letter-spacing: normal;
	text-align: right;
	margin: 0px 0px 10px;
	padding: 0px;
	display:inline;
}
#left_content a {		/* styles second level nav links above and below the table */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
}
#left_content a:link {
	color: #777;
	text-decoration: none;
}
#left_content a:visited {
	text-decoration: none;
	color: #777;
}
#left_content a:hover {
	color: #fff;
	text-decoration: none;
}
#left_content a:active {
	text-decoration: none;
	color: #000;
}
#recent a.recentlink,
#cameraobscura a.cameraobscuralink,
#bookphotos a.bookphotoslink,
#alice a.alicelink,
#theater a.theaterlink,
#museums a.museumslink,
#money a.moneylink,
#photograms a.photogramslink,
#clicheverres a.clicheverreslink,
#childhood a.childhoodlink,
#early a.earlylink,
#home a.homelink,
#lighttime a.lighttimelink,
#tentcamera a.tentcameralink,
#thumbset_1 a.linkthumbset_1,
#thumbset_2 a.linkthumbset_2,
#thumbset_3 a.linkthumbset_3 {		/* use Template Properties to highlight the active Photo Category & "page number" navigation */
	color: #ca6;
}
/*
-----------------------------------------------------------------------------------------
Photography - Layout Structure inside of #left_content
-------------------------------------------------------------------------------------- */
#thumb_table {		/* container for top category page label */
	margin: 0px;
	padding-bottom: 20px;
}
#photo_category {		/* container for secondary navigation book category list */
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width:210px;
	text-align:left;
	line-height: 17px;
	position:relative;
	right: 0px;
	top: 0px;
	display:block;
}
/*
-----------------------------------------------------------------------------------------
Photography - Large Horizontal/Vertical Images & Captions inside of #right_content
-------------------------------------------------------------------------------------- */
#right_header {		/* container header for secondary navigation, this removes orange bar */
	border-bottom:none;
}
#large_photo_horizontal {		/* container for Large Horizontal Photographs and caption */
	position: absolute;
	left: 0px;
	top: 53px;
	width: 485px;
	margin: 0px;
	padding: 0px;
}
#large_photo_vertical {		/* container for Large Horizontal Photographs and caption */
	position: absolute;
	left: 0px;
	top: 53px;
	height: 400px;
	margin: 0px;
	padding: 0px;
}
#vertical_caption {		/* container force-wraps long captions under vertical images */
	width:320px;
}
#large_photo_horizontal img,
#large_photo_vertical img {		/* style for Large Horiz & Vertical Photographs */
	margin: 0px 0px 10px 0px;
	padding: 0px;			
	left: 0px;
	border: 1px solid #999;
}
#large_photo_horizontal p,
#large_photo_vertical p {		/* style for Captions beneath Large Horiz & Vertical Photographs */
	letter-spacing: normal;
	line-height: 16px;
	padding-bottom: 8px;
	color: #fff;
}
.title_italic {	/* used for Photo Titles, not dates, in image captions */
	font-style: italic;
}
/*
-----------------------------------------------------------------------------------------
Photography - Artist Statement Area Below Image & Caption inside of #right_content
-------------------------------------------------------------------------------------- */
#artist_statement {
	position:absolute;
	width:485px;
	z-index:2;
	left: 0px;
	top: 535px;
}
#right_content p {		/* styles most normal type in the site */
	margin: 0px;
	font-size: 11px;
	color: #bbb;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	padding-top: 5px;
	padding-bottom: 10px;
	letter-spacing: 1px;
}
#right_content h3 {		/* these white subheads can be turned on or off via template properties by changing ID in h3 tags, see next rule below */
	width: 485px;
	margin: -5px 0px 5px 0px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
