/* -

	KIVA gallery
	sm / CHDS, 2008

	toc
	---
	1 - general
	2 - nav


--------------------- */

/* 1 - general
--------------------- */
#gallery #content h1 { display: none; }

#gallery #masthead {
	margin: 0 0 10px 0; padding: 0;
	width: 581px; height: 320px;
	display: block;
	float: left;
	text-align: left;
	background: transparent no-repeat center top;
	}
	#gallery #masthead div.article {
		margin: 0 auto; padding: 0;
		}

#gallery #main_content {
	padding: 0;
	}

#gallery #sidebar {
	margin: -100px 0 10px 30px; padding: 0;
	width: 200px; height: auto;
	float: right;
	text-align: center;
	background: transparent url("../../../images/sidebar-bg-narrow.png") no-repeat center top;
	}
	#gallery #sidebar img.border {
		margin: 0; padding: 0;
		}
	#gallery #sidebar div.article {
		padding: 0px 20px 0 25px;
		clear: both;
		margin-bottom: 10px;
		text-align: left;
		}


/* 1 - nav
--------------------- */

#container #sidebar #gallery_list ul{
	}
	#container #sidebar #gallery_list ul li {
		margin-top: 10px;
		padding-right: 15px;
		}
		#container #sidebar #gallery_list ul li a {
			text-decoration: none;
			}
	#container #sidebar #gallery_list ul li.gallery_current {
		margin-top: 10px; margin-left: 0;
		padding: 6px 0 6px 15px;
		list-style-type: none;
		padding-right: 15px;
		background: #fff;
		}
		#container #sidebar #gallery_list ul li.gallery_current a {
			color: #111;
			background: #fff;
			text-transform: uppercase;
			}


#container #main_content p#gallery_image_caption {
	margin-top: 20px;
	clear: both;
	display: block;
	}


