/* THE KILLERS */
/* Section Stylesheet: Gallery
----------------------------------------------------------------------------------- */

	
	@import url("widget-photo.css");
	@import url("widget-comment.css");


/* Structural Containers
----------------------------------------------------------------------------------- */


/* Set gap at top of page */


	#layout {
	
		margin-top: -128px;
		width: 842px;
		
		}
		
	#container {
	
		min-height: 1400px;
		background: url(../images/layout/legs3.gif) 50px 0 repeat-y;
	
		}
		
		
/* Header Image */

		
	#content {

		width: 794px;
		padding-top: 141px;
		background: url(../images/section-gallery/bg-content.png) no-repeat;
	
		}
		
		
/* Content */


	#main {
	
		width: 730px;
		margin-left: 64px;

		}
		
	#page-image #main {
	
		width: 687px;
		margin-left: 64px;
		background: #fff url(../images/section-gallery/bg-layout.jpg) repeat-y;
		
		}
		
		
/* Gallery
----------------------------------------------------------------------------------- */

		
	#gallery {
	
		min-height: 600px;
		background: url(../images/section-gallery/bg-gallery-alt.jpg) no-repeat;
		
		}
		
	#gallery h3 {
	
		display: none;
	
		}
		
		
/* Comments
----------------------------------------------------------------------------------- */


	#page-image #comments {
	
		clear: both;
		width: 500px;
		padding-left: 100px
	
		}
		
	#page-image dt.taken,
	#page-image dd.taken {
	
		display: none;
	
		}

	#comments .browse .post p {
	
		color: #242424;
	
	}
